D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/dxf2fig-2.13-13.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iqX0kQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf dxf2fig-2.13 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/dxf2fig-2.13.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dxf2fig-2.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/dxf2fig-format-string.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.44LQ1N + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dxf2fig-2.13 + '[' 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 -DVERSION=\"$(VERSION)\" -DMODDATE=\"$(MODDATE)\"' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" -c -o dxffilter.o dxffilter.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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); | ^~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:495, from dxfread.c:21: In function 'strncpy', inlined from 'stringparser' at dxfread.c:359:4: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dxfread.c: In function 'stringparser': dxfread.c:359:27: note: length computed here 359 | strncpy(d->text,target,strlen(target)+1); /* include terminating '\0' */ | ^~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from dxfread.c:21: In function 'strncat', inlined from 'parsemtext' at dxfread.c:421:7: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound 512 equals destination size [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"2.13\" -DMODDATE=\""June 2005"\" dxfread.o dxffilter.o dxf2fig.o -o dxf2fig -lm -L/home/iurt/Lib/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IaiGjN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 + cd dxf2fig-2.13 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/bin + cp dxf2fig /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.13-13.mga8 --unique-debug-suffix -2.13-13.mga8.x86_64 --unique-debug-src-base dxf2fig-2.13-13.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dxf2fig-2.13 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/bin/dxf2fig extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/bin/dxf2fig original debug info size: 116kB, size after compression: 116kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 100 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 *** WARNING: ./usr/src/debug/dxf2fig-2.13-13.mga8.x86_64/dxfread.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/dxf2fig-2.13-13.mga8.x86_64/dxf2fig.c is executable but has no shebang, removing executable bit Processing files: dxf2fig-2.13-13.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w78kgQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dxf2fig-2.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/share/doc/dxf2fig + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/share/doc/dxf2fig + cp -pr README /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/share/doc/dxf2fig + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/share/doc/dxf2fig + cp -pr Changelog /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64/usr/share/doc/dxf2fig + RPM_EC=0 ++ jobs -p + exit 0 Provides: dxf2fig = 2.13-13.mga8 dxf2fig(x86-64) = 2.13-13.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.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(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-13.mga8.x86_64 Provides: dxf2fig-debugsource = 2.13-13.mga8 dxf2fig-debugsource(x86-64) = 2.13-13.mga8 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-13.mga8.x86_64 Provides: debuginfo(build-id) = e6ef4c7af888f1ece3d33d10e6403f85452ad911 dxf2fig-debuginfo = 2.13-13.mga8 dxf2fig-debuginfo(x86-64) = 2.13-13.mga8 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-13.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dxf2fig-debugsource-2.13-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dxf2fig-2.13-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dxf2fig-debuginfo-2.13-13.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.j1IQDN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dxf2fig-2.13 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dxf2fig-2.13-13.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cpMION + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf dxf2fig-2.13 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!