[MacPorts] #59753: gildas @201911b: does not build for the right C++ stdlib (undefined symbols)
MacPorts
noreply at macports.org
Tue Jul 20 22:02:01 UTC 2021
#59753: gildas @201911b: does not build for the right C++ stdlib (undefined
symbols)
-------------------------+----------------------
Reporter: ryandesign | Owner: bardeau
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: gildas |
-------------------------+----------------------
Comment (by ryandesign):
Replying to [comment:5 bardeau]:
> There are 10 keys to be reinplaced, which means possibly up to 40
combinations of key+file. It has been chosen to apply all the
reinplacements to all files for the sake of completeness, at the time the
Portfile was first created, and for later changes. Yes, I could put the
proper list of files to each reinplace invocation, but this means keeping
an up-to-date list with the risk it becomes inconsistent with what the
patched files actually contains.
Every reinplace warning should be eliminated. Usually that's done by
making the reinplace replace something. In the unusual circumstance that
you want to allow a reinplace that does nothing, add the `-q` flag to
quiet the warning (and be prepared to manually audit your reinplaces
periodically to ensure they're still doing what you intended). We would
like to turn the warning into a hard error in the future; if we did that
today, it would prevent this port from installing at all. See #60844.
The C++ stdlib mismatch issues of this ticket also still need to be
resolved.
--
Ticket URL: <https://trac.macports.org/ticket/59753#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list