[Bug 234070] problem with lld and wildcard characters in version scripts

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 29 13:33:51 GMT 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070

--- Comment #1 from Tijl Coosemans <tijl at FreeBSD.org> ---
Created attachment 200601
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200601&action=edit
qt5-version.patch

Quoting https://bugs.llvm.org/show_bug.cgi?id=40176: "If more than one clause
in a version script match the same symbol, the last one takes precedence. Thus,
if you have the catch-all clause at end (i.e. "*"), it overwrites everything."

This patch for Qt5 changes the version scripts to put the catch-all first. 
Note that if this is committed all ports that depend on Qt5 need to be rebuilt
because many library symbols will get a different (corrected) version label.

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


More information about the kde-freebsd mailing list