Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 05:17:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197698] x11-toolkits/p5-Wx links to wrong stdc++ library
Message-ID:  <bug-197698-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dave@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197698-13>