[MacPorts] #60379: mysql8 fails to build on 10.5.8 PPC
MacPorts
noreply at macports.org
Tue Apr 21 05:55:07 UTC 2020
#60379: mysql8 fails to build on 10.5.8 PPC
----------------------+-------------------------------------
Reporter: bryancn | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords: ppc 10.5.8 mysql mysql8
Port: mysql8 |
----------------------+-------------------------------------
Comment (by kencu):
would appear you will need manually link against libatomic
{{{
$ nm /opt/local/lib/gcc6/libatomic.1.dylib | grep fetch_add_8
0000368c T ___atomic_fetch_add_8
}}}
something like
{{{
configure.ldflags-append -latomic
}}}
might be sufficient, if you're lucky.
And then who knows where the next error might come up, but ...
--
Ticket URL: <https://trac.macports.org/ticket/60379#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list