Control: reassign -1 pyqt5-dev 5.15.1+dfsg-2 Control: close -1 5.15.2+dfsg-1
On Thu, Nov 19, 2020 at 10:56:44AM +0100, Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build > on amd64. > > Relevant part (hopefully): > [...] > > sip5 -c build/temp.linux-x86_64-3.8/sip-threed -n PyQt5.sip -t Qt_5_15_0 -t > > WS_X11 -I /usr/lib/python3/dist-packages/PyQt5/bindings > > veusz/helpers/src/threed/threed.sip > > sip5: > > /usr/lib/python3/dist-packages/PyQt5/bindings/QtCore/QtCoremod.sip:25: At > > most one of this %Timeline must be specified with the -t flag This file (QtCoremod.sip) actually comes from pyqt5-dev package. And the real error here is that pyqt5-dev was not rebuilt when we upgraded Qt from 5.14 to 5.15, so it still contained module-tags = ["Qt_5_14_0", "WS_X11"]. Architecture: any packages from pyqt5 source were binNMUed, but this package is Architecture: all, so it was not rebuilt. Yesterday I uploaded a new pyqt5 release, so that package is now built against Qt 5.15. I have checked that veusz builds fine now. -- Dmitry Shachnev