D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Inline-Python-0.560.0-11.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WafJWe + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Inline-Python-0.56 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Inline-Python-0.56.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Inline-Python-0.56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/Inline-Python-0.56-Use-python3.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Kqznkh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Inline-Python-0.56 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' NO_PACKLIST=1 Found these python executables on your PATH: 1. /usr/bin/python3 Using the only python executable I could find Set the INLINE_PYTHON_EXECUTABLE environment variable to the full path to your python executable to override this selection. Using /usr/bin/python3 This python's configuration files are messed up. You'll have have to answer the questions yourself. Here is what Python said: Extra Libs: -lcrypt -lintl -lpthread -ldl -lutil -lm Python Library: /usr/lib64/python3.8/config-3.8-aarch64-linux-gnu/libpython3.8.a Include Path: /usr/include/python3.8 1. LIBS option. I need to know what extra libraries, if any, are required by this build of python. I recommend this: -lcrypt -lintl -lpthread -ldl -lutil -lm Enter extra libraries (e.g. -lfoo -lbar) [-lcrypt -lintl -lpthread -ldl -lutil -lm] -lcrypt -lintl -lpthread -ldl -lutil -lm 2. LIBRARY option. The location of the python library. Inline::Python needs to link against it to use Python. Here are the libraries I know about: 1) /usr/lib64/libpython3.8.so 2) /usr/lib64/libpython3.so Which? Or enter another. [1] 1 3. INCLUDE option. The location of the python include files. Inline::Python needs these to compile. Here are the locations I know about: 1) /usr/include/python3.8 Which? Or enter another. [1] 1 Using These Settings: Extra Libs: -lcrypt -lintl -lpthread -ldl -lutil -lm Python Lib: -L/usr/lib64 -lpython3.8 Includes: -I/usr/include/python3.8 Extra Flags: none (perl Makefile.PL --help for details) Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Inline::Python Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for Python () chmod 644 "Python.bs" cp Python.pod blib/lib/Inline/Python.pod cp Python.pm blib/lib/Inline/Python.pm "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Python.bs blib/arch/auto/Inline/Python/Python.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Python.xs > Python.xsc mv Python.xsc Python.c aarch64-mageia-linux-gnu-gcc -c -I/usr/include/python3.8 -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib64/perl5/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL util.c aarch64-mageia-linux-gnu-gcc -c -I/usr/include/python3.8 -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib64/perl5/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL py2pl.c py2pl.c: In function 'croak_python_exception': py2pl.c:581:36: warning: format '%i' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 581 | croak("%s: %s at line %i\n", ((PyTypeObject *)ex_type)->tp_name, c_ex_message, PyInt_AsLong(tb_lineno)); | ~^ | | | int | %li aarch64-mageia-linux-gnu-gcc -c -I/usr/include/python3.8 -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib64/perl5/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL Python.c Python.xs: In function 'do_pyinit': Python.xs:52:5: warning: implicit declaration of function 'initperl' [-Wimplicit-function-declaration] 52 | initperl(); | ^~~~~~~~ aarch64-mageia-linux-gnu-gcc -c -I/usr/include/python3.8 -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib64/perl5/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL perlmodule.c rm -f blib/arch/auto/Inline/Python/Python.so aarch64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong Python.o py2pl.o perlmodule.o util.o -o blib/arch/auto/Inline/Python/Python.so \ -L/usr/lib64 -lpython3.8 -lcrypt -lintl -lpthread -ldl -lutil -lm -lperl \ chmod 755 blib/arch/auto/Inline/Python/Python.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.95L4fh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 + cd Inline-Python-0.56 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Python.bs blib/arch/auto/Inline/Python/Python.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Inline/Python/Python.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/Inline/Python.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/Inline/Python.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/man/man3/Inline::Python.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/perllocal.pod + find /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.560.0-11.mga8 --unique-debug-suffix -0.560.0-11.mga8.aarch64 --unique-debug-src-base perl-Inline-Python-0.560.0-11.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Inline-Python-0.56 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Inline/Python/Python.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Inline/Python/Python.so original debug info size: 344kB, size after compression: 260kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 214 blocks + /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/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5mgyid + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Inline-Python-0.56 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Python.bs blib/arch/auto/Inline/Python/Python.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00init.t ................ ok t/01testpl.t .............. ok t/02testpl.t .............. ok t/03parse.t ............... ok t/04func.t ................ ok t/05JAxH.t ................ ok t/06dict.t ................ ok t/07nherit.t .............. ok t/08ipyobj.t .............. ok t/09bind.t ................ ok t/10pyeval.t .............. ok t/11factor.t .............. ok t/12evnodd.t .............. ok t/13fibbon.t .............. ok t/14study.t ............... ok t/15anon.t ................ ok t/16evalpy.t .............. ok t/17once.t ................ ok t/18newclass.t ............ ok t/19testref.t ............. ok t/20unicode.t ............. ok t/21arrayref.t ............ ok t/22int.t ................. ok t/23getattr.t ............. ok t/24getitem.t ............. ok t/25py_sub.t .............. ok t/26undef.t ............... ok t/27pyattrs.t ............. ok t/28exception.t ........... ok t/29named_params.t ........ ok t/30floats.t .............. ok t/31stringification.t ..... ok t/32boolean.t ............. ok t/33reinit.t .............. ok t/34env.t ................. ok t/35dictunicodememleak.t .. ok t/cmp.t ................... ok All tests successful. Files=37, Tests=840, 31 wallclock secs ( 0.33 usr 0.09 sys + 29.31 cusr 1.30 csys = 31.03 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Inline-Python-0.560.0-11.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7sOIxg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Inline-Python-0.56 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + cp -pr TESTED /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64/usr/share/doc/perl-Inline-Python + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Inline::Python) = 0.560.0 perl(Inline::Python::Boolean) perl(Inline::Python::Function) perl(Inline::Python::Object) perl(Inline::Python::Object::Data) perl-Inline-Python = 0.560.0-11.mga8 perl-Inline-Python(aarch-64) = 0.560.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) perl(Carp) perl(Data::Dumper) perl(Digest::MD5) >= 2.500.0 perl(DynaLoader) perl(Exporter) perl(Inline) >= 0.460.0 perl(overload) perl(strict) perl-base >= 2:5.32.0 Processing files: perl-Inline-Python-debugsource-0.560.0-11.mga8.aarch64 Provides: perl-Inline-Python-debugsource = 0.560.0-11.mga8 perl-Inline-Python-debugsource(aarch-64) = 0.560.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Inline-Python-debuginfo-0.560.0-11.mga8.aarch64 Provides: debuginfo(build-id) = 786bc2677e582c17fc17a419e842dfe3d7f97fe3 perl-Inline-Python-debuginfo = 0.560.0-11.mga8 perl-Inline-Python-debuginfo(aarch-64) = 0.560.0-11.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Inline-Python-debugsource(aarch-64) = 0.560.0-11.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Inline-Python-debuginfo-0.560.0-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Inline-Python-0.560.0-11.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Inline-Python-debugsource-0.560.0-11.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PrmgFd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Inline-Python-0.56 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Inline-Python-0.560.0-11.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QiGzJd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Inline-Python-0.56 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!