Created attachment 237947 [details] patch v1 While testing for the py-qt6 import a plist error came out for pyqt5: ``` ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.9/site-packages/dbus/mainloop/pyqt5.abi3.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.9/site-packages/PyQt5/QtBluetooth.abi3.so is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/pyqt-gpl.sip5 ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-qt5-pyqt =>> Error: check-plist failures detected ``` I'm attaching a fix for the plist error. The gl issue requires further investigation, but the plist issue is easy to fix.
Feel free to fix :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c162f8025170a7226d953398abec933407a1146b commit c162f8025170a7226d953398abec933407a1146b Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-11-09 08:47:51 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-11-09 08:47:51 +0000 devel/py-qt5-pyqt: Fix plist issue PR: 267645 Approved by: kde (tcberner) devel/py-qt5-pyqt/Makefile | 1 + devel/py-qt5-pyqt/pkg-plist | 1 + 2 files changed, 2 insertions(+)
Committed. Thanks!
^Triage: Assign to committer that resolved. @Guido Is quarterly affected?
(In reply to Kubilay Kocak from comment #4) SHould not be affected. The error appeared in my tests after the qt update to 5.15.7 in commit 9f4f33134a3169bcdf10b13a8e208877d62bf2f9 on November 2nd. The version included in quarterly was unaffected.
I'm closing this, since it does not need merging to quarterly.