D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: %make is deprecated, use %make_build instead
Installing /home/iurt/rpmbuild/SRPMS/bc-1.07.1-5.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0zyG6O
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf bc-1.07.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bc-1.07.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd bc-1.07.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/bc-1.06-dc_ibase.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gLn9Wf
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bc-1.07.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FCFLAGS
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CONFIGURE_TOP=.
+ '[' 1 = 1 ']'
++ find . -name config.guess -o -name config.sub
+ /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool
Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html)
+ /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool
+ /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking
+ /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs .
+ /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64
+ ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-readline
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 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 for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for aarch64-mageia-linux-gnu-ar... no
checking for aarch64-mageia-linux-gnu-lib... no
checking for aarch64-mageia-linux-gnu-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for bison... bison -y
checking for aarch64-mageia-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for errno.h... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for lib.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for isgraph... yes
checking for setvbuf... yes
checking for fstat... yes
checking for strtol... yes
checking for tparm in -lncurses... yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
Using the readline library.
Adding GCC specific compile flags.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bc/Makefile
config.status: creating dc/Makefile
config.status: creating lib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/texi-ver.incl
config.status: creating config.h
config.status: executing depfiles commands
+ /usr/bin/make -O -j8
/usr/bin/make  all-recursive
Making all in lib
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
gcc -DHAVE_CONFIG_H  -I. -I..  -I. -I.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o vfprintf.o vfprintf.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
gcc -DHAVE_CONFIG_H  -I. -I..  -I. -I.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o getopt.o getopt.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
gcc -DHAVE_CONFIG_H  -I. -I..  -I. -I.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o getopt1.o getopt1.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
gcc -DHAVE_CONFIG_H  -I. -I..  -I. -I.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o number.o number.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
rm -f libbc.a
ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o 
ranlib libbc.a
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
Making all in bc
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o warranty.o warranty.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o main.o main.c
main.c: In function 'use_quit':
main.c:355:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  355 |   write (1, "\n(interrupt) Exiting bc.\n", 26);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o load.o load.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o util.o util.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o storage.o storage.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o scan.o scan.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o execute.o execute.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o bc.o bc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
echo '{0}' > libmath.h
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
/usr/bin/make global.o
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o global.o global.c
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libmath.h -o fbc main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o global.o ../lib/libbc.a -lfl -lreadline -lncurses 
./fbc -c ./libmath.b </dev/null >libmath.h
./fix-libmath_h
2655
2793
rm -f ./fbc ./global.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o global.o global.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o bc main.o bc.o scan.o execute.o load.o storage.o util.o global.o warranty.o ../lib/libbc.a -lfl -lreadline -lncurses 
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
Making all in dc
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o array.o array.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o misc.o misc.c
misc.c: In function 'dc_system':
misc.c:140:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  140 |                 system(tmpstr);
      |                 ^~~~~~~~~~~~~~
misc.c:144:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  144 |         system(s);
      |         ^~~~~~~~~
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o string.o string.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o dc.o dc.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o stack.o stack.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o numeric.o numeric.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I..  -I./.. -I./../h  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -c -o eval.o eval.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -funsigned-char  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o dc dc.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a 
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
Making all in doc
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --no-split --version) >/dev/null 2>&1; then \
  for f in dc.info dc.info-[0-9] dc.info-[0-9][0-9] dc.i[0-9] dc.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if makeinfo --no-split   -I . \
 -o dc.info dc.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./dc.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --no-split --version) >/dev/null 2>&1; then \
  for f in bc.info bc.info-[0-9] bc.info-[0-9][0-9] bc.i[0-9] bc.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if makeinfo --no-split   -I . \
 -o bc.info bc.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./bc.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8UAS6a
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64
+ cd bc-1.07.1
+ '[' 1 -eq 1 ']'
+ 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/bc-1.07.1-5.mga9.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info install
Making install in lib
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/lib'
Making install in bc
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin'
  /usr/bin/install -c bc '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/bc'
Making install in dc
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin'
  /usr/bin/install -c dc '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/dc'
Making install in doc
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info'
 /usr/bin/install -c -m 644 ./bc.info ./dc.info '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info'
 install-info --info-dir='/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info' '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info/bc.info'
 install-info --info-dir='/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info' '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/info/dc.info'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/man/man1'
 /usr/bin/install -c -m 644 bc.1 dc.1 '/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/man/man1'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1/doc'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/bc-1.07.1'
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.07.1-5.mga9 --unique-debug-suffix -1.07.1-5.mga9.aarch64 --unique-debug-src-base bc-1.07.1-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bc-1.07.1

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin/bc
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/bin/dc
dwz: ./usr/bin/bc-1.07.1-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/dc-1.07.1-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 364kB, size after compression: 364kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match.
749 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: bc-1.07.1-5.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gS0oU8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bc-1.07.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ cp -pr FAQ /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64/usr/share/doc/bc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: bc = 1.07.1-5.mga9 bc(aarch-64) = 1.07.1-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) libc.so.6(GLIBC_2.34)(64bit) libreadline.so.8()(64bit)
Processing files: bc-debugsource-1.07.1-5.mga9.aarch64
Provides: bc-debugsource = 1.07.1-5.mga9 bc-debugsource(aarch-64) = 1.07.1-5.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: bc-debuginfo-1.07.1-5.mga9.aarch64
Provides: bc-debuginfo = 1.07.1-5.mga9 bc-debuginfo(aarch-64) = 1.07.1-5.mga9 debuginfo(build-id) = 65e70824ab8bcd7562eef1cf4531400088941bfb debuginfo(build-id) = fb437300fe29e522005afa926a7d3b272f0bbb7c
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: bc-debugsource(aarch-64) = 1.07.1-5.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bc-1.07.1-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bc-debuginfo-1.07.1-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bc-debugsource-1.07.1-5.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.clurC9
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bc-1.07.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/bc-1.07.1-5.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8WScGa
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf bc-1.07.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!