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





--- Comment #27 from Jason Tibbitts <[email protected]>  2009-07-29 14:40:28 
EDT ---
Note also the three rpmlint complaints you missed (the same as in comment #6):

  zeromq.x86_64: W: unused-direct-shlib-dependency
   /usr/lib64/libzmq.so.1.0.0 /lib64/libm.so.6                           
  zeromq-c.x86_64: W: unused-direct-shlib-dependency
   /usr/lib64/libczmq.so.1.0.0 /usr/lib64/libsctp.so.1                 
  zeromq-c.x86_64: W: unused-direct-shlib-dependency
   /usr/lib64/libczmq.so.1.0.0 /lib64/libm.so.6                        

The libsctp one is interesting because that package contains only libczmq and
thus would seem to have no need to depend on libsctp.  It only does because
it's linked against libsctp even though it doesn't call anything there.  Did
you investigate the -Wl,as-needed thing I suggested? 
http://fedoraproject.org/wiki/Common_Rpmlint_issues#unused-direct-shlib-dependency

I'd say that except for that everything's done.

-- 
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
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to