Opened 14 months ago
Closed 14 months ago
#68184 closed defect (fixed)
tagtool @0.12.3_3 does not respect cxx_stdlib
Reported by: | RobK88 | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | snowleopard lion mountainlion haspatch | Cc: | ryandesign (Ryan Carsten Schmidt), RobK88 |
Port: | tagtool |
Description
I am unable to install or build tagtool
on Lion - cxx_stdlib mismatch
Error: Port tagtool is still broken (cxx_stdlib mismatch) after rebuilding it more than 3 times. Error: Please run port -d -y rev-upgrade and use the output to report a bug. Error: rev-upgrade failed: Port tagtool still broken after rebuilding 3 times Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
For the output of sudo port -d -y rev-upgrade
, see the attached log.txt
Attachments (1)
Change History (6)
Changed 14 months ago by RobK88
comment:1 Changed 14 months ago by jmroot (Joshua Root)
Cc: | raimue@… removed |
---|---|
Owner: | set to raimue |
Status: | new → assigned |
Summary: | tagtool @0.12.3_3 Fails to Build on Lion - cxx_stdlib mismatch → tagtool @0.12.3_3 does not respect cxx_stdlib |
comment:2 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign added |
---|---|
Keywords: | snowleopard mountainlion haspatch added |
comment:3 Changed 14 months ago by RobK88
Cc: | RobK88 added |
---|
comment:4 Changed 14 months ago by RobK88
Excellent work Ryan!! It sure looks like you tracked down and solved the cxx_stdlib
related bug.
comment:5 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
tagtool doesn't contain any C++ code. It's linking with a C++ standard library (and zlib) apparently for the benefit of misconfigured id3lib packages on some systems. Since our id3lib isn't misconfigured, I've removed that code, verified tagtool no longer links with a C++ standard library nor with zlib, and still works (I tested showing the help and version messages and dumping information from two mp3 files).
https://github.com/macports/macports-ports/pull/20479