D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/python-pivy-0.6.9-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.htZSbC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + test -d /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pp3eOZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + rm -rf pivy-0.6.9 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/python-pivy-0.6.9.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pivy-0.6.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/pivy-cmake.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0002-Fix-the-qmake-executable-name.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + sed -i 's|@LIBDIR@|/usr/lib64|g' distutils_cmake/CMakeLists.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.f5abi9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + cd pivy-0.6.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fpermissive' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fpermissive' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fpermissive' + LDFLAGS='-Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:536: SyntaxWarning: invalid escape sequence '\Q' if os.path.isdir(os.getenv("QTDIR") + "\\include\Qt\""): /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:537: SyntaxWarning: invalid escape sequence '\Q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\Qt\"" /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:541: SyntaxWarning: invalid escape sequence '\q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\qt\Qt\"" /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:542: SyntaxWarning: invalid escape sequence '\q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\qt\"" Traceback (most recent call last): File "/home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py", line 237, in check_with_cmake self.QTINFO = qtinfo.QtInfo() ^^^^^^^^^^^^^^^ File "/home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/qtinfo.py", line 14, in __init__ getattr(self, thing) File "/home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/qtinfo.py", line 23, in getVersion return self.getProperty("QT_VERSION") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/qtinfo.py", line 68, in getProperty self._dict[prop_name] = self._getProperty(prop_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/qtinfo.py", line 57, in _getProperty proc = subprocess.Popen(cmd, stdout = subprocess.PIPE, shell=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib64/python3.12/subprocess.py", line 1826, in _execute_child and os.path.dirname(executable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 181, in dirname TypeError: expected str, bytes or os.PathLike object, not NoneType Deprecated command line option: -py3. Ignored, this option is no longer supported. Deprecated command line option: -modern. Ignored, this option is now always on. _____ .-'` '. __/ __ \ / \ / \ | ___ | /`\| /`\| | .-' /^\/^\ | \(/| \(/| |/ |) |)| .-\__/ \__/ | \_/\_/__..._ _...---'-. / _ '. /, , \ '| `\ \ | )) )) /`| \ `. /) /) | | ` ` .' | `-._ / \ .' | ,_ `--....-' `. __.' , | / /`'''` `'-.____.-' / /, | / / `. `-.-` .' \ / / | `-.__.'| \ | | |-. _.._| | / | | `'. .-''`` | | | / | `-. .'` / / / | | '. /` / / | / |\ \ / | | | | /\ | || | / | / '. | |\ \ | / | '. / \ `. '. / | \ '---'/ \ '. `-./ \ '. / '. `'. `-._ '.__ '-._____.'--'''''--. '-. `'--._ `.__ `';----` \ `-. `-. `.''``` ; `'-..,_ `-. `'-. / '. '. '. .' ~~~ HISSSSSSSSSS ~~~ Welcome to Pivy 0.6.9! Building Pivy has never been so much fun! Platform...linux Python version...3.12.7 Checking for swig... '/usr/bin/swig' Checking for SWIG version... 4.3.0 Warning: Pivy has only been tested with the following SWIG versions: 3.0.8 3.0.10 3.0.12 4.0.0. calling: cmake /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/distutils_cmake -- COIN_FOUND: TRUE -- COIN_INCLUDE_DIR: /usr/include/Coin4 -- COIN_LIB_DIR: /usr/lib64 -- COIN_VERSION: 4.0.0 -- SOQT_FOUND: True -- SOQT_INCLUDE_DIR: /usr/include/Coin4 -- SOQT_LIB_DIR: /usr/lib64 -- SOQT_VERSION: 1.6.0 -- Configuring done (0.0s) -- Generating done (0.0s) -- Build files have been written to: /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. checking for COIN via cmake COIN_FOUND: TRUE COIN_VERSION: 4.0.0 COIN_INCLUDE_DIR: /usr/include/Coin4 COIN_LIB_DIR: /usr/lib64 checking for SOQT via cmake SOQT_FOUND: True SOQT_VERSION: 1.6.0 SOQT_INCLUDE_DIR: /usr/include/Coin4 SOQT_LIB_DIR: /usr/lib64 disable soqt, because there was a problem running qtinfo (needs qmake) ------------------------------------------------------------ None ------------------------------------------------------------ coin-features are not supported in this version Preparing Inventor headers: Inventor/SbVec3d.h Inventor/SbTime.h Inventor/SbVec4f.h Inventor/SbVec2d.h Inventor/SbVec2f.h Inventor/SbVec2s.h Inventor/SbImage.h Inventor/SbDPPlane.h Inventor/SbRotation.h Inventor/SbVec3f.h Inventor/SoSceneManager.h Inventor/SbViewportRegion.h Inventor/SoPath.h Inventor/SbBox3f.h Inventor/SoType.h Inventor/SoFullPath.h Inventor/SbDPRotation.h Inventor/SbBox2f.h Inventor/SbVec4d.h Inventor/SbPlane.h Inventor/SbVec3s.h Inventor/SoRenderManager.h Inventor/SoOffscreenRenderer.h Inventor/SbString.h Inventor/SoInput.h Inventor/SbColor.h Inventor/SbName.h Inventor/SbViewVolume.h Inventor/SbDPMatrix.h Inventor/SbBox2s.h Inventor/SbBox2d.h Inventor/SbMatrix.h Inventor/SbBox3s.h Inventor/SbDict.h Inventor/SbXfBox3f.h Inventor/SoNodeKitPath.h Inventor/SbColor4f.h Inventor/fields/SoMFFloat.h Inventor/fields/SoSFRotation.h Inventor/fields/SoMFVec3d.h Inventor/fields/SoSFVec4f.h Inventor/fields/SoSFShort.h Inventor/fields/SoMFInt32.h Inventor/fields/SoSFInt32.h Inventor/fields/SoSFString.h Inventor/fields/SoSFPath.h Inventor/fields/SoSFImage3.h Inventor/fields/SoMFUInt32.h Inventor/fields/SoSFFloat.h Inventor/fields/SoMFUShort.h Inventor/fields/SoSFColor.h Inventor/fields/SoMFNode.h Inventor/fields/SoMFRotation.h Inventor/fields/SoSFPlane.h Inventor/fields/SoSFMatrix.h Inventor/fields/SoSFVec2f.h Inventor/fields/SoField.h Inventor/fields/SoMFEngine.h Inventor/fields/SoMFMatrix.h Inventor/fields/SoMFVec4f.h Inventor/fields/SoMFVec3f.h Inventor/fields/SoMFEnum.h Inventor/fields/SoSFName.h Inventor/fields/SoSFTime.h Inventor/fields/SoMFTime.h Inventor/fields/SoSFUShort.h Inventor/fields/SoMFPath.h Inventor/fields/SoFieldContainer.h Inventor/fields/SoMFColor.h Inventor/fields/SoSFTrigger.h Inventor/fields/SoSFEngine.h Inventor/fields/SoSFNode.h Inventor/fields/SoMFShort.h Inventor/fields/SoSFImage.h Inventor/fields/SoMFBool.h Inventor/fields/SoSFEnum.h Inventor/fields/SoMField.h Inventor/fields/SoMFVec2f.h Inventor/fields/SoSFBool.h Inventor/fields/SoMFString.h Inventor/fields/SoMFName.h Inventor/fields/SoSFVec3f.h Inventor/fields/SoMFPlane.h Inventor/fields/SoSFUInt32.h Inventor/scxml/ScXMLStateMachine.h Inventor/elements/SoLazyElement.h Inventor/elements/SoDiffuseColorElement.h Inventor/Qt/SoQtRenderArea.h Inventor/Qt/SoQt.h Inventor/nodekits/SoBaseKit.h Inventor/misc/SoBase.h Inventor/lists/SoPickedPointList.h Inventor/lists/SbStringList.h Inventor/lists/SbVec3fList.h Inventor/lists/SoActionMethodList.h Inventor/lists/SoDetailList.h Inventor/lists/SoEngineList.h Inventor/lists/SoPathList.h Inventor/lists/SoBaseList.h Inventor/lists/SbIntList.h Inventor/lists/SoFieldList.h Inventor/lists/SoNodeList.h Inventor/lists/SbPList.h Inventor/lists/SoEngineOutputList.h Inventor/lists/SoTypeList.h Inventor/nodes/SoGroup.h Inventor/nodes/SoCallback.h Inventor/nodes/SoEventCallback.h Inventor/nodes/SoMarkerSet.h Inventor/nodes/SoSelection.h Inventor/engines/SoEngine.h Inventor/collision/SoIntersectionDetectionAction.h Inventor/actions/SoCallbackAction.h Inventor/actions/SoGLRenderAction.h Inventor/draggers/SoDragger.h Inventor/sensors/SoPathSensor.h Inventor/sensors/SoSensorManager.h Inventor/sensors/SoFieldSensor.h Inventor/sensors/SoNodeSensor.h Inventor/sensors/SoSensor.h Inventor/sensors/SoTimerQueueSensor.h Inventor/sensors/SoTimerSensor.h Inventor/sensors/SoIdleSensor.h Inventor/sensors/SoOneShotSensor.h Inventor/sensors/SoAlarmSensor.h Inventor/sensors/SoDelayQueueSensor.h Inventor/sensors/SoDataSensor.h. === Generating pivy/coin_wrap.cpp for coin === swig -w302,306,307,312,314,325,361,362,467,389,503,509,510 -py3 -c++ -python -includeall -modern -D__PIVY__ -I. -Ifake_headers -I"/usr/include/Coin4" -Iinterfaces -o pivy/coin_wrap.cpp interfaces/coin.i + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Uq5s1o + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + mkdir /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT + cd pivy-0.6.9 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT --prefix /usr --install-lib=/usr/lib64/python3.12/site-packages /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:536: SyntaxWarning: invalid escape sequence '\Q' if os.path.isdir(os.getenv("QTDIR") + "\\include\Qt\""): /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:537: SyntaxWarning: invalid escape sequence '\Q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\Qt\"" /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:541: SyntaxWarning: invalid escape sequence '\q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\qt\Qt\"" /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9/setup.py:542: SyntaxWarning: invalid escape sequence '\q' CPP_FLAGS += " -I" + '"' + os.getenv("QTDIR") + "\\include\qt\"" /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/EventHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/DragDropHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/QuarterWidget.py:17: SyntaxWarning: invalid escape sequence '\C' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/EventHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/DragDropHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/QuarterWidget.py:17: SyntaxWarning: invalid escape sequence '\C' warning: no files found matching 'ChangeLog' warning: no files found matching 'README' warning: no files found matching '*.win32' under directory 'Inventor' warning: no files found matching '*.fix' under directory 'Inventor' + rm -rfv /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT/usr/bin/__pycache__ + chmod +x /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT/usr/lib64/python3.12/site-packages/pivy/sogui.py + find /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT/usr/lib64/python3.12/site-packages -name '*.py' -exec sed -i 's|#!/usr/bin/env python|#!/usr/bin/python3|' '{}' ';' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.6.9-1.mga10 --unique-debug-suffix -0.6.9-1.mga10.x86_64 --unique-debug-src-base python-pivy-0.6.9-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/pivy-0.6.9 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/python-pivy-0.6.9-1.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set /usr/lib64/python3.12/site-packages/pivy/quarter/QuarterWidget.py:17: SyntaxWarning: invalid escape sequence '\C' /usr/lib64/python3.12/site-packages/pivy/quarter/QuarterWidget.py:17: SyntaxWarning: invalid escape sequence '\C' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/DragDropHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/EventHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/DragDropHandler.py:17: SyntaxWarning: invalid escape sequence '\c' /usr/lib64/python3.12/site-packages/pivy/quarter/eventhandlers/EventHandler.py:17: SyntaxWarning: invalid escape sequence '\c' Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT/usr/lib/debug/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/SPECPARTS/rpm-debuginfo.specpart Processing files: python3-pivy-0.6.9-1.mga10.x86_64 Provides: python-pivy = 0.6.9-1.mga10 python3-pivy = 0.6.9-1.mga10 python3-pivy(x86-64) = 0.6.9-1.mga10 python3.12-pivy = 0.6.9-1.mga10 python3.12dist(pivy) = 0.6.9 python3dist(pivy) = 0.6.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libCoin.so.80()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libpython3.12.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 3.12 Obsoletes: python-pivy < 0.6.9-1.mga10 Processing files: python-pivy-debugsource-0.6.9-1.mga10.x86_64 Provides: python-pivy-debugsource = 0.6.9-1.mga10 python-pivy-debugsource(x86-64) = 0.6.9-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pivy-debuginfo-0.6.9-1.mga10.x86_64 Provides: debuginfo(build-id) = 07aed12b38db7b4d702a4190431f49283c4eeab7 python-pivy-debuginfo = 0.6.9-1.mga10 python3-pivy-debuginfo = 0.6.9-1.mga10 python3-pivy-debuginfo(x86-64) = 0.6.9-1.mga10 python3.12-pivy-debuginfo = 0.6.9-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pivy-debugsource(x86-64) = 0.6.9-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-pivy-0.6.9-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-pivy-debugsource-0.6.9-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-pivy-debuginfo-0.6.9-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DTKEro + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + test -d /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-pivy-0.6.9-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!