D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/cups-pdf-3.0.2-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8jbrz9 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gUlFOz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + rm -rf cups-pdf-3.0.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/cups-pdf_3.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd cups-pdf-3.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /home/pterjan/rpmbuild/SOURCES/INSTALL.mageia.cups-pdf INSTALL.RPM + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-conf.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-desktop.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-title.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-build.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-result.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cups-pdf-fix-null-chars.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Sc29NS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + 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' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd cups-pdf-3.0.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + pushd src ~/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2/src ~/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2 + gcc -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 -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 -D_GNU_SOURCE -o cups-pdf cups-pdf.c -lcups cups-pdf.c: In function 'read_config_ppd': cups-pdf.c:394:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 394 | ppd_file = ppdOpenFile(ppd_name); | ^~~~~~~~ In file included from cups-pdf.c:60: /usr/include/cups/ppd.h:390:26: note: declared here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cups-pdf.c:399:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 399 | ppdMarkDefaults(ppd_file); | ^~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:385:25: note: declared here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ cups-pdf.c:401:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 401 | option = ppdFirstOption(ppd_file); | ^~~~~~ /usr/include/cups/ppd.h:432:26: note: declared here 432 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~ cups-pdf.c:404:5: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 404 | option = ppdNextOption(ppd_file); | ^~~~~~ /usr/include/cups/ppd.h:434:26: note: declared here 434 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~ cups-pdf.c:406:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 406 | ppdClose(ppd_file); | ^~~~~~~~ /usr/include/cups/ppd.h:365:25: note: declared here 365 | 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:565:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 565 | snprintf(filename, BUFSIZE, "%s/%s%s%s", Conf_Log, "cups-pdf-", getenv("PRINTER"), "_log"); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:970, from cups-pdf.c:44: In function 'snprintf', inlined from 'init' at cups-pdf.c:565:5, inlined from 'main' at cups-pdf.c:1329:7: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4110) into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cups-pdf.c: In function 'main': cups-pdf.c:706:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 706 | snprintf(bufout, BUFSIZE, "%s%s%s", bufin, getdesktopdir(passwd), cptr); | ^~ In function 'snprintf', inlined from 'preparedirname' at cups-pdf.c:706:5, inlined from 'main' at cups-pdf.c:1387:18: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 8191) into a destination of size 4096 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cups-pdf.c: In function 'main': cups-pdf.c:1559:36: warning: '%s' directive output between 0 and 2147483646 bytes may cause result to exceed 'INT_MAX' [-Wformat-truncation=] 1559 | snprintf(ppcall, size, "%s %s %s %s", Conf_PostProcessing, outfile, passwd->pw_name, argv[2]); | ^~ + popd ~/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XDKBcq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + mkdir /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + 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' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd cups-pdf-3.0.2 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/lib/cups/backend + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/var/spool/cups-pdf/SPOOL + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/var/spool/cups-pdf + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/var/log/cups + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/lib/cups/backend + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/etc/cups + mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/cups/model/ + install -m644 extra/CUPS-PDF_noopt.ppd extra/CUPS-PDF_opt.ppd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/cups/model/ + install -m644 extra/cups-pdf.conf /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/etc/cups/ + install -m700 src/cups-pdf /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/lib/cups/backend/ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.0.2-1.mga10 --unique-debug-suffix -3.0.2-1.mga10.x86_64 --unique-debug-src-base cups-pdf-3.0.2-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2 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/cups-pdf-3.0.2-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 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/SPECPARTS/rpm-debuginfo.specpart Processing files: cups-pdf-3.0.2-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.M9vJBn + umask 022 + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + cd cups-pdf-3.0.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + cp -pr /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2/ChangeLog /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + cp -pr /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2/COPYING /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + cp -pr /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2/README /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + cp -pr /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/cups-pdf-3.0.2/INSTALL.RPM /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT/usr/share/doc/cups-pdf + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(cups-pdf) = 3.0.2-1.mga10 cups-pdf = 3.0.2-1.mga10 cups-pdf(x86-64) = 3.0.2-1.mga10 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcups.so.2()(64bit) Processing files: cups-pdf-debugsource-3.0.2-1.mga10.x86_64 Provides: cups-pdf-debugsource = 3.0.2-1.mga10 cups-pdf-debugsource(x86-64) = 3.0.2-1.mga10 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.2-1.mga10.x86_64 Provides: cups-pdf-debuginfo = 3.0.2-1.mga10 cups-pdf-debuginfo(x86-64) = 3.0.2-1.mga10 debuginfo(build-id) = 8c9be4d48ffa8f010be6cae64efdc66b23b757bc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-pdf-debugsource(x86-64) = 3.0.2-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-pdf-debugsource-3.0.2-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-pdf-debuginfo-3.0.2-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-pdf-3.0.2-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hGTwgo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/cups-pdf-3.0.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!