D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/zip-3.0-12.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZnOLUk + 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 -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 -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 -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 -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.jf4hBn + 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.GWj8uo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 + cd zip30 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/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.mga8.x86_64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/info install -f unix/Makefile MANDIR=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1 INSTALL=install mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin cp zip zipcloak zipnote zipsplit /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin cd /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1 cp man/zip.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zip.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zip.1 cp man/zipcloak.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipcloak.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipcloak.1 cp man/zipnote.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipnote.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipnote.1 cp man/zipsplit.1 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipsplit.1 chmod 644 /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/man/man1/zipsplit.1 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 3.0-12.mga8 --unique-debug-suffix -3.0-12.mga8.x86_64 --unique-debug-src-base zip-3.0-12.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/zip30 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipnote explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipsplit explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zip explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipcloak extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipsplit extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipnote extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zip extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/bin/zipcloak original debug info size: 1628kB, size after compression: 1528kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: zip-3.0-12.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OCNOjl + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zip30 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/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.mga8.x86_64/usr/share/doc/zip + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr README /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr WHATSNEW /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr WHERE /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64/usr/share/doc/zip + RPM_EC=0 ++ jobs -p + exit 0 Provides: zip = 3.0-12.mga8 zip(x86-64) = 3.0-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Processing files: zip-debugsource-3.0-12.mga8.x86_64 Provides: zip-debugsource = 3.0-12.mga8 zip-debugsource(x86-64) = 3.0-12.mga8 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.mga8.x86_64 Provides: debuginfo(build-id) = 4998624f64f836833f180fd40eb1a3d79ff90e76 debuginfo(build-id) = 539338c3adb893bf43c9513c450918e92c2ab600 debuginfo(build-id) = b1feb6cb4b837e520156e16fab9165a96b8c5f45 debuginfo(build-id) = dae2e8428fc50f997e63fe467edd1717e9541976 zip-debuginfo = 3.0-12.mga8 zip-debuginfo(x86-64) = 3.0-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zip-debugsource(x86-64) = 3.0-12.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zip-3.0-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zip-debugsource-3.0-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zip-debuginfo-3.0-12.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YLEHpn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zip30 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/zip-3.0-12.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SZPvQm + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf zip30 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!