#41402 closed defect (fixed)
pan2 @0.139: fails to build with libc++
Reported by: | mikronixx@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | mavericks yosemite elcapitan | Cc: | justindcpa@…, SickTeddyBear, macuserguru, ryandesign (Ryan Carsten Schmidt), dbevans (David B. Evans) |
Port: | pan2 |
Description
pan2 fails to build with macports 2.2.1 on Mavericks: see attached log.
Attachments (2)
Change History (12)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mavericks added |
---|
Confirmed. I've reported the bug to the developers of pan2 for you: https://bugzilla.gnome.org/show_bug.cgi?id=712539
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | justindcpa@… amcgee@… added |
---|
Has duplicate #42373.
comment:3 Changed 10 years ago by macuserguru
Now I have a similar problem under Yosemite 10.10.1 and a fresh installation of MacPorts.
Under Homebrew pan could not compiled too on another Mac.
My Xcode Version 6.1.1
Changed 10 years ago by macuserguru
Attachment: | pan2_main.log added |
---|
comment:5 follow-up: 6 Changed 10 years ago by macuserguru
Now I copied an older pan binary (I compiled it under Homebrew and Mountain Lion) from a TimeMachine Backup into the /opt/local/bin/ folder.
If I want start it comes the error:
dyld: Library not loaded: /usr/local/lib/libgtk-x11-2.0.0.dylib Referenced from: /opt/local/bin/pan Reason: image not found (1005)
but libgtk-x11-2.0.0.dylib is in /opt/local/lib/libgdk-x11-2.0.0.dylib
What can I do to solve this?
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to fritzs@…:
Now I copied an older pan binary (I compiled it under Homebrew and Mountain Lion) from a TimeMachine Backup into the /opt/local/bin/ folder.
We don't support doing this.
What can I do to solve this?
Get the developers of pan2 to resolve the bug I filed.
comment:8 Changed 10 years ago by macuserguru
This similar bug has reported from the Homebrew community too, past time ago! I will report this on the pan mailing list too!
I hoped that pan worked with Macports - I installed my Mac new (before I solve an hardware problem) and change from brew to ports.
comment:9 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | devans@… added |
---|---|
Keywords: | yosemite elcapitan added |
Resolution: | → fixed |
Status: | new → closed |
Summary: | pan2 fails to build with macports 2.2.1 on Mavericks → pan2 @0.139: fails to build with libc++ |
Worked around the problem in r140047 by forcing the use of libstdc++ even on Mavericks and later. Thanks to Dave for suggesting this on the mailing list while Trac was down.
comment:10 Changed 9 years ago by dbevans (David B. Evans)
Updated to release version 0.140 in r147605. Now builds using either libc++ or libstdc++ after resolution of Ryan's bug report upstream.