[Bug 234070] devel/qt5: problem with lld and wildcard characters in version scripts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 2 20:45:46 GMT 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #3 from Adriaan de Groot <adridg at freebsd.org> ---
The patch looks ok. I rebuilt qt5-core with it and noticed that the number of
"private" symbols goes up:
```
[adridg at beastie .../devel/qt5-core]$ for l in
/usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc
-l
4926
# Rebuild here
[adridg at beastie .../devel/qt5-core]$ for l in
/usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc
-l
5780
```
But this will need an exp-run (I'm going to leave that to you) and probably a
runtime-test (e.g. start some big-ass Qt5 application like www/falkon) as well.
And bumps to all the Qt5 ports.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list