[MacPorts] #24171: gearmand links with libuuid, libsqlite3, libmemcached

MacPorts noreply at macports.org
Tue Mar 23 06:31:29 PDT 2010


#24171: gearmand links with libuuid, libsqlite3, libmemcached
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  rodney.rehm@…           
     Type:  defect                   |      Status:  new                     
 Priority:  Normal                   |   Milestone:                          
Component:  ports                    |     Version:                          
 Keywords:                           |        Port:  gearmand                
-------------------------------------+--------------------------------------
 gearmand links with libraries from ports it doesn't declare dependencies
 on, including libuuid from the ossp-uuid port, libsqlite3 from the sqlite3
 port, and libmemcached from the libmemcached port:

 {{{
 $ otool -L /opt/local/sbin/gearmand
 /opt/local/sbin/gearmand:
         /opt/local/lib/libevent-1.4.2.dylib (compatibility version 4.0.0,
 current version 4.3.0)
         /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current
 version 38.0.0)
         /opt/local/lib/libmemcached.4.dylib (compatibility version 5.0.0,
 current version 5.0.0)
         /opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0,
 current version 9.6.0)
         /opt/local/lib/libgearman.4.dylib (compatibility version 5.0.0,
 current version 5.0.0)
         /opt/local/lib/libuuid.16.dylib (compatibility version 17.0.0,
 current version 17.22.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.0.0)
 $ port provides /opt/local/lib/libuuid.16.dylib
 /opt/local/lib/libuuid.16.dylib is provided by: ossp-uuid
 $ port provides /opt/local/lib/libsqlite3.0.dylib
 /opt/local/lib/libsqlite3.0.dylib is provided by: sqlite3
 $ port provides /opt/local/lib/libmemcached.4.dylib
 /opt/local/lib/libmemcached.4.dylib is provided by: libmemcached
 $
 }}}

 gearmand should either not use these libraries or should declare
 dependencies on them.

 There was another port submission for gearmand in #23502 that I
 overlooked; it does declare dependencies on sqlite3 and libmemcached.

 In the case of ossp-uuid, it's probably best not to use that libuuid if
 you can figure out how to avoid that.

-- 
Ticket URL: <http://trac.macports.org/ticket/24171>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list