[Bug 241855] devel/pyside2: Missing dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 10 10:58:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241855

            Bug ID: 241855
           Summary: devel/pyside2: Missing dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cmt at freebsd.org
          Reporter: rhurlin at gwdg.de
          Assignee: cmt at freebsd.org
             Flags: maintainer-feedback?(cmt at freebsd.org)

Created attachment 209030
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209030&action=edit
patch to add dependencies to devel/pyside2

Building devel/pyside2 with DEVELOPER=yes in /etc/make.conf gives the following
error in stage-qa:

====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/python3.6/site-packages/PySide2/Qt3DExtras.cpython-36m.so
is linked to /usr/local/lib/qt5/libQt5Gamepad.so.5 from
x11-toolkits/qt5-gamepad but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=gamepad
Error:
/usr/local/lib/python3.6/site-packages/PySide2/QtRemoteObjects.cpython-36m.so
is linked to /usr/local/lib/qt5/libQt5RemoteObjects.so.5 from
devel/qt5-remoteobjects but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=remoteobjects


The attached patch adds the wanted deps into the ports Makefile.

portlint -AC seems happy.

Tested with Poudriere HEADa/i, 12.1a/i and 11.3a/i.

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


More information about the freebsd-ports-bugs mailing list