#48600: libnetpbm: fetch failed ------------------------+-------------------------- Reporter: wrg11@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: libnetpbm | ------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * keywords: lion => * port: xfig => libnetpbm Comment: You're correct, libnetpbm has no distfiles; it fetches directly from the developer's Subversion repository. It would be nice (for all the usual reasons) if the developer would provide distfiles, but he does not. The error message in your log says: {{{ :info:fetch dyld: Library not loaded: /usr/lib/libpq.5.dylib :info:fetch Referenced from: /usr/lib/libaprutil-1.0.dylib :info:fetch Reason: image not found :info:fetch sh: line 1: 16611 Trace/BPT trap: 5 /usr/bin/svn --non- interactive --trust-server-cert export https://svn.code.sf.net/p/netpbm/code/advanced/@2617 2>&1 }}} So, something is wrong with some of your OS X-provided software. The error message is stating that /usr/bin/svn uses /usr/lib/libaprutil-1.0.dylib which uses /usr/lib/libpq.5.dylib, but apparently /usr/lib/libpq.5.dylib does not exist on your system. One possibility is that /usr/lib/libpq.5.dylib is supposed to be there but was deleted somehow. The solution would be to restore /usr/lib/libpq.5.dylib from your backups or reinstall OS X. Another possibility is that /usr/lib/libpq.5.dylib is not supposed to be there, and that /usr/lib/libaprutil-1.0.dylib is not supposed to be linked with /usr/lib/libpq.5.dylib, but for some reason it is. The solution would be to restore /usr/lib/libaprutil-1.0.dylib from your backups or reinstall OS X. -- Ticket URL: <https://trac.macports.org/ticket/48600#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X