[Bug 197698] x11-toolkits/p5-Wx links to wrong stdc++ library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 16 05:17:43 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197698
Bug ID: 197698
Summary: x11-toolkits/p5-Wx links to wrong stdc++ library
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: dave at jetcafe.org
> client/wxtest.pl
Can't load '/usr/local/lib/perl5/site_perl/mach/5.18/auto/Wx/Wx.so' for module
Wx: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by
/usr/local/lib/libwx_baseu-3.0.so.0 not found at
/usr/local/lib/perl5/5.18/mach/DynaLoader.pm line 190.
at client/wxtest.pl line 6.
Compilation failed in require at client/wxtest.pl line 6.
> ldd /usr/local/lib/perl5/site_perl/mach/5.18/auto/Wx/Wx.so | grep stdc
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x802a11000)
> ldd /usr/local/lib/libwx_baseu-3.0.so.0 | grep stdc
libstdc++.so.6 => /usr/local/lib/gcc48/libstdc++.so.6 (0x801dde000)
This broke when they fixed webkit-gtk2 per bug:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196703
(There appears to be no "see also" in the new bug submitting form so it's
included above).
Naively putting "compiler:c++11-lib" in USES (after the perl5 one) did not work
to fix this.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list