[MacPorts] #37625: wget opportunistically links against libuuid (was: wget @1.14 +ssl+universal OSX 10.7 can't build wget)

MacPorts noreply at macports.org
Sun Jan 13 12:42:13 PST 2013


#37625: wget opportunistically links against libuuid
----------------------------+--------------------------
  Reporter:  patwcummins@…  |      Owner:  ryandesign@…
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.1.2
Resolution:                 |   Keywords:  rev-upgrade
      Port:                 |
----------------------------+--------------------------
Changes (by cal@…):

 * cc: patwcummins@… (removed)


Comment:

 As the reporter you don't need to Cc yourself.

 Having stuff in `/usr/local` is unsupported when using MacPorts. Move it
 aside, run `sudo port rev-upgrade` and the problem will be gone.

 Nonetheless,
  - the library in `/usr/local/lib/libuuid.1.1.dylib` is not built
 correctly. Libraries on OS X should always contain their full path as id
 (the first line in the `otool -L` output). You can fix this manually using
 `install_name_tool -id`, see `man 1 install_name_tool`. You should also
 notify whoever built this library so he can fix the problem properly.
  - the `wget` port should disable linking against libuuid, even if it is
 installed. It seems the `./configure` interface does not provide a switch
 to do that, though, so patching the relevant part of `configure.ac` and
 adding `use_autoreconf yes` might be an option.

-- 
Ticket URL: <https://trac.macports.org/ticket/37625#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list