[MacPorts] #56616: flac: stdlibc++ mismatch
MacPorts
noreply at macports.org
Wed Jun 6 05:59:33 UTC 2018
#56616: flac: stdlibc++ mismatch
---------------------+-------------------------
Reporter: iEFdev | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.2
Resolution: | Keywords: cxx_stdlib,
Port: flac |
---------------------+-------------------------
Comment (by iEFdev):
Replying to [comment:3 kencu]:
> Try rebuilding it once. Maybe you built it during the brief 2.5.1 era. I
have `10.6.8 / libc++` and it seems to be fine:
To get the log above, I uninstalled it, to install it again (always from
source-builds).
No it's been like this since all these errors started (see mailing list).
> {{{
> $ otool -L /opt/local/lib/libFLAC++.dylib
> /opt/local/lib/libFLAC++.dylib:
> /opt/local/lib/libFLAC++.6.dylib (compatibility version 10.0.0,
current version 10.0.0)
> /opt/local/lib/libFLAC.8.dylib (compatibility version 12.0.0,
current version 12.0.0)
> /opt/local/lib/libogg.0.dylib (compatibility version 9.0.0,
current version 9.2.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.11)
> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current
version 3.9.0)
> /usr/lib/libc++abi.dylib (compatibility version 1.0.0, current
version 3.9.0)
> }}}
If I check against the libFLAC++ I get a different output than you.
{{{
#!bash
$ otool -L /opt/local/lib/libFLAC++.dylib
/opt/local/lib/libFLAC++.dylib:
/opt/local/lib/libFLAC++.6.dylib (compatibility version 10.0.0,
current version 10.0.0)
/opt/local/lib/libFLAC.8.dylib (compatibility version 12.0.0,
current version 12.0.0)
/opt/local/lib/libogg.0.dylib (compatibility version 9.0.0,
current version 9.3.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 52.0.0)
}}}
// Perhaps I've missed something when I applied the LibcxxOnOlderSystems-
fix? I followed the Lion/ML section.
--
Ticket URL: <https://trac.macports.org/ticket/56616#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list