D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/cups-pdf-3.0.1-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SknZm8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf cups-pdf-3.0.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/cups-pdf_3.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cups-pdf-3.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /home/iurt/rpmbuild/SOURCES/INSTALL.mageia.cups-pdf INSTALL.RPM + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cups-pdf-conf.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cups-pdf-desktop.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cups-pdf-title.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cups-pdf-build.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/cups-pdf-result.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lrpSR7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-pdf-3.0.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + pushd src ~/rpmbuild/BUILD/cups-pdf-3.0.1/src ~/rpmbuild/BUILD/cups-pdf-3.0.1 + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -lcups -o cups-pdf cups-pdf.c cups-pdf.c: In function 'read_config_ppd': cups-pdf.c:281:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 281 | ppd_file = ppdOpenFile(ppd_name); | ^~~~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:389:20: note: declared here 389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cups-pdf.c:286:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 286 | ppdMarkDefaults(ppd_file); | ^~~~~~~~~~~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:384:14: note: declared here 384 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ cups-pdf.c:288:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 288 | option = ppdFirstOption(ppd_file); | ^~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:431:22: note: declared here 431 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~ cups-pdf.c:291:5: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 291 | option = ppdNextOption(ppd_file); | ^~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:433:22: note: declared here 433 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~ cups-pdf.c:293:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 293 | ppdClose(ppd_file); | ^~~~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:364:14: note: declared here 364 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ cups-pdf.c: In function 'main': cups-pdf.c:387:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 387 | snprintf(filename, BUFSIZE, "%s/%s%s%s", Conf_Log, "cups-pdf-", getenv("PRINTER"), "_log"); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from cups-pdf.c:44: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4110) into a destination of size 4096 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cups-pdf.c:502:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 502 | snprintf(bufout, BUFSIZE, "%s%s%s", bufin, getdesktopdir(passwd), cptr); | ^~ In file included from /usr/include/stdio.h:866, from cups-pdf.c:44: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 8191) into a destination of size 4096 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + popd ~/rpmbuild/BUILD/cups-pdf-3.0.1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wkpcY8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 + cd cups-pdf-3.0.1 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/lib/cups/backend + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/var/spool/cups-pdf/SPOOL + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/var/spool/cups-pdf + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/var/log/cups + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/lib/cups/backend + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/etc/cups + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/cups/model/ + install -m644 extra/CUPS-PDF_noopt.ppd extra/CUPS-PDF_opt.ppd /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/cups/model/ + install -m644 extra/cups-pdf.conf /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/etc/cups/ + install -m700 src/cups-pdf /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/lib/cups/backend/ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.0.1-2.mga8 --unique-debug-suffix -3.0.1-2.mga8.aarch64 --unique-debug-src-base cups-pdf-3.0.1-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cups-pdf-3.0.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/lib/cups/backend/cups-pdf extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/lib/cups/backend/cups-pdf original debug info size: 108kB, size after compression: 108kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 80 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 Processing files: cups-pdf-3.0.1-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7ZCg47 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-pdf-3.0.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + cp -pr README /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + cp -pr INSTALL.RPM /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64/usr/share/doc/cups-pdf + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(cups-pdf) = 3.0.1-2.mga8 cups-pdf = 3.0.1-2.mga8 cups-pdf(aarch-64) = 3.0.1-2.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh 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) libcups.so.2()(64bit) Processing files: cups-pdf-debugsource-3.0.1-2.mga8.aarch64 Provides: cups-pdf-debugsource = 3.0.1-2.mga8 cups-pdf-debugsource(aarch-64) = 3.0.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cups-pdf-debuginfo-3.0.1-2.mga8.aarch64 Provides: cups-pdf-debuginfo = 3.0.1-2.mga8 cups-pdf-debuginfo(aarch-64) = 3.0.1-2.mga8 debuginfo(build-id) = 73dbcfb198faf0f70c1e375ffee766f7f5aa8b3b Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-pdf-debugsource(aarch-64) = 3.0.1-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-pdf-debugsource-3.0.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-pdf-debuginfo-3.0.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-pdf-3.0.1-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mbTkx8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-pdf-3.0.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-pdf-3.0.1-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.G60w49 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf cups-pdf-3.0.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!