D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/sendip-2.5-16.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y3iAG8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sendip-2.5
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sendip-2.5.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd sendip-2.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sendip_2.5-2.diff.gz
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/sendip-2.5-mga-no-Werror.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iEAhq9
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sendip-2.5
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 PREFIX=/usr
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\"   -c -o compact.o compact.c
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\"   -c -o csum.o csum.c
In file included from /usr/include/sys/types.h:25,
                 from csum.c:10:
/usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\"   -c -o gnugetopt.o gnugetopt.c
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\"   -c -o gnugetopt1.o gnugetopt1.c
echo -n '%define ver ' >sendip.spec
cat VERSION >>sendip.spec
cat sendip.spec.in >>sendip.spec
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\"   -c -o sendip.o sendip.c
gcc -o ipv6.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ipv6.c csum.o compact.o
gcc -o ipv4.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ipv4.c csum.o compact.o
gcc -o ripng.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ripng.c csum.o compact.o
ripng.c: In function 'do_opt':
ripng.c:80:17: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   80 |                 while(*(q++)!='/') /* do nothing */; *(--q)='\0';
      |                 ^~~~~
ripng.c:80:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   80 |                 while(*(q++)!='/') /* do nothing */; *(--q)='\0';
      |                                                      ^
gcc -o icmp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared icmp.c csum.o compact.o
gcc -o tcp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared tcp.c csum.o compact.o
sh -c "if [ `uname` = Linux ] ; then \
gcc -o sendip -g  -rdynamic -ldl -lm -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ; \
elif [ `uname` = SunOS ] ; then \
gcc -o sendip -g -lsocket -lnsl -lm -ldl -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ;\
else \
gcc -o sendip -g -rdynamic -lm -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ; \
fi"
gcc -o udp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared udp.c csum.o compact.o
gcc -o rip.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared rip.c csum.o compact.o
rip.c: In function 'do_opt':
rip.c:64:17: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   64 |                 while(*(q++)!=':') /* do nothing */; *(--q)='\0';
      |                 ^~~~~
rip.c:64:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   64 |                 while(*(q++)!=':') /* do nothing */; *(--q)='\0';
      |                                                      ^
gcc -o bgp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared bgp.c csum.o compact.o
gcc -o ntp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ntp.c csum.o compact.o
./help2man -n "Send arbitrary IP packets" -N >sendip.1
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dVISKc
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64
+ cd sendip-2.5
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/bin /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/man/man1
+ /usr/bin/make PREFIX=/home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr MANDIR=/home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/man/man1 install LIBDIR=/home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64//usr/lib64/sendip
[ -d /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64//usr/lib64/sendip ] || mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64//usr/lib64/sendip
[ -d /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/bin ] || mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/bin
[ -d /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/man/man1 ] || mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/man/man1
install -m 755 sendip /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/bin
install -m 644 sendip.1 /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/man/man1
install -m 755 ipv4.so ipv6.so icmp.so tcp.so udp.so rip.so ripng.so ntp.so bgp.so /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64//usr/lib64/sendip
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.5-16.mga9 --unique-debug-suffix -2.5-16.mga9.aarch64 --unique-debug-src-base sendip-2.5-16.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sendip-2.5

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/ipv6.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/ntp.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/icmp.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/ripng.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/ipv4.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/rip.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/bgp.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/bin/sendip
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/tcp.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/lib64/sendip/udp.so
dwz: ./usr/bin/sendip-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/bgp.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/icmp.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/ipv4.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/ipv6.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/ntp.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/rip.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/ripng.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/tcp.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/sendip/udp.so-2.5-16.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 268kB, size after compression: 268kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 10 CRC32s did match.
265 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 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: sendip-2.5-16.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.h3ZWoY
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sendip-2.5
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64/usr/share/doc/sendip
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: sendip = 2.5-16.mga9 sendip(aarch-64) = 2.5-16.mga9
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.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libm.so.6()(64bit)
Processing files: sendip-debugsource-2.5-16.mga9.aarch64
Provides: sendip-debugsource = 2.5-16.mga9 sendip-debugsource(aarch-64) = 2.5-16.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: sendip-debuginfo-2.5-16.mga9.aarch64
Provides: debuginfo(build-id) = 3b9a343b83db4a313163e2acc6fd7bdc51d94fb7 debuginfo(build-id) = 4ad3b80dd82dd016bbe4e45a3c06695b651ced13 debuginfo(build-id) = 7a50c19b6040b4c5b0bccbdde28f8d57032d3494 debuginfo(build-id) = 9d62fff8c063b63b485ec19c48f7b10fd68ba816 debuginfo(build-id) = a016bc168415830f0a5583f4bab8713a41958188 debuginfo(build-id) = adab5a427dcfaedd64a04b513a4b687a47fc55cc debuginfo(build-id) = c8562b9e607b9ca928cfb9eb602ac1bbd7bd059b debuginfo(build-id) = c958633077bc3fea5732c6032db5014ece887af8 debuginfo(build-id) = eb6791f833d883cfffb75cdfa7b3767b563dfbfe debuginfo(build-id) = f4eff0aab1d48e76f7e125ece9e3c7235f681771 sendip-debuginfo = 2.5-16.mga9 sendip-debuginfo(aarch-64) = 2.5-16.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: sendip-debugsource(aarch-64) = 2.5-16.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendip-2.5-16.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendip-debugsource-2.5-16.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendip-debuginfo-2.5-16.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JE1omu
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sendip-2.5
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/sendip-2.5-16.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BVSfim
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sendip-2.5
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!