[PyQt] PyQt 4.9 build failure on ARM with Qt 4.8

Phil Thompson phil at riverbankcomputing.com
Fri Jan 27 11:32:47 GMT 2012


On Fri, 27 Jan 2012 11:22:42 +0000, Jonathan Riddell <jriddell at ubuntu.com>
wrote:
> Ubuntu is experiencing a mysterious build failure when compiling PyQt
4.9.
> It seems to affect ARM only and with Qt 4.8 only (not Qt 4.7.4).
> 
>
https://launchpadlibrarian.net/91076358/buildlog_ubuntu-precise-armhf.python-qt4_4.9-2ubuntu2_FAILEDTOBUILD.txt.gz
> 
> sip: QPainterPathStroker::setDashPattern() unsupported function argument
> type - provide %MethodCode and a valid C++ signature
> Error: Unable to create the C++ code.
> 
> Could a change in Qt from 4.7 to 4.8 have done something that makes this
> not work only on ARM?

qreal got changed to double for some reason. It will be fixed in tonight's
snapshot.

Phil


More information about the PyQt mailing list