[Bug 272817] devel/py-qt5-qscintilla2: Not updated pkg-plist breaks build of graphics/qgis
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272817] devel/py-qt5-qscintilla2: pkg-plist breaks build of graphics/qgis"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272817] devel/py-qt5-qscintilla2: pkg-plist breaks build of graphics/qgis"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 14:07:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272817 Bug ID: 272817 Summary: devel/py-qt5-qscintilla2: Not updated pkg-plist breaks build of graphics/qgis Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rhurlin@FreeBSD.org CC: kde@FreeBSD.org CC: kde@FreeBSD.org Created attachment 243706 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243706&action=edit patch to update pkg-plist for v2.14.1 After updating Qscintilla (and other Qt/KDE-related ports) a few days ago, the graphics/qgis port no longer builds: [...] sip-build: /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 63: column 10: 'qscilexerasm.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 77: column 10: 'qscilexerhex.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 80: column 10: 'qscilexerintelhex.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 87: column 10: 'qscilexermasm.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 89: column 10: 'qscilexernasm.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 101: column 10: 'qscilexersrec.sip' could not be found /usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.sip: line 103: column 10: 'qscilexertekhex.sip' could not be found gmake[4]: *** [python/CMakeFiles/python_module_qgis__gui.dir/build.make:1325: python/gui/build/_gui/sip_guipart0.cpp] Error 1 gmake[4]: Leaving directory '/usr/ports/graphics/qgis/work/.build' gmake[3]: *** [CMakeFiles/Makefile2:10492: python/CMakeFiles/python_module_qgis__gui.dir/all] Error 2 The files qscimodcommon.sip complains about are actually not there. The build of devel/py-qt5-qscintilla2 does install them correctly in the staging area. However, since there are no entries for these files in the pkg-plist, 'make install' does not install them either. Package builders also already fail because of this bug, for example https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p04fdfe963096_sc620788150/logs/qgis-3.32.1_1.log. The attached patch corrects the pkg-plist. py-qt5-qscintilla2 builds, installs and works fine for me now, also graphics/qgis is built again ... -- You are receiving this mail because: You are the assignee for the bug.