[MacPorts] #58260: gcc{6, 7, 8, 9} : Build failures due to "Atomic" error with macOS 10.4.4 and Xcode 10.2
MacPorts
noreply at macports.org
Fri Feb 21 23:44:36 UTC 2020
#58260: gcc{6,7,8,9} : Build failures due to "Atomic" error with macOS 10.4.4 and
Xcode 10.2
-------------------------------------+-------------------------------------
Reporter: physicsbeany | Owner: Nullstelllensatz
| <50169837+Nullstelllensatz@…>
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: fixed | Keywords: mojave
Port: gcc9 gcc8 gcc7 gcc6 |
libgcc-devel libgcc8 libgcc7 |
libgcc6 |
-------------------------------------+-------------------------------------
Comment (by kencu):
are you sure that you want to test against SDK 10.4?
{{{
if {[vercmp ${configure.sdk_version} 10.4] >= 0} {
}}}
I presume you meant
{{{
if {[vercmp ${configure.sdk_version} 10.14] >= 0} {
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58260#comment:31>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list