Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979284 Details for
Bug 2226300
python-pyside2: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 19:42:37 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 19:42:37 UTC
Size:
32.00 KB
patch
obsolete
>XX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/glue/qeasingcurve_glue.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/pyside2/PySide2/QtCore && /usr/bin/clang++ -DNDEBUG -DPYSIDE_QML_SUPPORT=1 -DQT_CORE_LIB -DQT_NO_DEBUG -DQtCore_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/pyside2/PySide2/QtCore/QtCore -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/pyside2/PySide2/QtCore -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/pyside2/PySide2/QtCore -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/pyside2/libpyside -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/pyside2/PySide2 -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -DNDEBUG -std=gnu++11 -fPIC -fPIC -fPIC -MD -MT sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/glue/qeasingcurve_glue.cpp.o -MF CMakeFiles/QtCore.dir/glue/qeasingcurve_glue.cpp.o.d -o CMakeFiles/QtCore.dir/glue/qeasingcurve_glue.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/pyside2/PySide2/QtCore/glue/qeasingcurve_glue.cpp >/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/pyside2/PySide2/QtCore/PySide2/QtCore/qtcore_module_wrapper.cpp:2403:29: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] > int cppResult = qrand(); > ^ >/usr/include/qt5/QtCore/qglobal.h:1280:15: note: 'qrand' has been explicitly marked deprecated here >Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand(); > ^ >/usr/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' ># define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) > ^ >/usr/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' ># define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) > ^ >/usr/include/qt5/QtCore/qcompilerdetection.h:684:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' ># define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) > ^ >/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/pyside2/PySide2/QtCore/PySide2/QtCore/qtcore_module_wrapper.cpp:2441:13: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] > qsrand(cppArg0); > ^ >/usr/include/qt5/QtCore/qglobal.h:1279:15: note: 'qsrand' has been explicitly marked deprecated here >Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed); > ^ >/usr/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' ># define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) > ^ >/usr/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' ># define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) > ^ >/usr/include/qt5/QtCore/qcompilerdetection.h:684:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' ># define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) > ^ >/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/pyside2/PySide2/QtCore/PySide2/QtCore/qtcore_module_wrapper.cpp:2977:27: error: use of undeclared identifier 'PyUnicode_AS_UNICODE' > Py_UNICODE *unicode = PyUnicode_AS_UNICODE(pyIn); > ^ >2 warnings and 1 error generated. >gmake[2]: *** [sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/build.make:2389: sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/PySide2/QtCore/qtcore_module_wrapper.cpp.o] Error 1 >gmake[2]: *** Waiting for unfinished jobs.... >/usr/bin/gmake -f sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/build.make sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/depend >gmake[2]: Entering directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7 /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/DependInfo.cmake "--color=" >gmake[2]: Leaving directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >/usr/bin/gmake -f sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/build.make sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/build >gmake[2]: Entering directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/extendsnoimplicitconversion_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/extendsnoimplicitconversion_wrapper.cpp.o -MF CMakeFiles/other.dir/other/extendsnoimplicitconversion_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/extendsnoimplicitconversion_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/extendsnoimplicitconversion_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/number_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/number_wrapper.cpp.o -MF CMakeFiles/other.dir/other/number_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/number_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/number_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/otherderived_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/otherderived_wrapper.cpp.o -MF CMakeFiles/other.dir/other/otherderived_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/otherderived_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/otherderived_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/othermultiplederived_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/othermultiplederived_wrapper.cpp.o -MF CMakeFiles/other.dir/other/othermultiplederived_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/othermultiplederived_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/othermultiplederived_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/otherobjecttype_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/otherobjecttype_wrapper.cpp.o -MF CMakeFiles/other.dir/other/otherobjecttype_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/otherobjecttype_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/otherobjecttype_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/othervaluewithunituser_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/othervaluewithunituser_wrapper.cpp.o -MF CMakeFiles/other.dir/other/othervaluewithunituser_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/othervaluewithunituser_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/othervaluewithunituser_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/sharedptr_str_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/sharedptr_str_wrapper.cpp.o -MF CMakeFiles/other.dir/other/sharedptr_str_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/sharedptr_str_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/sharedptr_str_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/smartptrtester_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/smartptrtester_wrapper.cpp.o -MF CMakeFiles/other.dir/other/smartptrtester_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/smartptrtester_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/smartptrtester_wrapper.cpp >[ 34%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/other_module_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/other_module_wrapper.cpp.o -MF CMakeFiles/other.dir/other/other_module_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/other_module_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/other_module_wrapper.cpp >[ 35%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/valuewithunitintinch_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/valuewithunitintinch_wrapper.cpp.o -MF CMakeFiles/other.dir/other/valuewithunitintinch_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/valuewithunitintinch_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/valuewithunitintinch_wrapper.cpp >gmake[2]: Leaving directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >gmake[1]: *** [CMakeFiles/Makefile2:4926: sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/all] Error 2 >gmake[1]: *** Waiting for unfinished jobs.... >[ 35%] Building CXX object sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/valuewithunitintmillimeter_wrapper.cpp.o >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/clang++ -DNDEBUG -Dother_EXPORTS -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/otherbinding -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/samplebinding/sample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/smartbinding/smart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libother -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsample -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/tests/libsmart -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/sources/shiboken2/libshiboken -I/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken -I/usr/include/python3.12 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -std=gnu++11 -fPIC -fPIC -MD -MT sources/shiboken2/tests/otherbinding/CMakeFiles/other.dir/other/valuewithunitintmillimeter_wrapper.cpp.o -MF CMakeFiles/other.dir/other/valuewithunitintmillimeter_wrapper.cpp.o.d -o CMakeFiles/other.dir/other/valuewithunitintmillimeter_wrapper.cpp.o -c /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding/other/valuewithunitintmillimeter_wrapper.cpp >[ 35%] Linking CXX shared module other.cpython-312-aarch64-linux-gnu.so >cd /builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/otherbinding && /usr/bin/cmake -E cmake_link_script CMakeFiles/other.dir/link.txt --verbose=1 >/usr/bin/clang++ -fPIC -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -shared -o other.cpython-312-aarch64-linux-gnu.so CMakeFiles/other.dir/other/extendsnoimplicitconversion_wrapper.cpp.o CMakeFiles/other.dir/other/number_wrapper.cpp.o CMakeFiles/other.dir/other/otherderived_wrapper.cpp.o CMakeFiles/other.dir/other/othermultiplederived_wrapper.cpp.o CMakeFiles/other.dir/other/otherobjecttype_wrapper.cpp.o CMakeFiles/other.dir/other/othervaluewithunituser_wrapper.cpp.o CMakeFiles/other.dir/other/sharedptr_str_wrapper.cpp.o CMakeFiles/other.dir/other/smartptrtester_wrapper.cpp.o CMakeFiles/other.dir/other/other_module_wrapper.cpp.o CMakeFiles/other.dir/other/valuewithunitintinch_wrapper.cpp.o CMakeFiles/other.dir/other/valuewithunitintmillimeter_wrapper.cpp.o -Wl,-rpath,/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/libother:/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/libsample:/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/tests/libsmart:/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build/sources/shiboken2/libshiboken ../libother/libother.so ../libsample/libsample.so ../libsmart/libsmart.so ../../libshiboken/libshiboken2.cpython-312-aarch64-linux-gnu.so.5.15.7 >gmake[2]: Leaving directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >[ 35%] Built target other >gmake[1]: Leaving directory '/builddir/build/BUILD/pyside-setup-opensource-src-5.15.7/redhat-linux-build' >gmake: *** [Makefile:149: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.QU3gFq (%build) > Bad exit status from /var/tmp/rpm-tmp.QU3gFq (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 6036054475b449fe98d2cf965aeea57f -D /var/lib/mock/f39-build-44340712-5276606/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.cgsn0jmt:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-pyside2.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 6036054475b449fe98d2cf965aeea57f -D /var/lib/mock/f39-build-44340712-5276606/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.cgsn0jmt:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-pyside2.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226300
: 1979284 |
1979285
|
1979286