D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/zip-3.0-12.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eM6I8Y + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf zip30 + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/zip30.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd zip30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (zip-2.3-unforce-cflags.patch):' Patch #0 (zip-2.3-unforce-cflags.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .cflags --fuzz=0 patching file unix/Makefile Hunk #1 succeeded at 58 (offset 11 lines). + echo 'Patch #1 (zip-2.3-noninteractivepassword+testencrypedfile.patch):' Patch #1 (zip-2.3-noninteractivepassword+testencrypedfile.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p0 -b --suffix .pass --fuzz=0 patching file zipcloak.c + echo 'Patch #2 (zip-3.0-format_not_a_string_literal_and_no_format_arguments.diff):' Patch #2 (zip-3.0-format_not_a_string_literal_and_no_format_arguments.diff): + /usr/bin/patch --no-backup-if-mismatch -f -p0 -b --suffix .format_not_a_string_literal_and_no_format_arguments --fuzz=0 patching file zip.c + echo 'Patch #3 (zip-3.0-LDFLAGS.diff):' Patch #3 (zip-3.0-LDFLAGS.diff): + /usr/bin/patch --no-backup-if-mismatch -f -p0 -b --suffix .LDFLAGS --fuzz=0 patching file unix/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vfpkrj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zip30 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -ef unix/Makefile 'prefix=%{prefix}' 'CFLAGS_NOOPT=-I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' generic_gcc make -f unix/Makefile generic CC=gcc CPP="gcc -E" make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/zip30' sh unix/configure "gcc" "-I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64" "" Check C compiler type (optimization options) GNU C (-O3) Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- OS supports bzip2 - linking in bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check size of UIDs and GIDs (Now zip stores variable size UIDs/GIDs using a new extra field. This tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage should also be used for backward compatibility.) s.st_uid is 4 bytes s.st_gid is 4 bytes -- UID not 2 bytes - disabling old 16-bit UID/GID support Check for Large File Support off_t is 8 bytes -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zip30' gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c In file included from zipup.c:109: zipup.c: In function 'file_read': unix/zipup.h:21:22: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 21 | #define zread(f,b,n) read(f,b,n) | ^~~~~~~~~~~ zipup.c:1264:10: note: in expansion of macro 'zread' 1264 | zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ | ^~~~~ gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 628 | read(f, &c, 1); | ^~~~~~~~~~~~~~ gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -lbz2 gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o -lbz2 gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -lbz2 gcc -c -I. -DUNIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 884 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -lbz2 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zip30' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/zip30' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DqCpjr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 + cd zip30 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1 + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/info install -f unix/Makefile MANDIR=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1 INSTALL=install mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin cp zip zipcloak zipnote zipsplit /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin cd /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1 cp man/zip.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zip.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zip.1 cp man/zipcloak.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipcloak.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipcloak.1 cp man/zipnote.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipnote.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipnote.1 cp man/zipsplit.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipsplit.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/man/man1/zipsplit.1 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.0-12.mga9 --unique-debug-suffix -3.0-12.mga9.aarch64 --unique-debug-src-base zip-3.0-12.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/zip30 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin/zipcloak extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin/zipnote extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin/zip extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/bin/zipsplit dwz: ./usr/bin/zip-3.0-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/zipcloak-3.0-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/zipnote-3.0-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/zipsplit-3.0-12.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 1212kB, size after compression: 1212kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 4 CRC32s did match. 2009 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: zip-3.0-12.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.17Kau0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zip30 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr README /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr WHATSNEW /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr WHERE /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64/usr/share/doc/zip + RPM_EC=0 ++ jobs -p + exit 0 Provides: zip = 3.0-12.mga9 zip(aarch-64) = 3.0-12.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) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) Processing files: zip-debugsource-3.0-12.mga9.aarch64 Provides: zip-debugsource = 3.0-12.mga9 zip-debugsource(aarch-64) = 3.0-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: zip-debuginfo-3.0-12.mga9.aarch64 Provides: debuginfo(build-id) = 172e7195c0547e6f295b6b3a3e6cf8e8ff5c2617 debuginfo(build-id) = 3ca908f6f0026f4e6c49068a94b0b36cd9243076 debuginfo(build-id) = 4ad164f8e451d59232534310f268842792b2db9a debuginfo(build-id) = 69e49ed16cb3a2c06f3ab802e577dd87de0a85be zip-debuginfo = 3.0-12.mga9 zip-debuginfo(aarch-64) = 3.0-12.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zip-debugsource(aarch-64) = 3.0-12.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/zip-3.0-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/zip-debuginfo-3.0-12.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/zip-debugsource-3.0-12.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.n3VNad + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zip30 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LibyHH + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf zip30 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!