Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2015 12:21:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196508] lang/phantomjs: phantomjs requires gcc48 but needs gcc49 with GLIBCXX_3.4.11
Message-ID:  <bug-196508-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: mack@ifis.cs.tu-bs.de
          Assignee: kuriyama@FreeBSD.org
             Flags: maintainer-feedback?(kuriyama@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@admin /usr/ports]$ phantomjs 
/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by
/usr/local/bin/phantomjs not found
[mack@admin /usr/ports]$ 

[mack@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@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@FreeBSD.org> ---
Auto-assigned to maintainer kuriyama@FreeBSD.org

-- 
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-196508-13>