[MacPorts] #67395: cpuid @1.8.2: build fails on Tiger and Leopard
MacPorts
noreply at macports.org
Tue May 9 02:55:51 UTC 2023
#67395: cpuid @1.8.2: build fails on Tiger and Leopard
-------------------------+---------------------------
Reporter: Cebtenzzre | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: tiger leopard
Port: cpuid |
-------------------------+---------------------------
Comment (by Cebtenzzre):
I was able to get it to build by blacklisting a few compilers:
{{{
compiler.blacklist-append gcc-3.3 *gcc-4.0 *gcc-4.2
}}}
And making sure the destroot step uses the same compiler, to avoid a
failure from `* rebuilding cpuid: new build flags or prefix`:
{{{
destroot.args-append CC=${configure.cc} LD=${configure.cc}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67395#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list