D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Macro expanded in comment on line 10: %{name}/%{name}-%{fver}.tar.gz

warning: line 24: It's not recommended to have unversioned Obsoletes: Obsoletes:	xloadimage
warning: %make is deprecated, use %make_build instead
Installing /home/iurt/rpmbuild/SRPMS/xli-20061110-15.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MJDIvf
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf xli-2006-11-10
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/xli-2006-11-10.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xli-2006-11-10
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/xli-1.17.0-mdkpath.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/xli-1.17.0-compile-fixes.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.TMNOyp
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd xli-2006-11-10
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ xmkmf -a
imake -DUseInstalled -I/usr/share/X11/config
make Makefiles
make: Nothing to be done for 'Makefiles'.
make includes
make: Nothing to be done for 'includes'.
make depend
gccmakedep  --    -I/usr/include    -Dlinux -D__aarch64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO   -DHAS_MEMCPY   -- bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c fill.c  g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c reduce.c jpeg.c rle.c rlelib.c root.c rotate.c send.c smooth.c sunraster.c  value.c window.c xbitmap.c xli.c xpixmap.c xwd.c zio.c zoom.c ddxli.c tga.c bmp.c pcd.c png.c xlito.c        
/usr/bin/gccmakedep: line 122: aarch64-mageia-linux-gnu-gcc: command not found
+ /usr/bin/make -O -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'EXTRA_LDOPTIONS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o fill.o fill.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o cmuwmrast.o cmuwmrast.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o faces.o faces.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o clip.o clip.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o compress.o compress.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o dither.o dither.c
dither.c: In function 'dither':
dither.c:77:36: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   77 |     image->title = (char *)lmalloc(strlen(cimage->title) + 12);
      |                                    ^~~~~~
dither.c:28:1: note: include '<string.h>' or provide a declaration of 'strlen'
   27 | #include "xli.h"
  +++ |+#include <string.h>
   28 | 
dither.c:77:36: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   77 |     image->title = (char *)lmalloc(strlen(cimage->title) + 12);
      |                                    ^~~~~~
dither.c:77:36: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o bright.o bright.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o fbm.o fbm.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o mc_tables.o mc_tables.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o imagetypes.o imagetypes.c
imagetypes.c: In function 'loadImage':
imagetypes.c:66:39: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   66 |         image_ops->fullname = lmalloc(strlen(fullname) + 1);
      |                                       ^~~~~~
imagetypes.c:15:1: note: include '<string.h>' or provide a declaration of 'strlen'
   14 | #include <errno.h>
  +++ |+#include <string.h>
   15 | 
imagetypes.c:66:39: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   66 |         image_ops->fullname = lmalloc(strlen(fullname) + 1);
      |                                       ^~~~~~
imagetypes.c:66:39: note: include '<string.h>' or provide a declaration of 'strlen'
imagetypes.c:67:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
   67 |         strcpy(image_ops->fullname, fullname);
      |         ^~~~~~
imagetypes.c:67:9: note: include '<string.h>' or provide a declaration of 'strcpy'
imagetypes.c:67:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
imagetypes.c:67:9: note: include '<string.h>' or provide a declaration of 'strcpy'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o halftone.o halftone.c
halftone.c: In function 'halftone':
halftone.c:189:49: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  189 |                 image->title = (char *) lmalloc(strlen(cimage->title) + 13);
      |                                                 ^~~~~~
halftone.c:18:1: note: include '<string.h>' or provide a declaration of 'strlen'
   17 | #include "xli.h"
  +++ |+#include <string.h>
   18 | 
halftone.c:189:49: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  189 |                 image->title = (char *) lmalloc(strlen(cimage->title) + 13);
      |                                                 ^~~~~~
halftone.c:189:49: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o mac.o mac.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o mcidas.o mcidas.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o img.o img.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o g3.o g3.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o gif.o gif.c
gif.c: In function 'gifin_open_file':
gif.c:193:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  193 |   if (strcmp((char *) buf, GIF_SIG) == 0)
      |       ^~~~~~
gif.c:21:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   20 | #include "imagetypes.h"
  +++ |+#include <string.h>
   21 | 
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o merge.o merge.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o new.o new.c
new.c: In function 'dupString':
new.c:71:30: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   71 |         d = (char *) lmalloc(strlen(s) + 1);
      |                              ^~~~~~
new.c:13:1: note: include '<string.h>' or provide a declaration of 'strlen'
   12 | #include "xli.h"
  +++ |+#include <string.h>
   13 | 
new.c:71:30: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   71 |         d = (char *) lmalloc(strlen(s) + 1);
      |                              ^~~~~~
new.c:71:30: note: include '<string.h>' or provide a declaration of 'strlen'
new.c:72:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
   72 |         strcpy(d, s);
      |         ^~~~~~
new.c:72:9: note: include '<string.h>' or provide a declaration of 'strcpy'
new.c:72:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
new.c:72:9: note: include '<string.h>' or provide a declaration of 'strcpy'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o pcx.o pcx.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o misc.o misc.c
misc.c: In function 'bfill':
misc.c:304:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  304 |         b = (0 - (int) s) & (sizeof(unsigned long) - 1);
      |                  ^
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o path.o path.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o pbm.o pbm.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o root.o root.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o jpeg.o jpeg.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o options.o options.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o rle.o rle.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o value.o value.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o smooth.o smooth.c
smooth.c: In function 'doSmooth':
smooth.c:32:32: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   32 |   dest->title= (char *)lmalloc(strlen(src->title) + 12);
      |                                ^~~~~~
smooth.c:14:1: note: include '<string.h>' or provide a declaration of 'strlen'
   13 | #include "xli.h"
  +++ |+#include <string.h>
   14 | 
smooth.c:32:32: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   32 |   dest->title= (char *)lmalloc(strlen(src->title) + 12);
      |                                ^~~~~~
smooth.c:32:32: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o rotate.o rotate.c
rotate.c: In function 'rotate':
rotate.c:171:42: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  171 |         dimage->title = (char *) lmalloc(strlen(iimage->title) + 40);
      |                                          ^~~~~~
rotate.c:10:1: note: include '<string.h>' or provide a declaration of 'strlen'
    9 | #include "xli.h"
  +++ |+#include <string.h>
   10 | 
rotate.c:171:42: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  171 |         dimage->title = (char *) lmalloc(strlen(iimage->title) + 40);
      |                                          ^~~~~~
rotate.c:171:42: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o sunraster.o sunraster.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o rlelib.o rlelib.c
rlelib.c: In function 'buildmap':
rlelib.c:331:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  331 |         cmap[0] = (rle_pixel *)(nmap +1);
      |                   ^
rlelib.c:355:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  355 |             cmap[0] = (rle_pixel *)(nmap+1);
      |                       ^
rlelib.c:371:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  371 |             cmap[0] = (rle_pixel *)(nmap+1);
      |                       ^
rlelib.c:391:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  391 |             cmap[0] = (rle_pixel *)(nmap+1);
      |                       ^
rlelib.c: In function 'freemap':
rlelib.c:437:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  437 |         j = (int)cmap[-1]-1;    /* recover size of cmap */
      |             ^
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o xbitmap.o xbitmap.c
xbitmap.c: In function 'isXbitmap':
xbitmap.c:75:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   75 |     if (strlen(line) == MAX_SIZE-1) {
      |         ^~~~~~
xbitmap.c:20:1: note: include '<string.h>' or provide a declaration of 'strlen'
   19 | #include <ctype.h>
  +++ |+#include <string.h>
   20 | 
xbitmap.c:75:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   75 |     if (strlen(line) == MAX_SIZE-1) {
      |         ^~~~~~
xbitmap.c:75:9: note: include '<string.h>' or provide a declaration of 'strlen'
xbitmap.c:88:12: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   88 |       if (!strcmp("width", type))
      |            ^~~~~~
xbitmap.c:88:12: note: include '<string.h>' or provide a declaration of 'strcmp'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o xli.o xli.c
xli.c: In function 'main':
xli.c:133:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  133 |         if (!strcmp(tail(argv[0]), "xview")) {
      |              ^~~~~~
xli.c:21:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   20 | #include <signal.h>
  +++ |+#include <string.h>
   21 | 
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o window.o window.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o zoom.o zoom.c
zoom.c: In function 'zoom':
zoom.c:78:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
   78 |     strcpy(buf,oimage->title);
      |     ^~~~~~
zoom.c:13:1: note: include '<string.h>' or provide a declaration of 'strcpy'
   12 | #include "xli.h"
  +++ |+#include <string.h>
   13 | 
zoom.c:78:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
   78 |     strcpy(buf,oimage->title);
      |     ^~~~~~
zoom.c:78:5: note: include '<string.h>' or provide a declaration of 'strcpy'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o xpixmap.o xpixmap.c
In file included from /usr/include/strings.h:144,
                 from ddxli.h:29,
                 from xli.h:20,
                 from xpixmap.c:20:
In function 'bzero',
    inlined from 'xpixmapLoad' at xpixmap.c:493:2:
/usr/include/bits/strings_fortified.h:32:10: warning: '__builtin_memset' specified bound 18446744072635809796 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
   32 |   (void) __builtin___memset_chk (__dest, '\0', __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   33 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o zio.o zio.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o ddxli.o ddxli.c
ddxli.c: In function 'saParseXColor':
ddxli.c:135:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  135 |         n = strlen(spec);
      |             ^~~~~~
ddxli.c:111:1: note: include '<string.h>' or provide a declaration of 'strlen'
  110 | #include "rgbtab.h"             /* Equivalent of an X color table */
  +++ |+#include <string.h>
  111 | 
ddxli.c:135:13: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  135 |         n = strlen(spec);
      |             ^~~~~~
ddxli.c:135:13: note: include '<string.h>' or provide a declaration of 'strlen'
ddxli.c:198:37: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  198 |                                 if (strcmp(spec, tp->name) == 0) {
      |                                     ^~~~~~
ddxli.c:198:37: note: include '<string.h>' or provide a declaration of 'strcmp'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o send.o send.c
send.c: In function 'imageToXImage':
send.c:594:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  594 |         memcpy(dst, src, rowbytes);
      |         ^~~~~~
send.c:15:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   14 | #include <assert.h>
  +++ |+#include <string.h>
   15 | 
send.c:594:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  594 |         memcpy(dst, src, rowbytes);
      |         ^~~~~~
send.c:594:9: note: include '<string.h>' or provide a declaration of 'memcpy'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o xwd.o xwd.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o tga.o tga.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o xlito.o xlito.c
xlito.c: In function 'main':
xlito.c:211:39: warning: '%04d' directive writing between 4 and 11 bytes into a region of size 5 [-Wformat-overflow=]
  211 |                         sprintf(tt+1,"%04d",tlen);
      |                                       ^~~~
xlito.c:211:38: note: directive argument in the range [-2147483648, 985]
  211 |                         sprintf(tt+1,"%04d",tlen);
      |                                      ^~~~~~
In file included from /usr/include/stdio.h:888,
                 from xlito.c:2:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 12 bytes into a destination of size 5
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o png.o png.c
png.c: In function 'describe_png':
png.c:44:29: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'png_uint_32' {aka 'unsigned int'} [-Wformat=]
   44 |         printf("%s is a%s %lux%lu %d bit deep %s PNG image",
      |                           ~~^
      |                             |
      |                             long unsigned int
      |                           %u
......
   47 |                 png_get_image_width(png, info),
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 png_uint_32 {aka unsigned int}
png.c:44:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'png_uint_32' {aka 'unsigned int'} [-Wformat=]
   44 |         printf("%s is a%s %lux%lu %d bit deep %s PNG image",
      |                               ~~^
      |                                 |
      |                                 long unsigned int
      |                               %u
......
   48 |                 png_get_image_height(png, info),
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 png_uint_32 {aka unsigned int}
png.c: In function 'pngLoad':
png.c:314:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  314 |                         if (!strcmp(text[i].key, TITLE_KEYWORD))
      |                              ^~~~~~
png.c:12:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   11 | #include <assert.h>
  +++ |+#include <string.h>
   12 | 
rm -f xlito
gcc -o xlito -O2 -fno-strict-aliasing   -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -L/usr/lib64   xlito.o    -lm   
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o bmp.o bmp.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o reduce.o reduce.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables   -c -o pcd.o pcd.c
pcd.c: In function 'read_pcdHeader':
pcd.c:132:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  132 |         if (strcmp(hp->magic, "PCD_IPI") != 0)
      |             ^~~~~~
pcd.c:15:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   14 | #include "pcd.h"
  +++ |+#include <string.h>
   15 | 
pcd.c: In function 'gethufftable':
pcd.c:788:15: warning: passing argument 1 of 'bfill' from incompatible pointer type [-Wincompatible-pointer-types]
  788 |         bfill(hufftab, sizeof(huff) * (1 << 12), 0xff);
      |               ^~~~~~~
      |               |
      |               huff *
In file included from xli.h:20,
                 from pcd.c:12:
ddxli.h:49:18: note: expected 'char *' but argument is of type 'huff *'
   49 | void bfill(char *s, int n, int c);
      |            ~~~~~~^
rm -f xli
gcc -o xli -O2 -fno-strict-aliasing   -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -L/usr/lib64   bright.o clip.o cmuwmrast.o compress.o dither.o faces.o fbm.o fill.o  g3.o gif.o halftone.o imagetypes.o img.o mac.o mcidas.o mc_tables.o merge.o misc.o new.o options.o path.o pbm.o pcx.o reduce.o jpeg.o rle.o rlelib.o root.o rotate.o send.o smooth.o sunraster.o  value.o window.o xbitmap.o xli.o xpixmap.o xwd.o zio.o zoom.o ddxli.o tga.o bmp.o pcd.o png.o -DHAS_MEMCPY -lXext -lX11   -ljpeg -lpng -lz   -lm   
rm -f xli._man
if test -z "" ; then \
   cd `dirname xli` && \
   ln -s `basename xli.man` `basename xli._man`; \
else \
      	     cpp -undef -traditional  -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org"  \
     < xli.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d' 			-e '/^#line  *[0-9][0-9]*  *.*$/d' 			-e '/^[ 	]*XCOMM$/s/XCOMM/#/' 			-e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' 			-e '/^[ 	]*XHASH/s/XHASH/#/' 			-e '/\@\@$/s/\@\@$/\\/' >xli._man; \
fi
rm -f xlito._man
if test -z "" ; then \
   cd `dirname xlito` && \
   ln -s `basename xlito.man` `basename xlito._man`; \
else \
      	     cpp -undef -traditional  -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org"  \
     < xlito.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d' 			-e '/^#line  *[0-9][0-9]*  *.*$/d' 			-e '/^[ 	]*XCOMM$/s/XCOMM/#/' 			-e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' 			-e '/^[ 	]*XHASH/s/XHASH/#/' 			-e '/\@\@$/s/\@\@$/\\/' >xlito._man; \
fi
+ for i in xli xlito
+ cp -f xli.man xli.1
+ for i in xli xlito
+ cp -f xlito.man xlito.1
+ cp -f xliguide.man xliguide.5
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NPX0YJ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64
+ cd xli-2006-11-10
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/
+ make install SYSPATHFILE=/home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli BINDIR=/home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin
install -c   xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xli
install -c   xlito /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xlito
*** Creating default /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli since you
*** don't have one. This file is used to set up default places
*** and names to look for images.  You probably want to edit
*** it for your site.  See the xloadimage manual page for
*** details on the contents of this file.
cp /dev/null /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli
echo "path=/usr/include/bitmaps /usr/include/images" 		>> /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli
echo "extension=.gif .jpg .rle .csun .msun .sun .face .xbm .bm" 		>>/home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli
chmod a+r /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/etc/X11/app-defaults/Xli
rm -f /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xview /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xsetbg
ln -s /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xview
ln -s /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xsetbg
install in . done
+ for i in *.1
+ install -m644 xli.1 -D /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/man/man1/xli.1
+ for i in *.1
+ install -m644 xlito.1 -D /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/man/man1/xlito.1
+ install -m644 xliguide.5 -D /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/man/man5/xliguide.5
+ ln -sf xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xsetbg
+ ln -sf xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xview
+ ln -sf xli /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xloadimage
+ chmod 644 README README.xloadimage
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 20061110-15.mga9 --unique-debug-suffix -20061110-15.mga9.aarch64 --unique-debug-src-base xli-20061110-15.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/xli-2006-11-10

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xli
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/bin/xlito
dwz: ./usr/bin/xli-20061110-15.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/bin/xlito-20061110-15.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 724kB, size after compression: 724kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match.
1133 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: xli-20061110-15.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.muGiis
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd xli-2006-11-10
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/doc/xli
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/doc/xli
+ cp -pr chkgamma.jpg /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/doc/xli
+ cp -pr README README.xloadimage /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/doc/xli
+ cp -pr ABOUTGAMMA /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64/usr/share/doc/xli
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(xli) = 20061110-15.mga9 xli = 20061110-15.mga9 xli(aarch-64) = 20061110-15.mga9 xloadimage
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) libX11.so.6()(64bit) libXext.so.6()(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) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit)
Obsoletes: xloadimage
Processing files: xli-debugsource-20061110-15.mga9.aarch64
Provides: xli-debugsource = 20061110-15.mga9 xli-debugsource(aarch-64) = 20061110-15.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: xli-debuginfo-20061110-15.mga9.aarch64
Provides: debuginfo(build-id) = 0ef7f4d8ed44e3b4fb7b5312d5ddf4c04e70c68d debuginfo(build-id) = 92b7918a7924bbd9b71563920c94373dc337b48e xli-debuginfo = 20061110-15.mga9 xli-debuginfo(aarch-64) = 20061110-15.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: xli-debugsource(aarch-64) = 20061110-15.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xli-20061110-15.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xli-debuginfo-20061110-15.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/xli-debugsource-20061110-15.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MK17vg
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd xli-2006-11-10
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/xli-20061110-15.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.j2YfCy
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf xli-2006-11-10
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!