www/py-qt5-websockets
Python bindings for the Qt5 toolkit, QtWebSockets module
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| py38 | 5.15.4_1 | 479 | 2.1 | amd64 | gpl3 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m2164 | info | 2022-04-19 20:14:23.015849 | Test Started |
| m2164 | fail | 2022-04-19 20:15:37.88102 | make build returned non-zero: 1 |
| m2164 | fail | 2022-04-19 20:15:37.945301 | Test complete. |
Log
[1m===> Building for py38-qt5-websockets-5.15.4_1[0m
--- sub-QtWebSockets-all-ordered ---
cd QtWebSockets/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Makefile /magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets/QtWebSockets.pro ) && /usr/bin/make -f Makefile all
--- sipQtWebSocketsQList0100QWebSocketProtocolVersion.o ---
--- sipQtWebSocketsQMaskGenerator.o ---
--- sipQtWebSocketsQWebSocket.o ---
--- sipQtWebSocketsQMaskGenerator.o ---
clang++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -pthread -fPIC -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../include -I/usr/local/include/python3.8 -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWebSockets -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o sipQtWebSocketsQMaskGenerator.o sipQtWebSocketsQMaskGenerator.cpp
--- sipQtWebSocketsQList0100QWebSocketProtocolVersion.o ---
clang++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -pthread -fPIC -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../include -I/usr/local/include/python3.8 -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWebSockets -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o sipQtWebSocketsQList0100QWebSocketProtocolVersion.o sipQtWebSocketsQList0100QWebSocketProtocolVersion.cpp
--- sipQtWebSocketsQWebSocket.o ---
clang++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -pthread -fPIC -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../include -I/usr/local/include/python3.8 -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWebSockets -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o sipQtWebSocketsQWebSocket.o sipQtWebSocketsQWebSocket.cpp
In file included from sip/QtNetwork/qsslpresharedkeyauthenticator.sip:29:
/usr/local/include/qt5/QtNetwork/qsslpresharedkeyauthenticator.h:48:1: error: static_assert failed due to requirement 'bool(-1 == 1)' "Required feature ssl for file /usr/local/include/qt5/QtNetwork/qsslpresharedkeyauthenticator.h not available."
QT_REQUIRE_CONFIG(ssl);
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/qt5/QtCore/qglobal.h:87:36: note: expanded from macro 'QT_REQUIRE_CONFIG'
#define QT_REQUIRE_CONFIG(feature) Q_STATIC_ASSERT_X(QT_FEATURE_##feature == 1, "Required feature " #feature " for file " __FILE__ " not available.")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/qt5/QtCore/qglobal.h:121:49: note: expanded from macro 'Q_STATIC_ASSERT_X'
# define Q_STATIC_ASSERT_X(Condition, Message) static_assert(bool(Condition), Message)
^ ~~~~~~~~~~~~~~~
--- sipQtWebSocketsQWebSocketCorsAuthenticator.o ---
clang++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -pthread -fPIC -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../include -I/usr/local/include/python3.8 -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWebSockets -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o sipQtWebSocketsQWebSocketCorsAuthenticator.o sipQtWebSocketsQWebSocketCorsAuthenticator.cpp
--- sipQtWebSocketsQWebSocket.o ---
/magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets/sipQtWebSocketsQWebSocket.cpp:1481:21: error: no member named 'ignoreSslErrors' in 'QWebSocket'
sipCpp->ignoreSslErrors(*a0);
~~~~~~ ^
/magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets/sipQtWebSocketsQWebSocket.cpp:1494:21: error: no member named 'ignoreSslErrors' in 'QWebSocket'
sipCpp->ignoreSslErrors();
~~~~~~ ^
/magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets/sipQtWebSocketsQWebSocket.cpp:1520:21: error: no member named 'setSslConfiguration' in 'QWebSocket'
sipCpp->setSslConfiguration(*a0);
~~~~~~ ^
/magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets/sipQtWebSocketsQWebSocket.cpp:1547:55: error: no member named 'sslConfiguration' in 'QWebSocket'
sipRes = new ::QSslConfiguration(sipCpp->sslConfiguration());
~~~~~~ ^
--- sipQtWebSocketsQWebSocketProtocol.o ---
clang++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -pthread -fPIC -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../include -I/usr/local/include/python3.8 -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWebSockets -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o sipQtWebSocketsQWebSocketProtocol.o sipQtWebSocketsQWebSocketProtocol.cpp
--- sipQtWebSocketsQWebSocket.o ---
5 errors generated.
*** [sipQtWebSocketsQWebSocket.o] Error code 1
make[2]: stopped in /magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets
1 error
make[2]: stopped in /magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4/QtWebSockets
*** [sub-QtWebSockets-all-ordered] Error code 2
make[1]: stopped in /magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4
1 error
make[1]: stopped in /magus/work/usr/mports/www/py-qt5-websockets/work-py38/PyQt5-5.15.4
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/www/py-qt5-websockets
Links
Depends On
- devel/py-sip (build)
- devel/qt5-qmake (build)
- lang/python38 (build)
- devel/qscintilla2-qt5 (lib)
- devel/qt5-core (lib)
- net/qt5-network (lib)
- www/qt5-websockets (lib)
- devel/py-qt5-core (run)
- lang/python38 (run)
- lang/python38 (test)
Depend Of
Categories
CVEs
- Loading CVE information...
MidnightBSD Magus