[MacPorts] #58935: go @1.13: build fails on 10.9 and less
MacPorts
noreply at macports.org
Sat Feb 10 19:41:08 UTC 2024
#58935: go @1.13: build fails on 10.9 and less
---------------------+-------------------------------
Reporter: kencu | Owner: ci42
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords: lion mountainlion
Port: go |
---------------------+-------------------------------
Comment (by barracuda156):
Replying to [comment:14 Ionic]:
> Good, that seems to work:
>
> {{{
> % nm -arch x86_64 $(port work legacy-
support)/destroot/opt/local/lib/libMacportsLegacySupport.dylib | grep -i
fdopendir
> 0000000000002aa5 T _fdopendir
> 0000000000002bb1 T _fdopendir$INODE64
> % nm -arch i386 $(port work legacy-
support)/destroot/opt/local/lib/libMacportsLegacySupport.dylib | grep -i
fdopendir
> 00002a55 T _fdopendir
> 00002c6f T _fdopendir$INODE64$UNIX2003
> 00002b62 T _fdopendir$UNIX2003
> }}}
It is not the case anymore, `legacy-support` does not provide these now:
{{{
10:~ svacchanda$ port -v installed legacy-support | grep active
legacy-support @1.1.1_0+universal (active)
requested_variants='+universal' platform='darwin 10' archs='i386 x86_64'
date='2024-01-26T03:23:00+0800'
10:~ svacchanda$ nm -arch i386
/opt/local/lib/libMacportsLegacySupport.dylib | grep fdopendir
000031ff T _fdopendir$INODE64$UNIX2003
10:~ svacchanda$ nm -arch x86_64
/opt/local/lib/libMacportsLegacySupport.dylib | grep fdopendir
00000000000041de T _fdopendir$INODE64
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58935#comment:41>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list