Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 23:35:06 +0530
From:      ashish@FreeBSD.org (Ashish SHUKLA)
To:        chromium@FreeBSD.org
Subject:   www/chromium (from packages) broken on 9.3-RELEASE
Message-ID:  <86ppfl3j1p.fsf@chateau.d.if>

next in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Howdy,

Thanks all for your hard work in maintaining the chromium port.

I just installed www/chromium from pkg, and when starting Chromium, I come
across following error message:

#v+
/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/shar=
e/chromium/chrome not found
#v-

Then further `objdump` on /usr/local/share/chromium/chrome hinted:

#v+
RPATH       /usr/lib:/usr/local/lib:/usr/local/lib/gcc47
#v-

After patching the chrome binary using the sysutils/patchelf, it seems to w=
ork
now:

#v+
# patchelf --set-rpath /usr/local/lib/gcc47 chrome
#v-

OR other workaround could be creating a wrapper script to launch chrome:

#v+
% LD_LIBRARY_PATH=3D/usr/local/lib/gcc47 chrome
#v-

HTH
=2D-=20
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
Sent from my Emacs

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJT/h3VAAoJEMdGz6nnT6SwpfAQAJ6tZlYV6pzIRWyy38UwAXxR
k5GbeVSItWK6RuH5viedMeazImVceggMzAmzi2TTYUX4wy5Uoy1WiBlX4mJDt5lC
yy7WdXU+HgLxOWuQ9b3zhXkG3L6CxJ7E4D65KH18KjeQeM+V0W/01eG0ekHIZ0at
YN50XZbNPJUfO8DJDNrQFpKBM7E+Fe4JxHtlX2/dg9M0ytUSl0P7rhWLV/W+43p8
0Bd9OQIGzawaeoSofUfcCiFAne619VB7wD5x2KtMaKaxGkl5NsmZxnZQONKT6+bW
Sq761WNrNHFyW8eP0O2OFEI9aSSd0YhpAhARgIxVUe4zVnTwDovAbY/bn7AOHyRB
LdhbHtH9d3Yv78ZskhSOsST4ti5x3VjNzjEhHRXyhFUSXraskjJZbNF4XdVDOfaq
mYnGiRz+cy6Sa6aQ1G76RhaIBtBHIKmfzRQJcXeHeRctaSeqhPxvfFhYoWyob/uk
uoLe365eN3x/74Rqz/NsYWP5kqCxJZbftE5K7iblGwv51Jjbg/Lzjaz2EbA8MyKk
1qEOFE29TnXe0rsTkjfMSUQkgzkXX16/YDyTTJuhGd5pi3YDTps2eGFvoI+ikY6L
TXLZyDzP9/KSG9NbRSfEl41nYNgcBUUigbwZsgPSOnQsd0M3kpKPzocR+XqIdoAb
nN2GoGnZRCxMjItg9WK0
=X7k7
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ppfl3j1p.fsf>