D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/bzip2-1.0.8-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.B8boDP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf bzip2-1.0.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bzip2-1.0.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bzip2-1.0.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/bzip2-1.0.8-makefile.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + echo 'lib = lib64' + echo 'CFLAGS = -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + echo 'LDFLAGS = -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + cp /home/iurt/rpmbuild/SOURCES/bzgrep bzgrep + cp /home/iurt/rpmbuild/SOURCES/bzme bzme + cp /home/iurt/rpmbuild/SOURCES/bzme.1 bzme.1 + cp -a /home/iurt/rpmbuild/SOURCES/bzip2.pc bzip2.pc + sed -i 's|^libdir=|libdir=/usr/lib64|' bzip2.pc + sed -i 's|@VERSION@|1.0.8|' bzip2.pc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Arj6tL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bzip2-1.0.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 -f Makefile-libbz2_so gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -shared -Wl,-soname -Wl,libbz2.so.1 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libbz2.so.1.0.8 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o bzip2-shared bzip2.c libbz2.so.1.0.8 bzip2.c: In function 'applySavedFileAttrToOutputFile': bzip2.c:1073:11: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] 1073 | (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f libbz2.so.1 ln -s libbz2.so.1.0.8 libbz2.so.1 + /usr/bin/make -O -j8 V=1 VERBOSE=1 libtool --mode=compile gcc -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 -Wall -Winline -c randtable.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: randtable.lo] Error 1 make: *** Waiting for unfinished jobs.... libtool --mode=compile gcc -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 -Wall -Winline -c crctable.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: crctable.lo] Error 1 libtool --mode=compile gcc -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 -Wall -Winline -c huffman.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: huffman.lo] Error 1 libtool --mode=compile gcc -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 -Wall -Winline -c blocksort.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: blocksort.lo] Error 1 libtool --mode=compile gcc -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 -Wall -Winline -c compress.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: compress.lo] Error 1 libtool --mode=compile gcc -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 -Wall -Winline -c decompress.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: decompress.lo] Error 1 libtool --mode=compile gcc -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 -Wall -Winline -c bzlib.c libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:120: bzlib.lo] Error 1 libtool --mode=link gcc -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 -Wall -Winline -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o bzip2recover bzip2recover.c libtool: link: unable to infer tagged configuration libtool: error: specify a tag with '--tag' make: *** [Makefile:85: bzip2recover] Error 1 error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.Arj6tL (%build) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.Arj6tL (%build) I: [iurt_root_command] ERROR: chroot