Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 19:37:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 192928] /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found
Message-ID:  <bug-192928-28929-ywjIVfI3hb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192928-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192928-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928

Lawrence Chen <beastie@tardisi.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beastie@tardisi.com

--- Comment #9 from Lawrence Chen <beastie@tardisi.com> ---
After investigating a problem similar to this for another port, the problem has
come up because chromium now uses "USE_OPENSSL"

in bsd.port.mk, bsd.openssl.mk is included before bsd.gcc.mk

bsd.openssl.mk adds "-Wl,-rpath,/usr/lib:/usr/local/lib" to LDFLAGS
unconditionally (when included.)

bsd.gcc.mk tries to determine if the features are in OS base, and if not adds:
"-Wl,-rpath=${_GCC_RUNTIME}" to LDFLAGS.

Because of bsd.openssl.mk, base is searched before ${_GCC_RUNTIME}...

-- 
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-192928-28929-ywjIVfI3hb>