unable to full compile PyQt5_gpl-5.9.2 on -current
by dimm0k from LinuxQuestions.org on (#50W6K)
been trying to get PyQt5 5.9.2 compiled and packaged for my system running -current using the build scripts from both SBo and from ponce's fork, but it keeps crapping out with the following
Code:Generating the C++ source for the QtCore module...
/usr/bin/sip -w -x VendorID -t WS_X11 -t Qt_5_13_2 -x Py_v3 -f -B Qt_6_0_0 -P -o -c /tmp/SBo/PyQt5_gpl-5.9.2/QtCore -I sip -I /tmp/SBo/PyQt5_gpl-5.9.2/sip /tmp/SBo/PyQt5_gpl-5.9.2/sip/QtCore/QtCoremod.sip
sip: Deprecation warning: the -B flag is deprecated
Error: Unable to create the C++ code.from my understanding, the requirements for PyQt5 seem to only be enum where sip and qt5-webkit is already part of -current. anyone able to get this going on their end and have any advice?


Code:Generating the C++ source for the QtCore module...
/usr/bin/sip -w -x VendorID -t WS_X11 -t Qt_5_13_2 -x Py_v3 -f -B Qt_6_0_0 -P -o -c /tmp/SBo/PyQt5_gpl-5.9.2/QtCore -I sip -I /tmp/SBo/PyQt5_gpl-5.9.2/sip /tmp/SBo/PyQt5_gpl-5.9.2/sip/QtCore/QtCoremod.sip
sip: Deprecation warning: the -B flag is deprecated
Error: Unable to create the C++ code.from my understanding, the requirements for PyQt5 seem to only be enum where sip and qt5-webkit is already part of -current. anyone able to get this going on their end and have any advice?