https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103
--- Comment #27 from Dimitry Andric <d...@freebsd.org> --- It looks like the chromium version script was introduced here: https://chromium.googlesource.com/chromium/src.git/+/83365024efd81b5f3439d95c5560465ad2110388%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=770264 apparently, is not viewable by mere mortals. So much for open source. :) In any case, it seems that chromium has assumed the responsibility of keeping up-to-date with all the required exported symbols to make an executable work. So probably an upstream bug report is needed, together with a list of FreeBSD specific symbols that must always be exported. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"