[MacPorts] #67428: icu @73.1 does not build on PPC Tiger, Mac OS X 10.4.11, because ld: -rpath can only be used when targeting Mac OS X 10.5 or later
MacPorts
noreply at macports.org
Mon May 15 21:59:40 UTC 2023
#67428: icu @73.1 does not build on PPC Tiger, Mac OS X 10.4.11, because ld: -rpath
can only be used when targeting Mac OS X 10.5 or later
------------------------+-----------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: tiger ppc
Port: icu |
------------------------+-----------------------
Comment (by evanmiller):
To get this working I used {{{--disable-rpath}}} and then manually ran
{{{install_name_tool}}} to fix up the path names. E.g. lots of
{{{
port contents icu | grep /bin | xargs -n 1 install_name_tool -change
libicutu.73.dylib /opt/local/lib/libicutu.73.dylib
}}}
{{{
install_name_tool -id /opt/local/lib/libicutu.73.dylib
/opt/local/lib/libicutu.73.dylib
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67428#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list