Skip to content

Instantly share code, notes, and snippets.

@njh
Created December 31, 2021 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njh/af95b5c9d7df421178f2953789a6917e to your computer and use it in GitHub Desktop.
Save njh/af95b5c9d7df421178f2953789a6917e to your computer and use it in GitHub Desktop.
Building PyQt5 v5.14.2 on Raspberry Pi OS (Debian 11.2)
This file has been truncated, but you can view the full file.
pi@raspberrypi:~/tasmotizer $ pip3 install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: pyserial>=3.5 in /home/pi/.local/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (3.5)
Collecting PyQt5==5.14.2
Downloading PyQt5-5.14.2.tar.gz (3.2 MB)
|████████████████████████████████| 3.2 MB 1.5 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /tmp/tmpf90m3pxg_in_process.py prepare_metadata_for_build_wheel /tmp/tmpnr3k4tdx
cwd: /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03
Complete output (6536 lines):
Querying qmake about your Qt installation...
/usr/bin/qmake -query
This is the GPL version of PyQt 5.14.2 (licensed under the GNU General Public License) for Python 3.9.2 on linux.
Found the license file 'pyqt-gpl.sip'.
Checking to see if the QtCore bindings can be built...
/usr/bin/qmake QtCore.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtCore/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtCore.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/config-tests/cfgtest_QtCore.cpp
g++ -Wl,-O1 -o QtCore cfgtest_QtCore.o /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
/tmp/tmprqf68vh9/cfgtest_QtCore/./QtCore /tmp/tmprqf68vh9/cfgtest_QtCore/cfgtest_QtCore.out
Checking to see if the QtNetwork bindings can be built...
/usr/bin/qmake QtNetwork.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtNetwork/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtNetwork.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/config-tests/cfgtest_QtNetwork.cpp
g++ -Wl,-O1 -o QtNetwork cfgtest_QtNetwork.o /usr/lib/arm-linux-gnueabihf/libQt5Network.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
/tmp/tmprqf68vh9/cfgtest_QtNetwork/./QtNetwork /tmp/tmprqf68vh9/cfgtest_QtNetwork/cfgtest_QtNetwork.out
Checking to see if the QtGui bindings can be built...
/usr/bin/qmake QtGui.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtGui/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtGui.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/config-tests/cfgtest_QtGui.cpp
g++ -Wl,-O1 -o QtGui cfgtest_QtGui.o /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
/tmp/tmprqf68vh9/cfgtest_QtGui/./QtGui /tmp/tmprqf68vh9/cfgtest_QtGui/cfgtest_QtGui.out
Disabled QtGui bindings features: PyQt_Desktop_OpenGL.
Checking to see if the QtWidgets bindings can be built...
/usr/bin/qmake QtWidgets.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWidgets/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtWidgets.o cfgtest_QtWidgets.cpp
g++ -Wl,-O1 -o QtWidgets cfgtest_QtWidgets.o /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtQml bindings can be built...
/usr/bin/qmake QtQml.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtQml/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtQml -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtQml -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtQml.o cfgtest_QtQml.cpp
g++ -Wl,-O1 -o QtQml cfgtest_QtQml.o /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Qml.so /usr/lib/arm-linux-gnueabihf/libQt5Network.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QAxContainer bindings can be built...
/usr/bin/qmake QAxContainer.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QAxContainer/.qmake.stash
Project ERROR: Unknown module(s) in QT: axcontainer
Checking to see if the QtAndroidExtras bindings can be built...
/usr/bin/qmake QtAndroidExtras.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtAndroidExtras/.qmake.stash
Project ERROR: Unknown module(s) in QT: androidextras
Checking to see if the QtBluetooth bindings can be built...
/usr/bin/qmake QtBluetooth.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtBluetooth/.qmake.stash
Project ERROR: Unknown module(s) in QT: bluetooth
Checking to see if the QtDBus bindings can be built...
/usr/bin/qmake QtDBus.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtDBus/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtDBus -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtDBus -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtDBus.o cfgtest_QtDBus.cpp
g++ -Wl,-O1 -o QtDBus cfgtest_QtDBus.o /usr/lib/arm-linux-gnueabihf/libQt5DBus.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
Checking to see if the QtDesigner bindings can be built...
/usr/bin/qmake QtDesigner.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtDesigner/.qmake.stash
Project ERROR: Unknown module(s) in QT: designer
Checking to see if the Enginio bindings can be built...
/usr/bin/qmake Enginio.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_Enginio/.qmake.stash
Project ERROR: Unknown module(s) in QT: enginio
Checking to see if the QtHelp bindings can be built...
/usr/bin/qmake QtHelp.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtHelp/.qmake.stash
Project ERROR: Unknown module(s) in QT: help
Checking to see if the QtMacExtras bindings can be built...
/usr/bin/qmake QtMacExtras.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtMacExtras/.qmake.stash
Project ERROR: Unknown module(s) in QT: macextras
Checking to see if the QtMultimedia bindings can be built...
/usr/bin/qmake QtMultimedia.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtMultimedia/.qmake.stash
Project ERROR: Unknown module(s) in QT: multimedia
Checking to see if the QtMultimediaWidgets bindings can be built...
/usr/bin/qmake QtMultimediaWidgets.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtMultimediaWidgets/.qmake.stash
Project ERROR: Unknown module(s) in QT: multimediawidgets multimedia
Checking to see if the QtNetworkAuth bindings can be built...
/usr/bin/qmake QtNetworkAuth.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtNetworkAuth/.qmake.stash
Project ERROR: Unknown module(s) in QT: networkauth
Checking to see if the QtNfc bindings can be built...
/usr/bin/qmake QtNfc.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtNfc/.qmake.stash
Project ERROR: Unknown module(s) in QT: nfc
Checking to see if the QtOpenGL bindings can be built...
/usr/bin/qmake QtOpenGL.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtOpenGL/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtOpenGL.o cfgtest_QtOpenGL.cpp
g++ -Wl,-O1 -o QtOpenGL cfgtest_QtOpenGL.o /usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtPositioning bindings can be built...
/usr/bin/qmake QtPositioning.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtPositioning/.qmake.stash
Project ERROR: Unknown module(s) in QT: positioning
Checking to see if the QtLocation bindings can be built...
/usr/bin/qmake QtLocation.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtLocation/.qmake.stash
Project ERROR: Unknown module(s) in QT: location
Checking to see if the QtPrintSupport bindings can be built...
/usr/bin/qmake QtPrintSupport.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtPrintSupport/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtPrintSupport.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/config-tests/cfgtest_QtPrintSupport.cpp
g++ -Wl,-O1 -o QtPrintSupport cfgtest_QtPrintSupport.o /usr/lib/arm-linux-gnueabihf/libQt5PrintSupport.so /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
/tmp/tmprqf68vh9/cfgtest_QtPrintSupport/./QtPrintSupport /tmp/tmprqf68vh9/cfgtest_QtPrintSupport/cfgtest_QtPrintSupport.out
Checking to see if the QtQuick bindings can be built...
/usr/bin/qmake QtQuick.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtQuick/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtQuick -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtQuick -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtQmlModels -I/usr/include/arm-linux-gnueabihf/qt5/QtQml -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtQuick.o cfgtest_QtQuick.cpp
g++ -Wl,-O1 -o QtQuick cfgtest_QtQuick.o /usr/lib/arm-linux-gnueabihf/libQt5Quick.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5QmlModels.so /usr/lib/arm-linux-gnueabihf/libQt5Qml.so /usr/lib/arm-linux-gnueabihf/libQt5Network.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtQuickWidgets bindings can be built...
/usr/bin/qmake QtQuickWidgets.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtQuickWidgets/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtQuickWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtQuick -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtQmlModels -I/usr/include/arm-linux-gnueabihf/qt5/QtQml -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtQuickWidgets.o cfgtest_QtQuickWidgets.cpp
g++ -Wl,-O1 -o QtQuickWidgets cfgtest_QtQuickWidgets.o /usr/lib/arm-linux-gnueabihf/libQt5QuickWidgets.so /usr/lib/arm-linux-gnueabihf/libQt5Quick.so /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5QmlModels.so /usr/lib/arm-linux-gnueabihf/libQt5Qml.so /usr/lib/arm-linux-gnueabihf/libQt5Network.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtRemoteObjects bindings can be built...
/usr/bin/qmake QtRemoteObjects.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtRemoteObjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
Checking to see if the QtSensors bindings can be built...
/usr/bin/qmake QtSensors.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtSensors/.qmake.stash
Project ERROR: Unknown module(s) in QT: sensors
Checking to see if the QtSerialPort bindings can be built...
/usr/bin/qmake QtSerialPort.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtSerialPort/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
Checking to see if the QtSql bindings can be built...
/usr/bin/qmake QtSql.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtSql/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtSql -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtSql.o cfgtest_QtSql.cpp
g++ -Wl,-O1 -o QtSql cfgtest_QtSql.o /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Sql.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtSvg bindings can be built...
/usr/bin/qmake QtSvg.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtSvg/.qmake.stash
Project ERROR: Unknown module(s) in QT: svg
Checking to see if the QtTest bindings can be built...
/usr/bin/qmake QtTest.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtTest/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/tmp/tmprqf68vh9/cfgtest_QtTest"' -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtTest -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtTest.o cfgtest_QtTest.cpp
g++ -Wl,-O1 -o QtTest cfgtest_QtTest.o /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Test.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the QtWebChannel bindings can be built...
/usr/bin/qmake QtWebChannel.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWebChannel/.qmake.stash
Project ERROR: Unknown module(s) in QT: webchannel
Checking to see if the QtWebKit bindings can be built...
/usr/bin/qmake QtWebKit.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWebKit/.qmake.stash
Project ERROR: Unknown module(s) in QT: webkit
Checking to see if the QtWebKitWidgets bindings can be built...
/usr/bin/qmake QtWebKitWidgets.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWebKitWidgets/.qmake.stash
Project ERROR: Unknown module(s) in QT: webkitwidgets
Checking to see if the QtWebSockets bindings can be built...
/usr/bin/qmake QtWebSockets.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWebSockets/.qmake.stash
Project ERROR: Unknown module(s) in QT: websockets
Checking to see if the QtWinExtras bindings can be built...
/usr/bin/qmake QtWinExtras.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtWinExtras/.qmake.stash
Project ERROR: Unknown module(s) in QT: winextras
Checking to see if the QtX11Extras bindings can be built...
/usr/bin/qmake QtX11Extras.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtX11Extras/.qmake.stash
Project ERROR: Unknown module(s) in QT: x11extras
Checking to see if the QtXml bindings can be built...
/usr/bin/qmake QtXml.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtXml/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtXml -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest_QtXml.o cfgtest_QtXml.cpp
g++ -Wl,-O1 -o QtXml cfgtest_QtXml.o /usr/lib/arm-linux-gnueabihf/libQt5Xml.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
Checking to see if the QtXmlPatterns bindings can be built...
/usr/bin/qmake QtXmlPatterns.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest_QtXmlPatterns/.qmake.stash
Project ERROR: Unknown module(s) in QT: xmlpatterns
Checking to see if the _QOpenGLFunctions_ES2 bindings can be built...
/usr/bin/qmake _QOpenGLFunctions_ES2.pro
Info: creating stash file /tmp/tmprqf68vh9/cfgtest__QOpenGLFunctions_ES2/.qmake.stash
make
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o cfgtest__QOpenGLFunctions_ES2.o cfgtest__QOpenGLFunctions_ES2.cpp
g++ -Wl,-O1 -o _QOpenGLFunctions_ES2 cfgtest__QOpenGLFunctions_ES2.o /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
Checking to see if the dbus-python support should be built...
The dbus-python package does not seem to be installed.
These bindings will be built: Qt, QtCore, QtNetwork, QtGui, QtWidgets, QtQml, QtDBus, QtOpenGL, QtPrintSupport, QtQuick, QtQuickWidgets, QtSql, QtTest, QtXml, _QOpenGLFunctions_ES2, pylupdate, pyrcc.
Generating the Qt bindings...
Generating the QtCore bindings...
Generating the QtNetwork bindings...
Generating the QtGui bindings...
Generating the QtWidgets bindings...
Generating the QtQml bindings...
Generating the QtDBus bindings...
Generating the QtOpenGL bindings...
Generating the QtPrintSupport bindings...
Generating the QtQuick bindings...
Generating the QtQuickWidgets bindings...
Generating the QtSql bindings...
Generating the QtTest bindings...
Generating the QtXml bindings...
Generating the _QOpenGLFunctions_ES2 bindings...
Generating the pylupdate bindings...
Generating the pyrcc bindings...
Generating the .pro file for the Qt module...
Generating the .pro file for the QtCore module...
Generating the .pro file for the QtNetwork module...
Generating the .pro file for the QtGui module...
Generating the .pro file for the QtWidgets module...
Generating the .pro file for the QtQml module...
Generating the .pro file for the QtDBus module...
Generating the .pro file for the QtOpenGL module...
Generating the .pro file for the QtPrintSupport module...
Generating the .pro file for the QtQuick module...
Generating the .pro file for the QtQuickWidgets module...
Generating the .pro file for the QtSql module...
Generating the .pro file for the QtTest module...
Generating the .pro file for the QtXml module...
Generating the .pro file for the _QOpenGLFunctions_ES2 module...
Generating the .pro file for the pylupdate module...
Generating the .pro file for the pyrcc module...
Generating the top-level .pro file...
Generating the Makefiles...
/usr/bin/qmake -recursive PyQt5.pro
Info: creating stash file /tmp/tmprqf68vh9/.qmake.stash
Reading /tmp/tmprqf68vh9/Qt/Qt.pro
Reading /tmp/tmprqf68vh9/QtCore/QtCore.pro
Reading /tmp/tmprqf68vh9/QtNetwork/QtNetwork.pro
Reading /tmp/tmprqf68vh9/QtGui/QtGui.pro
Reading /tmp/tmprqf68vh9/QtWidgets/QtWidgets.pro
Reading /tmp/tmprqf68vh9/QtQml/QtQml.pro
Reading /tmp/tmprqf68vh9/QtDBus/QtDBus.pro
Reading /tmp/tmprqf68vh9/QtOpenGL/QtOpenGL.pro
Reading /tmp/tmprqf68vh9/QtPrintSupport/QtPrintSupport.pro
Reading /tmp/tmprqf68vh9/QtQuick/QtQuick.pro
Reading /tmp/tmprqf68vh9/QtQuickWidgets/QtQuickWidgets.pro
Reading /tmp/tmprqf68vh9/QtSql/QtSql.pro
Reading /tmp/tmprqf68vh9/QtTest/QtTest.pro
Reading /tmp/tmprqf68vh9/QtXml/QtXml.pro
Reading /tmp/tmprqf68vh9/_QOpenGLFunctions_ES2/_QOpenGLFunctions_ES2.pro
Reading /tmp/tmprqf68vh9/pylupdate/pylupdate.pro
Reading /tmp/tmprqf68vh9/pyrcc/pyrcc.pro
Compiling the project...
make
cd Qt/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /tmp/tmprqf68vh9/Qt/Qt.pro ) && make -f Makefile
make[1]: Entering directory '/tmp/tmprqf68vh9/Qt'
gcc -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -I. -I. -I.. -I/usr/include/python3.9 -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtcmodule.o sipQtcmodule.c
rm -f libQt.so
g++ -Wl,--version-script=Qt.exp -Wl,-O1 -shared -o libQt.so sipQtcmodule.o -lpthread
cp -f libQt.so Qt.abi3.so
make[1]: Leaving directory '/tmp/tmprqf68vh9/Qt'
cd QtCore/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /tmp/tmprqf68vh9/QtCore/QtCore.pro ) && make -f Makefile
make[1]: Entering directory '/tmp/tmprqf68vh9/QtCore'
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCorecmodule.o sipQtCorecmodule.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_ws(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6272:29: warning: ‘QTextStream& QTextStreamFunctions::ws(QTextStream&)’ is deprecated: Use Qt::ws [-Wdeprecated-declarations]
6272 | sipRes = &ws(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:297:73: note: declared here
297 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::ws") QTextStream &ws(QTextStream &s);
| ^~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_bom(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6299:30: warning: ‘QTextStream& QTextStreamFunctions::bom(QTextStream&)’ is deprecated: Use Qt::bom [-Wdeprecated-declarations]
6299 | sipRes = &bom(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:296:74: note: declared here
296 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bom") QTextStream &bom(QTextStream &s);
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_reset(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6326:32: warning: ‘QTextStream& QTextStreamFunctions::reset(QTextStream&)’ is deprecated: Use Qt::reset [-Wdeprecated-declarations]
6326 | sipRes = &reset(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:295:76: note: declared here
295 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::reset") QTextStream &reset(QTextStream &s);
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_flush(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6353:32: warning: ‘QTextStream& QTextStreamFunctions::flush(QTextStream&)’ is deprecated: Use Qt::flush [-Wdeprecated-declarations]
6353 | sipRes = &flush(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:294:76: note: declared here
294 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::flush") QTextStream &flush(QTextStream &s);
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_endl(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6380:31: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
6380 | sipRes = &endl(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:293:75: note: declared here
293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
| ^~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_center(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6407:33: warning: ‘QTextStream& QTextStreamFunctions::center(QTextStream&)’ is deprecated: Use Qt::center [-Wdeprecated-declarations]
6407 | sipRes = &center(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:292:77: note: declared here
292 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::center") QTextStream &center(QTextStream &s);
| ^~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_right(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6434:32: warning: ‘QTextStream& QTextStreamFunctions::right(QTextStream&)’ is deprecated: Use Qt::right [-Wdeprecated-declarations]
6434 | sipRes = &right(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:291:76: note: declared here
291 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::right") QTextStream &right(QTextStream &s);
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_left(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6461:31: warning: ‘QTextStream& QTextStreamFunctions::left(QTextStream&)’ is deprecated: Use Qt::left [-Wdeprecated-declarations]
6461 | sipRes = &left(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:290:75: note: declared here
290 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::left") QTextStream &left(QTextStream &s);
| ^~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_scientific(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6488:37: warning: ‘QTextStream& QTextStreamFunctions::scientific(QTextStream&)’ is deprecated: Use Qt::scientific [-Wdeprecated-declarations]
6488 | sipRes = &scientific(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:289:81: note: declared here
289 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::scientific") QTextStream &scientific(QTextStream &s);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_fixed(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6515:32: warning: ‘QTextStream& QTextStreamFunctions::fixed(QTextStream&)’ is deprecated: Use Qt::fixed [-Wdeprecated-declarations]
6515 | sipRes = &fixed(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:288:76: note: declared here
288 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::fixed") QTextStream &fixed(QTextStream &s);
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_lowercasedigits(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6542:42: warning: ‘QTextStream& QTextStreamFunctions::lowercasedigits(QTextStream&)’ is deprecated: Use Qt::lowercasedigits [-Wdeprecated-declarations]
6542 | sipRes = &lowercasedigits(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:287:86: note: declared here
287 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasedigits") QTextStream &lowercasedigits(QTextStream &s);
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_lowercasebase(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6569:40: warning: ‘QTextStream& QTextStreamFunctions::lowercasebase(QTextStream&)’ is deprecated: Use Qt::lowercasebase [-Wdeprecated-declarations]
6569 | sipRes = &lowercasebase(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:286:84: note: declared here
286 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasebase") QTextStream &lowercasebase(QTextStream &s);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_uppercasedigits(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6596:42: warning: ‘QTextStream& QTextStreamFunctions::uppercasedigits(QTextStream&)’ is deprecated: Use Qt::uppercasedigits [-Wdeprecated-declarations]
6596 | sipRes = &uppercasedigits(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:285:86: note: declared here
285 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasedigits") QTextStream &uppercasedigits(QTextStream &s);
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_uppercasebase(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6623:40: warning: ‘QTextStream& QTextStreamFunctions::uppercasebase(QTextStream&)’ is deprecated: Use Qt::uppercasebase [-Wdeprecated-declarations]
6623 | sipRes = &uppercasebase(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:284:84: note: declared here
284 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasebase") QTextStream &uppercasebase(QTextStream &s);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noforcepoint(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6650:39: warning: ‘QTextStream& QTextStreamFunctions::noforcepoint(QTextStream&)’ is deprecated: Use Qt::noforcepoint [-Wdeprecated-declarations]
6650 | sipRes = &noforcepoint(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:283:83: note: declared here
283 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcepoint") QTextStream &noforcepoint(QTextStream &s);
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noforcesign(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6677:38: warning: ‘QTextStream& QTextStreamFunctions::noforcesign(QTextStream&)’ is deprecated: Use Qt::noforcesign [-Wdeprecated-declarations]
6677 | sipRes = &noforcesign(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:282:82: note: declared here
282 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcesign") QTextStream &noforcesign(QTextStream &s);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noshowbase(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6704:37: warning: ‘QTextStream& QTextStreamFunctions::noshowbase(QTextStream&)’ is deprecated: Use Qt::noshowbase [-Wdeprecated-declarations]
6704 | sipRes = &noshowbase(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:281:81: note: declared here
281 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noshowbase") QTextStream &noshowbase(QTextStream &s);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_forcepoint(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6731:37: warning: ‘QTextStream& QTextStreamFunctions::forcepoint(QTextStream&)’ is deprecated: Use Qt::forcepoint [-Wdeprecated-declarations]
6731 | sipRes = &forcepoint(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:280:81: note: declared here
280 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcepoint") QTextStream &forcepoint(QTextStream &s);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_forcesign(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6758:36: warning: ‘QTextStream& QTextStreamFunctions::forcesign(QTextStream&)’ is deprecated: Use Qt::forcesign [-Wdeprecated-declarations]
6758 | sipRes = &forcesign(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:279:80: note: declared here
279 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcesign") QTextStream &forcesign(QTextStream &s);
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_showbase(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6785:35: warning: ‘QTextStream& QTextStreamFunctions::showbase(QTextStream&)’ is deprecated: Use Qt::showbase [-Wdeprecated-declarations]
6785 | sipRes = &showbase(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:278:79: note: declared here
278 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::showbase") QTextStream &showbase(QTextStream &s);
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_hex_(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6812:30: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
6812 | sipRes = &hex(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:277:74: note: declared here
277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_dec(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6839:30: warning: ‘QTextStream& QTextStreamFunctions::dec(QTextStream&)’ is deprecated: Use Qt::dec [-Wdeprecated-declarations]
6839 | sipRes = &dec(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:276:74: note: declared here
276 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::dec") QTextStream &dec(QTextStream &s);
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_oct_(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6866:30: warning: ‘QTextStream& QTextStreamFunctions::oct(QTextStream&)’ is deprecated: Use Qt::oct [-Wdeprecated-declarations]
6866 | sipRes = &oct(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:275:74: note: declared here
275 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::oct") QTextStream &oct(QTextStream &s);
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_bin_(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:6893:30: warning: ‘QTextStream& QTextStreamFunctions::bin(QTextStream&)’ is deprecated: Use Qt::bin [-Wdeprecated-declarations]
6893 | sipRes = &bin(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:274:74: note: declared here
274 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bin") QTextStream &bin(QTextStream &s);
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_qrand(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:8238:28: warning: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
8238 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1279:80: note: declared here
1279 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_qsrand(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCorecmodule.cpp:8263:22: warning: ‘void qsrand(uint)’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
8263 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCorecmodule.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1278:81: note: declared here
1278 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQList0600QPair0100QString0100QString.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QStorageInfo.o sipQtCoreQList0100QStorageInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSet0101QAbstractState.o sipQtCoreQSet0101QAbstractState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0101QAbstractTransition.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QMimeType.o sipQtCoreQList0100QMimeType.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QUrl.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QLocale.o sipQtCoreQList0100QLocale.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0100QPointF.o sipQtCoreQVector0100QPointF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QCommandLineOption.o sipQtCoreQList0100QCommandLineOption.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractAnimation.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractState.o sipQtCoreQList0101QAbstractState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQHash18000100QByteArray.o sipQtCoreQHash18000100QByteArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QPersistentModelIndex.o sipQtCoreQList0100QPersistentModelIndex.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMap18000100QVariant.o sipQtCoreQMap18000100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QByteArray.o sipQtCoreQList0100QByteArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QVariant.o sipQtCoreQList0100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQHash0100QString0100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector0100QTimeZoneOffsetData.o sipQtCoreQVector0100QTimeZoneOffsetData.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0101QObject.o sipQtCoreQList0101QObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QModelIndex.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QFileInfo.o sipQtCoreQList0100QFileInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector1600.o sipQtCoreQVector1600.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVector1800.o sipQtCoreQVector1800.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPair18001800.o sipQtCoreQPair18001800.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVariantMap.o sipQtCoreQVariantMap.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQJsonArray.o sipQtCoreQJsonArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStringList.o sipQtCoreQStringList.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList0100QtDayOfWeek.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList2400.o sipQtCoreQList2400.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList1800.o sipQtCoreQList1800.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQList0600QPair18001800.o sipQtCoreQList0600QPair18001800.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQJsonObject.o sipQtCoreQJsonObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSysInfo.o sipQtCoreQSysInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamWriter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamReader.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityResolver.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamEntityDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttributes.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQXmlStreamAttribute.o sipQtCoreQXmlStreamAttribute.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQWaitCondition.o sipQtCoreQWaitCondition.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVersionNumber.o sipQtCoreQVersionNumber.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVariant.o sipQtCoreQVariant.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___ge__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp:439:57: warning: ‘bool QVariant::operator>=(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
439 | sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQVariant.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qvariant.h:473:31: note: declared here
473 | QT_DEPRECATED inline bool operator>=(const QVariant &v) const
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___gt__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp:473:56: warning: ‘bool QVariant::operator>(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
473 | sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQVariant.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qvariant.h:471:31: note: declared here
471 | QT_DEPRECATED inline bool operator>(const QVariant &v) const
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___le__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp:507:57: warning: ‘bool QVariant::operator<=(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
507 | sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQVariant.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qvariant.h:469:31: note: declared here
469 | QT_DEPRECATED inline bool operator<=(const QVariant &v) const
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___lt__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQVariant.cpp:541:56: warning: ‘bool QVariant::operator<(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
541 | sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQVariant.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qvariant.h:467:31: note: declared here
467 | QT_DEPRECATED inline bool operator<(const QVariant &v) const
| ^~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUuid.o sipQtCoreQUuid.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUrlQuery.o sipQtCoreQUrlQuery.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUrlUserInputResolutionOptions.o sipQtCoreQUrlUserInputResolutionOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUrlComponentFormattingOptions.o sipQtCoreQUrlComponentFormattingOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrlFormattingOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQUrl.o sipQtCoreQUrl.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQUrl.cpp: In function ‘PyObject* meth_QUrl_topLevelDomain(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQUrl.cpp:1433:63: warning: ‘QString QUrl::topLevelDomain(QUrl::ComponentFormattingOptions) const’ is deprecated [-Wdeprecated-declarations]
1433 | sipRes = new ::QString(sipCpp->topLevelDomain(*a0));
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:51,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQUrl.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qurl.h:238:27: note: declared here
238 | QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const;
| ^~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTransposeProxyModel.o sipQtCoreQTransposeProxyModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTranslator.o sipQtCoreQTranslator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTimeZoneOffsetData.o sipQtCoreQTimeZoneOffsetData.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTimeZone.o sipQtCoreQTimeZone.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTimer.o sipQtCoreQTimer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTimeLine.o sipQtCoreQTimeLine.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTimeLine.cpp: In function ‘PyObject* meth_QTimeLine_curveShape(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTimeLine.cpp:716:41: warning: ‘QTimeLine::CurveShape QTimeLine::curveShape() const’ is deprecated: Access easingCurve directly [-Wdeprecated-declarations]
716 | sipRes = sipCpp->curveShape();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qtimeline.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtimeline.h:112:16: note: declared here
112 | CurveShape curveShape() const;
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTimeLine.cpp: In function ‘PyObject* meth_QTimeLine_setCurveShape(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTimeLine.cpp:741:37: warning: ‘void QTimeLine::setCurveShape(QTimeLine::CurveShape)’ is deprecated: Access easingCurve directly [-Wdeprecated-declarations]
741 | sipCpp->setCurveShape(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qtimeline.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qtimeline.h:114:10: note: declared here
114 | void setCurveShape(CurveShape shape);
| ^~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQThreadPool.o sipQtCoreQThreadPool.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQThreadPool.cpp: In function ‘PyObject* meth_QThreadPool_cancel(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQThreadPool.cpp:724:30: warning: ‘void QThreadPool::cancel(QRunnable*)’ is deprecated: use tryTake(), but note the different deletion rules [-Wdeprecated-declarations]
724 | return Py_None;
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qthreadpool.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qthreadpool.h:100:10: note: declared here
100 | void cancel(QRunnable *runnable);
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQThread.o sipQtCoreQThread.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamManipulator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStreamNumberFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextStream.o sipQtCoreQTextStream.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextDecoder.o sipQtCoreQTextDecoder.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextEncoder.o sipQtCoreQTextEncoder.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConverterState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodecConversionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextCodec.o sipQtCoreQTextCodec.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTextCodec.cpp: In function ‘PyObject* meth_QTextCodec_convertFromUnicode(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTextCodec.cpp:791:13: warning: unused variable ‘a0State’ [-Wunused-variable]
791 | int a0State = 0;
| ^~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinderBoundaryReasons.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTextBoundaryFinder.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTemporaryFile.o sipQtCoreQTemporaryFile.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTemporaryDir.o sipQtCoreQTemporaryDir.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSystemSemaphore.o sipQtCoreQSystemSemaphore.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStringListModel.o sipQtCoreQStringListModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStringRef.o sipQtCoreQStringRef.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQString.o sipQtCoreQString.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStorageInfo.o sipQtCoreQStorageInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineWrappedEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachineSignalEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStateMachine.o sipQtCoreQStateMachine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQState.o sipQtCoreQState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStandardPathsLocateOptions.o sipQtCoreQStandardPathsLocateOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQStandardPaths.o sipQtCoreQStandardPaths.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQStandardPaths.cpp: In function ‘PyObject* meth_QStandardPaths_enableTestMode(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQStandardPaths.cpp:246:32: warning: ‘static void QStandardPaths::enableTestMode(bool)’ is deprecated [-Wdeprecated-declarations]
246 | ::QStandardPaths::enableTestMode(a0);
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qstandardpaths.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstandardpaths.h:100:31: note: declared here
100 | static QT_DEPRECATED void enableTestMode(bool testMode);
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQStandardPaths.cpp:246:49: warning: ‘static void QStandardPaths::enableTestMode(bool)’ is deprecated [-Wdeprecated-declarations]
246 | ::QStandardPaths::enableTestMode(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qstandardpaths.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstandardpaths.h:100:31: note: declared here
100 | static QT_DEPRECATED void enableTestMode(bool testMode);
| ^~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSortFilterProxyModel.o sipQtCoreQSortFilterProxyModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSocketNotifier.o sipQtCoreQSocketNotifier.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSizeF.o sipQtCoreQSizeF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSize.o sipQtCoreQSize.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSignalTransition.o sipQtCoreQSignalTransition.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSignalMapper.o sipQtCoreQSignalMapper.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSharedMemory.o sipQtCoreQSharedMemory.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSettings.o sipQtCoreQSettings.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSequentialAnimationGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSemaphoreReleaser.o sipQtCoreQSemaphoreReleaser.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSemaphore.o sipQtCoreQSemaphore.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSaveFile.o sipQtCoreQSaveFile.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRunnable.o sipQtCoreQRunnable.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQResource.o sipQtCoreQResource.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQResource.cpp: In function ‘PyObject* meth_QResource_isCompressed(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQResource.cpp:155:43: warning: ‘bool QResource::isCompressed() const’ is deprecated: Use QResource::compressionAlgorithm() instead [-Wdeprecated-declarations]
155 | return PyBool_FromLong(sipRes);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qresource.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qresource.h:91:10: note: declared here
91 | bool isCompressed() const;
| ^~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatchIterator.o sipQtCoreQRegularExpressionMatchIterator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatch.o sipQtCoreQRegularExpressionMatch.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatchOptions.o sipQtCoreQRegularExpressionMatchOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionPatternOptions.o sipQtCoreQRegularExpressionPatternOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegularExpression.o sipQtCoreQRegularExpression.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRegExp.o sipQtCoreQRegExp.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRectF.o sipQtCoreQRectF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRect.o sipQtCoreQRect.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQWriteLocker.o sipQtCoreQWriteLocker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQReadLocker.o sipQtCoreQReadLocker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQReadWriteLock.o sipQtCoreQReadWriteLock.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRandomGenerator.o sipQtCoreQRandomGenerator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQProcessEnvironment.o sipQtCoreQProcessEnvironment.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQProcess.o sipQtCoreQProcess.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_start(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp:737:34: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
737 | sipCpp->start(*a0,*a1);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qprocess.sip:38:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qprocess.h:168:10: note: declared here
168 | void start(const QString &command, OpenMode mode = ReadWrite);
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_pid(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp:995:34: warning: ‘Q_PID QProcess::pid() const’ is deprecated: Use processId() instead [-Wdeprecated-declarations]
995 | sipRes = sipCpp->pid();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qprocess.sip:38:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qprocess.h:237:11: note: declared here
237 | Q_PID pid() const;
| ^~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_execute(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp:1447:46: warning: ‘static int QProcess::execute(const QString&)’ is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
1447 | sipRes = ::QProcess::execute(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qprocess.sip:38:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qprocess.h:265:16: note: declared here
265 | static int execute(const QString &command);
| ^~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_startDetached(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQProcess.cpp:1525:52: warning: ‘static bool QProcess::startDetached(const QString&)’ is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
1525 | sipRes = ::QProcess::startDetached(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qprocess.sip:38:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qprocess.h:280:17: note: declared here
280 | static bool startDetached(const QString &command);
| ^~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPointF.o sipQtCoreQPointF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPoint.o sipQtCoreQPoint.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPluginLoader.o sipQtCoreQPluginLoader.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPropertyAnimation.o sipQtCoreQPropertyAnimation.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQVariantAnimation.o sipQtCoreQVariantAnimation.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPauseAnimation.o sipQtCoreQPauseAnimation.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQParallelAnimationGroup.o sipQtCoreQParallelAnimationGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQOperatingSystemVersion.o sipQtCoreQOperatingSystemVersion.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericReturnArgument.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQGenericArgument.o sipQtCoreQGenericArgument.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaObjectConnection.o sipQtCoreQMetaObjectConnection.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaObject.o sipQtCoreQMetaObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQObjectCleanupHandler.o sipQtCoreQObjectCleanupHandler.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQSignalBlocker.o sipQtCoreQSignalBlocker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQRecursiveMutex.o sipQtCoreQRecursiveMutex.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMutex.o sipQtCoreQMutex.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMutexLocker.o sipQtCoreQMutexLocker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMimeType.o sipQtCoreQMimeType.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMimeDatabase.o sipQtCoreQMimeDatabase.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMimeData.o sipQtCoreQMimeData.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaTypeTypeFlags.o sipQtCoreQMetaTypeTypeFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaType.o sipQtCoreQMetaType.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaClassInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaProperty.o sipQtCoreQMetaProperty.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaEnum.o sipQtCoreQMetaEnum.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMetaMethod.o sipQtCoreQMetaMethod.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMessageAuthenticationCode.o sipQtCoreQMessageAuthenticationCode.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMarginsF.o sipQtCoreQMarginsF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMargins.o sipQtCoreQMargins.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLoggingCategory.o sipQtCoreQLoggingCategory.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMessageLogger.o sipQtCoreQMessageLogger.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQMessageLogContext.o sipQtCoreQMessageLogContext.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLockFile.o sipQtCoreQLockFile.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLocaleDataSizeFormats.o sipQtCoreQLocaleDataSizeFormats.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocaleNumberOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLocale.o sipQtCoreQLocale.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_toTime(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLocale.cpp:1147:60: warning: ‘QTime QLocale::toTime(const QString&, QLocale::FormatType, QCalendar) const’ is deprecated: Calendar is ignored when parsing times [-Wdeprecated-declarations]
1147 | return sipConvertFromNewType(sipRes,sipType_QTime,SIP_NULLPTR);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQLocale.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:1099:11: note: declared here
1099 | QTime toTime(const QString &string, FormatType format, QCalendar cal) const;
| ^~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLocale.cpp:1166:61: warning: ‘QTime QLocale::toTime(const QString&, const QString&, QCalendar) const’ is deprecated: Calendar is ignored when parsing times [-Wdeprecated-declarations]
1166 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qtextstream.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qdebug.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborcommon.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQLocale.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlocale.h:1101:11: note: declared here
1101 | QTime toTime(const QString &string, const QString &format, QCalendar cal) const;
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLineF.o sipQtCoreQLineF.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLineF.cpp: In function ‘PyObject* meth_QLineF_intersect(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLineF.cpp:133:46: warning: ‘QLineF::IntersectType QLineF::intersect(const QLineF&, QPointF*) const’ is deprecated: Use intersects() instead [-Wdeprecated-declarations]
133 | sipRes = sipCpp->intersect(*a0,a1);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qline.sip:95:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qline.h:256:19: note: declared here
256 | IntersectType intersect(const QLineF &l, QPointF *intersectionPoint) const;
| ^~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLine.o sipQtCoreQLine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLibraryInfo.o sipQtCoreQLibraryInfo.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_licensee(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:53:54: warning: ‘static QString QLibraryInfo::licensee()’ is deprecated [-Wdeprecated-declarations]
53 | sipRes = new ::QString( ::QLibraryInfo::licensee());
| ^~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:55:34: note: declared here
55 | static QT_DEPRECATED QString licensee();
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:53:63: warning: ‘static QString QLibraryInfo::licensee()’ is deprecated [-Wdeprecated-declarations]
53 | sipRes = new ::QString( ::QLibraryInfo::licensee());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:55:34: note: declared here
55 | static QT_DEPRECATED QString licensee();
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_licensedProducts(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:77:54: warning: ‘static QString QLibraryInfo::licensedProducts()’ is deprecated [-Wdeprecated-declarations]
77 | sipRes = new ::QString( ::QLibraryInfo::licensedProducts());
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:56:34: note: declared here
56 | static QT_DEPRECATED QString licensedProducts();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:77:71: warning: ‘static QString QLibraryInfo::licensedProducts()’ is deprecated [-Wdeprecated-declarations]
77 | sipRes = new ::QString( ::QLibraryInfo::licensedProducts());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:56:34: note: declared here
56 | static QT_DEPRECATED QString licensedProducts();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_buildDate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:127:52: warning: ‘static QDate QLibraryInfo::buildDate()’ is deprecated [-Wdeprecated-declarations]
127 | sipRes = new ::QDate( ::QLibraryInfo::buildDate());
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:61:32: note: declared here
61 | static QT_DEPRECATED QDate buildDate();
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQLibraryInfo.cpp:127:62: warning: ‘static QDate QLibraryInfo::buildDate()’ is deprecated [-Wdeprecated-declarations]
127 | sipRes = new ::QDate( ::QLibraryInfo::buildDate());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qlibraryinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlibraryinfo.h:61:32: note: declared here
61 | static QT_DEPRECATED QDate buildDate();
| ^~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibraryLoadHints.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQLibrary.o sipQtCoreQLibrary.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQJsonValue.o sipQtCoreQJsonValue.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQJsonDocument.o sipQtCoreQJsonDocument.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_fromRawData(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:75:61: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
75 | sipRes = new ::QJsonDocument( ::QJsonDocument::fromRawData(a0,a1,a2));
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:116:26: note: declared here
116 | static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:75:81: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
75 | sipRes = new ::QJsonDocument( ::QJsonDocument::fromRawData(a0,a1,a2));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:116:26: note: declared here
116 | static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_rawData(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:102:41: warning: ‘const char* QJsonDocument::rawData(int*) const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
102 | sipRes = sipCpp->rawData(&a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:119:17: note: declared here
119 | const char *rawData(int *size) const;
| ^~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_fromBinaryData(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:135:61: warning: ‘static QJsonDocument QJsonDocument::fromBinaryData(const QByteArray&, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
135 | sipRes = new ::QJsonDocument( ::QJsonDocument::fromBinaryData(*a0,a1));
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:122:26: note: declared here
122 | static QJsonDocument fromBinaryData(const QByteArray &data, DataValidation validation = Validate);
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:135:82: warning: ‘static QJsonDocument QJsonDocument::fromBinaryData(const QByteArray&, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
135 | sipRes = new ::QJsonDocument( ::QJsonDocument::fromBinaryData(*a0,a1));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:122:26: note: declared here
122 | static QJsonDocument fromBinaryData(const QByteArray &data, DataValidation validation = Validate);
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_toBinaryData(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQJsonDocument.cpp:162:61: warning: ‘QByteArray QJsonDocument::toBinaryData() const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
162 | sipRes = new ::QByteArray(sipCpp->toBinaryData());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qjsondocument.sip:58:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsondocument.h:125:16: note: declared here
125 | QByteArray toBinaryData() const;
| ^~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQJsonParseError.o sipQtCoreQJsonParseError.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQItemSelection.o sipQtCoreQItemSelection.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelection.cpp: In function ‘PyObject* meth_QItemSelection_swap(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelection.cpp:510:31: warning: ‘void QList<T>::swap(int, int) [with T = QItemSelectionRange]’ is deprecated: Use QList<T>::swapItemsAt() [-Wdeprecated-declarations]
510 | sipCpp->swap(a0,a1);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobject.h:49,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qthread.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QThread:1,
from sipAPIQtCore.h:34,
from sipQtCoreQItemSelection.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qlist.h:225:10: note: declared here
225 | void swap(int i, int j) { swapItemsAt(i, j); }
| ^~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQItemSelectionModelSelectionFlags.o sipQtCoreQItemSelectionModelSelectionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQItemSelectionModel.o sipQtCoreQItemSelectionModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQItemSelectionRange.o sipQtCoreQItemSelectionRange.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelectionRange.cpp: In function ‘PyObject* slot_QItemSelectionRange___ge__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelectionRange.cpp:523:68: warning: ‘bool QItemSelectionRange::operator<(const QItemSelectionRange&) const’ is deprecated [-Wdeprecated-declarations]
523 | sipRes = !sipCpp-> ::QItemSelectionRange::operator<(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qitemselectionmodel.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qitemselectionmodel.h:118:24: note: declared here
118 | QT_DEPRECATED bool operator<(const QItemSelectionRange &other) const;
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelectionRange.cpp: In function ‘PyObject* slot_QItemSelectionRange___lt__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQItemSelectionRange.cpp:555:67: warning: ‘bool QItemSelectionRange::operator<(const QItemSelectionRange&) const’ is deprecated [-Wdeprecated-declarations]
555 | sipRes = sipCpp-> ::QItemSelectionRange::operator<(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qitemselectionmodel.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qitemselectionmodel.h:118:24: note: declared here
118 | QT_DEPRECATED bool operator<(const QItemSelectionRange &other) const;
| ^~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQIODeviceOpenMode.o sipQtCoreQIODeviceOpenMode.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQIdentityProxyModel.o sipQtCoreQIdentityProxyModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQHistoryState.o sipQtCoreQHistoryState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFinalState.o sipQtCoreQFinalState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileSystemWatcher.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileSelector.o sipQtCoreQFileSelector.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileInfo.o sipQtCoreQFileInfo.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQFileInfo.cpp: In function ‘PyObject* meth_QFileInfo_created(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQFileInfo.cpp:1035:55: warning: ‘QDateTime QFileInfo::created() const’ is deprecated: Use either birthTime() or metadataChangeTime() [-Wdeprecated-declarations]
1035 | return SIP_NULLPTR;
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qfileinfo.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qfileinfo.h:139:15: note: declared here
139 | QDateTime created() const;
| ^~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileDeviceFileHandleFlags.o sipQtCoreQFileDeviceFileHandleFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileDevicePermissions.o sipQtCoreQFileDevicePermissions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFile.o sipQtCoreQFile.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQFileDevice.o sipQtCoreQFileDevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEventTransition.o sipQtCoreQEventTransition.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEventLoopLocker.o sipQtCoreQEventLoopLocker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoopProcessEventsFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEventLoop.o sipQtCoreQEventLoop.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQElapsedTimer.o sipQtCoreQElapsedTimer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEasingCurve.o sipQtCoreQEasingCurve.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIteratorIteratorFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDirIterator.o sipQtCoreQDirIterator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDirSortFlags.o sipQtCoreQDirSortFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDirFilters.o sipQtCoreQDirFilters.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDir.o sipQtCoreQDir.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDeadlineTimer.o sipQtCoreQDeadlineTimer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDateTime.o sipQtCoreQDateTime.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDateTime.cpp: In function ‘void* init_type_QDateTime(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDateTime.cpp:1874:42: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations]
1874 | {
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDateTime.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:298:57: note: declared here
298 | QT_DEPRECATED_X("Use QDate::startOfDay()") explicit QDateTime(const QDate &);
| ^~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTime.o sipQtCoreQTime.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_start(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp:544:27: warning: ‘void QTime::start()’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
544 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQTime.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:235:55: note: declared here
235 | QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_restart(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp:571:38: warning: ‘int QTime::restart()’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
571 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQTime.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:236:54: note: declared here
236 | QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
| ^~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_elapsed(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQTime.cpp:597:38: warning: ‘int QTime::elapsed() const’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
597 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQTime.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:237:54: note: declared here
237 | QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
| ^~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDate.o sipQtCoreQDate.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_shortMonthName(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:488:47: warning: ‘static QString QDate::shortMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
488 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:106:24: note: declared here
106 | static QString shortMonthName(int month, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:488:67: warning: ‘static QString QDate::shortMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
488 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:106:24: note: declared here
106 | static QString shortMonthName(int month, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_shortDayName(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:520:47: warning: ‘static QString QDate::shortDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
520 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:108:24: note: declared here
108 | static QString shortDayName(int weekday, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:520:65: warning: ‘static QString QDate::shortDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
520 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:108:24: note: declared here
108 | static QString shortDayName(int weekday, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_longMonthName(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:552:47: warning: ‘static QString QDate::longMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
552 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:110:24: note: declared here
110 | static QString longMonthName(int month, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:552:66: warning: ‘static QString QDate::longMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
552 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:110:24: note: declared here
110 | static QString longMonthName(int month, MonthNameType type = DateFormat);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_longDayName(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:584:47: warning: ‘static QString QDate::longDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
584 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:112:24: note: declared here
112 | static QString longDayName(int weekday, MonthNameType type = DateFormat);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:584:64: warning: ‘static QString QDate::longDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
584 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:112:24: note: declared here
112 | static QString longDayName(int weekday, MonthNameType type = DateFormat);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_toString(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQDate.cpp:633:60: warning: ‘QString QDate::toString(Qt::DateFormat, QCalendar) const’ is deprecated: Use QLocale or omit the calendar [-Wdeprecated-declarations]
633 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qcborvalue.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qjsonvalue.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QJsonValue:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_api.h:25,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qobject.sip:742,
from sipQtCoreQDate.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qdatetime.h:119:13: note: declared here
119 | QString toString(Qt::DateFormat format, QCalendar cal) const;
| ^~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDataStream.o sipQtCoreQDataStream.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCryptographicHash.o sipQtCoreQCryptographicHash.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQDynamicPropertyChangeEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQChildEvent.o sipQtCoreQChildEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQTimerEvent.o sipQtCoreQTimerEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQEvent.o sipQtCoreQEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCoreApplication.o sipQtCoreQCoreApplication.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp: In function ‘PyObject* meth_QCoreApplication_hasPendingEvents(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp:829:43: warning: ‘static bool QCoreApplication::hasPendingEvents()’ is deprecated [-Wdeprecated-declarations]
829 | sipRes = ::QCoreApplication::hasPendingEvents();
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcoreapplication.sip:30:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcoreapplication.h:129:31: note: declared here
129 | QT_DEPRECATED static bool hasPendingEvents();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp:829:60: warning: ‘static bool QCoreApplication::hasPendingEvents()’ is deprecated [-Wdeprecated-declarations]
829 | sipRes = ::QCoreApplication::hasPendingEvents();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcoreapplication.sip:30:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcoreapplication.h:129:31: note: declared here
129 | QT_DEPRECATED static bool hasPendingEvents();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp: In function ‘PyObject* meth_QCoreApplication_flush(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp:1178:34: warning: ‘static void QCoreApplication::flush()’ is deprecated [-Wdeprecated-declarations]
1178 | ::QCoreApplication::flush();
| ^~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcoreapplication.sip:30:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcoreapplication.h:169:31: note: declared here
169 | QT_DEPRECATED static void flush();
| ^~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCoreApplication.cpp:1178:40: warning: ‘static void QCoreApplication::flush()’ is deprecated [-Wdeprecated-declarations]
1178 | ::QCoreApplication::flush();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcoreapplication.sip:30:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcoreapplication.h:169:31: note: declared here
169 | QT_DEPRECATED static void flush();
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQConcatenateTablesProxyModel.o sipQtCoreQConcatenateTablesProxyModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCommandLineParser.o sipQtCoreQCommandLineParser.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCommandLineOptionFlags.o sipQtCoreQCommandLineOptionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCommandLineOption.o sipQtCoreQCommandLineOption.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCommandLineOption.cpp: In function ‘PyObject* meth_QCommandLineOption_setHidden(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCommandLineOption.cpp:296:33: warning: ‘void QCommandLineOption::setHidden(bool)’ is deprecated: Use setFlags() with HiddenFromHelp [-Wdeprecated-declarations]
296 | sipCpp->setHidden(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcommandlineoption.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcommandlineoption.h:96:10: note: declared here
96 | void setHidden(bool hidden);
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCommandLineOption.cpp: In function ‘PyObject* meth_QCommandLineOption_isHidden(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQCommandLineOption.cpp:323:39: warning: ‘bool QCommandLineOption::isHidden() const’ is deprecated: Use flags() and HiddenFromHelp [-Wdeprecated-declarations]
323 | sipRes = sipCpp->isHidden();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qcommandlineoption.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qcommandlineoption.h:98:10: note: declared here
98 | bool isHidden() const;
| ^~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCollator.o sipQtCoreQCollator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCollatorSortKey.o sipQtCoreQCollatorSortKey.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQChar.o sipQtCoreQChar.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCborStreamReader.o sipQtCoreQCborStreamReader.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCborStreamWriter.o sipQtCoreQCborStreamWriter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCborError.o sipQtCoreQCborError.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCalendarYearMonthDay.o sipQtCoreQCalendarYearMonthDay.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQCalendar.o sipQtCoreQCalendar.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArrayMatcher.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQByteArrayBase64Options.o sipQtCoreQByteArrayBase64Options.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQByteArray.o sipQtCoreQByteArray.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_indexOf(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:190:44: warning: ‘int QByteArray::indexOf(const QString&, int) const’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
190 | sipRes = sipCpp->indexOf(*a0,a1);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1519:12: note: declared here
1519 | inline int QByteArray::indexOf(const QString &s, int from) const
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_lastIndexOf(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:248:48: warning: ‘int QByteArray::lastIndexOf(const QString&, int) const’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
248 | sipRes = sipCpp->lastIndexOf(*a0,a1);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1521:12: note: declared here
1521 | inline int QByteArray::lastIndexOf(const QString &s, int from) const
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_append(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:754:41: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
754 | sipRes = &sipCpp->append(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1507:20: note: declared here
1507 | inline QByteArray &QByteArray::append(const QString &s)
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_insert(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:818:44: warning: ‘QByteArray& QByteArray::insert(int, const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
818 | sipRes = &sipCpp->insert(a0,*a1);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1509:20: note: declared here
1509 | inline QByteArray &QByteArray::insert(int i, const QString &s)
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_replace(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:932:46: warning: ‘QByteArray& QByteArray::replace(const QString&, const QByteArray&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
932 | sipRes = &sipCpp->replace(*a0,*a1);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1515:20: note: declared here
1515 | inline QByteArray &QByteArray::replace(const QString &before, const QByteArray &after)
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* slot_QByteArray___iadd__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQByteArray.cpp:2978:50: warning: ‘QByteArray& QByteArray::operator+=(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2978 |
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhashfunctions.h:44,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvarlengtharray.h:47,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:1517:20: note: declared here
1517 | inline QByteArray &QByteArray::operator+=(const QString &s)
| ^~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQBuffer.o sipQtCoreQBuffer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQIODevice.o sipQtCoreQIODevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQBitArray.o sipQtCoreQBitArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQBasicTimer.o sipQtCoreQBasicTimer.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void assign_QBasicTimer(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp:202:103: warning: ‘QBasicTimer& QBasicTimer::operator=(const QBasicTimer&)’ is deprecated: copy-assignment is unsupported; use move-assignment instead [-Wdeprecated-declarations]
202 | reinterpret_cast< ::QBasicTimer *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QBasicTimer *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qbasictimer.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbasictimer.h:62:18: note: declared here
62 | QBasicTimer &operator=(const QBasicTimer &);
| ^~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void* copy_QBasicTimer(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp:209:90: warning: ‘QBasicTimer::QBasicTimer(const QBasicTimer&)’ is deprecated: copy-construction is unsupported; use move-construction instead [-Wdeprecated-declarations]
209 | return new ::QBasicTimer(reinterpret_cast<const ::QBasicTimer *>(sipSrc)[sipSrcIdx]);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qbasictimer.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbasictimer.h:60:5: note: declared here
60 | QBasicTimer(const QBasicTimer &);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void* init_type_QBasicTimer(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQBasicTimer.cpp:242:44: warning: ‘QBasicTimer::QBasicTimer(const QBasicTimer&)’ is deprecated: copy-construction is unsupported; use move-construction instead [-Wdeprecated-declarations]
242 | sipCpp = new ::QBasicTimer(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qbasictimer.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbasictimer.h:60:5: note: declared here
60 | QBasicTimer(const QBasicTimer &);
| ^~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAnimationGroup.o sipQtCoreQAnimationGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractTransition.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractState.o sipQtCoreQAbstractState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractProxyModel.o sipQtCoreQAbstractProxyModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractNativeEventFilter.o sipQtCoreQAbstractNativeEventFilter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractListModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractTableModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractItemModelCheckIndexOptions.o sipQtCoreQAbstractItemModelCheckIndexOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractItemModel.o sipQtCoreQAbstractItemModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQPersistentModelIndex.o sipQtCoreQPersistentModelIndex.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQPersistentModelIndex.cpp: In function ‘PyObject* meth_QPersistentModelIndex_child(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQPersistentModelIndex.cpp:223:60: warning: ‘QModelIndex QPersistentModelIndex::child(int, int) const’ is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
223 | sipRes = new ::QModelIndex(sipCpp->child(a0,a1));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qabstractitemmodel.sip:76:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qabstractitemmodel.h:136:66: note: declared here
136 | QT_DEPRECATED_X("Use QAbstractItemModel::index") QModelIndex child(int row, int column) const;
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQModelIndex.o sipQtCoreQModelIndex.cpp
/tmp/tmprqf68vh9/QtCore/sipQtCoreQModelIndex.cpp: In function ‘PyObject* meth_QModelIndex_child(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtCore/sipQtCoreQModelIndex.cpp:60:60: warning: ‘QModelIndex QModelIndex::child(int, int) const’ is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
60 | sipRes = new ::QModelIndex(sipCpp->child(a0,a1));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qabstractitemmodel.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qabstractitemmodel.h:455:20: note: declared here
455 | inline QModelIndex QModelIndex::child(int arow, int acolumn) const
| ^~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractEventDispatcherTimerInfo.o sipQtCoreQAbstractEventDispatcherTimerInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractEventDispatcher.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQAbstractAnimation.o sipQtCoreQAbstractAnimation.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQObject.o sipQtCoreQObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtMouseEventFlags.o sipQtCoreQtMouseEventFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtEdges.o sipQtCoreQtEdges.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtApplicationStates.o sipQtCoreQtApplicationStates.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtFindChildOptions.o sipQtCoreQtFindChildOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtScreenOrientations.o sipQtCoreQtScreenOrientations.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtGestureFlags.o sipQtCoreQtGestureFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtTouchPointStates.o sipQtCoreQtTouchPointStates.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtInputMethodHints.o sipQtCoreQtInputMethodHints.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtTextInteractionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtMatchFlags.o sipQtCoreQtMatchFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtItemFlags.o sipQtCoreQtItemFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtDropActions.o sipQtCoreQtDropActions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtInputMethodQueries.o sipQtCoreQtInputMethodQueries.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtToolBarAreas.o sipQtCoreQtToolBarAreas.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtDockWidgetAreas.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtImageConversionFlags.o sipQtCoreQtImageConversionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtWindowStates.o sipQtCoreQtWindowStates.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtWindowFlags.o sipQtCoreQtWindowFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtAlignment.o sipQtCoreQtAlignment.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtOrientations.o sipQtCoreQtOrientations.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtMouseButtons.o sipQtCoreQtMouseButtons.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQtKeyboardModifiers.o sipQtCoreQtKeyboardModifiers.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreQt.o sipQtCoreQt.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCorequintptr.o sipQtCorequintptr.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtCoreqintptr.o sipQtCoreqintptr.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_chimera.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_chimera.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_chimera_signature.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_chimera_signature.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_chimera_storage.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_chimera_storage.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_classinfo.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_classinfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_decorators.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_decorators.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_enums_flags.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_enums_flags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_event_handlers.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_event_handlers.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_init.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_init.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_misc.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_misc.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_public_api.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_public_api.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtboundsignal.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtboundsignal.cpp
../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtboundsignal.cpp:113:28: warning: cast between incompatible function types from ‘PyObject* (*)(PyObject*, PyObject*, PyObject*)’ {aka ‘_object* (*)(_object*, _object*, _object*)’} to ‘PyCFunction’ {aka ‘_object* (*)(_object*, _object*)’} [-Wcast-function-type]
113 | {CHAR_CAST("connect"), (PyCFunction)pyqtBoundSignal_connect,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtconfigure.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtconfigure.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtmethodproxy.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtmethodproxy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtproperty.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtproperty.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtpyobject.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtpyobject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtsignal.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtsignal.cpp
../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtsignal.cpp: In function ‘PyObject* qpycore_call_signal_overload(qpycore_pyqtSignal*, PyObject*, PyObject*, PyObject*)’:
../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtsignal.cpp:862:55: warning: ‘PyObject* PyCFunction_Call(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
862 | PyObject *result = PyCFunction_Call(func, args, kw);
| ^
In file included from /usr/include/python3.9/Python.h:111,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtsignal.cpp:21:
/usr/include/python3.9/methodobject.h:33:43: note: declared here
33 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
| ^~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtslot.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtslot.cpp
In file included from /usr/include/python3.9/Python.h:145,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtslot.cpp:21:
../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtslot.cpp: In member function ‘PyObject* PyQtSlot::call(PyObject*, PyObject*) const’:
/usr/include/python3.9/ceval.h:24:66: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
24 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
| ^
../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtslot.cpp:247:20: note: in expansion of macro ‘PyEval_CallObject’
247 | if ((res = PyEval_CallObject(callable, sa)) != NULL)
| ^~~~~~~~~~~~~~~~~
/usr/include/python3.9/ceval.h:17:43: note: declared here
17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_pyqtslotproxy.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_pyqtslotproxy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qjsonvalue.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qjsonvalue.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qmessagelogger.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qmessagelogger.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qmetaobject.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qmetaobject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qmetaobject_helpers.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qmetaobject_helpers.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qobject_getattr.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qobject_getattr.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qobject_helpers.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qobject_helpers.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qstring.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qstring.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qt_conf.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qt_conf.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qvariant.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qvariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qvariant_value.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qvariant_value.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_qvariantmap.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_qvariantmap.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_types.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_types.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpycore_post_init.o qpycore_post_init.cpp
g++ -pipe -O2 -fno-exceptions -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/data/dummy.cpp
/usr/lib/qt5/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB --include /tmp/tmprqf68vh9/QtCore/moc_predefs.h -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/tmp/tmprqf68vh9/QtCore -I/tmp/tmprqf68vh9/QtCore -I/tmp/tmprqf68vh9 -I/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/10 -I/usr/include/arm-linux-gnueabihf/c++/10 -I/usr/include/c++/10/backward -I/usr/lib/gcc/arm-linux-gnueabihf/10/include -I/usr/local/include -I/usr/include/arm-linux-gnueabihf -I/usr/include ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore/qpycore_event_handlers.h -o moc_qpycore_event_handlers.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtCore -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o moc_qpycore_event_handlers.o moc_qpycore_event_handlers.cpp
rm -f libQtCore.so
g++ -Wl,--version-script=QtCore.exp -Wl,-O1 -shared -o libQtCore.so sipQtCorecmodule.o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQList0100QStorageInfo.o sipQtCoreQSet0101QAbstractState.o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0100QMimeType.o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QLocale.o sipQtCoreQVector0100QPointF.o sipQtCoreQList0100QCommandLineOption.o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractState.o sipQtCoreQHash18000100QByteArray.o sipQtCoreQList0100QPersistentModelIndex.o sipQtCoreQMap18000100QVariant.o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.o sipQtCoreQList0100QByteArray.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQList0100QVariant.o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQVector0100QTimeZoneOffsetData.o sipQtCoreQList0101QObject.o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QFileInfo.o sipQtCoreQVector1600.o sipQtCoreQVector1800.o sipQtCoreQPair18001800.o sipQtCoreQVariantMap.o sipQtCoreQJsonArray.o sipQtCoreQStringList.o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList2400.o sipQtCoreQList1800.o sipQtCoreQList0600QPair18001800.o sipQtCoreQJsonObject.o sipQtCoreQSysInfo.o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttribute.o sipQtCoreQWaitCondition.o sipQtCoreQVersionNumber.o sipQtCoreQVariant.o sipQtCoreQUuid.o sipQtCoreQUrlQuery.o sipQtCoreQUrlUserInputResolutionOptions.o sipQtCoreQUrlComponentFormattingOptions.o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrl.o sipQtCoreQTransposeProxyModel.o sipQtCoreQTranslator.o sipQtCoreQTimeZoneOffsetData.o sipQtCoreQTimeZone.o sipQtCoreQTimer.o sipQtCoreQTimeLine.o sipQtCoreQThreadPool.o sipQtCoreQThread.o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStream.o sipQtCoreQTextDecoder.o sipQtCoreQTextEncoder.o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodec.o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTemporaryFile.o sipQtCoreQTemporaryDir.o sipQtCoreQSystemSemaphore.o sipQtCoreQStringListModel.o sipQtCoreQStringRef.o sipQtCoreQString.o sipQtCoreQStorageInfo.o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachine.o sipQtCoreQState.o sipQtCoreQStandardPathsLocateOptions.o sipQtCoreQStandardPaths.o sipQtCoreQSortFilterProxyModel.o sipQtCoreQSocketNotifier.o sipQtCoreQSizeF.o sipQtCoreQSize.o sipQtCoreQSignalTransition.o sipQtCoreQSignalMapper.o sipQtCoreQSharedMemory.o sipQtCoreQSettings.o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSemaphoreReleaser.o sipQtCoreQSemaphore.o sipQtCoreQSaveFile.o sipQtCoreQRunnable.o sipQtCoreQResource.o sipQtCoreQRegularExpressionMatchIterator.o sipQtCoreQRegularExpressionMatch.o sipQtCoreQRegularExpressionMatchOptions.o sipQtCoreQRegularExpressionPatternOptions.o sipQtCoreQRegularExpression.o sipQtCoreQRegExp.o sipQtCoreQRectF.o sipQtCoreQRect.o sipQtCoreQWriteLocker.o sipQtCoreQReadLocker.o sipQtCoreQReadWriteLock.o sipQtCoreQRandomGenerator.o sipQtCoreQProcessEnvironment.o sipQtCoreQProcess.o sipQtCoreQPointF.o sipQtCoreQPoint.o sipQtCoreQPluginLoader.o sipQtCoreQPropertyAnimation.o sipQtCoreQVariantAnimation.o sipQtCoreQPauseAnimation.o sipQtCoreQParallelAnimationGroup.o sipQtCoreQOperatingSystemVersion.o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericArgument.o sipQtCoreQMetaObjectConnection.o sipQtCoreQMetaObject.o sipQtCoreQObjectCleanupHandler.o sipQtCoreQSignalBlocker.o sipQtCoreQRecursiveMutex.o sipQtCoreQMutex.o sipQtCoreQMutexLocker.o sipQtCoreQMimeType.o sipQtCoreQMimeDatabase.o sipQtCoreQMimeData.o sipQtCoreQMetaTypeTypeFlags.o sipQtCoreQMetaType.o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaProperty.o sipQtCoreQMetaEnum.o sipQtCoreQMetaMethod.o sipQtCoreQMessageAuthenticationCode.o sipQtCoreQMarginsF.o sipQtCoreQMargins.o sipQtCoreQLoggingCategory.o sipQtCoreQMessageLogger.o sipQtCoreQMessageLogContext.o sipQtCoreQLockFile.o sipQtCoreQLocaleDataSizeFormats.o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocale.o sipQtCoreQLineF.o sipQtCoreQLine.o sipQtCoreQLibraryInfo.o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibrary.o sipQtCoreQJsonValue.o sipQtCoreQJsonDocument.o sipQtCoreQJsonParseError.o sipQtCoreQItemSelection.o sipQtCoreQItemSelectionModelSelectionFlags.o sipQtCoreQItemSelectionModel.o sipQtCoreQItemSelectionRange.o sipQtCoreQIODeviceOpenMode.o sipQtCoreQIdentityProxyModel.o sipQtCoreQHistoryState.o sipQtCoreQFinalState.o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileSelector.o sipQtCoreQFileInfo.o sipQtCoreQFileDeviceFileHandleFlags.o sipQtCoreQFileDevicePermissions.o sipQtCoreQFile.o sipQtCoreQFileDevice.o sipQtCoreQEventTransition.o sipQtCoreQEventLoopLocker.o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoop.o sipQtCoreQElapsedTimer.o sipQtCoreQEasingCurve.o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIterator.o sipQtCoreQDirSortFlags.o sipQtCoreQDirFilters.o sipQtCoreQDir.o sipQtCoreQDeadlineTimer.o sipQtCoreQDateTime.o sipQtCoreQTime.o sipQtCoreQDate.o sipQtCoreQDataStream.o sipQtCoreQCryptographicHash.o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQChildEvent.o sipQtCoreQTimerEvent.o sipQtCoreQEvent.o sipQtCoreQCoreApplication.o sipQtCoreQConcatenateTablesProxyModel.o sipQtCoreQCommandLineParser.o sipQtCoreQCommandLineOptionFlags.o sipQtCoreQCommandLineOption.o sipQtCoreQCollator.o sipQtCoreQCollatorSortKey.o sipQtCoreQChar.o sipQtCoreQCborStreamReader.o sipQtCoreQCborStreamWriter.o sipQtCoreQCborError.o sipQtCoreQCalendarYearMonthDay.o sipQtCoreQCalendar.o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArrayBase64Options.o sipQtCoreQByteArray.o sipQtCoreQBuffer.o sipQtCoreQIODevice.o sipQtCoreQBitArray.o sipQtCoreQBasicTimer.o sipQtCoreQAnimationGroup.o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractState.o sipQtCoreQAbstractProxyModel.o sipQtCoreQAbstractNativeEventFilter.o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractItemModelCheckIndexOptions.o sipQtCoreQAbstractItemModel.o sipQtCoreQPersistentModelIndex.o sipQtCoreQModelIndex.o sipQtCoreQAbstractEventDispatcherTimerInfo.o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractAnimation.o sipQtCoreQObject.o sipQtCoreQtMouseEventFlags.o sipQtCoreQtEdges.o sipQtCoreQtApplicationStates.o sipQtCoreQtFindChildOptions.o sipQtCoreQtScreenOrientations.o sipQtCoreQtGestureFlags.o sipQtCoreQtTouchPointStates.o sipQtCoreQtInputMethodHints.o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtMatchFlags.o sipQtCoreQtItemFlags.o sipQtCoreQtDropActions.o sipQtCoreQtInputMethodQueries.o sipQtCoreQtToolBarAreas.o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtImageConversionFlags.o sipQtCoreQtWindowStates.o sipQtCoreQtWindowFlags.o sipQtCoreQtAlignment.o sipQtCoreQtOrientations.o sipQtCoreQtMouseButtons.o sipQtCoreQtKeyboardModifiers.o sipQtCoreQt.o sipQtCorequintptr.o sipQtCoreqintptr.o qpycore_chimera.o qpycore_chimera_signature.o qpycore_chimera_storage.o qpycore_classinfo.o qpycore_decorators.o qpycore_enums_flags.o qpycore_event_handlers.o qpycore_init.o qpycore_misc.o qpycore_public_api.o qpycore_pyqtboundsignal.o qpycore_pyqtconfigure.o qpycore_pyqtmethodproxy.o qpycore_pyqtproperty.o qpycore_pyqtpyobject.o qpycore_pyqtsignal.o qpycore_pyqtslot.o qpycore_pyqtslotproxy.o qpycore_qjsonvalue.o qpycore_qmessagelogger.o qpycore_qmetaobject.o qpycore_qmetaobject_helpers.o qpycore_qobject_getattr.o qpycore_qobject_helpers.o qpycore_qstring.o qpycore_qt_conf.o qpycore_qvariant.o qpycore_qvariant_value.o qpycore_qvariantmap.o qpycore_types.o qpycore_post_init.o moc_qpycore_event_handlers.o /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
cp -f libQtCore.so QtCore.abi3.so
make[1]: Leaving directory '/tmp/tmprqf68vh9/QtCore'
cd QtNetwork/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /tmp/tmprqf68vh9/QtNetwork/QtNetwork.pro ) && make -f Makefile
make[1]: Entering directory '/tmp/tmprqf68vh9/QtNetwork'
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkcmodule.o sipQtNetworkcmodule.cpp
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/QNetworkAccessManager:1,
from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkreply.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkreply.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:153:89: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
153 | QT_DEPRECATED_VERSION_5_15 void setConfiguration(const QNetworkConfiguration &config);
| ^
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:154:70: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
154 | QT_DEPRECATED_VERSION_5_15 QNetworkConfiguration configuration() const;
| ^~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/QNetworkAccessManager:1,
from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkreply.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkreply.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:155:76: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
155 | QT_DEPRECATED_VERSION_5_15 QNetworkConfiguration activeConfiguration() const;
| ^~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capability___or__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1937:53: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1937 | ::QNetworkConfigurationManager::Capability a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1938:56: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1938 | ::QNetworkConfigurationManager::Capabilities* a1;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1943:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1943 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1945:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1945 | sipRes = new ::QNetworkConfigurationManager::Capabilities((a0 | *a1));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1953:53: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1953 | ::QNetworkConfigurationManager::Capability a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1954:53: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1954 | ::QNetworkConfigurationManager::Capability a1;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1958:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1958 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkcmodule.cpp:1960:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
1960 | sipRes = new ::QNetworkConfigurationManager::Capabilities((a0 | a1));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQVector0100QOcspResponse.o sipQtNetworkQVector0100QOcspResponse.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQMap0100QByteArray0100QVariant.o sipQtNetworkQMap0100QByteArray0100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQVector0100QSslEllipticCurve.o sipQtNetworkQVector0100QSslEllipticCurve.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QSslCipher.o sipQtNetworkQList0100QSslCipher.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QSslCertificateExtension.o sipQtNetworkQList0100QSslCertificateExtension.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QSslCertificate.o sipQtNetworkQList0100QSslCertificate.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QNetworkProxy.o sipQtNetworkQList0100QNetworkProxy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QNetworkInterface.o sipQtNetworkQList0100QNetworkInterface.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QNetworkAddressEntry.o sipQtNetworkQList0100QNetworkAddressEntry.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QNetworkCookie.o sipQtNetworkQList0100QNetworkCookie.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QNetworkConfiguration.o sipQtNetworkQList0100QNetworkConfiguration.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘void assign_QList_0100QNetworkConfiguration(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:38:31: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
38 | reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipDst)[sipDstIdx] = *reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipSrc);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:38:105: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
38 | reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipDst)[sipDstIdx] = *reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipSrc);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘void* array_QList_0100QNetworkConfiguration(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:45:25: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
45 | return new QList< ::QNetworkConfiguration>[sipNrElem];
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘void* copy_QList_0100QNetworkConfiguration(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:52:25: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
52 | return new QList< ::QNetworkConfiguration>(reinterpret_cast<const QList< ::QNetworkConfiguration> *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:52:80: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
52 | return new QList< ::QNetworkConfiguration>(reinterpret_cast<const QList< ::QNetworkConfiguration> *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘void release_QList_0100QNetworkConfiguration(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:60:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
60 | delete reinterpret_cast<QList< ::QNetworkConfiguration> *>(ptr);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘int convertTo_QList_0100QNetworkConfiguration(PyObject*, void**, int*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:68:14: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
68 | QList< ::QNetworkConfiguration> **sipCppPtr = reinterpret_cast<QList< ::QNetworkConfiguration> **>(sipCppPtrV);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:68:77: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
68 | QList< ::QNetworkConfiguration> **sipCppPtr = reinterpret_cast<QList< ::QNetworkConfiguration> **>(sipCppPtrV);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:89:11: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
89 | QList<_TYPE_> *ql = new QList<_TYPE_>;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:89:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
89 | QList<_TYPE_> *ql = new QList<_TYPE_>;
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:111:32: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
111 | _TYPE_ *t = reinterpret_cast<_TYPE_ *>(
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:111:75: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
111 | _TYPE_ *t = reinterpret_cast<_TYPE_ *>(
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp: In function ‘PyObject* convertFrom_QList_0100QNetworkConfiguration(void*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:149:13: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
149 | QList< ::QNetworkConfiguration> *sipCpp = reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipCppV);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQList0100QNetworkConfiguration.cpp:149:72: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
149 | QList< ::QNetworkConfiguration> *sipCpp = reinterpret_cast<QList< ::QNetworkConfiguration> *>(sipCppV);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:49:32: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
49 | _TYPE_ *t = new _TYPE_(sipCpp->at(i));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qpycore_qlist.sip:49:40: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
49 | _TYPE_ *t = new _TYPE_(sipCpp->at(i));
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQVector0100QHstsPolicy.o sipQtNetworkQVector0100QHstsPolicy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QSslError.o sipQtNetworkQList0100QSslError.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QHostAddress.o sipQtNetworkQList0100QHostAddress.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQPair0100QHostAddress1800.o sipQtNetworkQPair0100QHostAddress1800.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QDnsTextRecord.o sipQtNetworkQList0100QDnsTextRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QDnsServiceRecord.o sipQtNetworkQList0100QDnsServiceRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QDnsMailExchangeRecord.o sipQtNetworkQList0100QDnsMailExchangeRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QDnsHostAddressRecord.o sipQtNetworkQList0100QDnsHostAddressRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0100QDnsDomainNameRecord.o sipQtNetworkQList0100QDnsDomainNameRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQList0600QPair0100QByteArray0100QByteArray.o sipQtNetworkQList0600QPair0100QByteArray0100QByteArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQMultiMap0100QSslAlternativeNameEntryType0100QString.o sipQtNetworkQMultiMap0100QSslAlternativeNameEntryType0100QString.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQUdpSocket.o sipQtNetworkQUdpSocket.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQTcpServer.o sipQtNetworkQTcpServer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslSocket.o sipQtNetworkQSslSocket.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_ciphers(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1592:63: warning: ‘QList<QSslCipher> QSslSocket::ciphers() const’ is deprecated: Use QSslConfiguration::ciphers() [-Wdeprecated-declarations]
1592 | sipRes = new QList< ::QSslCipher>(sipCpp->ciphers());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:158:75: note: declared here
158 | QT_DEPRECATED_X("Use QSslConfiguration::ciphers()") QList<QSslCipher> ciphers() const;
| ^~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_setCiphers(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1619:35: warning: ‘void QSslSocket::setCiphers(const QList<QSslCipher>&)’ is deprecated: Use QSslConfiguration::setCiphers() [-Wdeprecated-declarations]
1619 | sipCpp->setCiphers(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:159:65: note: declared here
159 | QT_DEPRECATED_X("Use QSslConfiguration::setCiphers()") void setCiphers(const QList<QSslCipher> &ciphers);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1634:35: warning: ‘void QSslSocket::setCiphers(const QString&)’ is deprecated [-Wdeprecated-declarations]
1634 | sipCpp->setCiphers(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:160:24: note: declared here
160 | QT_DEPRECATED void setCiphers(const QString &ciphers);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_setDefaultCiphers(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1661:28: warning: ‘static void QSslSocket::setDefaultCiphers(const QList<QSslCipher>&)’ is deprecated [-Wdeprecated-declarations]
1661 | ::QSslSocket::setDefaultCiphers(*a0);
| ^~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:161:31: note: declared here
161 | QT_DEPRECATED static void setDefaultCiphers(const QList<QSslCipher> &ciphers);
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1661:49: warning: ‘static void QSslSocket::setDefaultCiphers(const QList<QSslCipher>&)’ is deprecated [-Wdeprecated-declarations]
1661 | ::QSslSocket::setDefaultCiphers(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:161:31: note: declared here
161 | QT_DEPRECATED static void setDefaultCiphers(const QList<QSslCipher> &ciphers);
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_defaultCiphers(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1687:62: warning: ‘static QList<QSslCipher> QSslSocket::defaultCiphers()’ is deprecated [-Wdeprecated-declarations]
1687 | sipRes = new QList< ::QSslCipher>( ::QSslSocket::defaultCiphers());
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:162:44: note: declared here
162 | QT_DEPRECATED static QList<QSslCipher> defaultCiphers();
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1687:77: warning: ‘static QList<QSslCipher> QSslSocket::defaultCiphers()’ is deprecated [-Wdeprecated-declarations]
1687 | sipRes = new QList< ::QSslCipher>( ::QSslSocket::defaultCiphers());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:162:44: note: declared here
162 | QT_DEPRECATED static QList<QSslCipher> defaultCiphers();
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_supportedCiphers(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1711:62: warning: ‘static QList<QSslCipher> QSslSocket::supportedCiphers()’ is deprecated: Use QSslConfiguration::supportedCiphers() [-Wdeprecated-declarations]
1711 | sipRes = new QList< ::QSslCipher>( ::QSslSocket::supportedCiphers());
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:163:91: note: declared here
163 | QT_DEPRECATED_X("Use QSslConfiguration::supportedCiphers()") static QList<QSslCipher> supportedCiphers();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1711:79: warning: ‘static QList<QSslCipher> QSslSocket::supportedCiphers()’ is deprecated: Use QSslConfiguration::supportedCiphers() [-Wdeprecated-declarations]
1711 | sipRes = new QList< ::QSslCipher>( ::QSslSocket::supportedCiphers());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:163:91: note: declared here
163 | QT_DEPRECATED_X("Use QSslConfiguration::supportedCiphers()") static QList<QSslCipher> supportedCiphers();
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_addCaCertificates(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1748:57: warning: ‘bool QSslSocket::addCaCertificates(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)’ is deprecated: Use QSslConfiguration::addCaCertificates() [-Wdeprecated-declarations]
1748 | sipRes = sipCpp->addCaCertificates(*a0,a1,a2);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:168:72: note: declared here
168 | QT_DEPRECATED_X("Use QSslConfiguration::addCaCertificates()") bool addCaCertificates(const QString &path, QSsl::EncodingFormat format = QSsl::Pem,
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1762:42: warning: ‘void QSslSocket::addCaCertificates(const QList<QSslCertificate>&)’ is deprecated: Use QSslConfiguration::addCaCertificates() [-Wdeprecated-declarations]
1762 | sipCpp->addCaCertificates(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:171:72: note: declared here
171 | QT_DEPRECATED_X("Use QSslConfiguration::addCaCertificates()") void addCaCertificates(const QList<QSslCertificate> &certificates);
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_addCaCertificate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1789:41: warning: ‘void QSslSocket::addCaCertificate(const QSslCertificate&)’ is deprecated: Use QSslConfiguration::addCaCertificate() [-Wdeprecated-declarations]
1789 | sipCpp->addCaCertificate(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:170:71: note: declared here
170 | QT_DEPRECATED_X("Use QSslConfiguration::addCaCertificate()") void addCaCertificate(const QSslCertificate &certificate);
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_setCaCertificates(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1816:42: warning: ‘void QSslSocket::setCaCertificates(const QList<QSslCertificate>&)’ is deprecated: Use QSslConfiguration::setCaCertificates() [-Wdeprecated-declarations]
1816 | sipCpp->setCaCertificates(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:174:72: note: declared here
174 | QT_DEPRECATED_X("Use QSslConfiguration::setCaCertificates()") void setCaCertificates(const QList<QSslCertificate> &certificates);
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_caCertificates(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1844:75: warning: ‘QList<QSslCertificate> QSslSocket::caCertificates() const’ is deprecated: Use QSslConfiguration::caCertificates() [-Wdeprecated-declarations]
1844 | sipRes = new QList< ::QSslCertificate>(sipCpp->caCertificates());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:175:87: note: declared here
175 | QT_DEPRECATED_X("Use QSslConfiguration::caCertificates()") QList<QSslCertificate> caCertificates() const;
| ^~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_addDefaultCaCertificates(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1880:71: warning: ‘static bool QSslSocket::addDefaultCaCertificates(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)’ is deprecated [-Wdeprecated-declarations]
1880 | sipRes = ::QSslSocket::addDefaultCaCertificates(*a0,a1,a2);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:178:31: note: declared here
178 | QT_DEPRECATED static bool addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format = QSsl::Pem,
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1893:56: warning: ‘static void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate>&)’ is deprecated [-Wdeprecated-declarations]
1893 | ::QSslSocket::addDefaultCaCertificates(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:181:31: note: declared here
181 | QT_DEPRECATED static void addDefaultCaCertificates(const QList<QSslCertificate> &certificates);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_addDefaultCaCertificate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1919:28: warning: ‘static void QSslSocket::addDefaultCaCertificate(const QSslCertificate&)’ is deprecated [-Wdeprecated-declarations]
1919 | ::QSslSocket::addDefaultCaCertificate(*a0);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:180:31: note: declared here
180 | QT_DEPRECATED static void addDefaultCaCertificate(const QSslCertificate &certificate);
| ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1919:55: warning: ‘static void QSslSocket::addDefaultCaCertificate(const QSslCertificate&)’ is deprecated [-Wdeprecated-declarations]
1919 | ::QSslSocket::addDefaultCaCertificate(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:180:31: note: declared here
180 | QT_DEPRECATED static void addDefaultCaCertificate(const QSslCertificate &certificate);
| ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_setDefaultCaCertificates(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1945:28: warning: ‘static void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate>&)’ is deprecated [-Wdeprecated-declarations]
1945 | ::QSslSocket::setDefaultCaCertificates(*a0);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:184:31: note: declared here
184 | QT_DEPRECATED static void setDefaultCaCertificates(const QList<QSslCertificate> &certificates);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1945:56: warning: ‘static void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate>&)’ is deprecated [-Wdeprecated-declarations]
1945 | ::QSslSocket::setDefaultCaCertificates(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:184:31: note: declared here
184 | QT_DEPRECATED static void setDefaultCaCertificates(const QList<QSslCertificate> &certificates);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_defaultCaCertificates(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1971:67: warning: ‘static QList<QSslCertificate> QSslSocket::defaultCaCertificates()’ is deprecated [-Wdeprecated-declarations]
1971 | sipRes = new QList< ::QSslCertificate>( ::QSslSocket::defaultCaCertificates());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:185:49: note: declared here
185 | QT_DEPRECATED static QList<QSslCertificate> defaultCaCertificates();
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1971:89: warning: ‘static QList<QSslCertificate> QSslSocket::defaultCaCertificates()’ is deprecated [-Wdeprecated-declarations]
1971 | sipRes = new QList< ::QSslCertificate>( ::QSslSocket::defaultCaCertificates());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:185:49: note: declared here
185 | QT_DEPRECATED static QList<QSslCertificate> defaultCaCertificates();
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_systemCaCertificates(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1995:67: warning: ‘static QList<QSslCertificate> QSslSocket::systemCaCertificates()’ is deprecated: Use QSslConfiguration::systemCaCertificates() [-Wdeprecated-declarations]
1995 | sipRes = new QList< ::QSslCertificate>( ::QSslSocket::systemCaCertificates());
| ^~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:186:100: note: declared here
186 | QT_DEPRECATED_X("Use QSslConfiguration::systemCaCertificates()") static QList<QSslCertificate> systemCaCertificates();
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:1995:88: warning: ‘static QList<QSslCertificate> QSslSocket::systemCaCertificates()’ is deprecated: Use QSslConfiguration::systemCaCertificates() [-Wdeprecated-declarations]
1995 | sipRes = new QList< ::QSslCertificate>( ::QSslSocket::systemCaCertificates());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:186:100: note: declared here
186 | QT_DEPRECATED_X("Use QSslConfiguration::systemCaCertificates()") static QList<QSslCertificate> systemCaCertificates();
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp: In function ‘PyObject* meth_QSslSocket_sslErrors(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslSocket.cpp:2190:64: warning: ‘QList<QSslError> QSslSocket::sslErrors() const’ is deprecated: Use sslHandshakeErrors() [-Wdeprecated-declarations]
2190 | sipRes = new QList< ::QSslError>(sipCpp->sslErrors());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslsocket.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslsocket.h:196:66: note: declared here
196 | QT_DEPRECATED_X("Use sslHandshakeErrors()") QList<QSslError> sslErrors() const;
| ^~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQTcpSocket.o sipQtNetworkQTcpSocket.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslPreSharedKeyAuthenticator.o sipQtNetworkQSslPreSharedKeyAuthenticator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslKey.o sipQtNetworkQSslKey.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslError.o sipQtNetworkQSslError.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslEllipticCurve.o sipQtNetworkQSslEllipticCurve.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslDiffieHellmanParameters.o sipQtNetworkQSslDiffieHellmanParameters.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslConfiguration.o sipQtNetworkQSslConfiguration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslCipher.o sipQtNetworkQSslCipher.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslCertificateExtension.o sipQtNetworkQSslCertificateExtension.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslCertificate.o sipQtNetworkQSslCertificate.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslCertificate.cpp: In function ‘PyObject* meth_QSslCertificate_fromPath(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQSslCertificate.cpp:482:90: warning: ‘static QList<QSslCertificate> QSslCertificate::fromPath(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)’ is deprecated: Use the overload not using QRegExp [-Wdeprecated-declarations]
482 | sipRes = new QList< ::QSslCertificate>( ::QSslCertificate::fromPath(*a0,a1,a2));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qsslcertificate.sip:28:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qsslcertificate.h:151:35: note: declared here
151 | static QList<QSslCertificate> fromPath(const QString &path, QSsl::EncodingFormat format,
| ^~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSslSslOptions.o sipQtNetworkQSslSslOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQSsl.o sipQtNetworkQSsl.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQPasswordDigestor.o sipQtNetworkQPasswordDigestor.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQOcspResponse.o sipQtNetworkQOcspResponse.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkSessionUsagePolicies.o sipQtNetworkQNetworkSessionUsagePolicies.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘long int slot_QNetworkSession_UsagePolicies___hash__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:38:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:38:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘int slot_QNetworkSession_UsagePolicies___bool__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:63:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:63:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___ne__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:88:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:88:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:96:50: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
96 | const ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:106:73: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
106 | sipReleaseType(const_cast< ::QNetworkSession::UsagePolicies *>(a0),sipType_QNetworkSession_UsagePolicies,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___eq__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:124:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:124:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:132:50: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
132 | const ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:142:73: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
142 | sipReleaseType(const_cast< ::QNetworkSession::UsagePolicies *>(a0),sipType_QNetworkSession_UsagePolicies,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___ixor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:166:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:166:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___xor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:205:44: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
205 | ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:211:47: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
211 | ::QNetworkSession::UsagePolicies*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:213:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
213 | sipRes = new ::QNetworkSession::UsagePolicies((*a0 ^ a1));
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___ior__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:238:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:238:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___or__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:277:44: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
277 | ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:283:47: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
283 | ::QNetworkSession::UsagePolicies*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:285:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
285 | sipRes = new ::QNetworkSession::UsagePolicies((*a0 | a1));
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___iand__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:310:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:310:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___and__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:347:44: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
347 | ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:353:47: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
353 | ::QNetworkSession::UsagePolicies*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:355:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
355 | sipRes = new ::QNetworkSession::UsagePolicies((*a0 & a1));
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___invert__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:374:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:374:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:382:47: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
382 | ::QNetworkSession::UsagePolicies*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:384:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
384 | sipRes = new ::QNetworkSession::UsagePolicies(~(*sipCpp));
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___index__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:397:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:397:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘PyObject* slot_QNetworkSession_UsagePolicies___int__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:422:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:422:100: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkSession::UsagePolicies *sipCpp = reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkSession_UsagePolicies));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘void release_QNetworkSession_UsagePolicies(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:446:63: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
446 | delete reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘void* array_QNetworkSession_UsagePolicies(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:453:59: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
453 | return new ::QNetworkSession::UsagePolicies[sipNrElem];
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘void assign_QNetworkSession_UsagePolicies(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:460:56: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:460:132: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkSession::UsagePolicies *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘void* copy_QNetworkSession_UsagePolicies(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:467:36: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkSession::UsagePolicies(reinterpret_cast<const ::QNetworkSession::UsagePolicies *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:467:107: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkSession::UsagePolicies(reinterpret_cast<const ::QNetworkSession::UsagePolicies *>(sipSrc)[sipSrcIdx]);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘void* init_type_QNetworkSession_UsagePolicies(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:484:40: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
484 | ::QNetworkSession::UsagePolicies *sipCpp = SIP_NULLPTR;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:489:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
489 | sipCpp = new ::QNetworkSession::UsagePolicies();
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:500:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
500 | sipCpp = new ::QNetworkSession::UsagePolicies(a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:507:50: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
507 | const ::QNetworkSession::UsagePolicies* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:512:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
512 | sipCpp = new ::QNetworkSession::UsagePolicies(*a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:513:73: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
513 | sipReleaseType(const_cast< ::QNetworkSession::UsagePolicies *>(a0),sipType_QNetworkSession_UsagePolicies,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp: In function ‘int convertTo_QNetworkSession_UsagePolicies(PyObject*, void**, int*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:526:41: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkSession::UsagePolicies **sipCppPtr = reinterpret_cast< ::QNetworkSession::UsagePolicies **>(sipCppPtrV);
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSessionUsagePolicies.cpp:526:105: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkSession::UsagePolicies **sipCppPtr = reinterpret_cast< ::QNetworkSession::UsagePolicies **>(sipCppPtrV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:135:39: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
135 | *sipCppPtr = new QFlags(int(SIPLong_AsLong(sipPy)));
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:140:62: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
140 | *sipCppPtr = reinterpret_cast<QFlags *>(sipConvertToType(sipPy, sipType_QFlags, sipTransferObj, SIP_NO_CONVERTORS, 0, sipIsErr));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkSession.o sipQtNetworkQNetworkSession.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:97:67: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
97 | sipQNetworkSession(const ::QNetworkConfiguration&, ::QObject*);
| ^
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:127:88: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
127 | sipQNetworkSession::sipQNetworkSession(const ::QNetworkConfiguration& a0, ::QObject*a1): ::QNetworkSession(a0,a1), sipPySelf(SIP_NULLPTR)
| ^
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual const QMetaObject* sipQNetworkSession::metaObject() const’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:142:32: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
142 | return ::QNetworkSession::metaObject();
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual int sipQNetworkSession::qt_metacall(QMetaObject::Call, int, void**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:147:31: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
147 | _id = ::QNetworkSession::qt_metacall(_c,_id,_a);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void* sipQNetworkSession::qt_metacast(const char*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:163:124: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
163 | return (sip_QtNetwork_qt_metacast(sipPySelf, sipType_QNetworkSession, _clname, &sipCpp) ? sipCpp : ::QNetworkSession::qt_metacast(_clname));
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual bool sipQNetworkSession::event(QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:179:36: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
179 | return ::QNetworkSession::event(a0);
| ^~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual bool sipQNetworkSession::eventFilter(QObject*, QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:199:36: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
199 | return ::QNetworkSession::eventFilter(a0,a1);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void sipQNetworkSession::timerEvent(QTimerEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:220:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
220 | ::QNetworkSession::timerEvent(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void sipQNetworkSession::childEvent(QChildEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:243:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
243 | ::QNetworkSession::childEvent(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void sipQNetworkSession::customEvent(QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:266:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
266 | ::QNetworkSession::customEvent(a0);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void sipQNetworkSession::connectNotify(const QMetaMethod&)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:289:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
289 | ::QNetworkSession::connectNotify(a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In member function ‘virtual void sipQNetworkSession::disconnectNotify(const QMetaMethod&)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:312:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
312 | ::QNetworkSession::disconnectNotify(a0);
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_isOpen(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:330:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
330 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_configuration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:356:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
356 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:360:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
360 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:52,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:362:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
362 | sipRes = new ::QNetworkConfiguration(sipCpp->configuration());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:52,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_interface(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:382:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
382 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_state(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:408:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
408 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:412:39: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
412 | ::QNetworkSession::State sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_error(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:434:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
434 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:438:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
438 | ::QNetworkSession::SessionError sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_errorString(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:460:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
460 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_sessionProperty(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:488:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
488 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_setSessionProperty(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:519:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
519 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_bytesWritten(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:546:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
546 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_bytesReceived(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:572:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
572 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_activeTime(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:598:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
598 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_waitForOpened(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:625:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
625 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_open(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:657:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
657 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_close(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:682:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
682 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_stop(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:707:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
707 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_migrate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:732:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
732 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_ignore(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:757:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
757 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_accept(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:782:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
782 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_reject(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:807:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
807 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_connectNotify(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:834:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
834 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_disconnectNotify(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:861:29: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
861 | ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘PyObject* meth_QNetworkSession_usagePolicies(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:886:35: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
886 | const ::QNetworkSession *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:890:47: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
890 | ::QNetworkSession::UsagePolicies*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:892:46: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
892 | sipRes = new ::QNetworkSession::UsagePolicies(sipCpp->usagePolicies());
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘void* cast_QNetworkSession(void*, const sipTypeDef*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:908:25: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
908 | ::QNetworkSession *sipCpp = reinterpret_cast< ::QNetworkSession *>(sipCppV);
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:908:70: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
908 | ::QNetworkSession *sipCpp = reinterpret_cast< ::QNetworkSession *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘void release_QNetworkSession(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:921:25: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
921 | ::QNetworkSession *sipCpp = reinterpret_cast< ::QNetworkSession *>(sipCppV);
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:921:70: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
921 | ::QNetworkSession *sipCpp = reinterpret_cast< ::QNetworkSession *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: In function ‘void* init_type_QNetworkSession(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:949:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
949 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:52,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp: At global scope:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1001:60: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1001 | {sipName_Closing, static_cast<int>( ::QNetworkSession::Closing), 100},
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1002:62: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1002 | {sipName_Connected, static_cast<int>( ::QNetworkSession::Connected), 100},
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1003:63: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1003 | {sipName_Connecting, static_cast<int>( ::QNetworkSession::Connecting), 100},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1004:65: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1004 | {sipName_Disconnected, static_cast<int>( ::QNetworkSession::Disconnected), 100},
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1005:60: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1005 | {sipName_Invalid, static_cast<int>( ::QNetworkSession::Invalid), 100},
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1006:78: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1006 | {sipName_InvalidConfigurationError, static_cast<int>( ::QNetworkSession::InvalidConfigurationError), 99},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1007:78: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1007 | {sipName_NoBackgroundTrafficPolicy, static_cast<int>( ::QNetworkSession::NoBackgroundTrafficPolicy), 102},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1008:61: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1008 | {sipName_NoPolicy, static_cast<int>( ::QNetworkSession::NoPolicy), 102},
| ^~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1009:65: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1009 | {sipName_NotAvailable, static_cast<int>( ::QNetworkSession::NotAvailable), 100},
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1010:79: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1010 | {sipName_OperationNotSupportedError, static_cast<int>( ::QNetworkSession::OperationNotSupportedError), 99},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1011:60: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1011 | {sipName_Roaming, static_cast<int>( ::QNetworkSession::Roaming), 100},
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1012:65: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1012 | {sipName_RoamingError, static_cast<int>( ::QNetworkSession::RoamingError), 99},
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1013:72: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1013 | {sipName_SessionAbortedError, static_cast<int>( ::QNetworkSession::SessionAbortedError), 99},
| ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1014:72: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1014 | {sipName_UnknownSessionError, static_cast<int>( ::QNetworkSession::UnknownSessionError), 99},
| ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkSession.cpp:1034:26: warning: ‘QNetworkSession’ is deprecated [-Wdeprecated-declarations]
1034 | & ::QNetworkSession::staticMetaObject,
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworksession.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworksession.h:67:56: note: declared here
67 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkSession : public QObject
| ^~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkRequest.o sipQtNetworkQNetworkRequest.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkReply.o sipQtNetworkQNetworkReply.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkProxyFactory.o sipQtNetworkQNetworkProxyFactory.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkProxyQuery.o sipQtNetworkQNetworkProxyQuery.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp: In function ‘PyObject* meth_QNetworkProxyQuery_networkConfiguration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:369:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
369 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:371:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
371 | sipRes = new ::QNetworkConfiguration(sipCpp->networkConfiguration());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:371:80: warning: ‘QNetworkConfiguration QNetworkProxyQuery::networkConfiguration() const’ is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
371 | sipRes = new ::QNetworkConfiguration(sipCpp->networkConfiguration());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkproxy.sip:91:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkproxy.h:127:27: note: declared here
127 | QNetworkConfiguration networkConfiguration() const;
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp: In function ‘PyObject* meth_QNetworkProxyQuery_setNetworkConfiguration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:391:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
391 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:396:48: warning: ‘void QNetworkProxyQuery::setNetworkConfiguration(const QNetworkConfiguration&)’ is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
396 | sipCpp->setNetworkConfiguration(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkproxy.sip:91:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkproxy.h:129:10: note: declared here
129 | void setNetworkConfiguration(const QNetworkConfiguration &networkConfiguration);
| ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp: In function ‘void* init_type_QNetworkProxyQuery(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:618:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
618 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:630:58: warning: ‘QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, const QUrl&, QNetworkProxyQuery::QueryType)’ is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
630 | sipCpp = new ::QNetworkProxyQuery(*a0,*a1,a2);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkproxy.sip:91:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkproxy.h:82:5: note: declared here
82 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:637:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
637 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:656:65: warning: ‘QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, const QString&, int, const QString&, QNetworkProxyQuery::QueryType)’ is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
656 | sipCpp = new ::QNetworkProxyQuery(*a0,*a1,a2,*a3,a4);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkproxy.sip:91:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkproxy.h:85:5: note: declared here
85 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:665:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
665 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkProxyQuery.cpp:681:61: warning: ‘QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, quint16, const QString&, QNetworkProxyQuery::QueryType)’ is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
681 | sipCpp = new ::QNetworkProxyQuery(*a0,a1,*a2,a3);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkproxy.sip:91:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkproxy.h:89:5: note: declared here
89 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkProxyCapabilities.o sipQtNetworkQNetworkProxyCapabilities.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkProxy.o sipQtNetworkQNetworkProxy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkInterfaceInterfaceFlags.o sipQtNetworkQNetworkInterfaceInterfaceFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkInterface.o sipQtNetworkQNetworkInterface.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkAddressEntry.o sipQtNetworkQNetworkAddressEntry.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkDiskCache.o sipQtNetworkQNetworkDiskCache.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkDatagram.o sipQtNetworkQNetworkDatagram.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkCookieJar.o sipQtNetworkQNetworkCookieJar.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkCookie.o sipQtNetworkQNetworkCookie.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkConfigurationStateFlags.o sipQtNetworkQNetworkConfigurationStateFlags.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘long int slot_QNetworkConfiguration_StateFlags___hash__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:38:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:38:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘int slot_QNetworkConfiguration_StateFlags___bool__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:63:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:63:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___ne__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:88:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:88:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:96:53: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
96 | const ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:106:76: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
106 | sipReleaseType(const_cast< ::QNetworkConfiguration::StateFlags *>(a0),sipType_QNetworkConfiguration_StateFlags,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___eq__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:124:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:124:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:132:53: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
132 | const ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:142:76: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
142 | sipReleaseType(const_cast< ::QNetworkConfiguration::StateFlags *>(a0),sipType_QNetworkConfiguration_StateFlags,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___ixor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:166:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:166:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___xor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:205:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
205 | ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:211:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
211 | ::QNetworkConfiguration::StateFlags*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:213:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
213 | sipRes = new ::QNetworkConfiguration::StateFlags((*a0 ^ a1));
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___ior__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:238:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:238:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___or__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:277:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
277 | ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:283:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
283 | ::QNetworkConfiguration::StateFlags*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:285:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
285 | sipRes = new ::QNetworkConfiguration::StateFlags((*a0 | a1));
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___iand__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:310:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:310:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___and__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:347:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
347 | ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:353:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
353 | ::QNetworkConfiguration::StateFlags*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:355:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
355 | sipRes = new ::QNetworkConfiguration::StateFlags((*a0 & a1));
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___invert__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:374:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:374:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:382:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
382 | ::QNetworkConfiguration::StateFlags*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:384:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
384 | sipRes = new ::QNetworkConfiguration::StateFlags(~(*sipCpp));
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___index__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:397:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:397:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘PyObject* slot_QNetworkConfiguration_StateFlags___int__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:422:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:422:106: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkConfiguration::StateFlags *sipCpp = reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration_StateFlags));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘void release_QNetworkConfiguration_StateFlags(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:446:66: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
446 | delete reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘void* array_QNetworkConfiguration_StateFlags(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:453:62: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
453 | return new ::QNetworkConfiguration::StateFlags[sipNrElem];
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘void assign_QNetworkConfiguration_StateFlags(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:460:59: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:460:138: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfiguration::StateFlags *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘void* copy_QNetworkConfiguration_StateFlags(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:467:42: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkConfiguration::StateFlags(reinterpret_cast<const ::QNetworkConfiguration::StateFlags *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:467:113: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkConfiguration::StateFlags(reinterpret_cast<const ::QNetworkConfiguration::StateFlags *>(sipSrc)[sipSrcIdx]);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘void* init_type_QNetworkConfiguration_StateFlags(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:484:43: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
484 | ::QNetworkConfiguration::StateFlags *sipCpp = SIP_NULLPTR;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:489:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
489 | sipCpp = new ::QNetworkConfiguration::StateFlags();
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:500:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
500 | sipCpp = new ::QNetworkConfiguration::StateFlags(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:507:53: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
507 | const ::QNetworkConfiguration::StateFlags* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:512:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
512 | sipCpp = new ::QNetworkConfiguration::StateFlags(*a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:513:76: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
513 | sipReleaseType(const_cast< ::QNetworkConfiguration::StateFlags *>(a0),sipType_QNetworkConfiguration_StateFlags,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp: In function ‘int convertTo_QNetworkConfiguration_StateFlags(PyObject*, void**, int*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:526:44: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkConfiguration::StateFlags **sipCppPtr = reinterpret_cast< ::QNetworkConfiguration::StateFlags **>(sipCppPtrV);
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationStateFlags.cpp:526:111: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkConfiguration::StateFlags **sipCppPtr = reinterpret_cast< ::QNetworkConfiguration::StateFlags **>(sipCppPtrV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:135:45: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
135 | *sipCppPtr = new QFlags(int(SIPLong_AsLong(sipPy)));
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:140:65: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
140 | *sipCppPtr = reinterpret_cast<QFlags *>(sipConvertToType(sipPy, sipType_QFlags, sipTransferObj, SIP_NO_CONVERTORS, 0, sipIsErr));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkConfiguration.o sipQtNetworkQNetworkConfiguration.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_state(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:49:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
49 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:53:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
53 | ::QNetworkConfiguration::StateFlags*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:55:52: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
55 | sipRes = new ::QNetworkConfiguration::StateFlags(sipCpp->state());
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_type(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:75:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
75 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:79:44: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
79 | ::QNetworkConfiguration::Type sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_purpose(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:101:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
101 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:105:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
105 | ::QNetworkConfiguration::Purpose sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_bearerType(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:127:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
127 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:131:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
131 | ::QNetworkConfiguration::BearerType sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_bearerTypeName(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:153:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
153 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_bearerTypeFamily(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:179:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
179 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:183:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
183 | ::QNetworkConfiguration::BearerType sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_identifier(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:205:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
205 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_isRoamingAvailable(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:231:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
231 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_children(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:257:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
257 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:261:22: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
261 | QList< ::QNetworkConfiguration>*sipRes;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:263:35: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
263 | sipRes = new QList< ::QNetworkConfiguration>(sipCpp->children());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_name(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:283:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
283 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_isValid(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:309:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
309 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_swap(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:335:35: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
335 | ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:336:35: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
336 | ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_connectTimeout(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:361:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
361 | const ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* meth_QNetworkConfiguration_setConnectTimeout(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:388:35: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
388 | ::QNetworkConfiguration *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* slot_QNetworkConfiguration___ne__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:409:31: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
409 | ::QNetworkConfiguration *sipCpp = reinterpret_cast< ::QNetworkConfiguration *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:409:82: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
409 | ::QNetworkConfiguration *sipCpp = reinterpret_cast< ::QNetworkConfiguration *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:417:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
417 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘PyObject* slot_QNetworkConfiguration___eq__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:441:31: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
441 | ::QNetworkConfiguration *sipCpp = reinterpret_cast< ::QNetworkConfiguration *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:441:82: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
441 | ::QNetworkConfiguration *sipCpp = reinterpret_cast< ::QNetworkConfiguration *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfiguration));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:449:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
449 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘void release_QNetworkConfiguration(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:474:54: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
474 | delete reinterpret_cast< ::QNetworkConfiguration *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘void* array_QNetworkConfiguration(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:481:50: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
481 | return new ::QNetworkConfiguration[sipNrElem];
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘void assign_QNetworkConfiguration(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:488:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
488 | reinterpret_cast< ::QNetworkConfiguration *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfiguration *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:488:114: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
488 | reinterpret_cast< ::QNetworkConfiguration *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfiguration *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘void* copy_QNetworkConfiguration(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:495:19: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
495 | return new ::QNetworkConfiguration(reinterpret_cast<const ::QNetworkConfiguration *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:495:89: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
495 | return new ::QNetworkConfiguration(reinterpret_cast<const ::QNetworkConfiguration *>(sipSrc)[sipSrcIdx]);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: In function ‘void* init_type_QNetworkConfiguration(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:512:31: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
512 | ::QNetworkConfiguration *sipCpp = SIP_NULLPTR;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:517:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
517 | sipCpp = new ::QNetworkConfiguration();
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:524:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
524 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:528:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
528 | sipCpp = new ::QNetworkConfiguration(*a0);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp: At global scope:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:564:65: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
564 | {sipName_Active, static_cast<int>( ::QNetworkConfiguration::Active), 67},
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:565:67: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
565 | {sipName_Bearer2G, static_cast<int>( ::QNetworkConfiguration::Bearer2G), 65},
| ^~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:566:67: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
566 | {sipName_Bearer3G, static_cast<int>( ::QNetworkConfiguration::Bearer3G), 65},
| ^~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:567:67: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
567 | {sipName_Bearer4G, static_cast<int>( ::QNetworkConfiguration::Bearer4G), 65},
| ^~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:568:74: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
568 | {sipName_BearerBluetooth, static_cast<int>( ::QNetworkConfiguration::BearerBluetooth), 65},
| ^~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:569:73: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
569 | {sipName_BearerCDMA2000, static_cast<int>( ::QNetworkConfiguration::BearerCDMA2000), 65},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:570:69: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
570 | {sipName_BearerEVDO, static_cast<int>( ::QNetworkConfiguration::BearerEVDO), 65},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:571:73: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
571 | {sipName_BearerEthernet, static_cast<int>( ::QNetworkConfiguration::BearerEthernet), 65},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:572:69: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
572 | {sipName_BearerHSPA, static_cast<int>( ::QNetworkConfiguration::BearerHSPA), 65},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:573:68: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
573 | {sipName_BearerLTE, static_cast<int>( ::QNetworkConfiguration::BearerLTE), 65},
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:574:72: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
574 | {sipName_BearerUnknown, static_cast<int>( ::QNetworkConfiguration::BearerUnknown), 65},
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:575:70: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
575 | {sipName_BearerWCDMA, static_cast<int>( ::QNetworkConfiguration::BearerWCDMA), 65},
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:576:69: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
576 | {sipName_BearerWLAN, static_cast<int>( ::QNetworkConfiguration::BearerWLAN), 65},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:577:70: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
577 | {sipName_BearerWiMAX, static_cast<int>( ::QNetworkConfiguration::BearerWiMAX), 65},
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:578:66: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
578 | {sipName_Defined, static_cast<int>( ::QNetworkConfiguration::Defined), 67},
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:579:69: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
579 | {sipName_Discovered, static_cast<int>( ::QNetworkConfiguration::Discovered), 67},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:580:78: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
580 | {sipName_InternetAccessPoint, static_cast<int>( ::QNetworkConfiguration::InternetAccessPoint), 69},
| ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:581:66: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
581 | {sipName_Invalid, static_cast<int>( ::QNetworkConfiguration::Invalid), 69},
| ^~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:582:73: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
582 | {sipName_PrivatePurpose, static_cast<int>( ::QNetworkConfiguration::PrivatePurpose), 66},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:583:72: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
583 | {sipName_PublicPurpose, static_cast<int>( ::QNetworkConfiguration::PublicPurpose), 66},
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:584:73: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
584 | {sipName_ServiceNetwork, static_cast<int>( ::QNetworkConfiguration::ServiceNetwork), 69},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:585:81: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
585 | {sipName_ServiceSpecificPurpose, static_cast<int>( ::QNetworkConfiguration::ServiceSpecificPurpose), 66},
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:586:68: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
586 | {sipName_Undefined, static_cast<int>( ::QNetworkConfiguration::Undefined), 67},
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:587:73: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
587 | {sipName_UnknownPurpose, static_cast<int>( ::QNetworkConfiguration::UnknownPurpose), 66},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfiguration.cpp:588:69: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
588 | {sipName_UserChoice, static_cast<int>( ::QNetworkConfiguration::UserChoice), 69},
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkConfigurationManagerCapabilities.o sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘long int slot_QNetworkConfigurationManager_Capabilities___hash__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:38:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:38:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
38 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘int slot_QNetworkConfigurationManager_Capabilities___bool__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:63:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:63:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
63 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___ne__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:88:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:88:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
88 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:96:62: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
96 | const ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:106:85: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
106 | sipReleaseType(const_cast< ::QNetworkConfigurationManager::Capabilities *>(a0),sipType_QNetworkConfigurationManager_Capabilities,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___eq__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:124:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:124:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
124 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:132:62: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
132 | const ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:142:85: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
142 | sipReleaseType(const_cast< ::QNetworkConfigurationManager::Capabilities *>(a0),sipType_QNetworkConfigurationManager_Capabilities,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___ixor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:166:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:166:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
166 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___xor__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:205:56: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
205 | ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:211:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
211 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:213:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
213 | sipRes = new ::QNetworkConfigurationManager::Capabilities((*a0 ^ a1));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___ior__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:238:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:238:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
238 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___or__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:277:56: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
277 | ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:283:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
283 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:285:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
285 | sipRes = new ::QNetworkConfigurationManager::Capabilities((*a0 | a1));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___iand__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:310:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:310:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
310 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___and__(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:347:56: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
347 | ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:353:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
353 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:355:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
355 | sipRes = new ::QNetworkConfigurationManager::Capabilities((*a0 & a1));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___invert__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:374:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:374:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
374 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:382:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
382 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:384:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
384 | sipRes = new ::QNetworkConfigurationManager::Capabilities(~(*sipCpp));
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___index__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:397:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:397:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
397 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘PyObject* slot_QNetworkConfigurationManager_Capabilities___int__(PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:422:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:422:124: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
422 | ::QNetworkConfigurationManager::Capabilities *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_QNetworkConfigurationManager_Capabilities));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘void release_QNetworkConfigurationManager_Capabilities(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:446:75: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
446 | delete reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘void* array_QNetworkConfigurationManager_Capabilities(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:453:71: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
453 | return new ::QNetworkConfigurationManager::Capabilities[sipNrElem];
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘void assign_QNetworkConfigurationManager_Capabilities(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:460:68: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:460:156: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
460 | reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QNetworkConfigurationManager::Capabilities *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘void* copy_QNetworkConfigurationManager_Capabilities(const void*, Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:467:49: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkConfigurationManager::Capabilities(reinterpret_cast<const ::QNetworkConfigurationManager::Capabilities *>(sipSrc)[sipSrcIdx]);
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:467:131: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
467 | return new ::QNetworkConfigurationManager::Capabilities(reinterpret_cast<const ::QNetworkConfigurationManager::Capabilities *>(sipSrc)[sipSrcIdx]);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘void* init_type_QNetworkConfigurationManager_Capabilities(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:484:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
484 | ::QNetworkConfigurationManager::Capabilities *sipCpp = SIP_NULLPTR;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:489:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
489 | sipCpp = new ::QNetworkConfigurationManager::Capabilities();
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:500:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
500 | sipCpp = new ::QNetworkConfigurationManager::Capabilities(a0);
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:507:62: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
507 | const ::QNetworkConfigurationManager::Capabilities* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:512:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
512 | sipCpp = new ::QNetworkConfigurationManager::Capabilities(*a0);
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:513:85: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
513 | sipReleaseType(const_cast< ::QNetworkConfigurationManager::Capabilities *>(a0),sipType_QNetworkConfigurationManager_Capabilities,a0State);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp: In function ‘int convertTo_QNetworkConfigurationManager_Capabilities(PyObject*, void**, int*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:526:53: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkConfigurationManager::Capabilities **sipCppPtr = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities **>(sipCppPtrV);
| ^~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:526:129: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
526 | ::QNetworkConfigurationManager::Capabilities **sipCppPtr = reinterpret_cast< ::QNetworkConfigurationManager::Capabilities **>(sipCppPtrV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:135:52: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
135 | *sipCppPtr = new QFlags(int(SIPLong_AsLong(sipPy)));
| ^~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtCore/qglobal.sip:140:74: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
140 | *sipCppPtr = reinterpret_cast<QFlags *>(sipConvertToType(sipPy, sipType_QFlags, sipTransferObj, SIP_NO_CONVERTORS, 0, sipIsErr));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkConfigurationManager.o sipQtNetworkQNetworkConfigurationManager.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual const QMetaObject* sipQNetworkConfigurationManager::metaObject() const’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:145:45: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
145 | return ::QNetworkConfigurationManager::metaObject();
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual int sipQNetworkConfigurationManager::qt_metacall(QMetaObject::Call, int, void**)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:150:44: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
150 | _id = ::QNetworkConfigurationManager::qt_metacall(_c,_id,_a);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void* sipQNetworkConfigurationManager::qt_metacast(const char*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:166:150: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
166 | return (sip_QtNetwork_qt_metacast(sipPySelf, sipType_QNetworkConfigurationManager, _clname, &sipCpp) ? sipCpp : ::QNetworkConfigurationManager::qt_metacast(_clname));
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual bool sipQNetworkConfigurationManager::event(QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:182:49: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
182 | return ::QNetworkConfigurationManager::event(a0);
| ^~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual bool sipQNetworkConfigurationManager::eventFilter(QObject*, QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:202:49: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
202 | return ::QNetworkConfigurationManager::eventFilter(a0,a1);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void sipQNetworkConfigurationManager::timerEvent(QTimerEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:223:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
223 | ::QNetworkConfigurationManager::timerEvent(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void sipQNetworkConfigurationManager::childEvent(QChildEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:246:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
246 | ::QNetworkConfigurationManager::childEvent(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void sipQNetworkConfigurationManager::customEvent(QEvent*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:269:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
269 | ::QNetworkConfigurationManager::customEvent(a0);
| ^~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void sipQNetworkConfigurationManager::connectNotify(const QMetaMethod&)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:292:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
292 | ::QNetworkConfigurationManager::connectNotify(a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In member function ‘virtual void sipQNetworkConfigurationManager::disconnectNotify(const QMetaMethod&)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:315:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
315 | ::QNetworkConfigurationManager::disconnectNotify(a0);
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_capabilities(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:333:48: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
333 | const ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:337:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
337 | ::QNetworkConfigurationManager::Capabilities*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:339:59: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
339 | sipRes = new ::QNetworkConfigurationManager::Capabilities(sipCpp->capabilities());
| ^~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_defaultConfiguration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:359:48: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
359 | const ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:363:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
363 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:365:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
365 | sipRes = new ::QNetworkConfiguration(sipCpp->defaultConfiguration());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_allConfigurations(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:385:46: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
385 | ::QNetworkConfiguration::StateFlags a0def = QNetworkConfiguration::StateFlags();
| ^~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:386:47: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
386 | ::QNetworkConfiguration::StateFlags* a0 = &a0def;
| ^~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:388:48: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
388 | const ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:396:22: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
396 | QList< ::QNetworkConfiguration>*sipRes;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:398:35: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
398 | sipRes = new QList< ::QNetworkConfiguration>(sipCpp->allConfigurations(*a0));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_configurationFromIdentifier(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:421:48: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
421 | const ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:425:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
425 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:427:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
427 | sipRes = new ::QNetworkConfiguration(sipCpp->configurationFromIdentifier(*a0));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:49,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_updateConfigurations(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:448:42: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
448 | ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘PyObject* meth_QNetworkConfigurationManager_isOnline(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:473:48: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
473 | const ::QNetworkConfigurationManager *sipCpp;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘void* cast_QNetworkConfigurationManager(void*, const sipTypeDef*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:495:38: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
495 | ::QNetworkConfigurationManager *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager *>(sipCppV);
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:495:96: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
495 | ::QNetworkConfigurationManager *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘void release_QNetworkConfigurationManager(void*, int)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:508:38: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
508 | ::QNetworkConfigurationManager *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager *>(sipCppV);
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:508:96: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
508 | ::QNetworkConfigurationManager *sipCpp = reinterpret_cast< ::QNetworkConfigurationManager *>(sipCppV);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: In function ‘void* array_QNetworkConfigurationManager(Py_ssize_t)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:520:57: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
520 | return new ::QNetworkConfigurationManager[sipNrElem];
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp: At global scope:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:577:89: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
577 | {sipName_ApplicationLevelRoaming, static_cast<int>( ::QNetworkConfigurationManager::ApplicationLevelRoaming), 72},
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:578:91: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
578 | {sipName_CanStartAndStopInterfaces, static_cast<int>( ::QNetworkConfigurationManager::CanStartAndStopInterfaces), 72},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:579:80: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
579 | {sipName_DataStatistics, static_cast<int>( ::QNetworkConfigurationManager::DataStatistics), 72},
| ^~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:580:89: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
580 | {sipName_DirectConnectionRouting, static_cast<int>( ::QNetworkConfigurationManager::DirectConnectionRouting), 72},
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:581:79: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
581 | {sipName_ForcedRoaming, static_cast<int>( ::QNetworkConfigurationManager::ForcedRoaming), 72},
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:582:88: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
582 | {sipName_NetworkSessionRequired, static_cast<int>( ::QNetworkConfigurationManager::NetworkSessionRequired), 72},
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:583:86: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
583 | {sipName_SystemSessionSupport, static_cast<int>( ::QNetworkConfigurationManager::SystemSessionSupport), 72},
| ^~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkConfigurationManager.cpp:601:39: warning: ‘QNetworkConfigurationManager’ is deprecated [-Wdeprecated-declarations]
601 | & ::QNetworkConfigurationManager::staticMetaObject,
| ^~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfigmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkAccessManager.o sipQtNetworkQNetworkAccessManager.cpp
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp: In function ‘PyObject* meth_QNetworkAccessManager_setConfiguration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:921:41: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
921 | const ::QNetworkConfiguration* a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:926:41: warning: ‘void QNetworkAccessManager::setConfiguration(const QNetworkConfiguration&)’ is deprecated [-Wdeprecated-declarations]
926 | sipCpp->setConfiguration(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:153:37: note: declared here
153 | QT_DEPRECATED_VERSION_5_15 void setConfiguration(const QNetworkConfiguration &config);
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp: In function ‘PyObject* meth_QNetworkAccessManager_configuration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:951:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
951 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:953:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
953 | sipRes = new ::QNetworkConfiguration(sipCpp->configuration());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:953:73: warning: ‘QNetworkConfiguration QNetworkAccessManager::configuration() const’ is deprecated [-Wdeprecated-declarations]
953 | sipRes = new ::QNetworkConfiguration(sipCpp->configuration());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:154:54: note: declared here
154 | QT_DEPRECATED_VERSION_5_15 QNetworkConfiguration configuration() const;
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp: In function ‘PyObject* meth_QNetworkAccessManager_activeConfiguration(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:977:38: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
977 | ::QNetworkConfiguration*sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:979:29: warning: ‘QNetworkConfiguration’ is deprecated [-Wdeprecated-declarations]
979 | sipRes = new ::QNetworkConfiguration(sipCpp->activeConfiguration());
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkconfiguration.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:979:79: warning: ‘QNetworkConfiguration QNetworkAccessManager::activeConfiguration() const’ is deprecated [-Wdeprecated-declarations]
979 | sipRes = new ::QNetworkConfiguration(sipCpp->activeConfiguration());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:155:54: note: declared here
155 | QT_DEPRECATED_VERSION_5_15 QNetworkConfiguration activeConfiguration() const;
| ^~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp: In function ‘PyObject* meth_QNetworkAccessManager_setNetworkAccessible(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:999:56: warning: ‘NetworkAccessibility’ is deprecated [-Wdeprecated-declarations]
999 | ::QNetworkAccessManager::NetworkAccessibility a0;
| ^~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:95:41: note: declared here
95 | enum QT_DEPRECATED_NETWORK_API_5_15 NetworkAccessibility {
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:1004:44: warning: ‘void QNetworkAccessManager::setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility)’ is deprecated [-Wdeprecated-declarations]
1004 | sipCpp->setNetworkAccessible(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:159:37: note: declared here
159 | QT_DEPRECATED_VERSION_5_15 void setNetworkAccessible(NetworkAccessibility accessible);
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp: In function ‘PyObject* meth_QNetworkAccessManager_networkAccessible(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:1029:60: warning: ‘NetworkAccessibility’ is deprecated [-Wdeprecated-declarations]
1029 | ::QNetworkAccessManager::NetworkAccessibility sipRes;
| ^~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:95:41: note: declared here
95 | enum QT_DEPRECATED_NETWORK_API_5_15 NetworkAccessibility {
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtNetwork/sipQtNetworkQNetworkAccessManager.cpp:1031:48: warning: ‘QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccessible() const’ is deprecated [-Wdeprecated-declarations]
1031 | sipRes = sipCpp->networkAccessible();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtNetwork/qnetworkaccessmanager.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtNetwork/qnetworkaccessmanager.h:160:53: note: declared here
160 | QT_DEPRECATED_VERSION_5_15 NetworkAccessibility networkAccessible() const;
| ^~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQLocalSocket.o sipQtNetworkQLocalSocket.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQLocalServerSocketOptions.o sipQtNetworkQLocalServerSocketOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQLocalServer.o sipQtNetworkQLocalServer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHttpMultiPart.o sipQtNetworkQHttpMultiPart.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHttpPart.o sipQtNetworkQHttpPart.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHttp2Configuration.o sipQtNetworkQHttp2Configuration.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHstsPolicyPolicyFlags.o sipQtNetworkQHstsPolicyPolicyFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHstsPolicy.o sipQtNetworkQHstsPolicy.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHostInfo.o sipQtNetworkQHostInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQ_IPV6ADDR.o sipQtNetworkQ_IPV6ADDR.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHostAddressConversionMode.o sipQtNetworkQHostAddressConversionMode.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQHostAddress.o sipQtNetworkQHostAddress.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsLookup.o sipQtNetworkQDnsLookup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsTextRecord.o sipQtNetworkQDnsTextRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsServiceRecord.o sipQtNetworkQDnsServiceRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsMailExchangeRecord.o sipQtNetworkQDnsMailExchangeRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsHostAddressRecord.o sipQtNetworkQDnsHostAddressRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQDnsDomainNameRecord.o sipQtNetworkQDnsDomainNameRecord.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQAuthenticator.o sipQtNetworkQAuthenticator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQAbstractSocketPauseModes.o sipQtNetworkQAbstractSocketPauseModes.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQAbstractSocketBindMode.o sipQtNetworkQAbstractSocketBindMode.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQAbstractSocket.o sipQtNetworkQAbstractSocket.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQAbstractNetworkCache.o sipQtNetworkQAbstractNetworkCache.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtNetworkQNetworkCacheMetaData.o sipQtNetworkQNetworkCacheMetaData.cpp
rm -f libQtNetwork.so
g++ -Wl,--version-script=QtNetwork.exp -Wl,-O1 -shared -o libQtNetwork.so sipQtNetworkcmodule.o sipQtNetworkQVector0100QOcspResponse.o sipQtNetworkQMap0100QByteArray0100QVariant.o sipQtNetworkQVector0100QSslEllipticCurve.o sipQtNetworkQList0100QSslCipher.o sipQtNetworkQList0100QSslCertificateExtension.o sipQtNetworkQList0100QSslCertificate.o sipQtNetworkQList0100QNetworkProxy.o sipQtNetworkQList0100QNetworkInterface.o sipQtNetworkQList0100QNetworkAddressEntry.o sipQtNetworkQList0100QNetworkCookie.o sipQtNetworkQList0100QNetworkConfiguration.o sipQtNetworkQVector0100QHstsPolicy.o sipQtNetworkQList0100QSslError.o sipQtNetworkQList0100QHostAddress.o sipQtNetworkQPair0100QHostAddress1800.o sipQtNetworkQList0100QDnsTextRecord.o sipQtNetworkQList0100QDnsServiceRecord.o sipQtNetworkQList0100QDnsMailExchangeRecord.o sipQtNetworkQList0100QDnsHostAddressRecord.o sipQtNetworkQList0100QDnsDomainNameRecord.o sipQtNetworkQList0600QPair0100QByteArray0100QByteArray.o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.o sipQtNetworkQMultiMap0100QSslAlternativeNameEntryType0100QString.o sipQtNetworkQUdpSocket.o sipQtNetworkQTcpServer.o sipQtNetworkQSslSocket.o sipQtNetworkQTcpSocket.o sipQtNetworkQSslPreSharedKeyAuthenticator.o sipQtNetworkQSslKey.o sipQtNetworkQSslError.o sipQtNetworkQSslEllipticCurve.o sipQtNetworkQSslDiffieHellmanParameters.o sipQtNetworkQSslConfiguration.o sipQtNetworkQSslCipher.o sipQtNetworkQSslCertificateExtension.o sipQtNetworkQSslCertificate.o sipQtNetworkQSslSslOptions.o sipQtNetworkQSsl.o sipQtNetworkQPasswordDigestor.o sipQtNetworkQOcspResponse.o sipQtNetworkQNetworkSessionUsagePolicies.o sipQtNetworkQNetworkSession.o sipQtNetworkQNetworkRequest.o sipQtNetworkQNetworkReply.o sipQtNetworkQNetworkProxyFactory.o sipQtNetworkQNetworkProxyQuery.o sipQtNetworkQNetworkProxyCapabilities.o sipQtNetworkQNetworkProxy.o sipQtNetworkQNetworkInterfaceInterfaceFlags.o sipQtNetworkQNetworkInterface.o sipQtNetworkQNetworkAddressEntry.o sipQtNetworkQNetworkDiskCache.o sipQtNetworkQNetworkDatagram.o sipQtNetworkQNetworkCookieJar.o sipQtNetworkQNetworkCookie.o sipQtNetworkQNetworkConfigurationStateFlags.o sipQtNetworkQNetworkConfiguration.o sipQtNetworkQNetworkConfigurationManagerCapabilities.o sipQtNetworkQNetworkConfigurationManager.o sipQtNetworkQNetworkAccessManager.o sipQtNetworkQLocalSocket.o sipQtNetworkQLocalServerSocketOptions.o sipQtNetworkQLocalServer.o sipQtNetworkQHttpMultiPart.o sipQtNetworkQHttpPart.o sipQtNetworkQHttp2Configuration.o sipQtNetworkQHstsPolicyPolicyFlags.o sipQtNetworkQHstsPolicy.o sipQtNetworkQHostInfo.o sipQtNetworkQ_IPV6ADDR.o sipQtNetworkQHostAddressConversionMode.o sipQtNetworkQHostAddress.o sipQtNetworkQDnsLookup.o sipQtNetworkQDnsTextRecord.o sipQtNetworkQDnsServiceRecord.o sipQtNetworkQDnsMailExchangeRecord.o sipQtNetworkQDnsHostAddressRecord.o sipQtNetworkQDnsDomainNameRecord.o sipQtNetworkQAuthenticator.o sipQtNetworkQAbstractSocketPauseModes.o sipQtNetworkQAbstractSocketBindMode.o sipQtNetworkQAbstractSocket.o sipQtNetworkQAbstractNetworkCache.o sipQtNetworkQNetworkCacheMetaData.o /usr/lib/arm-linux-gnueabihf/libQt5Network.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lpthread -latomic
cp -f libQtNetwork.so QtNetwork.abi3.so
make[1]: Leaving directory '/tmp/tmprqf68vh9/QtNetwork'
cd QtGui/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /tmp/tmprqf68vh9/QtGui/QtGui.pro ) && make -f Makefile
make[1]: Entering directory '/tmp/tmprqf68vh9/QtGui'
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuicmodule.o sipQtGuicmodule.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0111QTouchDevice.o sipQtGuiQList0111QTouchDevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0101QTextFrame.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QTextBlock.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QGlyphRun.o sipQtGuiQList0100QGlyphRun.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQVector0100QTextLayoutFormatRange.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQList0100QTextOptionTab.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextLength.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextFormat.o sipQtGuiQVector0100QTextFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0101QStandardItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QPolygonF.o sipQtGuiQList0100QPolygonF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRect.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QRectF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QPoint.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QLineF.o sipQtGuiQVector0100QLineF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QOpenGLShader.o sipQtGuiQList0101QOpenGLShader.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QSize.o sipQtGuiQVector0100QSize.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QOpenGLDebugMessage.o sipQtGuiQList0100QOpenGLDebugMessage.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSet0100QByteArray.o sipQtGuiQSet0100QByteArray.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QOpenGLContext.o sipQtGuiQList0101QOpenGLContext.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0100QKeySequence.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QScreen.o sipQtGuiQList0101QScreen.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QTouchEventTouchPoint.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQList0100QInputMethodEventAttribute.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QSize.o sipQtGuiQList0100QSize.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0101QWindow.o sipQtGuiQList0101QWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQVector0600QPair24000100QColor.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector2400.o sipQtGuiQVector2400.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector2200.o sipQtGuiQVector2200.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector1900.o sipQtGuiQVector1900.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQList0100QFontDatabaseWritingSystem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPair22002200.o sipQtGuiQPair22002200.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector4D.o sipQtGuiQVector4D.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector3D.o sipQtGuiQVector3D.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQVector2D.o sipQtGuiQVector2D.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRegularExpressionValidator.o sipQtGuiQRegularExpressionValidator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRegExpValidator.o sipQtGuiQRegExpValidator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDoubleValidator.o sipQtGuiQDoubleValidator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIntValidator.o sipQtGuiQIntValidator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQValidator.o sipQtGuiQValidator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTransform.o sipQtGuiQTransform.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTouchDeviceCapabilities.o sipQtGuiQTouchDeviceCapabilities.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTouchDevice.o sipQtGuiQTouchDevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextTable.o sipQtGuiQTextTable.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextTableCell.o sipQtGuiQTextTableCell.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionTab.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOptionFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextOption.o sipQtGuiQTextOption.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextOption.cpp: In function ‘PyObject* meth_QTextOption_tabStop(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextOption.cpp:222:38: warning: ‘qreal QTextOption::tabStop() const’ is deprecated [-Wdeprecated-declarations]
222 | sipRes = sipCpp->tabStop();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qtextoption.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qtextoption.h:122:32: note: declared here
122 | QT_DEPRECATED inline qreal tabStop() const { return tabStopDistance(); }
| ^~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextOption.cpp: In function ‘PyObject* meth_QTextOption_setTabStop(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextOption.cpp:409:34: warning: ‘void QTextOption::setTabStop(qreal)’ is deprecated [-Wdeprecated-declarations]
409 | sipCpp->setTabStop(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qtextoption.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qtextoption.h:158:13: note: declared here
158 | inline void QTextOption::setTabStop(qreal atabStop)
| ^~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextBlockUserData.o sipQtGuiQTextBlockUserData.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFragment.o sipQtGuiQTextFragment.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlockiterator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextBlock.o sipQtGuiQTextBlock.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrameiterator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFrame.o sipQtGuiQTextFrame.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextObject.o sipQtGuiQTextObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextList.o sipQtGuiQTextList.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextBlockGroup.o sipQtGuiQTextBlockGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextLine.o sipQtGuiQTextLine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayoutFormatRange.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextLayout.o sipQtGuiQTextLayout.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_setAdditionalFormats(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp:332:45: warning: ‘void QTextLayout::setAdditionalFormats(const QList<QTextLayout::FormatRange>&)’ is deprecated: Use setFormats() [-Wdeprecated-declarations]
332 | sipCpp->setAdditionalFormats(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qtextlayout.sip:48:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qtextlayout.h:154:46: note: declared here
154 | QT_DEPRECATED_X("Use setFormats()") void setAdditionalFormats(const QList<FormatRange> &overrides);
| ^~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_additionalFormats(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp:360:87: warning: ‘QList<QTextLayout::FormatRange> QTextLayout::additionalFormats() const’ is deprecated: Use formats() [-Wdeprecated-declarations]
360 | sipRes = new QList< ::QTextLayout::FormatRange>(sipCpp->additionalFormats());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qtextlayout.sip:48:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qtextlayout.h:155:57: note: declared here
155 | QT_DEPRECATED_X("Use formats()") QList<FormatRange> additionalFormats() const;
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_clearAdditionalFormats(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextLayout.cpp:384:44: warning: ‘void QTextLayout::clearAdditionalFormats()’ is deprecated: Use clearFormats() [-Wdeprecated-declarations]
384 | sipCpp->clearAdditionalFormats();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qtextlayout.sip:48:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qtextlayout.h:156:48: note: declared here
156 | QT_DEPRECATED_X("Use clearFormats()") void clearAdditionalFormats();
| ^~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextInlineObject.o sipQtGuiQTextInlineObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableCellFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextTableFormat.o sipQtGuiQTextTableFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFrameFormat.o sipQtGuiQTextFrameFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextImageFormat.o sipQtGuiQTextImageFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextListFormat.o sipQtGuiQTextListFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextBlockFormat.o sipQtGuiQTextBlockFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextCharFormat.o sipQtGuiQTextCharFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormatPageBreakFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextFormat.o sipQtGuiQTextFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextLength.o sipQtGuiQTextLength.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentWriter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentFragment.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextDocumentMarkdownFeatures.o sipQtGuiQTextDocumentMarkdownFeatures.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocumentFindFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextDocument.o sipQtGuiQTextDocument.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp: In function ‘PyObject* meth_QTextDocument_find(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:864:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
864 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:890:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
890 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:915:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
915 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:941:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
941 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:967:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
967 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTextDocument.cpp:992:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
992 | ::QTextDocument::FindFlags a2def = 0;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQt.o sipQtGuiQt.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextCursor.o sipQtGuiQTextCursor.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSyntaxHighlighter.o sipQtGuiQSyntaxHighlighter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSurfaceFormatFormatOptions.o sipQtGuiQSurfaceFormatFormatOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSurfaceFormat.o sipQtGuiQSurfaceFormat.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQSurfaceFormat.cpp: In function ‘PyObject* meth_QSurfaceFormat_setOption(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQSurfaceFormat.cpp:729:34: warning: ‘void QSurfaceFormat::setOption(QSurfaceFormat::FormatOptions)’ is deprecated [-Wdeprecated-declarations]
729 | sipCpp->setOption(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QSurfaceFormat:1,
from /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:51,
from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QOpenGLContext:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_api.h:31,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qopenglshaderprogram.sip:335,
from sipQtGuiQSurfaceFormat.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qsurfaceformat.h:142:24: note: declared here
142 | QT_DEPRECATED void setOption(QSurfaceFormat::FormatOptions opt);
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQSurfaceFormat.cpp: In function ‘PyObject* meth_QSurfaceFormat_testOption(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQSurfaceFormat.cpp:779:44: warning: ‘bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOptions) const’ is deprecated [-Wdeprecated-declarations]
779 | sipRes = sipCpp->testOption(*a0);
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QSurfaceFormat:1,
from /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:51,
from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QOpenGLContext:1,
from ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_api.h:31,
from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qopenglshaderprogram.sip:335,
from sipQtGuiQSurfaceFormat.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qsurfaceformat.h:143:24: note: declared here
143 | QT_DEPRECATED bool testOption(QSurfaceFormat::FormatOptions opt) const;
| ^~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQStyleHints.o sipQtGuiQStyleHints.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQStaticText.o sipQtGuiQStaticText.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQStandardItem.o sipQtGuiQStandardItem.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQStandardItem.cpp: In function ‘PyObject* meth_QStandardItem_isTristate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQStandardItem.cpp:965:41: warning: ‘bool QStandardItem::isTristate() const’ is deprecated [-Wdeprecated-declarations]
965 | sipRes = sipCpp->isTristate();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qstandarditemmodel.sip:103:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qstandarditemmodel.h:179:24: note: declared here
179 | QT_DEPRECATED bool isTristate() const { return isAutoTristate(); }
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQStandardItem.cpp: In function ‘PyObject* meth_QStandardItem_setTristate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQStandardItem.cpp:990:35: warning: ‘void QStandardItem::setTristate(bool)’ is deprecated [-Wdeprecated-declarations]
990 | sipCpp->setTristate(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qstandarditemmodel.sip:103:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qstandarditemmodel.h:180:24: note: declared here
180 | QT_DEPRECATED void setTristate(bool tristate);
| ^~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQStandardItemModel.o sipQtGuiQStandardItemModel.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSessionManager.o sipQtGuiQSessionManager.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQScreen.o sipQtGuiQScreen.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRgba64.o sipQtGuiQRgba64.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRegion.o sipQtGuiQRegion.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQRegion.cpp: In function ‘PyObject* meth_QRegion_rects(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQRegion.cpp:290:58: warning: ‘QVector<QRect> QRegion::rects() const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
290 | sipRes = new QVector< ::QRect>(sipCpp->rects());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qregion.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qregion.h:125:20: note: declared here
125 | QVector<QRect> rects() const;
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRawFontLayoutFlags.o sipQtGuiQRawFontLayoutFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRawFont.o sipQtGuiQRawFont.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRasterWindow.o sipQtGuiQRasterWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQQuaternion.o sipQtGuiQQuaternion.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQQuaternion.cpp: In function ‘PyObject* meth_QQuaternion_conjugate(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQQuaternion.cpp:545:59: warning: ‘QQuaternion QQuaternion::conjugate() const’ is deprecated [-Wdeprecated-declarations]
545 | sipRes = new ::QQuaternion(sipCpp->conjugate());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qquaternion.sip:30:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qquaternion.h:225:20: note: declared here
225 | inline QQuaternion QQuaternion::conjugate() const
| ^~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPolygonF.o sipQtGuiQPolygonF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPolygon.o sipQtGuiQPolygon.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCacheKey.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPixmapCache.o sipQtGuiQPixmapCache.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPixelFormat.o sipQtGuiQPixelFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPictureIO.o sipQtGuiQPictureIO.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPicture.o sipQtGuiQPicture.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPen.o sipQtGuiQPen.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPdfWriter.o sipQtGuiQPdfWriter.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:269:38: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
269 | ::QPdfWriter::setPageSize(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:96:10: note: declared here
96 | void setPageSize(PageSize size) override;
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setPageSizeMM(const QSizeF&)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:292:24: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
292 | ::QPdfWriter::setPageSizeMM(a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:98:10: note: declared here
98 | void setPageSizeMM(const QSizeF &size) override;
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:292:40: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
292 | ::QPdfWriter::setPageSizeMM(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:98:10: note: declared here
98 | void setPageSizeMM(const QSizeF &size) override;
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:315:24: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
315 | ::QPdfWriter::setMargins(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:100:10: note: declared here
100 | void setMargins(const Margins &m) override;
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:315:37: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
315 | ::QPdfWriter::setMargins(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:100:10: note: declared here
100 | void setMargins(const Margins &m) override;
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setPageSize(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:629:67: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
629 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSize(a0) : sipCpp->setPageSize(a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:96:10: note: declared here
96 | void setPageSize(PageSize size) override;
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:629:93: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
629 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSize(a0) : sipCpp->setPageSize(a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:96:10: note: declared here
96 | void setPageSize(PageSize size) override;
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setPageSizeMM(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:656:70: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
656 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:98:10: note: declared here
98 | void setPageSizeMM(const QSizeF &size) override;
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:656:99: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
656 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:98:10: note: declared here
98 | void setPageSizeMM(const QSizeF &size) override;
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setMargins(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:683:67: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
683 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setMargins(*a0) : sipCpp->setMargins(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:100:10: note: declared here
100 | void setMargins(const Margins &m) override;
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPdfWriter.cpp:683:93: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
683 | (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setMargins(*a0) : sipCpp->setMargins(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpdfwriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpdfwriter.h:100:10: note: declared here
100 | void setMargins(const Margins &m) override;
| ^~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPalette.o sipQtGuiQPalette.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathStroker.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPathElement.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterPath.o sipQtGuiQPainterPath.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineState.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEngineDirtyFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEnginePaintEngineFeatures.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintEngine.o sipQtGuiQPaintEngine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItemRenderFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextItem.o sipQtGuiQTextItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQWindow.o sipQtGuiQWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragmentHints.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterPixmapFragment.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainterRenderHints.o sipQtGuiQPainterRenderHints.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPainter.o sipQtGuiQPainter.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPainter.cpp: In function ‘PyObject* meth_QPainter_drawPixmapFragments(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPainter.cpp:4687:50: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QPainter::PixmapFragmentHint; QFlags<T>::Zero = int QFlags<QPainter::PixmapFragmentHint>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
4687 | return Py_None;
| ^
In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:1304,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:45,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QMetaType:1,
from sipAPIQtGui.h:33,
from sipQtGuiQPainter.cpp:24:
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPageSize.o sipQtGuiQPageSize.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPageLayout.o sipQtGuiQPageLayout.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPagedPaintDeviceMargins.o sipQtGuiQPagedPaintDeviceMargins.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPagedPaintDevice.o sipQtGuiQPagedPaintDevice.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In constructor ‘sipQPagedPaintDevice::sipQPagedPaintDevice()’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:83:92: warning: ‘QPagedPaintDevice::QPagedPaintDevice()’ is deprecated [-Wdeprecated-declarations]
83 | sipQPagedPaintDevice::sipQPagedPaintDevice(): ::QPagedPaintDevice(), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:58:19: note: declared here
58 | QT_DEPRECATED QPagedPaintDevice();
| ^~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In member function ‘virtual void sipQPagedPaintDevice::setMargins(const QPagedPaintDevice::Margins&)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:107:31: warning: ‘virtual void QPagedPaintDevice::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF, QPageLayout::Unit) instead. [-Wdeprecated-declarations]
107 | ::QPagedPaintDevice::setMargins(a0);
| ^~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:249:18: note: declared here
249 | virtual void setMargins(const Margins &margins);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:107:44: warning: ‘virtual void QPagedPaintDevice::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF, QPageLayout::Unit) instead. [-Wdeprecated-declarations]
107 | ::QPagedPaintDevice::setMargins(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:249:18: note: declared here
249 | virtual void setMargins(const Margins &margins);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In member function ‘virtual void sipQPagedPaintDevice::setPageSizeMM(const QSizeF&)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:130:31: warning: ‘virtual void QPagedPaintDevice::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
130 | ::QPagedPaintDevice::setPageSizeMM(a0);
| ^~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:234:18: note: declared here
234 | virtual void setPageSizeMM(const QSizeF &size);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:130:47: warning: ‘virtual void QPagedPaintDevice::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
130 | ::QPagedPaintDevice::setPageSizeMM(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:234:18: note: declared here
234 | virtual void setPageSizeMM(const QSizeF &size);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In member function ‘virtual void sipQPagedPaintDevice::setPageSize(QPagedPaintDevice::PageSize)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:153:45: warning: ‘virtual void QPagedPaintDevice::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
153 | ::QPagedPaintDevice::setPageSize(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:229:18: note: declared here
229 | virtual void setPageSize(PageSize size);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_setPageSize(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:271:74: warning: ‘virtual void QPagedPaintDevice::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
271 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setPageSize(a0) : sipCpp->setPageSize(a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:229:18: note: declared here
229 | virtual void setPageSize(PageSize size);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:271:100: warning: ‘virtual void QPagedPaintDevice::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
271 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setPageSize(a0) : sipCpp->setPageSize(a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:229:18: note: declared here
229 | virtual void setPageSize(PageSize size);
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_pageSize(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:312:39: warning: ‘QPagedPaintDevice::PageSize QPagedPaintDevice::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead. [-Wdeprecated-declarations]
312 | sipRes = sipCpp->pageSize();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:231:14: note: declared here
231 | PageSize pageSize() const;
| ^~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_setPageSizeMM(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:338:77: warning: ‘virtual void QPagedPaintDevice::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
338 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:234:18: note: declared here
234 | virtual void setPageSizeMM(const QSizeF &size);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:338:106: warning: ‘virtual void QPagedPaintDevice::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
338 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:234:18: note: declared here
234 | virtual void setPageSizeMM(const QSizeF &size);
| ^~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_pageSizeMM(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:365:55: warning: ‘QSizeF QPagedPaintDevice::pageSizeMM() const’ is deprecated: Use pageLayout().pageSize() instead. [-Wdeprecated-declarations]
365 | sipRes = new ::QSizeF(sipCpp->pageSizeMM());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:236:12: note: declared here
236 | QSizeF pageSizeMM() const;
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_setMargins(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:391:74: warning: ‘virtual void QPagedPaintDevice::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF, QPageLayout::Unit) instead. [-Wdeprecated-declarations]
391 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setMargins(*a0) : sipCpp->setMargins(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:249:18: note: declared here
249 | virtual void setMargins(const Margins &margins);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:391:100: warning: ‘virtual void QPagedPaintDevice::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF, QPageLayout::Unit) instead. [-Wdeprecated-declarations]
391 | (sipSelfWasArg ? sipCpp-> ::QPagedPaintDevice::setMargins(*a0) : sipCpp->setMargins(*a0));
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:249:18: note: declared here
249 | virtual void setMargins(const Margins &margins);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp: In function ‘PyObject* meth_QPagedPaintDevice_margins(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQPagedPaintDevice.cpp:418:72: warning: ‘QPagedPaintDevice::Margins QPagedPaintDevice::margins() const’ is deprecated: Use pageLayout().margins() instead. [-Wdeprecated-declarations]
418 | sipRes = new ::QPagedPaintDevice::Margins(sipCpp->margins());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qpagedpaintdevice.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qpagedpaintdevice.h:251:13: note: declared here
251 | Margins margins() const;
| ^~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLWindow.o sipQtGuiQOpenGLWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintDeviceWindow.o sipQtGuiQPaintDeviceWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLVertexArrayObjectBinder.o sipQtGuiQOpenGLVertexArrayObjectBinder.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLVertexArrayObject.o sipQtGuiQOpenGLVertexArrayObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQAbstractOpenGLFunctions.o sipQtGuiQAbstractOpenGLFunctions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLTextureBlitter.o sipQtGuiQOpenGLTextureBlitter.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLTextureFeatures.o sipQtGuiQOpenGLTextureFeatures.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLTexture.o sipQtGuiQOpenGLTexture.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLShaderProgram.o sipQtGuiQOpenGLShaderProgram.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLShaderShaderType.o sipQtGuiQOpenGLShaderShaderType.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLShader.o sipQtGuiQOpenGLShader.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLPixelTransferOptions.o sipQtGuiQOpenGLPixelTransferOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLPaintDevice.o sipQtGuiQOpenGLPaintDevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLFramebufferObjectFormat.o sipQtGuiQOpenGLFramebufferObjectFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLFramebufferObject.o sipQtGuiQOpenGLFramebufferObject.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugLogger.o sipQtGuiQOpenGLDebugLogger.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageSeverities.o sipQtGuiQOpenGLDebugMessageSeverities.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageTypes.o sipQtGuiQOpenGLDebugMessageTypes.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageSources.o sipQtGuiQOpenGLDebugMessageSources.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessage.o sipQtGuiQOpenGLDebugMessage.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLVersionProfile.o sipQtGuiQOpenGLVersionProfile.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLContext.o sipQtGuiQOpenGLContext.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLContextGroup.o sipQtGuiQOpenGLContextGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLBufferRangeAccessFlags.o sipQtGuiQOpenGLBufferRangeAccessFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOpenGLBuffer.o sipQtGuiQOpenGLBuffer.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQOffscreenSurface.o sipQtGuiQOffscreenSurface.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQSurface.o sipQtGuiQSurface.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMovie.o sipQtGuiQMovie.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix4x4.o sipQtGuiQMatrix4x4.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQKeySequence.o sipQtGuiQKeySequence.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQInputMethod.o sipQtGuiQInputMethod.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQImageWriter.o sipQtGuiQImageWriter.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageWriter.cpp: In function ‘PyObject* meth_QImageWriter_setGamma(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageWriter.cpp:278:32: warning: ‘void QImageWriter::setGamma(float)’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
278 | sipCpp->setGamma(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qimagewriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qimagewriter.h:89:10: note: declared here
89 | void setGamma(float gamma);
| ^~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageWriter.cpp: In function ‘PyObject* meth_QImageWriter_gamma(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageWriter.cpp:305:36: warning: ‘float QImageWriter::gamma() const’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
305 | sipRes = sipCpp->gamma();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qimagewriter.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qimagewriter.h:91:11: note: declared here
91 | float gamma() const;
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQImageReader.o sipQtGuiQImageReader.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageReader.cpp: In function ‘PyObject* meth_QImageReader_setGamma(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageReader.cpp:1278:32: warning: ‘void QImageReader::setGamma(float)’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
1278 | sipCpp->setGamma(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qimagereader.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qimagereader.h:122:10: note: declared here
122 | void setGamma(float gamma);
| ^~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageReader.cpp: In function ‘PyObject* meth_QImageReader_gamma(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImageReader.cpp:1305:36: warning: ‘float QImageReader::gamma() const’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
1305 | sipRes = sipCpp->gamma();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qimagereader.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qimagereader.h:124:11: note: declared here
124 | float gamma() const;
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQImageIOHandlerTransformations.o sipQtGuiQImageIOHandlerTransformations.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQImageIOHandler.o sipQtGuiQImageIOHandler.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQImage.o sipQtGuiQImage.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImage.cpp: In function ‘PyObject* meth_QImage_byteCount(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQImage.cpp:2201:40: warning: ‘int QImage::byteCount() const’ is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
2201 | sipRes = sipCpp->byteCount();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qimage.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qimage.h:221:44: note: declared here
221 | QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
| ^~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintDevice.o sipQtGuiQPaintDevice.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIconEngineScaledPixmapArgument.o sipQtGuiQIconEngineScaledPixmapArgument.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIconEngineAvailableSizesArgument.o sipQtGuiQIconEngineAvailableSizesArgument.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIconEngine.o sipQtGuiQIconEngine.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIcon.o sipQtGuiQIcon.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQGuiApplication.o sipQtGuiQGuiApplication.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQGlyphRunGlyphRunFlags.o sipQtGuiQGlyphRunGlyphRunFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQGlyphRun.o sipQtGuiQGlyphRun.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x2.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x3.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix2x4.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x2.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x3.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix3x4.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x2.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMatrix4x3.o sipQtGuiQMatrix4x3.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetricsF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFontMetrics.o sipQtGuiQFontMetrics.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontMetrics.cpp: In function ‘PyObject* meth_QFontMetrics_widthChar(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontMetrics.cpp:390:39: warning: ‘int QFontMetrics::width(QChar) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
390 | sipRes = sipCpp->width(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfontmetrics.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfontmetrics.h:110:9: note: declared here
110 | int width(QChar) const;
| ^~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontMetrics.cpp: In function ‘PyObject* meth_QFontMetrics_width(PyObject*, PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontMetrics.cpp:425:42: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
425 | sipRes = sipCpp->width(*a0,a1);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfontmetrics.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfontmetrics.h:106:9: note: declared here
106 | int width(const QString &, int len = -1) const;
| ^~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFontInfo.o sipQtGuiQFontInfo.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFontDatabase.o sipQtGuiQFontDatabase.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontDatabase.cpp: In function ‘PyObject* meth_QFontDatabase_supportsThreadedFontRendering(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontDatabase.cpp:769:40: warning: ‘static bool QFontDatabase::supportsThreadedFontRendering()’ is deprecated [-Wdeprecated-declarations]
769 | sipRes = ::QFontDatabase::supportsThreadedFontRendering();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfontdatabase.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfontdatabase.h:154:31: note: declared here
154 | QT_DEPRECATED static bool supportsThreadedFontRendering();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFontDatabase.cpp:769:70: warning: ‘static bool QFontDatabase::supportsThreadedFontRendering()’ is deprecated [-Wdeprecated-declarations]
769 | sipRes = ::QFontDatabase::supportsThreadedFontRendering();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfontdatabase.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfontdatabase.h:154:31: note: declared here
154 | QT_DEPRECATED static bool supportsThreadedFontRendering();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFont.o sipQtGuiQFont.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_setRawName(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp:899:35: warning: ‘void QFont::setRawName(const QString&)’ is deprecated [-Wdeprecated-declarations]
899 | sipCpp->setRawName(*a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfont.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfont.h:271:24: note: declared here
271 | QT_DEPRECATED void setRawName(const QString &);
| ^~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_rawName(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp:927:53: warning: ‘QString QFont::rawName() const’ is deprecated [-Wdeprecated-declarations]
927 | sipRes = new ::QString(sipCpp->rawName());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfont.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfont.h:272:27: note: declared here
272 | QT_DEPRECATED QString rawName() const;
| ^~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_lastResortFamily(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp:1296:62: warning: ‘QString QFont::lastResortFamily() const’ is deprecated [-Wdeprecated-declarations]
1296 | sipRes = new ::QString(sipCpp->lastResortFamily());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfont.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfont.h:295:27: note: declared here
295 | QT_DEPRECATED QString lastResortFamily() const;
| ^~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_lastResortFont(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQFont.cpp:1322:60: warning: ‘QString QFont::lastResortFont() const’ is deprecated [-Wdeprecated-declarations]
1322 | sipRes = new ::QString(sipCpp->lastResortFont());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qfont.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qfont.h:296:27: note: declared here
296 | QT_DEPRECATED QString lastResortFont() const;
| ^~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPointingDeviceUniqueId.o sipQtGuiQPointingDeviceUniqueId.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPlatformSurfaceEvent.o sipQtGuiQPlatformSurfaceEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQNativeGestureEvent.o sipQtGuiQNativeGestureEvent.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQNativeGestureEvent.cpp: In constructor ‘sipQNativeGestureEvent::sipQNativeGestureEvent(Qt::NativeGestureType, const QPointF&, const QPointF&, const QPointF&, qreal, ulong, quint64)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQNativeGestureEvent.cpp:66:246: warning: ‘QNativeGestureEvent::QNativeGestureEvent(Qt::NativeGestureType, const QPointF&, const QPointF&, const QPointF&, qreal, ulong, quint64)’ is deprecated [-Wdeprecated-declarations]
66 | sipQNativeGestureEvent::sipQNativeGestureEvent( ::Qt::NativeGestureType a0,const ::QPointF& a1,const ::QPointF& a2,const ::QPointF& a3, ::qreal a4, ::ulong a5, ::quint64 a6): ::QNativeGestureEvent(a0,a1,a2,a3,a4,a5,a6), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:869:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:347:19: note: declared here
347 | QT_DEPRECATED QNativeGestureEvent(Qt::NativeGestureType type, const QPointF &localPos, const QPointF &windowPos,
| ^~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQEnterEvent.o sipQtGuiQEnterEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQScrollEvent.o sipQtGuiQScrollEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQScrollPrepareEvent.o sipQtGuiQScrollPrepareEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQExposeEvent.o sipQtGuiQExposeEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTouchEventTouchPointInfoFlags.o sipQtGuiQTouchEventTouchPointInfoFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEventTouchPoint.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_rect(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:438:49: warning: ‘QRectF QTouchEvent::TouchPoint::rect() const’ is deprecated: Use pos() and ellipseDiameters() [-Wdeprecated-declarations]
438 | sipRes = new ::QRectF(sipCpp->rect());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:723:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:939:16: note: declared here
939 | QRectF rect() const;
| ^~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_sceneRect(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:464:54: warning: ‘QRectF QTouchEvent::TouchPoint::sceneRect() const’ is deprecated: Use scenePos() and ellipseDiameters() [-Wdeprecated-declarations]
464 | sipRes = new ::QRectF(sipCpp->sceneRect());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:723:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:941:16: note: declared here
941 | QRectF sceneRect() const;
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_screenRect(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:490:55: warning: ‘QRectF QTouchEvent::TouchPoint::screenRect() const’ is deprecated: Use screenPos() and ellipseDiameters() [-Wdeprecated-declarations]
490 | sipRes = new ::QRectF(sipCpp->screenRect());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:723:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:943:16: note: declared here
943 | QRectF screenRect() const;
| ^~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTouchEvent.o sipQtGuiQTouchEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQWindowStateChangeEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQShortcutEvent.o sipQtGuiQShortcutEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFileOpenEvent.o sipQtGuiQFileOpenEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQActionEvent.o sipQtGuiQActionEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQWhatsThisClickedEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQStatusTipEvent.o sipQtGuiQStatusTipEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQHelpEvent.o sipQtGuiQHelpEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragLeaveEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDragEnterEvent.o sipQtGuiQDragEnterEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDragMoveEvent.o sipQtGuiQDragMoveEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDropEvent.o sipQtGuiQDropEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQInputMethodQueryEvent.o sipQtGuiQInputMethodQueryEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEventAttribute.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQInputMethodEvent.o sipQtGuiQInputMethodEvent.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQInputMethodEvent.cpp: In function ‘void assign_QInputMethodEvent(void*, Py_ssize_t, void*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQInputMethodEvent.cpp:280:115: warning: implicitly-declared ‘QInputMethodEvent& QInputMethodEvent::operator=(const QInputMethodEvent&)’ is deprecated [-Wdeprecated-copy]
280 | reinterpret_cast< ::QInputMethodEvent *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QInputMethodEvent *>(sipSrc);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:506:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:609:5: note: because ‘QInputMethodEvent’ has user-provided ‘QInputMethodEvent::QInputMethodEvent(const QInputMethodEvent&)’
609 | QInputMethodEvent(const QInputMethodEvent &other);
| ^~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQContextMenuEvent.o sipQtGuiQContextMenuEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQHideEvent.o sipQtGuiQHideEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQShowEvent.o sipQtGuiQShowEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQIconDragEvent.o sipQtGuiQIconDragEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQCloseEvent.o sipQtGuiQCloseEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQResizeEvent.o sipQtGuiQResizeEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMoveEvent.o sipQtGuiQMoveEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPaintEvent.o sipQtGuiQPaintEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQFocusEvent.o sipQtGuiQFocusEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQKeyEvent.o sipQtGuiQKeyEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTabletEvent.o sipQtGuiQTabletEvent.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp: In constructor ‘sipQTabletEvent::sipQTabletEvent(QEvent::Type, const QPointF&, const QPointF&, int, int, qreal, int, int, qreal, qreal, int, Qt::KeyboardModifiers, qint64)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp:70:293: warning: ‘QTabletEvent::QTabletEvent(QEvent::Type, const QPointF&, const QPointF&, int, int, qreal, int, int, qreal, qreal, int, Qt::KeyboardModifiers, qint64)’ is deprecated: Use the other QTabletEvent constructor [-Wdeprecated-declarations]
70 | sipQTabletEvent::sipQTabletEvent( ::QEvent::Type a0,const ::QPointF& a1,const ::QPointF& a2,int a3,int a4, ::qreal a5,int a6,int a7, ::qreal a8, ::qreal a9,int a10, ::Qt::KeyboardModifiers a11, ::qint64 a12): ::QTabletEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:302:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:285:5: note: declared here
285 | QTabletEvent(Type t, const QPointF &pos, const QPointF &globalPos,
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_hiResGlobalX(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp:254:43: warning: ‘qreal QTabletEvent::hiResGlobalX() const’ is deprecated: use globalPosF().x() [-Wdeprecated-declarations]
254 | sipRes = sipCpp->hiResGlobalX();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:302:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:312:18: note: declared here
312 | inline qreal hiResGlobalX() const { return mGPos.x(); }
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_hiResGlobalY(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp:280:43: warning: ‘qreal QTabletEvent::hiResGlobalY() const’ is deprecated: use globalPosF().y() [-Wdeprecated-declarations]
280 | sipRes = sipCpp->hiResGlobalY();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:302:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:314:18: note: declared here
314 | inline qreal hiResGlobalY() const { return mGPos.y(); }
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_device(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQTabletEvent.cpp:306:37: warning: ‘QTabletEvent::TabletDevice QTabletEvent::device() const’ is deprecated: Use deviceType() [-Wdeprecated-declarations]
306 | sipRes = sipCpp->device();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:302:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:316:25: note: declared here
316 | inline TabletDevice device() const { return TabletDevice(mDev); }
| ^~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQWheelEvent.o sipQtGuiQWheelEvent.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:69:244: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
69 | sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:190:5: note: declared here
190 | QWheelEvent(const QPointF &pos, const QPointF& globalPos,
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:73:269: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
73 | sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:194:5: note: declared here
194 | QWheelEvent(const QPointF &pos, const QPointF& globalPos,
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:77:299: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
77 | sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8, ::Qt::MouseEventSource a9): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:198:5: note: declared here
198 | QWheelEvent(const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta,
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource, bool)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:81:312: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource, bool)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
81 | sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8, ::Qt::MouseEventSource a9,bool a10): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10), sipPySelf(SIP_NULLPTR)
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:202:5: note: declared here
202 | QWheelEvent(const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta,
| ^~~~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_pos(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:113:48: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
113 | sipRes = new ::QPoint(sipCpp->pos());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:225:19: note: declared here
225 | inline QPoint pos() const { return p.toPoint(); }
| ^~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalPos(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:139:54: warning: ‘QPoint QWheelEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
139 | sipRes = new ::QPoint(sipCpp->globalPos());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:227:19: note: declared here
227 | inline QPoint globalPos() const { return g.toPoint(); }
| ^~~~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_x(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:165:32: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations]
165 | sipRes = sipCpp->x();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:229:16: note: declared here
229 | inline int x() const { return int(p.x()); }
| ^
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_y(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:191:32: warning: ‘int QWheelEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations]
191 | sipRes = sipCpp->y();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:231:16: note: declared here
231 | inline int y() const { return int(p.y()); }
| ^
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalX(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:217:38: warning: ‘int QWheelEvent::globalX() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
217 | sipRes = sipCpp->globalX();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:233:16: note: declared here
233 | inline int globalX() const { return int(g.x()); }
| ^~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalY(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:243:38: warning: ‘int QWheelEvent::globalY() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
243 | sipRes = sipCpp->globalY();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:235:16: note: declared here
235 | inline int globalY() const { return int(g.y()); }
| ^~~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_posF(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:347:50: warning: ‘const QPointF& QWheelEvent::posF() const’ is deprecated: Use position() [-Wdeprecated-declarations]
347 | sipRes = new ::QPointF(sipCpp->posF());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:238:27: note: declared here
238 | inline const QPointF &posF() const { return p; }
| ^~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalPosF(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQWheelEvent.cpp:373:56: warning: ‘const QPointF& QWheelEvent::globalPosF() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
373 | sipRes = new ::QPointF(sipCpp->globalPosF());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qevent.sip:253:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qevent.h:240:27: note: declared here
240 | inline const QPointF &globalPosF() const { return g; }
| ^~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQHoverEvent.o sipQtGuiQHoverEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQMouseEvent.o sipQtGuiQMouseEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQInputEvent.o sipQtGuiQInputEvent.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDrag.o sipQtGuiQDrag.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQDesktopServices.o sipQtGuiQDesktopServices.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQCursor.o sipQtGuiQCursor.cpp
/tmp/tmprqf68vh9/QtGui/sipQtGuiQCursor.cpp: In function ‘PyObject* meth_QCursor_bitmap(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQCursor.cpp:116:37: warning: ‘const QBitmap* QCursor::bitmap() const’ is deprecated: Use the other overload which returns QBitmap by-value [-Wdeprecated-declarations]
116 | sipRes = sipCpp->bitmap();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qcursor.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qcursor.h:102:20: note: declared here
102 | const QBitmap *bitmap() const; // ### Qt 7: Remove function
| ^~~~~~
/tmp/tmprqf68vh9/QtGui/sipQtGuiQCursor.cpp: In function ‘PyObject* meth_QCursor_mask(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtGui/sipQtGuiQCursor.cpp:142:35: warning: ‘const QBitmap* QCursor::mask() const’ is deprecated: Use the other overload which returns QBitmap by-value [-Wdeprecated-declarations]
142 | sipRes = sipCpp->mask();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtGui/qcursor.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qcursor.h:105:20: note: declared here
105 | const QBitmap *mask() const; // ### Qt 7: Remove function
| ^~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQColorTransform.o sipQtGuiQColorTransform.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQColorSpace.o sipQtGuiQColorSpace.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQClipboard.o sipQtGuiQClipboard.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQConicalGradient.o sipQtGuiQConicalGradient.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQRadialGradient.o sipQtGuiQRadialGradient.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQLinearGradient.o sipQtGuiQLinearGradient.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQGradient.o sipQtGuiQGradient.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQBrush.o sipQtGuiQBrush.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQColorConstantsSvg.o sipQtGuiQColorConstantsSvg.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQColorConstants.o sipQtGuiQColorConstants.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQColor.o sipQtGuiQColor.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQBitmap.o sipQtGuiQBitmap.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQPixmap.o sipQtGuiQPixmap.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQBackingStore.o sipQtGuiQBackingStore.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQTextObjectInterface.o sipQtGuiQTextObjectInterface.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayoutSelection.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayout.o sipQtGuiQAbstractTextDocumentLayout.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_add_constants.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_add_constants.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_array_convertors.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_array_convertors.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_attribute_array.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_attribute_array.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_data_cache.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_data_cache.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_get.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_get.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_init.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_init.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_uniform_value_array.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_uniform_value_array.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_value_array.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_value_array.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o qpyopengl_version_functions.o ../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtGui/qpyopengl_version_functions.cpp
rm -f libQtGui.so
g++ -Wl,--version-script=QtGui.exp -Wl,-O1 -shared -o libQtGui.so sipQtGuicmodule.o sipQtGuiQList0111QTouchDevice.o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QGlyphRun.o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextFormat.o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0100QPolygonF.o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLineF.o sipQtGuiQList0101QOpenGLShader.o sipQtGuiQVector0100QSize.o sipQtGuiQList0100QOpenGLDebugMessage.o sipQtGuiQSet0100QByteArray.o sipQtGuiQList0101QOpenGLContext.o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0101QScreen.o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQList0100QSize.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQList0101QWindow.o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQVector2400.o sipQtGuiQVector2200.o sipQtGuiQVector1900.o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQPair22002200.o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.o sipQtGuiQVector4D.o sipQtGuiQVector3D.o sipQtGuiQVector2D.o sipQtGuiQRegularExpressionValidator.o sipQtGuiQRegExpValidator.o sipQtGuiQDoubleValidator.o sipQtGuiQIntValidator.o sipQtGuiQValidator.o sipQtGuiQTransform.o sipQtGuiQTouchDeviceCapabilities.o sipQtGuiQTouchDevice.o sipQtGuiQTextTable.o sipQtGuiQTextTableCell.o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOption.o sipQtGuiQTextBlockUserData.o sipQtGuiQTextFragment.o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlock.o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrame.o sipQtGuiQTextObject.o sipQtGuiQTextList.o sipQtGuiQTextBlockGroup.o sipQtGuiQTextLine.o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayout.o sipQtGuiQTextInlineObject.o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableFormat.o sipQtGuiQTextFrameFormat.o sipQtGuiQTextImageFormat.o sipQtGuiQTextListFormat.o sipQtGuiQTextBlockFormat.o sipQtGuiQTextCharFormat.o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormat.o sipQtGuiQTextLength.o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentMarkdownFeatures.o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocument.o sipQtGuiQt.o sipQtGuiQTextCursor.o sipQtGuiQSyntaxHighlighter.o sipQtGuiQSurfaceFormatFormatOptions.o sipQtGuiQSurfaceFormat.o sipQtGuiQStyleHints.o sipQtGuiQStaticText.o sipQtGuiQStandardItem.o sipQtGuiQStandardItemModel.o sipQtGuiQSessionManager.o sipQtGuiQScreen.o sipQtGuiQRgba64.o sipQtGuiQRegion.o sipQtGuiQRawFontLayoutFlags.o sipQtGuiQRawFont.o sipQtGuiQRasterWindow.o sipQtGuiQQuaternion.o sipQtGuiQPolygonF.o sipQtGuiQPolygon.o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCache.o sipQtGuiQPixelFormat.o sipQtGuiQPictureIO.o sipQtGuiQPicture.o sipQtGuiQPen.o sipQtGuiQPdfWriter.o sipQtGuiQPalette.o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPath.o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEngine.o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItem.o sipQtGuiQWindow.o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterRenderHints.o sipQtGuiQPainter.o sipQtGuiQPageSize.o sipQtGuiQPageLayout.o sipQtGuiQPagedPaintDeviceMargins.o sipQtGuiQPagedPaintDevice.o sipQtGuiQOpenGLWindow.o sipQtGuiQPaintDeviceWindow.o sipQtGuiQOpenGLVertexArrayObjectBinder.o sipQtGuiQOpenGLVertexArrayObject.o sipQtGuiQAbstractOpenGLFunctions.o sipQtGuiQOpenGLTextureBlitter.o sipQtGuiQOpenGLTextureFeatures.o sipQtGuiQOpenGLTexture.o sipQtGuiQOpenGLShaderProgram.o sipQtGuiQOpenGLShaderShaderType.o sipQtGuiQOpenGLShader.o sipQtGuiQOpenGLPixelTransferOptions.o sipQtGuiQOpenGLPaintDevice.o sipQtGuiQOpenGLFramebufferObjectFormat.o sipQtGuiQOpenGLFramebufferObject.o sipQtGuiQOpenGLDebugLogger.o sipQtGuiQOpenGLDebugMessageSeverities.o sipQtGuiQOpenGLDebugMessageTypes.o sipQtGuiQOpenGLDebugMessageSources.o sipQtGuiQOpenGLDebugMessage.o sipQtGuiQOpenGLVersionProfile.o sipQtGuiQOpenGLContext.o sipQtGuiQOpenGLContextGroup.o sipQtGuiQOpenGLBufferRangeAccessFlags.o sipQtGuiQOpenGLBuffer.o sipQtGuiQOffscreenSurface.o sipQtGuiQSurface.o sipQtGuiQMovie.o sipQtGuiQMatrix4x4.o sipQtGuiQKeySequence.o sipQtGuiQInputMethod.o sipQtGuiQImageWriter.o sipQtGuiQImageReader.o sipQtGuiQImageIOHandlerTransformations.o sipQtGuiQImageIOHandler.o sipQtGuiQImage.o sipQtGuiQPaintDevice.o sipQtGuiQIconEngineScaledPixmapArgument.o sipQtGuiQIconEngineAvailableSizesArgument.o sipQtGuiQIconEngine.o sipQtGuiQIcon.o sipQtGuiQGuiApplication.o sipQtGuiQGlyphRunGlyphRunFlags.o sipQtGuiQGlyphRun.o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x3.o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetrics.o sipQtGuiQFontInfo.o sipQtGuiQFontDatabase.o sipQtGuiQFont.o sipQtGuiQPointingDeviceUniqueId.o sipQtGuiQPlatformSurfaceEvent.o sipQtGuiQNativeGestureEvent.o sipQtGuiQEnterEvent.o sipQtGuiQScrollEvent.o sipQtGuiQScrollPrepareEvent.o sipQtGuiQExposeEvent.o sipQtGuiQTouchEventTouchPointInfoFlags.o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEvent.o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQShortcutEvent.o sipQtGuiQFileOpenEvent.o sipQtGuiQActionEvent.o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQStatusTipEvent.o sipQtGuiQHelpEvent.o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragEnterEvent.o sipQtGuiQDragMoveEvent.o sipQtGuiQDropEvent.o sipQtGuiQInputMethodQueryEvent.o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEvent.o sipQtGuiQContextMenuEvent.o sipQtGuiQHideEvent.o sipQtGuiQShowEvent.o sipQtGuiQIconDragEvent.o sipQtGuiQCloseEvent.o sipQtGuiQResizeEvent.o sipQtGuiQMoveEvent.o sipQtGuiQPaintEvent.o sipQtGuiQFocusEvent.o sipQtGuiQKeyEvent.o sipQtGuiQTabletEvent.o sipQtGuiQWheelEvent.o sipQtGuiQHoverEvent.o sipQtGuiQMouseEvent.o sipQtGuiQInputEvent.o sipQtGuiQDrag.o sipQtGuiQDesktopServices.o sipQtGuiQCursor.o sipQtGuiQColorTransform.o sipQtGuiQColorSpace.o sipQtGuiQClipboard.o sipQtGuiQConicalGradient.o sipQtGuiQRadialGradient.o sipQtGuiQLinearGradient.o sipQtGuiQGradient.o sipQtGuiQBrush.o sipQtGuiQColorConstantsSvg.o sipQtGuiQColorConstants.o sipQtGuiQColor.o sipQtGuiQBitmap.o sipQtGuiQPixmap.o sipQtGuiQBackingStore.o sipQtGuiQTextObjectInterface.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayout.o qpyopengl_add_constants.o qpyopengl_array_convertors.o qpyopengl_attribute_array.o qpyopengl_data_cache.o qpyopengl_get.o qpyopengl_init.o qpyopengl_uniform_value_array.o qpyopengl_value_array.o qpyopengl_version_functions.o /usr/lib/arm-linux-gnueabihf/libQt5Gui.so /usr/lib/arm-linux-gnueabihf/libQt5Core.so -lGLESv2 -lpthread -latomic
cp -f libQtGui.so QtGui.abi3.so
make[1]: Leaving directory '/tmp/tmprqf68vh9/QtGui'
cd QtWidgets/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /tmp/tmprqf68vh9/QtWidgets/QtWidgets.pro ) && make -f Makefile
make[1]: Entering directory '/tmp/tmprqf68vh9/QtWidgets'
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetscmodule.o sipQtWidgetscmodule.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QUndoStack.o sipQtWidgetsQList0101QUndoStack.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QTreeWidgetItem.o sipQtWidgetsQList0101QTreeWidgetItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QTableWidgetItem.o sipQtWidgetsQList0101QTableWidgetItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0100QTableWidgetSelectionRange.o sipQtWidgetsQList0100QTableWidgetSelectionRange.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QScroller.o sipQtWidgetsQList0101QScroller.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0100QTextEditExtraSelection.o sipQtWidgetsQList0100QTextEditExtraSelection.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QMdiSubWindow.o sipQtWidgetsQList0101QMdiSubWindow.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QDockWidget.o sipQtWidgetsQList0101QDockWidget.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QListWidgetItem.o sipQtWidgetsQList0101QListWidgetItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0100QRectF.o sipQtWidgetsQList0100QRectF.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QGraphicsView.o sipQtWidgetsQList0101QGraphicsView.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QGraphicsTransform.o sipQtWidgetsQList0101QGraphicsTransform.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QGraphicsItem.o sipQtWidgetsQList0101QGraphicsItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QGesture.o sipQtWidgetsQList0101QGesture.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQMap0100QDate0100QTextCharFormat.o sipQtWidgetsQMap0100QDate0100QTextCharFormat.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QAbstractButton.o sipQtWidgetsQList0101QAbstractButton.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QGraphicsWidget.o sipQtWidgetsQList0101QGraphicsWidget.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QAction.o sipQtWidgetsQList0101QAction.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0101QWidget.o sipQtWidgetsQList0101QWidget.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQList0100QWizardWizardButton.o sipQtWidgetsQList0100QWizardWizardButton.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWizardPage.o sipQtWidgetsQWizardPage.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWizardWizardOptions.o sipQtWidgetsQWizardWizardOptions.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWizard.o sipQtWidgetsQWizard.cpp
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQWizard.cpp: In function ‘PyObject* meth_QWizard_visitedPages(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQWizard.cpp:1716:61: warning: ‘QList<int> QWizard::visitedPages() const’ is deprecated: Use visitedIds() instead [-Wdeprecated-declarations]
1716 | sipRes = new ::QList<int>(sipCpp->visitedPages());
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtWidgets/qwizard.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtWidgets/qwizard.h:132:73: note: declared here
132 | QT_DEPRECATED_VERSION_X_5_15("Use visitedIds() instead") QList<int> visitedPages() const;
| ^~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWidgetAction.o sipQtWidgetsQWidgetAction.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWidgetRenderFlags.o sipQtWidgetsQWidgetRenderFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQWhatsThis.o sipQtWidgetsQWhatsThis.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQUndoView.o sipQtWidgetsQUndoView.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQUndoStack.o sipQtWidgetsQUndoStack.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQUndoCommand.o sipQtWidgetsQUndoCommand.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQUndoGroup.o sipQtWidgetsQUndoGroup.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTreeWidgetItemIteratorIteratorFlags.o sipQtWidgetsQTreeWidgetItemIteratorIteratorFlags.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTreeWidgetItemIterator.o sipQtWidgetsQTreeWidgetItemIterator.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTreeWidget.o sipQtWidgetsQTreeWidget.cpp
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTreeWidget.cpp: In function ‘PyObject* meth_QTreeWidget_isFirstItemColumnSpanned(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTreeWidget.cpp:3749:57: warning: ‘bool QTreeWidget::isFirstItemColumnSpanned(const QTreeWidgetItem*) const’ is deprecated: Use QTreeWidgetItem::isFirstColumnSpanned() instead [-Wdeprecated-declarations]
3749 | Py_INCREF(Py_None);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtWidgets/qtreewidget.sip:125:
/usr/include/arm-linux-gnueabihf/qt5/QtWidgets/qtreewidget.h:340:10: note: declared here
340 | bool isFirstItemColumnSpanned(const QTreeWidgetItem *item) const;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTreeWidget.cpp: In function ‘PyObject* meth_QTreeWidget_setFirstItemColumnSpanned(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTreeWidget.cpp:3775:52: warning: ‘void QTreeWidget::setFirstItemColumnSpanned(const QTreeWidgetItem*, bool)’ is deprecated: Use QTreeWidgetItem::setFirstColumnSpanned() instead [-Wdeprecated-declarations]
3775 | sipRes = sipCpp->itemAbove(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtWidgets/qtreewidget.sip:125:
/usr/include/arm-linux-gnueabihf/qt5/QtWidgets/qtreewidget.h:342:10: note: declared here
342 | void setFirstItemColumnSpanned(const QTreeWidgetItem *item, bool span);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTreeWidgetItem.o sipQtWidgetsQTreeWidgetItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTreeView.o sipQtWidgetsQTreeView.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQToolTip.o sipQtWidgetsQToolTip.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQToolButton.o sipQtWidgetsQToolButton.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQToolBox.o sipQtWidgetsQToolBox.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQToolBar.o sipQtWidgetsQToolBar.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTextEditAutoFormatting.o sipQtWidgetsQTextEditAutoFormatting.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTextEditExtraSelection.o sipQtWidgetsQTextEditExtraSelection.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTextBrowser.o sipQtWidgetsQTextBrowser.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTextEdit.o sipQtWidgetsQTextEdit.cpp
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTextEdit.cpp: In function ‘PyObject* meth_QTextEdit_tabStopWidth(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTextEdit.cpp:2855:43: warning: ‘int QTextEdit::tabStopWidth() const’ is deprecated [-Wdeprecated-declarations]
2855 | sipRes = sipCpp->tabStopWidth();
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtWidgets/qtextedit.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtWidgets/qtextedit.h:202:23: note: declared here
202 | QT_DEPRECATED int tabStopWidth() const;
| ^~~~~~~~~~~~
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTextEdit.cpp: In function ‘PyObject* meth_QTextEdit_setTabStopWidth(PyObject*, PyObject*)’:
/tmp/tmprqf68vh9/QtWidgets/sipQtWidgetsQTextEdit.cpp:2880:39: warning: ‘void QTextEdit::setTabStopWidth(int)’ is deprecated [-Wdeprecated-declarations]
2880 | sipCpp->setTabStopWidth(a0);
| ^
In file included from /tmp/pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/sip/QtWidgets/qtextedit.sip:26:
/usr/include/arm-linux-gnueabihf/qt5/QtWidgets/qtextedit.h:203:24: note: declared here
203 | QT_DEPRECATED void setTabStopWidth(int width);
| ^~~~~~~~~~~~~~~
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTabWidget.o sipQtWidgetsQTabWidget.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTableWidget.o sipQtWidgetsQTableWidget.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTableWidgetItem.o sipQtWidgetsQTableWidgetItem.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTableWidgetSelectionRange.o sipQtWidgetsQTableWidgetSelectionRange.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6c434b7eb124b225cbcf4f03/qpy/QtWidgets -I/usr/include/python3.9 -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sipQtWidgetsQTableView.o sipQtWidgetsQTableView.cpp
g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../pip-install-jdvtxv54/pyqt5_40972d2a6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment