D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/adjtimex-1.29-9.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.43FPIp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf adjtimex-1.29 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/adjtimex_1.29.orig.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd adjtimex-1.29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NnaARJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd adjtimex-1.29 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking for aarch64-mageia-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking linux/rtc.h usability... yes checking linux/rtc.h presence... yes checking for linux/rtc.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for gettimeofday... yes checking for mktime... yes checking for putenv... yes checking for select... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking + /usr/bin/make -O -j8 V=1 VERBOSE=1 sed -e 's/@VERSION@/1.29/' \ -e "s/@DATE@/`date +%Y-%m-%d`/" \ adjtimex.lsm.in >adjtimex.lsm cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c mat.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -I. -DVERSION=\"1.29\" -o adjtimex \ adjtimex.c mat.o -lm adjtimex.c: In function 'cmos_read_time': adjtimex.c:729:7: warning: variable 'saveerr' set but not used [-Wunused-but-set-variable] 729 | int saveerr; | ^~~~~~~ adjtimex.c: In function 'log_times': adjtimex.c:1339:10: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 1339 | int n, ret; | ^~~ adjtimex.c:1338:8: warning: variable 'ch' set but not used [-Wunused-but-set-variable] 1338 | char ch, buf[64], *s; | ^~ adjtimex.c: In function 'outb': adjtimex.c:547:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 547 | write (port_fd, &val, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ adjtimex.c: In function 'inb': adjtimex.c:561:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 561 | read (port_fd, &ret, 1); | ^~~~~~~~~~~~~~~~~~~~~~~ adjtimex.c: In function 'valid_system_rate': adjtimex.c:1646:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1646 | fgets(buf, BUFLEN, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~ adjtimex.c: In function 'valid_cmos_rate': adjtimex.c:1684:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1684 | fgets(buf, BUFLEN, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.D13ybT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 + cd adjtimex-1.29 + '[' 1 -eq 1 ']' + install -m755 adjtimex -D /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/sbin/adjtimex + install -m644 adjtimex.8 -D /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/man/man8/adjtimex.8 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.29-9.mga9 --unique-debug-suffix -1.29-9.mga9.aarch64 --unique-debug-src-base adjtimex-1.29-9.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/adjtimex-1.29 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/sbin/adjtimex dwz: ./usr/sbin/adjtimex-1.29-9.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 112kB, size after compression: 112kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 143 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: adjtimex-1.29-9.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tN04MZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd adjtimex-1.29 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + cp -pr README /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + cp -pr COPYRIGHT /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + cp -pr README.ru /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64/usr/share/doc/adjtimex + RPM_EC=0 ++ jobs -p + exit 0 Provides: adjtimex = 1.29-9.mga9 adjtimex(aarch-64) = 1.29-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) Processing files: adjtimex-debugsource-1.29-9.mga9.aarch64 Provides: adjtimex-debugsource = 1.29-9.mga9 adjtimex-debugsource(aarch-64) = 1.29-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: adjtimex-debuginfo-1.29-9.mga9.aarch64 Provides: adjtimex-debuginfo = 1.29-9.mga9 adjtimex-debuginfo(aarch-64) = 1.29-9.mga9 debuginfo(build-id) = 0b97885b87a514e3fb895045f8ecb61f35d5f044 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: adjtimex-debugsource(aarch-64) = 1.29-9.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/adjtimex-1.29-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/adjtimex-debugsource-1.29-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/adjtimex-debuginfo-1.29-9.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZMvtLW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd adjtimex-1.29 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/adjtimex-1.29-9.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3aOkKe + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf adjtimex-1.29 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!