Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jan 2019 19:59:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)
Message-ID:  <bug-220103-6497-KKv7Gd8FQi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220103-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220103-6497@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=3D220103

--- Comment #27 from Dimitry Andric <dim@FreeBSD.org> ---
It looks like the chromium version script was introduced here:

https://chromium.googlesource.com/chromium/src.git/+/83365024efd81b5f3439d9=
5c5560465ad2110388%5E%21/

"[Linux build] Add a linker version script to prevent symbol leaks

Bug 770264 was caused by accidentally leaking FreeType symbols from
Chrome.  This CL adds a linker version script to ensure new leaks do
not happen.  Any newly exported symbols must be explicitly added to
the version script."

Unfortunately the chromium issue itself,
https://bugs.chromium.org/p/chromium/issues/detail?id=3D770264 apparently, =
is not
viewable by mere mortals.  So much for open source. :)

In any case, it seems that chromium has assumed the responsibility of keepi=
ng
up-to-date with all the required exported symbols to make an executable wor=
k.=20
So probably an upstream bug report is needed, together with a list of FreeB=
SD
specific symbols that must always be exported.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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