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=459874 Jason Tibbitts <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Flag| |fedora-review? --- Comment #6 from Jason Tibbitts <[EMAIL PROTECTED]> 2008-11-06 15:48:02 EDT --- Just built this again. rpmlint says: zeromq.src: W: mixed-use-of-spaces-and-tabs (spaces: line 5, tab: line 1) Not a big deal; fix it if you like. zeromq-c.x86_64: W: no-documentation zeromq-c-devel.x86_64: W: no-documentation Not a problem. zeromq.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libzmq.so.0.0.0 /lib64/libm.so.6 zeromq-c.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libczmq.so.0.0.0 /lib64/libpthread.so.0 zeromq-c.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libczmq.so.0.0.0 /lib64/libm.so.6 These are linked against libm and libpthread without actually calling any functions in those libraries. I don't think this is a problem as it doesn't cause any additional dependencies, although it should go away if you can get -Wl,as-needed passed to the compiler during the link stage. Since this package uses libtool, the trick at https://fedoraproject.org/wiki/PackageMaintainers/Common_Rpmlint_Issues#unused-direct-shlib-dependency may be useful. I'll take a better look when I get home. -- 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@redhat.com http://www.redhat.com/mailman/listinfo/fedora-package-review