D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/bpython-0.24-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ryePMz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + test -d /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1iocKx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + rm -rf bpython-0.24-release + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/0.24-release.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd bpython-0.24-release + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vR0zk1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + cd bpython-0.24-release + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + 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,--no-undefined -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' /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running build running compile_catalog compiling catalog bpython/translations/fr_FR/LC_MESSAGES/bpython.po to bpython/translations/fr_FR/LC_MESSAGES/bpython.mo compiling catalog bpython/translations/nl_NL/LC_MESSAGES/bpython.po to bpython/translations/nl_NL/LC_MESSAGES/bpython.mo compiling catalog bpython/translations/es_ES/LC_MESSAGES/bpython.po to bpython/translations/es_ES/LC_MESSAGES/bpython.mo compiling catalog bpython/translations/it_IT/LC_MESSAGES/bpython.po to bpython/translations/it_IT/LC_MESSAGES/bpython.mo compiling catalog bpython/translations/de/LC_MESSAGES/bpython.po to bpython/translations/de/LC_MESSAGES/bpython.mo running build_py creating build/lib/bpython copying bpython/cli.py -> build/lib/bpython copying bpython/args.py -> build/lib/bpython copying bpython/repl.py -> build/lib/bpython copying bpython/curtsies.py -> build/lib/bpython copying bpython/_internal.py -> build/lib/bpython copying bpython/autocomplete.py -> build/lib/bpython copying bpython/simpleeval.py -> build/lib/bpython copying bpython/urwid.py -> build/lib/bpython copying bpython/lazyre.py -> build/lib/bpython copying bpython/patch_linecache.py -> build/lib/bpython copying bpython/line.py -> build/lib/bpython copying bpython/history.py -> build/lib/bpython copying bpython/keys.py -> build/lib/bpython copying bpython/__main__.py -> build/lib/bpython copying bpython/pager.py -> build/lib/bpython copying bpython/config.py -> build/lib/bpython copying bpython/paste.py -> build/lib/bpython copying bpython/formatter.py -> build/lib/bpython copying bpython/inspection.py -> build/lib/bpython copying bpython/__init__.py -> build/lib/bpython copying bpython/filelock.py -> build/lib/bpython copying bpython/importcompletion.py -> build/lib/bpython copying bpython/_typing_compat.py -> build/lib/bpython copying bpython/_version.py -> build/lib/bpython creating build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/interaction.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/repl.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/preprocess.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/coderunner.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/_internal.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/filewatch.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/events.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/sitefix.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/replpainter.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/interpreter.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/manual_readline.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/parse.py -> build/lib/bpython/curtsiesfrontend copying bpython/curtsiesfrontend/__init__.py -> build/lib/bpython/curtsiesfrontend creating build/lib/bpython/test copying bpython/test/test_crashers.py -> build/lib/bpython/test copying bpython/test/test_manual_readline.py -> build/lib/bpython/test copying bpython/test/test_preprocess.py -> build/lib/bpython/test copying bpython/test/test_importcompletion.py -> build/lib/bpython/test copying bpython/test/test_history.py -> build/lib/bpython/test copying bpython/test/test_curtsies.py -> build/lib/bpython/test copying bpython/test/test_brackets_completion.py -> build/lib/bpython/test copying bpython/test/test_inspection.py -> build/lib/bpython/test copying bpython/test/test_curtsies_repl.py -> build/lib/bpython/test copying bpython/test/test_autocomplete.py -> build/lib/bpython/test copying bpython/test/test_config.py -> build/lib/bpython/test copying bpython/test/test_args.py -> build/lib/bpython/test copying bpython/test/test_line_properties.py -> build/lib/bpython/test copying bpython/test/test_curtsies_coderunner.py -> build/lib/bpython/test copying bpython/test/test_interpreter.py -> build/lib/bpython/test copying bpython/test/test_curtsies_painting.py -> build/lib/bpython/test copying bpython/test/__init__.py -> build/lib/bpython/test copying bpython/test/test_filewatch.py -> build/lib/bpython/test copying bpython/test/test_keys.py -> build/lib/bpython/test copying bpython/test/test_curtsies_parser.py -> build/lib/bpython/test copying bpython/test/test_simpleeval.py -> build/lib/bpython/test copying bpython/test/test_repl.py -> build/lib/bpython/test creating build/lib/bpython/test/fodder copying bpython/test/fodder/processed.py -> build/lib/bpython/test/fodder copying bpython/test/fodder/encoding_utf8.py -> build/lib/bpython/test/fodder copying bpython/test/fodder/__init__.py -> build/lib/bpython/test/fodder copying bpython/test/fodder/encoding_latin1.py -> build/lib/bpython/test/fodder copying bpython/test/fodder/original.py -> build/lib/bpython/test/fodder copying bpython/test/fodder/encoding_ascii.py -> build/lib/bpython/test/fodder creating build/lib/bpython/translations copying bpython/translations/__init__.py -> build/lib/bpython/translations creating build/lib/bpdb copying bpdb/__main__.py -> build/lib/bpdb copying bpdb/debugger.py -> build/lib/bpdb copying bpdb/__init__.py -> build/lib/bpdb copying bpython/sample-config -> build/lib/bpython copying bpython/test/test.config -> build/lib/bpython/test copying bpython/test/test.theme -> build/lib/bpython/test + pushd doc/sphinx/ ~/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/doc/sphinx ~/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release + make man sphinx-build -b man -d build/doctrees source build/man Running Sphinx v7.3.7 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date writing output... building [man]: all manpages updating environment: [new config] 17 added, 0 changed, 0 removed reading sources... [ 6%] authors reading sources... [ 12%] bpaste reading sources... [ 18%] bpdb reading sources... [ 24%] changelog reading sources... [ 29%] community reading sources... [ 35%] configuration reading sources... [ 41%] configuration-options reading sources... [ 47%] contributing reading sources... [ 53%] django reading sources... [ 59%] index reading sources... [ 65%] man-bpython reading sources... [ 71%] man-bpython-config reading sources... [ 76%] releases reading sources... [ 82%] simplerepl reading sources... [ 88%] themes reading sources... [ 94%] tips reading sources... [100%] windows /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/doc/sphinx/source/configuration-options.rst:35: WARNING: duplicate label configuration_color_scheme, other instance in /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/doc/sphinx/source/configuration.rst looking for now-outdated files... none found pickling environment... done checking consistency... done writing... bpython.1 { } bpython-config.5 { } done build succeeded, 2 warnings. The manual pages are in build/man. Build finished; the manual pages are in build/man. + popd ~/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tHLefF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + mkdir /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT + cd bpython-0.24-release + '[' 1 -eq 1 ']' + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + 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,--no-undefined -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/bpython-0.24-build/BUILDROOT --prefix /usr /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running install /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() running install_lib creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/cli.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_crashers.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_manual_readline.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_preprocess.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_importcompletion.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_history.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_curtsies.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_brackets_completion.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_inspection.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_curtsies_repl.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_autocomplete.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test.config -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_config.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test.theme -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_args.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_line_properties.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_curtsies_coderunner.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_interpreter.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_curtsies_painting.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_filewatch.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/processed.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/encoding_utf8.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/encoding_latin1.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/original.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/fodder/encoding_ascii.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder copying build/lib/bpython/test/test_keys.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_curtsies_parser.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_simpleeval.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/test/test_repl.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test copying build/lib/bpython/args.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/repl.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/curtsies.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/interaction.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/repl.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/preprocess.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/coderunner.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/_internal.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/filewatch.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/events.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/sitefix.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/replpainter.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/interpreter.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/manual_readline.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/parse.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend copying build/lib/bpython/curtsiesfrontend/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/translations copying build/lib/bpython/translations/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/translations copying build/lib/bpython/_internal.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/autocomplete.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/simpleeval.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/urwid.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/lazyre.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/patch_linecache.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/line.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/history.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/keys.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/sample-config -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/__main__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/pager.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/config.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/paste.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/formatter.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/inspection.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/filelock.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/importcompletion.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/_typing_compat.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython copying build/lib/bpython/_version.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb copying build/lib/bpdb/__main__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb copying build/lib/bpdb/debugger.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb copying build/lib/bpdb/__init__.py -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/cli.py to cli.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_crashers.py to test_crashers.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_manual_readline.py to test_manual_readline.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_preprocess.py to test_preprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_importcompletion.py to test_importcompletion.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_history.py to test_history.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_curtsies.py to test_curtsies.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_brackets_completion.py to test_brackets_completion.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_inspection.py to test_inspection.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_curtsies_repl.py to test_curtsies_repl.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_autocomplete.py to test_autocomplete.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_config.py to test_config.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_args.py to test_args.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_line_properties.py to test_line_properties.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_curtsies_coderunner.py to test_curtsies_coderunner.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_interpreter.py to test_interpreter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_curtsies_painting.py to test_curtsies_painting.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_filewatch.py to test_filewatch.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/processed.py to processed.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/encoding_utf8.py to encoding_utf8.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/encoding_latin1.py to encoding_latin1.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/original.py to original.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/fodder/encoding_ascii.py to encoding_ascii.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_keys.py to test_keys.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_curtsies_parser.py to test_curtsies_parser.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_simpleeval.py to test_simpleeval.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/test/test_repl.py to test_repl.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/args.py to args.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/repl.py to repl.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsies.py to curtsies.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/interaction.py to interaction.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/repl.py to repl.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/preprocess.py to preprocess.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/coderunner.py to coderunner.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/_internal.py to _internal.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/filewatch.py to filewatch.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/events.py to events.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/sitefix.py to sitefix.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/replpainter.py to replpainter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/interpreter.py to interpreter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/manual_readline.py to manual_readline.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/parse.py to parse.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/curtsiesfrontend/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/translations/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/_internal.py to _internal.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/autocomplete.py to autocomplete.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/simpleeval.py to simpleeval.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/urwid.py to urwid.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/lazyre.py to lazyre.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/patch_linecache.py to patch_linecache.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/line.py to line.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/history.py to history.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/keys.py to keys.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/__main__.py to __main__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/pager.py to pager.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/config.py to config.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/paste.py to paste.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/formatter.py to formatter.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/inspection.py to inspection.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/__init__.py to __init__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/filelock.py to filelock.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/importcompletion.py to importcompletion.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/_typing_compat.py to _typing_compat.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython/_version.py to _version.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb/__main__.py to __main__.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb/debugger.py to debugger.cpython-312.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpdb/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpsayz3dpf.py' /usr/bin/python3 /tmp/tmpsayz3dpf.py removing /tmp/tmpsayz3dpf.py running install_data creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/applications copying data/org.bpython-interpreter.bpython.desktop -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/applications creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/metainfo copying data/org.bpython-interpreter.bpython.metainfo.xml -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/metainfo creating /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/pixmaps copying data/bpython.png -> /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/pixmaps running install_egg_info running egg_info creating bpython.egg-info writing bpython.egg-info/PKG-INFO writing dependency_links to bpython.egg-info/dependency_links.txt writing entry points to bpython.egg-info/entry_points.txt writing requirements to bpython.egg-info/requires.txt writing top-level names to bpython.egg-info/top_level.txt writing manifest file 'bpython.egg-info/SOURCES.txt' reading manifest file 'bpython.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.pycheckrc' warning: no files found matching 'data/org.bpython-interpreter.bpython.appdata.xml' adding license file 'LICENSE' writing manifest file 'bpython.egg-info/SOURCES.txt' Copying bpython.egg-info to /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/lib/python3.12/site-packages/bpython-0.24-py3.12.egg-info running install_scripts Installing bpdb script to /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/bin Installing bpython script to /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/bin Installing bpython-curses script to /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/bin Installing bpython-urwid script to /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/bin + rm -rfv /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/bin/__pycache__ + install -m0644 -p -D doc/sphinx/build/man/bpython.1 /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/man/man1/bpython.1 + install -m0644 -p -D doc/sphinx/build/man/bpython-config.5 /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/man/man5/bpython-config.5 + /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 /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/applications/org.bpython-interpreter.bpython.desktop: hint: value "Development;Utility;ConsoleOnly;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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/bpython-0.24-build/BUILDROOT/usr/lib/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: bpython-0.24-2.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eoUyii + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + cd bpython-0.24-release + DOCDIR=/home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/AUTHORS.rst /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/CHANGELOG.rst /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/theme/light.theme /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/theme/sample.theme /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/theme/windows.theme /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/doc/bpython + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wMGFAz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + cd bpython-0.24-release + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/licenses/bpython + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/licenses/bpython + cp -pr /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/bpython-0.24-release/LICENSE /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT/usr/share/licenses/bpython + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(org.bpython-interpreter.bpython.desktop) bpython = 0.24-2.mga10 metainfo() metainfo(org.bpython-interpreter.bpython.metainfo.xml) python-bpython = 0.24-2.mga10 python3.12-bpython = 0.24-2.mga10 python3.12dist(bpython) = 0.24 python3dist(bpython) = 0.24 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: python(abi) = 3.12 python3.12dist(curtsies) >= 0.4 python3.12dist(cwcwidth) python3.12dist(greenlet) python3.12dist(pygments) python3.12dist(pyxdg) python3.12dist(requests) Obsoletes: python-bpython < 0.24-2.mga10 python3-bpython < 0.18-3 Recommends: python3dist(jedi) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/bpython-0.24-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/bpython-0.24-2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zsqIMA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + test -d /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + rm -rf /home/pterjan/rpmbuild/BUILD/bpython-0.24-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!