[PyQt] Qt v5.9.5 gets detected as v5.10

Dmitry Shachnev mitya57 at ubuntu.com
Sun Apr 15 12:00:47 BST 2018


Hi Phil!

In Ubuntu, we were trying to build PyQt v5.10.1 against Qt v5.9.5 (LTS) and
got this error:

sipQtCorepart2.cpp:9829:21: error: ‘class QThreadPool’ has no member named ‘setStackSize’

This code is guarded by %If (Qt_5_10_0 -) ... %End, so maybe sip thinks this
is Qt v5.10?

During configure sip was invoked with “-t Qt_5_9_5” and “-B Qt_6_0_0” options.

The full build log is here:
https://launchpadlibrarian.net/365454925/buildlog_ubuntu-bionic-s390x.pyqt5_5.10.1+dfsg-1_BUILDING.txt.gz

For now I am going to explicitly add Qt_5_9_5 to the timeline, but it would be
nice to get it fixed properly.

--
Dmitry Shachnev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180415/33a825df/attachment.sig>


More information about the PyQt mailing list