[Bug 503490] Review Request: ayttm - Universal Instant Messaging Client

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=503490





--- Comment #5 from Minto Joseph <mvaliyav@xxxxxxxxxx>  2009-07-16 06:36:54 EDT ---
Hello,

There was a problem in with the functionality after the latest packaging.

The "Service Type" was disabled when starting ayttm.

It seems like the plugins will only work with static libraries.

<snip>
/* Find names which end in .la, the expected module extension */
static int select_module_entry(const struct dirent *dent)
{
        int len=0;
        char *ext;

        len=strlen(dent->d_name);
        if(len<4)
           return(0);
        ext=(char *)dent->d_name;
        ext+=(len-3);
        eb_debug(DBG_CORE, "select_module_entry: %s[%s]\n", dent->d_name, ext);
        if(!strncmp(ext, ".la", 3))
           return(1);
        return(0);
}
</snip>

Enabling the static libraries results in ayttm to work normally.

I have discussed with the upstream about using shared libraries. He have agreed
to fix the issue by the end of this month.

Regards,
Minto

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]