[Bug 459874] Review Request: zeromq - Fast messaging system

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 6 20:48:03 UTC 2008


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 <tibbs at math.uh.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |tibbs at math.uh.edu
               Flag|                            |fedora-review?




--- Comment #6 from Jason Tibbitts <tibbs at math.uh.edu>  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.




More information about the Fedora-package-review mailing list