[Slackbuilds-users] qt5 5.5.1 fails to build with multiple jobs

Larry Hajali larryhaja at gmail.com
Tue Mar 15 21:05:56 UTC 2016


So, I was able to recreate the issue Matteo posted on
http://pastebin.com/6QcYEQVE using all optional dependencies and adding
DOCS and EXAMPLES as yes.  Fortunately, I was able to create a patch that
compiles qt5.

The short answer of why it fails on Slackware -current is that the newer
mozilla-nss package now defines CKM_NSS_CHACHA20_POLY1305
and CK_NSS_AEAD_PARAMS.  They were originally defined in ssl3con.c if
CKM_NSS_CHACHA20_POLY1305 wasn't defined.  Also the nonce and nonce length
for CK_NSS_AEAD_PARAMS, which were pIv and ulIvLen, are now renamed pNonce
and ulNonceLen, respectively, in /usr/include/nss/pkcs11n.h.
I'm still building qt5 but it is past the point where the error happens.
I'm providing a patch to account for the updated headers in mozilla-nss
package.

Note that this patch won't work on Slackware 14.1.

--Larry

On Tue, Mar 15, 2016 at 11:36 AM, Willy Sudiarto Raharjo <
willysr at slackbuilds.org> wrote:

> > That's the easy part.
> >
> > The difficult part is to find which other packages will fail if
> > qtwebengine is not built, and how to fix them.
> >
> > If we can't do that quickly and easily, then it might be easier to fix
> > qtwebengine.
>
> and FYI, here are the packages that directly requires qt5
>
> academic/stellarium
> academic/ugene
> audio/acousticbrainz-gui
> audio/qjackctl
> desktop/lumina
> desktop/qmapshack
> desktop/rss-guard
> development/fuel
> development/qt-creator3
> development/zeal
> games/dustrac
> games/peg-e
> games/solarus-quest-editor
> games/vcmi
> graphics/fritzing
> graphics/luminance-hdr
> graphics/photoqt
> graphics/phototonic
> graphics/qelectrotech
> graphics/scantailor
> libraries/poppler-qt5
> libraries/python3-PyQt5
> libraries/qmltermwidget
> multimedia/obs-studio
> multimedia/xvst
> network/cmst
> network/otter
> network/qTox
> network/wireshark
> office/sigil
> system/zuluCrypt
>
> it doesn't count packages that optionally depends on qt5
>
>
> --
> Willy Sudiarto Raharjo
>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160315/a8054890/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nss-update-sslv3-nonce.patch
Type: text/x-patch
Size: 3377 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160315/a8054890/attachment-0001.bin>


More information about the SlackBuilds-users mailing list