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.vagho0 + 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.QsntzH + 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 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 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 gnugetopt1.o gnugetopt1.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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # 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 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 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 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 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 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 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 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'; | ^ 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 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 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 ./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.Qj7bbq + 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/bin/sendip 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/lib64/sendip/ntp.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/ipv6.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/icmp.so 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: 264kB, size after compression: 264kB /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.X8Grg1 + 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) libc.so.6(GLIBC_2.34)(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) = 0133e00ad2c1f4b6ee733e55603939cc089a7d5c debuginfo(build-id) = 09e246deb9f02f4ed03d78603c26b9f2682e8932 debuginfo(build-id) = 39d796531a485b6dc95291f40a4378eb77d84c15 debuginfo(build-id) = 8ae104317ce4163963a32ccbf9f81ef371e51104 debuginfo(build-id) = 8b9cfb18341ddb9b98608cea18c8d2b70158d992 debuginfo(build-id) = 8c92b053d205887754da08d58d9be1aa1c856aa4 debuginfo(build-id) = 98dde30ed72543b384fb0a045c28ace925ce12bf debuginfo(build-id) = a27865259947eaba2d83c4ac2058eca38f2b1c12 debuginfo(build-id) = ca6313448adfe99eecca292df0d7cb60a1994034 debuginfo(build-id) = f9562189f09a1e97f36b1c08b581d3e8b5670325 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-debugsource-2.5-16.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendip-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.yBAvzk + 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.2Dp7IE + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf sendip-2.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!