Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jan 2019 20:45:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 234070] devel/qt5: problem with lld and wildcard characters in version scripts
Message-ID:  <bug-234070-29464-kxkDQ2Iais@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234070-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234070-29464@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=3D234070

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org

--- Comment #3 from Adriaan de Groot <adridg@freebsd.org> ---
The patch looks ok. I rebuilt qt5-core with it and noticed that the number =
of
"private" symbols goes up:

```
    [adridg@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@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 w=
ell.
And bumps to all the Qt5 ports.

--=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-234070-29464-kxkDQ2Iais>