[Bug 238235] Review Request: TastyMenu - KMenu replacement aiming to provide the maximum usability

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 29 01:05:29 UTC 2007


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

Summary: Review Request: TastyMenu - KMenu replacement aiming to provide the maximum usability


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





------- Additional Comments From chris.stone at gmail.com  2007-04-28 21:05 EST -------
it appears this needs to be linked against libkio as well.  Kelly, you might
want to contact upstream author and ask him about this.  It seems tastymenu uses
KServiceGroup class which is part of the kio library, but he does not link
against libkio.  I've fixed this by adding this line after %configure:

sed -i -e 's|$(LIB_KDEUI)|$(LIB_KDEUI) $(LIB_KIO)|' src/Makefile

The unused-direct-shlib-dependency warnings (I get two of them) are caused by
libraries brought in through libtool from this line:
postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"

This cannot be worked-around by using Fedora's libtool because it does the same
thing.  I'm not sure how to avoid this warning other than adding this after
%configure:
sed -i -e 's|"-lstdc++ -lm -lgcc_s -lc -lgcc_s|"-lstdc++ -lc|' libtool

But I'm not entirely sure what is going on here and if this is the proper fix. 
It might be okey to just ignore those warnings.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list