<div dir="ltr">So, I was able to recreate the issue Matteo posted on <a href="http://pastebin.com/6QcYEQVE">http://pastebin.com/6QcYEQVE</a> using all optional dependencies and adding DOCS and EXAMPLES as yes.  Fortunately, I was able to create a patch that compiles qt5.<div><br></div><div>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.  </div><div><div class="gmail_extra">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.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Note that this patch won't work on Slackware 14.1.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--Larry</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 15, 2016 at 11:36 AM, Willy Sudiarto Raharjo <span dir="ltr"><<a href="mailto:willysr@slackbuilds.org" target="_blank">willysr@slackbuilds.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> That's the easy part.<br>
><br>
> The difficult part is to find which other packages will fail if<br>
> qtwebengine is not built, and how to fix them.<br>
><br>
> If we can't do that quickly and easily, then it might be easier to fix<br>
> qtwebengine.<br>
<br>
</span>and FYI, here are the packages that directly requires qt5<br>
<br>
academic/stellarium<br>
academic/ugene<br>
audio/acousticbrainz-gui<br>
audio/qjackctl<br>
desktop/lumina<br>
desktop/qmapshack<br>
desktop/rss-guard<br>
development/fuel<br>
development/qt-creator3<br>
development/zeal<br>
games/dustrac<br>
games/peg-e<br>
games/solarus-quest-editor<br>
games/vcmi<br>
graphics/fritzing<br>
graphics/luminance-hdr<br>
graphics/photoqt<br>
graphics/phototonic<br>
graphics/qelectrotech<br>
graphics/scantailor<br>
libraries/poppler-qt5<br>
libraries/python3-PyQt5<br>
libraries/qmltermwidget<br>
multimedia/obs-studio<br>
multimedia/xvst<br>
network/cmst<br>
network/otter<br>
network/qTox<br>
network/wireshark<br>
office/sigil<br>
system/zuluCrypt<br>
<br>
it doesn't count packages that optionally depends on qt5<br>
<span class=""><font color="#888888"><br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
</font></span><br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" rel="noreferrer" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br></div></div></div>