[MacPorts] #22728: root links with non-MacPorts libraries
MacPorts
noreply at macports.org
Sat Feb 13 18:07:31 PST 2010
#22728: root links with non-MacPorts libraries
--------------------------------------+-------------------------------------
Reporter: ryandesign@… | Owner: mattiafrancescomoro@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Resolution: | Keywords:
Port: root |
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):
* status: closed => reopened
* resolution: fixed =>
Comment:
Thanks, root @5.26.00_0 is an improvement, but there are still a few parts
of root that are linking with non-MacPorts libraries libz, libxml2 and
libicucore:
{{{
$ otool -L /opt/local/bin/xrdcp /opt/local/lib/root/libXMLParser.so
/opt/local/bin/xrdcp:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.3)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.9.0)
/opt/local/lib/root/libXMLParser.so:
/opt/local/lib/root/libXMLParser.so (compatibility version 0.0.0,
current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.0.0)
/usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current
version 10.3.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.3)
/usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current
version 40.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.9.0)
}}}
libz and libxml2 are definitely provided by MacPorts and those versions
should be used instead of the system versions. libicucore I'm less sure
about. MacPorts provides an icu port, but it does not install a
libicucore. So I don't know if this is the same software.
--
Ticket URL: <http://trac.macports.org/ticket/22728#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list