Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 14:07:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272817] devel/py-qt5-qscintilla2: Not updated pkg-plist breaks build of graphics/qgis
Message-ID:  <bug-272817-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272817

            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=3D243706&action=
=3Dedit
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.si=
p:
line 63: column 10: 'qscilexerasm.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 77: column 10: 'qscilexerhex.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 80: column 10: 'qscilexerintelhex.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 87: column 10: 'qscilexermasm.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 89: column 10: 'qscilexernasm.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 101: column 10: 'qscilexersrec.sip' could not be found
/usr/local/lib/python3.9/site-packages/PyQt5/bindings/Qsci/qscimodcommon.si=
p:
line 103: column 10: 'qscilexertekhex.sip' could not be found
gmake[4]: *** [python/CMakeFiles/python_module_qgis__gui.dir/build.make:132=
5:
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 bui=
ld
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/p04fdfe96309=
6_sc620788150/logs/qgis-3.32.1_1.log.

The attached patch corrects the pkg-plist. py-qt5-qscintilla2 builds, insta=
lls
and works fine for me now, also graphics/qgis is built again ...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272817-7788>