[Bug 196508] lang/phantomjs: phantomjs requires gcc48 but needs gcc49 with GLIBCXX_3.4.11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 5 12:22:43 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196508
Bug ID: 196508
Summary: lang/phantomjs: phantomjs requires gcc48 but needs
gcc49 with GLIBCXX_3.4.11
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: kuriyama at FreeBSD.org
Reporter: mack at ifis.cs.tu-bs.de
Assignee: kuriyama at FreeBSD.org
Flags: maintainer-feedback?(kuriyama at FreeBSD.org)
pkg install phantomjs
installs phantomjs with gcc48.
gcc48 does not include GLIBCXX_3.4.11 as required when trying to run phantomjs:
[mack at admin /usr/ports]$ phantomjs
/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by
/usr/local/bin/phantomjs not found
[mack at admin /usr/ports]$
[mack at admin ~]$ strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_FORCE_NEW
[mack at admin ~]$
Workaround is to additionally install gcc49 and setting LD_LIBRARY_PATH
accordingly.
It would be even better if phantomjs could be used with clang alone.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer kuriyama at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list