[MacPorts] #20528: testdisk links with Mac OS X libraries instead of MacPorts'
#20528: testdisk links with Mac OS X libraries instead of MacPorts' -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: testdisk -------------------------------------+-------------------------------------- {{{ $ otool -L /mp/sbin/testdisk /mp/sbin/testdisk: /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.11) $ }}} testdisk links with the system's ncurses, zlib and iconv libraries. It should link with and declare dependencies on the MacPorts versions instead. -- Ticket URL: <http://trac.macports.org/ticket/20528> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20528: testdisk links with Mac OS X libraries instead of MacPorts' -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: snc@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: testdisk -------------------------------------+-------------------------------------- Changes (by snc@…): * owner: macports-tickets@… => snc@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20528#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20528: testdisk links with Mac OS X libraries instead of MacPorts' -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: snc@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: testdisk -------------------------------------+-------------------------------------- Comment(by snc@…): {{{ configure.args-append --with-ncurses-lib=${prefix}/lib \ --with-ncurses-includes=${prefix}/include/ncurses/ \ --with-giconv-lib=${prefix}/lib \ --with-giconv-includes=${prefix}/include/ }}} When I specify the flags for ncurses then it doesn't get linked, and magically libz links with macports when I do that. {{{ /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.4) }}} Suggestions anyone? -- Ticket URL: <http://trac.macports.org/ticket/20528#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20528: testdisk links with Mac OS X libraries instead of MacPorts' -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: snc@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: testdisk -------------------------------------+-------------------------------------- Comment(by snc@…): I've put in a patch for now … r55208. More investigation later. -- Ticket URL: <http://trac.macports.org/ticket/20528#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20528: testdisk links with Mac OS X libraries instead of MacPorts' -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: snc@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: testdisk -------------------------------------+-------------------------------------- Comment(by snc@…): Ryan, can you check into this again? I can't seem to get it further than r55208. -- Ticket URL: <http://trac.macports.org/ticket/20528#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20528: testdisk links with Mac OS X libraries instead of MacPorts' --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: snc@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: testdisk | --------------------------------------+------------------------------------- Changes (by snc@…): * status: assigned => closed * resolution: => fixed Comment: That looks like it's as fixed as it's going to get. If more needs done, feel free to send a suggestion on the next trick. -- Ticket URL: <http://trac.macports.org/ticket/20528#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts