D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/checkinstall-1.6.2.16-18.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UWGwMx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf checkinstall-1.6.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/checkinstall-1.6.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd checkinstall-1.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/checkinstall-mdv-fix-paths.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/checkinstall-1.6.1-mdv-rpm-version-check.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/installwatch-glibc_minor.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/checkinstall-mdv-rpm-set-buildroot.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/checkinstall-1.6.1-deb-mdv-build-with-new-glibc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/checkinstall-1.6.2-cflags.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JriVRx + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd checkinstall-1.6.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' LD=gcc 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -nostdlib' for file in locale/checkinstall-*.po ; do \ case ${file} in \ locale/checkinstall-template.po) ;; \ *) \ out=`echo $file | sed -s 's/po/mo/'` ; \ msgfmt -o ${out} ${file} ; \ if [ $? != 0 ] ; then \ exit 1 ; \ fi ; \ ;; \ esac ; \ done /usr/bin/make -C installwatch make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' ./create-localdecls Checking truncate argument type... off_t Checking readlinkat result type... ssize_t Checking libc version... libc.so.6 Checking glibc subversion... make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\"0.7.0beta7\" -c installwatch.c installwatch.c: In function 'scandir': installwatch.c:3095:43: warning: passing argument 4 of 'true_scandir' from incompatible pointer type [-Wincompatible-pointer-types] 3095 | result=true_scandir(dir,namelist,select,compar); | ^~~~~~ | | | int (*)(const struct dirent **, const struct dirent **) installwatch.c:3095:43: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const struct dirent **, const struct dirent **)' installwatch.c:3099:42: warning: passing argument 4 of 'true_scandir' from incompatible pointer type [-Wincompatible-pointer-types] 3099 | result=true_scandir(dir,namelist,select,compar); | ^~~~~~ | | | int (*)(const struct dirent **, const struct dirent **) installwatch.c:3099:42: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const struct dirent **, const struct dirent **)' installwatch.c: In function 'scandir64': installwatch.c:3707:45: warning: passing argument 4 of 'true_scandir64' from incompatible pointer type [-Wincompatible-pointer-types] 3707 | result=true_scandir64(dir,namelist,select,compar); | ^~~~~~ | | | int (*)(const struct dirent64 **, const struct dirent64 **) installwatch.c:3707:45: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const struct dirent64 **, const struct dirent64 **)' installwatch.c:3711:44: warning: passing argument 4 of 'true_scandir64' from incompatible pointer type [-Wincompatible-pointer-types] 3711 | result=true_scandir64(dir,namelist,select,compar); | ^~~~~~ | | | int (*)(const struct dirent64 **, const struct dirent64 **) installwatch.c:3711:44: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const struct dirent64 **, const struct dirent64 **)' installwatch.c: In function 'instw_init': installwatch.c:1210:3: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [-Wunused-result] 1210 | realpath(proot,wrkpath); | ^~~~~~~~~~~~~~~~~~~~~~~ installwatch.c:1329:3: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [-Wunused-result] 1329 | realpath(__instw.root,wrkpath); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ installwatch.c:1347:4: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [-Wunused-result] 1347 | realpath(pexclude,wrkpath); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ installwatch.c: In function 'copy_path': installwatch.c:756:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 756 | write(translfd,buffer,bytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -nostdlib -shared -o installwatch.so installwatch.o -ldl -lc make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/checkinstall-1.6.2/installwatch' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JnFuNw + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 + cd checkinstall-1.6.2 + '[' 1 -eq 1 ']' + install -D -m 755 checkinstall /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64//usr/bin/checkinstall + install -D -m 755 makepak /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64//usr/sbin/makepak + install -m 755 installwatch/installwatch /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64//usr/bin + install -D -m 755 installwatch/installwatch.so /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64//usr/lib64/checkinstall/installwatch.so + install -m 755 checkinstallrc-dist /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64//usr/lib64/checkinstall/checkinstallrc + install -D -m 644 locale/checkinstall-es.mo /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/lib64/checkinstall/locale/es/LC_MESSAGES/checkinstall.mo + perl -pi -e 's!#PREFIX#!/usr!' /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/bin/installwatch + perl -pi -e 's!/lib/!/lib64/!' /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/bin/checkinstall /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/bin/installwatch + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.6.2.16-18.mga8 --unique-debug-suffix -1.6.2.16-18.mga8.x86_64 --unique-debug-src-base checkinstall-1.6.2.16-18.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/checkinstall-1.6.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/lib64/checkinstall/installwatch.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/lib64/checkinstall/installwatch.so original debug info size: 220kB, size after compression: 216kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 205 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 mangling shebang in /usr/sbin/makepak from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/checkinstall from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/installwatch from /bin/bash to #!/usr/bin/bash *** WARNING: ./usr/lib64/checkinstall/checkinstallrc is executable but has no shebang, removing executable bit Processing files: checkinstall-1.6.2.16-18.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bAWGlu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd checkinstall-1.6.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + cp -pr README /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + cp -pr RELNOTES /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + cp -pr CREDITS /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64/usr/share/doc/checkinstall + RPM_EC=0 ++ jobs -p + exit 0 Provides: checkinstall = 1.6.2.16-18.mga8 checkinstall(x86-64) = 1.6.2.16-18.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) Processing files: checkinstall-debugsource-1.6.2.16-18.mga8.x86_64 Provides: checkinstall-debugsource = 1.6.2.16-18.mga8 checkinstall-debugsource(x86-64) = 1.6.2.16-18.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: checkinstall-debuginfo-1.6.2.16-18.mga8.x86_64 Provides: checkinstall-debuginfo = 1.6.2.16-18.mga8 checkinstall-debuginfo(x86-64) = 1.6.2.16-18.mga8 debuginfo(build-id) = 7d943c476aaa8f0d4058cbcfc2430585dd22f1b6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: checkinstall-debugsource(x86-64) = 1.6.2.16-18.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/checkinstall-1.6.2.16-18.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/checkinstall-debuginfo-1.6.2.16-18.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/checkinstall-debugsource-1.6.2.16-18.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4dZKVu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd checkinstall-1.6.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/checkinstall-1.6.2.16-18.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7XulDx + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf checkinstall-1.6.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!