D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/polyglot-1.4.70b-9.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TvJqfi
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf polyglot-1.4.70b
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/polyglot-1.4.70b.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd polyglot-1.4.70b
+ /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.VMHpwn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd polyglot-1.4.70b
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -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 -fcommon -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 -fcommon -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 -fcommon -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.guess
+ '[' -f /usr/lib/rpm/mageia/config.guess ']'
++ basename ./config.guess
+ cp -af /usr/lib/rpm/mageia/config.guess ./config.guess
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/mageia/config.sub ']'
++ basename ./config.sub
+ cp -af /usr/lib/rpm/mageia/config.sub ./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 --bindir=/usr/games --datadir=/usr/share/games
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 for aarch64-mageia-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 for style of include used by make... GNU
checking dependency style of gcc... none
checking for main in -lm... yes
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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for dup2... yes
checking for floor... yes
checking for gettimeofday... yes
checking for memchr... yes
checking for memmove... yes
checking for select... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
/usr/bin/make  all-am
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c colour.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c mainloop.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c engine.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c attack.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c board.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c gui.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hash.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c book.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c game.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c book_merge.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c epd.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c fen.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c line.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c io.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c list.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c move_legal.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c move.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c move_do.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ini.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c move_gen.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c piece.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c book_make.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pipex_win32.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c random.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c parse.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c option.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c square.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pgn.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c main.c
main.c: In function 'polyglot_set_option':
main.c:221:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  221 |         snprintf(tmp,sizeof(tmp),"%s=%s\n",
      |                                      ^~
  222 |                      tmp1,
  223 |                      tmp2);
      |                      ~~~~             
In file included from /usr/include/stdio.h:866,
                 from main.c:7:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 3 and 8193 bytes into a destination of size 4096
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
main.c:208:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  208 |           snprintf(tmp,sizeof(tmp),"%s=%s\n",
      |                                        ^~
  209 |                    tmp1,
  210 |                    tmp2);
      |                    ~~~~                 
In file included from /usr/include/stdio.h:866,
                 from main.c:7:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 3 and 8193 bytes into a destination of size 4096
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pipex_posix.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pgheader.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c search.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c san.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c uci2uci.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c util.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c uci.c
uci.c: In function 'uci_parse':
uci.c:732:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  732 |          snprintf(uci->info,sizeof(uci->info),"%s %s",option,argument);
      |                                                   ^~         ~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from uci.c:7:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc -DHAVE_CONFIG_H -I.     -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c xboard2uci.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
gcc  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fcommon -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o polyglot mainloop.o attack.o board.o book.o book_make.o book_merge.o colour.o engine.o epd.o fen.o gui.o game.o hash.o ini.o io.o line.o list.o main.o move.o move_do.o move_gen.o move_legal.o option.o parse.o pgheader.o pgn.o piece.o pipex_posix.o pipex_win32.o random.o san.o search.o square.o uci.o uci2uci.o util.o xboard2uci.o  -lm 
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CTdNt2
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64
+ cd polyglot-1.4.70b
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64 'INSTALL=/usr/bin/install -p'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
test -z "/usr/games" || /usr/bin/mkdir -p "/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/games"
  /usr/bin/install -p polyglot '/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/games'
test -z "/usr/share/doc/polyglot" || /usr/bin/mkdir -p "/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot"
 /usr/bin/install -p -m 644 README README1.3 README1.4 README1.4w README1.4w10UCI book_format.html '/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot'
test -z "/usr/share/man/man6" || /usr/bin/mkdir -p "/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/man/man6"
 /usr/bin/install -p -m 644 'polyglot.man' '/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/man/man6/polyglot.6'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/polyglot-1.4.70b'
+ rm -fr /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.4.70b-9.mga9 --unique-debug-suffix -1.4.70b-9.mga9.aarch64 --unique-debug-src-base polyglot-1.4.70b-9.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/polyglot-1.4.70b

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/games/polyglot
dwz: ./usr/games/polyglot-1.4.70b-9.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 448kB, size after compression: 448kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
725 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: polyglot-1.4.70b-9.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cjVkB8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd polyglot-1.4.70b
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr README README1.3 README1.4 README1.4w README1.4w10UCI /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ cp -pr book_format.html /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64/usr/share/doc/polyglot
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: polyglot = 1.4.70b-9.mga9 polyglot(aarch-64) = 1.4.70b-9.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)
Processing files: polyglot-debugsource-1.4.70b-9.mga9.aarch64
Provides: polyglot-debugsource = 1.4.70b-9.mga9 polyglot-debugsource(aarch-64) = 1.4.70b-9.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: polyglot-debuginfo-1.4.70b-9.mga9.aarch64
Provides: debuginfo(build-id) = 90271d3a56a55711145b15396bfc52677c9933d8 polyglot-debuginfo = 1.4.70b-9.mga9 polyglot-debuginfo(aarch-64) = 1.4.70b-9.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: polyglot-debugsource(aarch-64) = 1.4.70b-9.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/polyglot-1.4.70b-9.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/polyglot-debuginfo-1.4.70b-9.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/polyglot-debugsource-1.4.70b-9.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GPlF36
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd polyglot-1.4.70b
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/polyglot-1.4.70b-9.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6IXqiV
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf polyglot-1.4.70b
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!