D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/yasm-1.3.0-5.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TV7CyR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf yasm-1.3.0
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/yasm-1.3.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd yasm-1.3.0
+ /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.uDgKZj
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd yasm-1.3.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ 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
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config/config.guess
+ '[' -f /usr/lib/rpm/mageia/config.guess ']'
++ basename ./config/config.guess
+ cp -af /usr/lib/rpm/mageia/config.guess ./config/config.guess
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config/config.sub
+ '[' -f /usr/lib/rpm/mageia/config.sub ']'
++ basename ./config/config.sub
+ cp -af /usr/lib/rpm/mageia/config.sub ./config/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 --disable-rpath --disable-python --disable-python-bindings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for aarch64-mageia-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking whether ln -s works... yes
checking for aarch64-mageia-linux-gnu-ar... no
checking for ar... ar
checking for aarch64-mageia-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for xmlto... xmlto
checking if malloc debugging is wanted... no
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 for strings.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking for sys/stat.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for function prototypes... yes
checking for size_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
checking for abort... yes
checking for toascii... yes
checking for vsnprintf... yes
checking for strsep... yes
checking for mergesort... no
checking for getcwd... yes
checking for popen... yes
checking for ftruncate... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for stricmp... no
checking for _stricmp... no
checking for strcmpi... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... aarch64-mageia-linux-gnu
checking host system type... aarch64-mageia-linux-gnu
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for GNU C Library... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libyasm-stdint.h commands
config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
gcc  -I.  \
  -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c
gcc  -I.  \
  -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c
gcc  -I.  \
  -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c
gcc  -I.  \
  -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c
gcc  -I.  \
  -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c
gcc  -I.  \
  -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c
gcc  -I.  \
  -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c
gcc  -I.  \
  -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c
gcc  -I.  \
  -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c
gcc  -I.  \
  -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c
gcc  -I.  \
  -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c
gcc  -I.  \
  -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c
gcc -I.  -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c
gcc  -I.  \
  -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c
gcc  -I.  \
  -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c
gcc -I.  -c -o genstring.o `test -f genstring.c || echo './'`genstring.c
gcc -o genperf  genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o 
gcc  -I.  \
  -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c
gcc -o genversion  genversion.o 
./genversion version.mac
gcc -o genmacro  genmacro.o 
./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac
./genperf x86insn_nasm.gperf x86insn_nasm.c
./genmacro nasm-version.c nasm_version_mac version.mac
gcc -o genstring  genstring.o 
./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac
./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac
./genstring license_msg license.c ./COPYING
gcc -o re2c  re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o 
./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re
./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re
./genperf x86insn_gas.gperf x86insn_gas.c
fail to map group of size 2 for tab size 512
/usr/bin/make  all-recursive
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Making all in po
make[2]: Nothing to be done for 'all'.
Making all in .
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make[2]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -I.  -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o gas-token.o gas-token.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o nasm-token.o nasm-token.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/assocdat.o libyasm/assocdat.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bc-align.o libyasm/bc-align.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c
modules/objfmts/bin/bin-objfmt.c: In function 'dosexe_objfmt_output':
modules/objfmts/bin/bin-objfmt.c:1869:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
 1869 |         ftruncate(fileno(f), EXE_HEADER_SIZE + size);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bc-org.o libyasm/bc-org.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bc-data.o libyasm/bc-data.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bytecode.o libyasm/bytecode.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/errwarn.o libyasm/errwarn.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/insn.o libyasm/insn.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/hamt.o libyasm/hamt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/file.o libyasm/file.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/floatnum.o libyasm/floatnum.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/linemap.o libyasm/linemap.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/inttree.o libyasm/inttree.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/intnum.o libyasm/intnum.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/expr.o libyasm/expr.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/mergesort.o libyasm/mergesort.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/strsep.o libyasm/strsep.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/md5.o libyasm/md5.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/xmalloc.o libyasm/xmalloc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/phash.o libyasm/phash.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/xstrdup.o libyasm/xstrdup.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/valparam.o libyasm/valparam.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -o genmodule  genmodule.o 
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o x86regtmod.o x86regtmod.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o x86cpu.o x86cpu.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/symrec.o libyasm/symrec.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/value.o libyasm/value.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
./genmodule ./libyasm/module.in Makefile
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o frontends/tasm/tasm-options.o frontends/tasm/tasm-options.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/section.o libyasm/section.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o lc3bid.o lc3bid.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o module.o module.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o frontends/tasm/tasm.o frontends/tasm/tasm.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libyasm/bitvect.o libyasm/bitvect.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
rm -f libyasm.a
ar cru libyasm.a modules/arch/x86/x86arch.o modules/arch/x86/x86bc.o modules/arch/x86/x86expr.o modules/arch/x86/x86id.o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3bbc.o modules/listfmts/nasm/nasm-listfmt.o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse-intel.o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parse.o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasm-eval.o modules/preprocs/raw/raw-preproc.o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-eval.o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/bin/bin-objfmt.o modules/objfmts/elf/elf.o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/win64-except.o modules/objfmts/macho/macho-objfmt.o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.o libyasm/assocdat.o libyasm/bitvect.o libyasm/bc-align.o libyasm/bc-data.o libyasm/bc-incbin.o libyasm/bc-org.o libyasm/bc-reserve.o libyasm/bytecode.o libyasm/errwarn.o libyasm/expr.o libyasm/file.o libyasm/floatnum.o libyasm/hamt.o libyasm/insn.o libyasm/intnum.o libyasm/inttree.o libyasm/linemap.o libyasm/md5.o libyasm/mergesort.o libyasm/phash.o libyasm/section.o libyasm/strcasecmp.o libyasm/strsep.o libyasm/symrec.o libyasm/valparam.o libyasm/value.o libyasm/xmalloc.o libyasm/xstrdup.o x86cpu.o x86regtmod.o lc3bid.o gas-token.o nasm-token.o module.o 
ranlib libyasm.a
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a  
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ytasm frontends/tasm/tasm.o frontends/tasm/tasm-options.o libyasm.a  
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o frontends/vsyasm/vsyasm.o frontends/vsyasm/vsyasm.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
gcc  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o vsyasm frontends/vsyasm/vsyasm.o frontends/yasm/yasm-options.o libyasm.a  
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S00zuR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64
+ cd yasm-1.3.0
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64 'INSTALL=/usr/bin/install -p'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
/usr/bin/make  install-recursive
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
Making install in po
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0/po'
if test "yasm" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -p -m 644 ./$file \
		    /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0/po'
Making install in .
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make[2]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make[2]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make[3]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make[3]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/bin'
  /usr/bin/install -p yasm ytasm vsyasm '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/bin'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/lib64'
 /usr/bin/install -p -m 644  libyasm.a '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/lib64'
 ( cd '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/lib64' && ranlib libyasm.a )
/usr/bin/make  install-exec-hook
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
Makefile:4062: warning: ignoring prerequisites on suffix rule definition
make[4]: Nothing to be done for 'install-exec-hook'.
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include'
 /usr/bin/install -p -m 644 libyasm.h '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man1'
 /usr/bin/install -p -m 644 yasm.1 '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man7'
 /usr/bin/install -p -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man7'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/man/man7'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include/libyasm'
 /usr/bin/install -p -m 644 libyasm/arch.h libyasm/assocdat.h libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h libyasm/expr.h libyasm/file.h libyasm/floatnum.h libyasm/hamt.h libyasm/insn.h libyasm/intnum.h libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h libyasm/md5.h libyasm/module.h libyasm/objfmt.h libyasm/parser.h libyasm/phash.h libyasm/preproc.h libyasm/section.h libyasm/symrec.h libyasm/valparam.h libyasm/value.h '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include/libyasm'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include'
 /usr/bin/install -p -m 644 libyasm-stdint.h '/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/include'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/yasm-1.3.0'
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.3.0-5.mga9 --unique-debug-suffix -1.3.0-5.mga9.aarch64 --unique-debug-src-base yasm-1.3.0-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/yasm-1.3.0

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/bin/ytasm
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/bin/yasm
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/bin/vsyasm
dwz: ./usr/bin/vsyasm-1.3.0-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/yasm-1.3.0-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/ytasm-1.3.0-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 5628kB, size after compression: 5628kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 3 CRC32s did match.
5632 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: yasm-1.3.0-5.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tolz2S
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd yasm-1.3.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/doc/yasm
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/doc/yasm
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64/usr/share/doc/yasm
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: yasm = 1.3.0-5.mga9 yasm(aarch-64) = 1.3.0-5.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)
Obsoletes: yasm-python < 1.3.0-4
Processing files: yasm-devel-1.3.0-5.mga9.aarch64
Provides: yasm-devel = 1.3.0-5.mga9 yasm-devel(aarch-64) = 1.3.0-5.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: yasm-debugsource-1.3.0-5.mga9.aarch64
Provides: yasm-debugsource = 1.3.0-5.mga9 yasm-debugsource(aarch-64) = 1.3.0-5.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: yasm-debuginfo-1.3.0-5.mga9.aarch64
Provides: debuginfo(build-id) = 26ac02ad7ad15bcd40163a6be0cb907ccc35e6c1 debuginfo(build-id) = 7e81705310c2707c2fd328967266a2eb4906ab25 debuginfo(build-id) = bab5b20cd7d2e2d0ae4d6f88dee063d8ca535843 yasm-debuginfo = 1.3.0-5.mga9 yasm-debuginfo(aarch-64) = 1.3.0-5.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: yasm-debugsource(aarch-64) = 1.3.0-5.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/yasm-1.3.0-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/yasm-debugsource-1.3.0-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/yasm-debuginfo-1.3.0-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/yasm-devel-1.3.0-5.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8j2DKG
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd yasm-1.3.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/yasm-1.3.0-5.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.F9hUhZ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf yasm-1.3.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!