robotpkg/wip/py-qt-gepetto-pythonqt bulk build results

Log for py310-qt5-gepetto-pythonqt-0.0.1r2 on Fedora-36-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for py310-qt5-gepetto-pythonqt-0.0.1r2 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for py310-qt5-gepetto-pythonqt-0.0.1r2 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found => Required system package gzip: gzip-1.11 found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20110805.12 found ===> Done bootstrap-depends for py310-qt5-gepetto-pythonqt-0.0.1r2 ===> Installing full dependencies for py310-qt5-gepetto-pythonqt-0.0.1r2 => Dependency digest-20080510 already installed => Dependency tnftp-20151004~ssl already installed ===> Checking build options for py310-qt5-gepetto-pythonqt-0.0.1r2 => Building with no option. ===> Checking alternatives for py310-qt5-gepetto-pythonqt-0.0.1r2 => Use the GNU C++ compiler: c++-compiler provided by g++>=4.8 => Use the GNU C compiler: c-compiler provided by gcc>=3 => Use python-3.10: python>=2.5<3.12 provided by python310>=3.10<3.11 => Use qt-5: qt>=4 provided by ===> Checking dependencies for py310-qt5-gepetto-pythonqt-0.0.1r2 => Required system package cmake>=2.6: cmake-3.26.3 found => Required system package g++>=4.8: g++-12 found => Required system package gcc>=3: gcc-12 found => Required system package libstdc++: libstdc++ found => Required system package pkg-config>=0.22: pkg-config-1.8.0 found => Required system package python310>=3.10<3.11: python310-3.10.11 found => Required system package qt5-qtbase>=5<6: qt5-qtbase-5.15.8 found ===> Done depends for py310-qt5-gepetto-pythonqt-0.0.1r2 ===> Extracting for py310-qt5-gepetto-pythonqt-0.0.1r2 => SHA1 checksums OK => RMD160 checksums OK ===> Configuring for py310-qt5-gepetto-pythonqt-0.0.1r2 CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenGL.cmake:315 (message): Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when available. Run "cmake --help-policy CMP0072" for policy details. Use the cmake_policy command to set the policy and suppress this warning. FindOpenGL found both a legacy GL library: OPENGL_gl_LIBRARY: /usr/lib64/libGL.so and GLVND libraries for OpenGL and GLX: OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for compatibility with CMake 3.10 and below the legacy GL library will be used. Call Stack (most recent call first): CMakeLists.txt:162 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. ===> Building for py310-qt5-gepetto-pythonqt-0.0.1r2 /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQt.cpp:61:10: fatal error: pydebug.h: No such file or directory 61 | #include | ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/PythonQt.dir/build.make:271: CMakeFiles/PythonQt.dir/src/PythonQt.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassWrapper.cpp: In function 'PyObject* PythonQtClassWrapper_getattro(PyObject*, PyObject*)': /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassWrapper.cpp:469:56: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] 469 | QSet completeSet = QSet::fromList(wrapper->classInfo()->memberList()); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qdebug.h:52, from /usr/include/qt5/QtCore/QtDebug:1, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQt.h:58, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassWrapper.cpp:45: /usr/include/qt5/QtCore/qset.h:416:9: note: declared here 416 | QSet QSet::fromList(const QList &list) | ^~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassWrapper.cpp:470:46: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] 470 | completeSet.unite(QSet::fromList(wrapper->classInfo()->propertyList())); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/qt5/QtCore/qset.h:416:9: note: declared here 416 | QSet QSet::fromList(const QList &list) | ^~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassInfo.cpp: In member function 'QStringList PythonQtClassInfo::memberList()': /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassInfo.cpp:556:33: warning: 'static QSet QSet::fromList(const QList&) [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] 556 | return QSet::fromList(l).toList(); | ~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /usr/include/qt5/QtCore/qdebug.h:52, from /usr/include/qt5/QtCore/QtDebug:1, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQt.h:58, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassInfo.h:41, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassInfo.cpp:42: /usr/include/qt5/QtCore/qset.h:416:9: note: declared here 416 | QSet QSet::fromList(const QList &list) | ^~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtClassInfo.cpp:556:43: warning: 'QList QSet::toList() const [with T = QString]' is deprecated: Use values() instead. [-Wdeprecated-declarations] 556 | return QSet::fromList(l).toList(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/qt5/QtCore/qset.h:265:14: note: declared here 265 | QList toList() const { return values(); } | ^~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp: In static member function 'static QVariant PythonQtConv::PyObjToQVariant(PyObject*, int)': /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1025:32: warning: 'QVariant qVariantFromValue(const T&) [with T = void*]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1025 | v = qVariantFromValue(wrap->_wrappedPtr); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtCore/qmetaobject.h:45, from /usr/include/qt5/QtCore/QMetaMethod:1, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtUtils.h:49, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQt.h:45, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.h:45, from /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:42: /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1030:30: warning: 'QVariant qVariantFromValue(const T&) [with T = QObject*]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1030 | v = qVariantFromValue(myObject); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1045:28: warning: 'QVariant qVariantFromValue(const T&) [with T = PythonQtObjectPtr]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1045 | v = qVariantFromValue(o); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1081:37: warning: 'QVariant qVariantFromValue(const T&) [with T = float]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1081 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1087:37: warning: 'QVariant qVariantFromValue(const T&) [with T = long int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1087 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1093:37: warning: 'QVariant qVariantFromValue(const T&) [with T = long unsigned int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1093 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1099:37: warning: 'QVariant qVariantFromValue(const T&) [with T = long long int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1099 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1105:37: warning: 'QVariant qVariantFromValue(const T&) [with T = long long unsigned int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1105 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1111:37: warning: 'QVariant qVariantFromValue(const T&) [with T = short int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1111 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1117:37: warning: 'QVariant qVariantFromValue(const T&) [with T = short unsigned int]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1117 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1123:37: warning: 'QVariant qVariantFromValue(const T&) [with T = char]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1123 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1129:37: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned char]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] 1129 | if (ok) v = qVariantFromValue(d); | ~~~~~~~~~~~~~~~~~^~~ /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here 530 | inline QVariant qVariantFromValue(const T &t) | ^~~~~~~~~~~~~~~~~ make[1]: *** [CMakeFiles/Makefile2:121: CMakeFiles/PythonQt.dir/all] Error 2 make: *** [Makefile:139: all] Error 2 An unexpected error occured. The last 10 log lines are shown below. | /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1/src/PythonQtConversion.cpp:1129:37: warning: 'QVariant qVariantFromValue(const T&) [with T = unsigned char]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] | 1129 | if (ok) v = qVariantFromValue(d); | | ~~~~~~~~~~~~~~~~~^~~ | /usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here | 530 | inline QVariant qVariantFromValue(const T &t) | | ^~~~~~~~~~~~~~~~~ | make[2]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1' | make[1]: *** [CMakeFiles/Makefile2:121: CMakeFiles/PythonQt.dir/all] Error 2 | make: *** [Makefile:139: all] Error 2 | make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1' For details or bug reports, check the complete log file in: /local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/build.log make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/py-qt-gepetto-pythonqt/work/PythonQt-0.0.1)] Error 2 make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2 => Marking py310-qt5-gepetto-pythonqt-0.0.1r2 as broken ERROR: make: *** [package] Error 2 ===> Deinstalling for py310-qt5-gepetto-pythonqt Removed digest-20080510 Removed tnftp-20151004~ssl