[MacPorts] #56274: terra @0.7 Fix broken compilation
MacPorts
noreply at macports.org
Mon Apr 16 01:31:43 UTC 2018
#56274: terra @0.7 Fix broken compilation
-----------------------+---------------------------------
Reporter: lockhart | Owner: ryandesign
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords: haspatch maintainer
Port: terra |
-----------------------+---------------------------------
Comment (by ryandesign):
Replying to [comment:11 kencu]:
> I'll fix up the last few systems if you like.
where by "the last few systems" you mean all systems running 10.8 or
earlier. The right stdlib is not being used. The binaries that got
produced for 10.6, for example, are linked with
/usr/lib/libstdc++.6.dylib, but the use of the cxx11 1.1 portgroup means
that we wanted it to use the MacPorts copy of libstdc++, not the system's.
On the other hand, the fact that the build succeeded with the system's
libstdc++ suggests the use of the cxx11 1.1 portgroup wasn't necessary,
and that this code doesn't actually require a C++11-capable C++ library.
--
Ticket URL: <https://trac.macports.org/ticket/56274#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list