D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/dxf2fig-2.13-14.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Bypdxf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + test -d /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qkLGZt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + rm -rf dxf2fig-2.13 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dxf2fig-2.13.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd dxf2fig-2.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dxf2fig-format-string.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.D33VuE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-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 dxf2fig-2.13 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 '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 -DVERSION=\"$(VERSION)\" -DMODDATE=\"$(MODDATE)\"' 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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" -c -o dxffilter.o dxffilter.c 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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" -c -o dxf2fig.o dxf2fig.c dxf2fig.c: In function 'main': dxf2fig.c:364:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 364 | printf("\nDXF input name (excl .dxf) : "); scanf("%250s",dxfname); | ^~~~~~~~~~~~~~~~~~~~~~ dxf2fig.c:365:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 365 | printf("\nFIG output name (excl .fig) : "); scanf("%250s",figname); | ^~~~~~~~~~~~~~~~~~~~~~ dxf2fig.c:367:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 367 | printf("\nViewplane 3D (1=xy,2=xz,3=yz) : "); scanf("%1d",&viewp); | ^~~~~~~~~~~~~~~~~~~ dxf2fig.c:368:58: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 368 | printf("\nPaper size (0=A0, 1=A1, ..., 4=A4) : "); scanf("%1d",&papersize); | ^~~~~~~~~~~~~~~~~~~~~~~ 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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" -c -o dxfread.o dxfread.c dxfread.c: In function 'closeparser': dxfread.c:68:6: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | system("rm -fv " TMPDIR"/bl#*"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c:70:6: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | system("rm -f " TMPDIR"/bl#*"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c: In function 'readpair': dxfread.c:124:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 124 | fgets(p->regel,STRSIZE - 1,source); /* string can be empty ! */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c:126:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 126 | fgets(p->regel,STRSIZE - 1,source); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c: In function 'getnewextends': dxfread.c:303:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 303 | fgets(buffer,sizeof(buffer),stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c:306:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | fgets(buffer,sizeof(buffer),stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:548, from dxfread.c:21: In function 'strncat', inlined from 'parsemtext' at dxfread.c:421:7: /usr/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 512 equals destination size [-Wstringop-overflow=] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" dxfread.o dxffilter.o dxf2fig.o -o dxf2fig -lm -L/home/pterjan/Lib/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BRRl9A + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + mkdir /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-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 dxf2fig-2.13 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/bin + cp dxf2fig /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/bin + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.13-14.mga10 --unique-debug-suffix -2.13-14.mga10.x86_64 --unique-debug-src-base dxf2fig-2.13-14.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13 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/dxf2fig-2.13-14.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 *** WARNING: ./usr/src/debug/dxf2fig-2.13-14.mga10.x86_64/dxf2fig.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/dxf2fig-2.13-14.mga10.x86_64/dxfread.c is executable but has no shebang, removing executable bit + 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/dxf2fig-2.13-build/SPECPARTS/rpm-debuginfo.specpart Processing files: dxf2fig-2.13-14.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pIIACY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + cd dxf2fig-2.13 + DOCDIR=/home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig + cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/README /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig + cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/TODO /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig + cp -pr /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/dxf2fig-2.13/Changelog /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT/usr/share/doc/dxf2fig + RPM_EC=0 ++ jobs -p + exit 0 Provides: dxf2fig = 2.13-14.mga10 dxf2fig(x86-64) = 2.13-14.mga10 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.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) Processing files: dxf2fig-debugsource-2.13-14.mga10.x86_64 Provides: dxf2fig-debugsource = 2.13-14.mga10 dxf2fig-debugsource(x86-64) = 2.13-14.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dxf2fig-debuginfo-2.13-14.mga10.x86_64 Provides: debuginfo(build-id) = 2d9c4e99011b8a743e5203e6166522b1c33b08b6 dxf2fig-debuginfo = 2.13-14.mga10 dxf2fig-debuginfo(x86-64) = 2.13-14.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dxf2fig-debugsource(x86-64) = 2.13-14.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-2.13-14.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-debugsource-2.13-14.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dxf2fig-debuginfo-2.13-14.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2plico + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + test -d /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + rm -rf /home/pterjan/rpmbuild/BUILD/dxf2fig-2.13-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!