D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/wcstools-3.9.5-2.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qKWsxQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf wcstools-3.9.5
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wcstools-3.9.5.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd wcstools-3.9.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wcstools-3.9.4-rename-shlib.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ grep -rl '59 Temple Place, Suite 330, Boston, MA  02111-1307  USA' '--include=*.c' '--include=*.h'
+ xargs -i@ sed -i 's/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA./g' @
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7e2zZP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ CPPFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ /usr/bin/make
/usr/bin/make CC=gcc -C libwcs
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/wcstools-3.9.5/libwcs'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imsetwcs.o imsetwcs.c
imsetwcs.c: In function 'SetWCSFITS':
imsetwcs.c:238:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  238 |      fprintf (stderr, "Could not calloc %d bytes for gnum\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
  239 |        nbin*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~                
      |            |
      |            long unsigned int
imsetwcs.c:243:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  243 |      fprintf (stderr, "Could not calloc %d bytes for gx\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
  244 |        nbin*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~                
      |            |
      |            long unsigned int
imsetwcs.c:246:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  246 |      fprintf (stderr, "Could not calloc %d bytes for gy\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
  247 |        nbin*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~                
      |            |
      |            long unsigned int
imsetwcs.c:249:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  249 |      fprintf (stderr, "Could not calloc %d bytes for goff\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
  250 |        nbin*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~                
      |            |
      |            long unsigned int
imsetwcs.c:312:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  312 |  fprintf (stderr, "Could not calloc %d bytes for gnum\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  313 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:315:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  315 |  fprintf (stderr, "Could not calloc %d bytes for gra\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  316 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:318:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  318 |  fprintf (stderr, "Could not calloc %d bytes for gdec\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  319 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:321:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  321 |  fprintf (stderr, "Could not calloc %d bytes for gpra\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  322 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:324:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  324 |  fprintf (stderr, "Could not calloc %d bytes for gpdec\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  325 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:327:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  327 |  fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  328 |    nmagmax*sizeof(double *));
      |    ~~~~~~~~~~~~~~~~~~~~~~~~           
      |           |
      |           long unsigned int
imsetwcs.c:332:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  332 |   fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                      ~^
      |                                       |
      |                                       int
      |                                      %ld
  333 |       ngmax*sizeof(double));
      |       ~~~~~~~~~~~~~~~~~~~~             
      |            |
      |            long unsigned int
imsetwcs.c:337:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  337 |  fprintf (stderr, "Could not calloc %d bytes for gc\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  338 |    ngmax*sizeof(int));
      |    ~~~~~~~~~~~~~~~~~                  
      |         |
      |         long unsigned int
imsetwcs.c:340:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  340 |  fprintf (stderr, "Could not calloc %d bytes for obj\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  341 |    ngmax*sizeof(char *));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:377:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  377 |  fprintf (stderr, "Could not calloc %d bytes for gx\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  378 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:380:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  380 |  fprintf (stderr, "Could not calloc %d bytes for gy\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  381 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
imsetwcs.c:383:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  383 |  fprintf (stderr, "Could not calloc %d bytes for gy\n",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %ld
  384 |    ngmax*sizeof(double));
      |    ~~~~~~~~~~~~~~~~~~~~               
      |         |
      |         long unsigned int
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imgetwcs.o imgetwcs.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o matchstar.o matchstar.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o findstar.o findstar.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o daoread.o daoread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o wcscon.o wcscon.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o fitswcs.o fitswcs.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o wcsinit.o wcsinit.c
wcsinit.c: In function 'wcsinitc':
wcsinit.c:871:68: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 7 [-Wformat-overflow=]
  871 |  (void)sprintf (wcs->center,"%2.0f:%2.0f:%5.3f %c%2.0f:%2.0f:%5.3f %s",
      |                                                                    ^~
In file included from /usr/include/stdio.h:867,
                 from wcsinit.c:43:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1907 bytes into a destination of size 32
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wcsinit.c:714:32: warning: '%1d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
  714 |    sprintf (keyword, "PC00%1d00%1d", i+1, j+1);
      |                                ^~~
wcsinit.c:714:22: note: directive argument in the range [-2147483647, 2147483647]
  714 |    sprintf (keyword, "PC00%1d00%1d", i+1, j+1);
      |                      ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from wcsinit.c:43:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 28 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wcsinit.c:730:29: warning: '%1d' directive writing between 1 and 11 bytes into a region of size between 3 and 12 [-Wformat-overflow=]
  730 |    sprintf (keyword, "PC%1d_%1d", i+1, j+1);
      |                             ^~~
wcsinit.c:730:22: note: directive argument in the range [-2147483647, 2147483647]
  730 |    sprintf (keyword, "PC%1d_%1d", i+1, j+1);
      |                      ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from wcsinit.c:43:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o wcs.o wcs.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o ty2read.o ty2read.c
ty2read.c: In function 'ty2star':
ty2read.c:1342:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
 1342 |  fprintf (stderr, "TY2STAR:  %d / %d bytes read for star %d\n",
      |                              ~^
      |                               |
      |                               int
      |                              %ld
 1343 |    sc->catlast - line, sc->nbent, istar);
      |    ~~~~~~~~~~~~~~~~~~          
      |                |
      |                long int
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o webread.o webread.c
webread.c: In function 'encodeURL':
webread.c:1048:6: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration]
 1048 |  if (isalnum(*pstr) || *pstr == '-' || *pstr == '_' || *pstr == '.' || *pstr == '~' || *pstr == '/' || *pstr == '?')
      |      ^~~~~~~
webread.c: In function 'webbuff':
webread.c:674:12: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
  674 |     (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:725:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
  725 |  (void) fscanf(sok, "%*s %d %*s\r\n", &status);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:770:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  770 |      (void) fgets (linebuff, LINE, sok);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:810:20: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  810 |             (void) fread (buff, 1, lchunk, sok);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c: In function 'webrnum':
webread.c:346:37: warning: '%s' directive writing up to 1023 bytes into a region of size 1010 [-Wformat-overflow=]
  346 |  sprintf (srchurl, "?catalog=%s&num=%s&ndec=4&outsys=%s",refcatname,numlist,csys);
      |                                     ^~                              ~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from webread.c:31:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 30 or more bytes (assuming 1084) into a destination of size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o tmcread.o tmcread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o gscread.o gscread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o gsc2read.o gsc2read.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o ujcread.o ujcread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o uacread.o uacread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o ubcread.o ubcread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o ucacread.o ucacread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o sdssread.o sdssread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o tabread.o tabread.c
tabread.c: In function 'tabopen':
tabread.c:2182:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
 2182 |  (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tabread.c: In function 'gettabline':
tabread.c:2264:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
 2264 |   (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o binread.o binread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o ctgread.o ctgread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o actread.o actread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o catutil.o catutil.c
catutil.c: In function 'CatNum':
catutil.c:1300:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=]
 1300 |      sprintf (nform,"%%%d.%df", nndec+5, nndec);
      |                           ^~
catutil.c:1300:21: note: directive argument in the range [1, 2147483647]
 1300 |      sprintf (nform,"%%%d.%df", nndec+5, nndec);
      |                     ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from catutil.c:106:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
catutil.c:1298:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=]
 1298 |      sprintf (nform,"%%0%d.%df", -nnfld, nndec);
      |                            ^~
catutil.c:1298:21: note: directive argument in the range [1, 2147483647]
 1298 |      sprintf (nform,"%%0%d.%df", -nnfld, nndec);
      |                     ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from catutil.c:106:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
catutil.c:1296:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=]
 1296 |      sprintf (nform,"%%%d.%df", nnfld, nndec);
      |                           ^~
catutil.c:1296:21: note: directive argument in the range [1, 2147483647]
 1296 |      sprintf (nform,"%%%d.%df", nnfld, nndec);
      |                     ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from catutil.c:106:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o skybotread.o skybotread.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imrotate.o imrotate.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o fitsfile.o fitsfile.c
fitsfile.c: In function 'fitsrhead':
fitsfile.c:293:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
  293 |      fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead);
      |                                  ~^                    ~~~~~~
      |                                   |                    |
      |                                   int                  off_t {aka long int}
      |                                  %ld
fitsfile.c: In function 'fitsrthead':
fitsfile.c:1230:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 1230 |  sprintf (tname, "TTYPE%d", ifield+1);;
      |                        ^~
fitsfile.c:1230:18: note: directive argument in the range [1, 2147483647]
 1230 |  sprintf (tname, "TTYPE%d", ifield+1);;
      |                  ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from fitsfile.c:81:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fitsfile.c:1246:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 1246 |      sprintf (tname, "TBCOL%d", ifield+1);
      |                            ^~
fitsfile.c:1246:22: note: directive argument in the range [1, 2147483647]
 1246 |      sprintf (tname, "TBCOL%d", ifield+1);
      |                      ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from fitsfile.c:81:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fitsfile.c:1253:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 1253 |  sprintf (tname, "TFORM%d", ifield+1);;
      |                        ^~
fitsfile.c:1253:18: note: directive argument in the range [1, 2147483647]
 1253 |  sprintf (tname, "TFORM%d", ifield+1);;
      |                  ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from fitsfile.c:81:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imhfile.o imhfile.c
imhfile.c: In function 'irafwhead':
imhfile.c:913:12: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  913 |     (void) ftruncate (fd, nbhead);
      |            ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from imhfile.c:83:
In function 'strncat',
    inlined from 'same_path' at imhfile.c:1078:8:
/usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o hget.o hget.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o hput.o hput.c
hput.c: In function 'hputnr8':
hput.c:156:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=]
  156 |  sprintf (format, "%%.%df", ndec);
      |                       ^~
hput.c:156:19: note: directive argument in the range [0, 2147483647]
  156 |  sprintf (format, "%%.%df", ndec);
      |                   ^~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c:149:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=]
  149 |  sprintf (format, "%%.%dg", -ndec);
      |                       ^~
hput.c:149:19: note: directive argument in the range [1, 2147483647]
  149 |  sprintf (format, "%%.%dg", -ndec);
      |                   ^~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from hput.c:53:
In function 'strncpy',
    inlined from 'hputs' at hput.c:375:5:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c: In function 'hputs':
hput.c:369:19: note: length computed here
  369 |     lcval = (int) strlen (cval);
      |                   ^~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from hput.c:53:
In function 'strncpy',
    inlined from 'hadd' at hput.c:824:5:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c: In function 'hadd':
hput.c:823:18: note: length computed here
  823 |     lkey = (int) strlen (keyword);
      |                  ^~~~~~~~~~~~~~~~
hput.c: In function 'deg2str':
hput.c:1197:23: warning: '%4d' directive writing between 4 and 11 bytes into a region of size 7 [-Wformat-overflow=]
 1197 |  sprintf (degform, "%%%4d", field);
      |                       ^~~
hput.c:1197:20: note: directive argument in the range [-2147483644, 2147483647]
 1197 |  sprintf (degform, "%%%4d", field);
      |                    ^~~~~~~
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 13 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c:1193:23: warning: '%d' directive writing between 1 and 11 bytes into a region of size 7 [-Wformat-overflow=]
 1193 |  sprintf (degform, "%%%d.%df", field, ndec);
      |                       ^~
hput.c:1193:20: note: directive argument in the range [-2147483644, 2147483647]
 1193 |  sprintf (degform, "%%%d.%df", field, ndec);
      |                    ^~~~~~~~~~
hput.c:1193:20: note: directive argument in the range [1, 2147483647]
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c: In function 'num2str':
hput.c:1238:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=]
 1238 |      sprintf (numform, "%%.%df", ndec);
      |                            ^~
hput.c:1238:24: note: directive argument in the range [1, 2147483647]
 1238 |      sprintf (numform, "%%.%df", ndec);
      |                        ^~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c:1232:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 1232 |      sprintf (numform, "%%%dd", field);
      |                           ^~
hput.c:1232:24: note: directive argument in the range [1, 2147483647]
 1232 |      sprintf (numform, "%%%dd", field);
      |                        ^~~~~~~
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hput.c:1228:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 1228 |      sprintf (numform, "%%%d.%df", field, ndec);
      |                           ^~
hput.c:1228:24: note: directive argument in the range [1, 2147483647]
 1228 |      sprintf (numform, "%%%d.%df", field, ndec);
      |                        ^~~~~~~~~~
hput.c:1228:24: note: directive argument in the range [1, 2147483647]
In file included from /usr/include/stdio.h:867,
                 from hput.c:54:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imio.o imio.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o dateutil.o dateutil.c
dateutil.c: In function 'lt2fd':
dateutil.c:885:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=]
  885 |     sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d",
      |                                                ^
In file included from /usr/include/stdio.h:867,
                 from dateutil.c:308:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dateutil.c: In function 'dt2fd':
dateutil.c:447:23: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 31 [-Wformat-overflow=]
  447 |  sprintf (string, "%sT%s", dstring, tstring);
      |                       ^~            ~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from dateutil.c:308:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 64 bytes into a destination of size 32
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dateutil.c: In function 'ut2fd':
dateutil.c:3194:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=]
 3194 |     sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d",
      |                                                ^
In file included from /usr/include/stdio.h:867,
                 from dateutil.c:308:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o imutil.o imutil.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o worldpos.o worldpos.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o tnxpos.o tnxpos.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o zpxpos.o zpxpos.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o dsspos.o dsspos.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o platepos.o platepos.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o sortstar.o sortstar.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o platefit.o platefit.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o iget.o iget.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o fileutil.o fileutil.c
fileutil.c: In function 'next_line':
fileutil.c:357:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  357 |      (void) fgets (line, ncmax, diskfile);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fileutil.c: In function 'first_token':
fileutil.c:393:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  393 |      (void) fgets (token, ncmax, diskfile);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o wcslib.o wcslib.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o lin.o lin.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o cel.o cel.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o proj.o proj.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o sph.o sph.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o wcstrig.o wcstrig.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o distort.o distort.c
distort.c: In function 'distortinit':
distort.c:77:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 8 [-Wformat-overflow=]
   77 |    sprintf (keyword, "A_%d_%d", i, j);
      |                            ^~
distort.c:77:22: note: directive argument in the range [0, 2147483646]
   77 |    sprintf (keyword, "A_%d_%d", i, j);
      |                      ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:94:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 8 [-Wformat-overflow=]
   94 |    sprintf (keyword, "B_%d_%d", i, j);
      |                            ^~
distort.c:94:22: note: directive argument in the range [0, 2147483646]
   94 |    sprintf (keyword, "B_%d_%d", i, j);
      |                      ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:111:29: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 7 [-Wformat-overflow=]
  111 |    sprintf (keyword, "AP_%d_%d", i, j);
      |                             ^~
distort.c:111:22: note: directive argument in the range [0, 2147483646]
  111 |    sprintf (keyword, "AP_%d_%d", i, j);
      |                      ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 26 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:128:29: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 7 [-Wformat-overflow=]
  128 |    sprintf (keyword, "BP_%d_%d", i, j);
      |                             ^~
distort.c:128:22: note: directive argument in the range [0, 2147483646]
  128 |    sprintf (keyword, "BP_%d_%d", i, j);
      |                      ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 26 bytes into a destination of size 12
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c: In function 'DelDistort':
distort.c:160:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=]
  160 |   sprintf (keyword, "A_%d_%d", i, j);
      |                           ^~
distort.c:160:21: note: directive argument in the range [0, 2147483647]
  160 |   sprintf (keyword, "A_%d_%d", i, j);
      |                     ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:172:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=]
  172 |   sprintf (keyword, "AP_%d_%d", i, j);
      |                            ^~
distort.c:172:21: note: directive argument in the range [0, 2147483647]
  172 |   sprintf (keyword, "AP_%d_%d", i, j);
      |                     ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:184:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=]
  184 |   sprintf (keyword, "B_%d_%d", i, j);
      |                           ^~
distort.c:184:21: note: directive argument in the range [0, 2147483647]
  184 |   sprintf (keyword, "B_%d_%d", i, j);
      |                     ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distort.c:196:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=]
  196 |   sprintf (keyword, "BP_%d_%d", i, j);
      |                            ^~
distort.c:196:21: note: directive argument in the range [0, 2147483647]
  196 |   sprintf (keyword, "BP_%d_%d", i, j);
      |                     ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from distort.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -c -o poly.o poly.c
gcc  -shared -o libwcstools.so.1.0.0 -Wl,-soname,libwcstools.so.1 imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm
ln -s libwcstools.so.1.0.0 libwcstools.so.1
ln -s libwcstools.so.1.0.0 libwcstools.so
ar rv libwcstools.a imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o
ar: creating libwcstools.a
a - imsetwcs.o
a - imgetwcs.o
a - matchstar.o
a - findstar.o
a - daoread.o
a - wcscon.o
a - fitswcs.o
a - wcsinit.o
a - wcs.o
a - ty2read.o
a - webread.o
a - tmcread.o
a - gscread.o
a - gsc2read.o
a - ujcread.o
a - uacread.o
a - ubcread.o
a - ucacread.o
a - sdssread.o
a - tabread.o
a - binread.o
a - ctgread.o
a - actread.o
a - catutil.o
a - skybotread.o
a - imrotate.o
a - fitsfile.o
a - imhfile.o
a - hget.o
a - hput.o
a - imio.o
a - dateutil.o
a - imutil.o
a - worldpos.o
a - tnxpos.o
a - zpxpos.o
a - dsspos.o
a - platepos.o
a - sortstar.o
a - platefit.o
a - iget.o
a - fileutil.o
a - wcslib.o
a - lin.o
a - cel.o
a - proj.o
a - sph.o
a - wcstrig.o
a - distort.o
a - poly.o
ranlib libwcstools.a
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/wcstools-3.9.5/libwcs'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/cphead cphead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/delhead delhead.c -L libwcs -lwcstools -lm
delhead.c: In function 'DelKeywords':
delhead.c:388:21: warning: '%03d' directive writing between 3 and 10 bytes into a region of size 9 [-Wformat-overflow=]
  388 |   sprintf (kwi, "%s_%03d", kwd[ikwd], i++);
      |                     ^~~~
delhead.c:388:17: note: directive argument in the range [2, 2147483647]
  388 |   sprintf (kwi, "%s_%03d", kwd[ikwd], i++);
      |                 ^~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from delhead.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 12) into a destination of size 10
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/edhead edhead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/gethead gethead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/i2f i2f.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imcat imcat.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imhead imhead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/immatch immatch.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imrot imrot.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imsize imsize.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imstar imstar.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm
In file included from /usr/include/string.h:495,
                 from imwcs.c:27:
In function 'strncpy',
    inlined from 'FitWCS' at imwcs.c:744:6:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imwcs.c: In function 'FitWCS':
imwcs.c:741:10: note: length computed here
  741 |  lname = strlen (fname);
      |          ^~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/scat scat.c -L libwcs -lwcstools -lm
scat.c: In function 'ListCat':
scat.c:1236:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1236 |      fprintf (stderr, "Could not calloc %d bytes for gnum\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1237 |       ngmax*sizeof(double));
      |       ~~~~~~~~~~~~~~~~~~~~                
      |            |
      |            long unsigned int
scat.c:1239:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1239 |      fprintf (stderr, "Could not calloc %d bytes for gra\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1240 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1242:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1242 |      fprintf (stderr, "Could not calloc %d bytes for gdec\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1243 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1245:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1245 |      fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1246 |        nmagmax*sizeof(double *));
      |        ~~~~~~~~~~~~~~~~~~~~~~~~           
      |               |
      |               long unsigned int
scat.c:1250:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1250 |       fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                          ~^
      |                                           |
      |                                           int
      |                                          %ld
 1251 |         ngmax*sizeof(double));
      |         ~~~~~~~~~~~~~~~~~~~~               
      |              |
      |              long unsigned int
scat.c:1255:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1255 |      fprintf (stderr, "Could not calloc %d bytes for gc\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1256 |        ngmax*sizeof(int));
      |        ~~~~~~~~~~~~~~~~~                  
      |             |
      |             long unsigned int
scat.c:1258:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1258 |      fprintf (stderr, "Could not calloc %d bytes for gx\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1259 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1261:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1261 |      fprintf (stderr, "Could not calloc %d bytes for gy\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1262 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1264:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1264 |      fprintf (stderr, "Could not calloc %d bytes for obj\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1265 |        ngmax*sizeof(char *));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1271:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1271 |      fprintf (stderr, "Could not calloc %d bytes for path\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1272 |        ngmax*sizeof(char *));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1278:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1278 |      fprintf (stderr, "Could not calloc %d bytes for gpra\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1279 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1281:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1281 |      fprintf (stderr, "Could not calloc %d bytes for gpdec\n",
      |                                         ~^
      |                                          |
      |                                          int
      |                                         %ld
 1282 |        ngmax*sizeof(double));
      |        ~~~~~~~~~~~~~~~~~~~~               
      |             |
      |             long unsigned int
scat.c:1399:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1399 |   fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                      ~^
      |                                       |
      |                                       int
      |                                      %ld
 1400 |     nmagmax*sizeof(double *));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~           
      |            |
      |            long unsigned int
scat.c:1404:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 1404 |    fprintf (stderr, "Could not calloc %d bytes for gm\n",
      |                                       ~^
      |                                        |
      |                                        int
      |                                       %ld
 1405 |      ngmax*sizeof(double));
      |      ~~~~~~~~~~~~~~~~~~~~               
      |           |
      |           long unsigned int
scat.c: In function 'PrintNum':
scat.c:4096:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
 4096 |  sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec);
      |                     ^~
scat.c:4096:18: note: directive argument in the range [4, 2147483647]
 4096 |  sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec);
      |                  ^~~~~~~~~~
scat.c:4096:18: note: directive argument in the range [1, 2147483647]
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c: In function 'ListCat':
scat.c:3713:47: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 143 [-Wformat-overflow=]
 3713 |       sprintf (headline,"%s %s %s %6.2f %6.2f %5.2f %5.2f",
      |                                               ^~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 29 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3696:48: warning: '%6.2f' directive writing between 6 and 313 bytes into a region of size between 0 and 142 [-Wformat-overflow=]
 3696 |       sprintf (headline,"%s  %s %s %6.2f %6.2f %6.2f %6.2f",
      |                                                ^~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 1401 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3683:48: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3683 |       sprintf (headline, "%s %s %s %5.2f %5.2f %5.2f %5.2f",
      |                                                ^~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 27 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3678:48: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3678 |       sprintf (headline, "%s %s %s %5.2f %5.2f %5.2f %5.2f",
      |                                                ^~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 27 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3536:58: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3536 |              sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                                                          ^~~~
scat.c:3536:33: note: assuming directive output of 4 bytes
 3536 |              sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3524:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3524 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                                                   ^~~~
scat.c:3524:26: note: assuming directive output of 4 bytes
 3524 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3521:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3521 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f",
      |                                                   ^~~~
scat.c:3521:26: note: assuming directive output of 4 bytes
 3521 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3521:26: note: assuming directive output of 4 bytes
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 1714 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3518:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3518 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f",
      |                                                   ^~~~
scat.c:3518:26: note: assuming directive output of 4 bytes
 3518 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3518:26: note: assuming directive output of 4 bytes
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 1714 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3514:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3514 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f %2d %2d %2d",
      |                                                   ^~~~
scat.c:3514:26: note: assuming directive output of 4 bytes
 3514 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f %2d %2d %2d",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3514:26: note: assuming directive output of 4 bytes
scat.c:3514:26: note: directive argument in the range [-99, 99]
scat.c:3514:26: note: directive argument in the range [-99, 99]
scat.c:3514:26: note: directive argument in the range [-214748, 214748]
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 1730 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3496:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=]
 3496 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                                                   ^~~~
scat.c:3496:26: note: assuming directive output of 4 bytes
 3496 |       sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3473:25: warning: '	' directive writing 1 byte into a region of size between 0 and 150 [-Wformat-overflow=]
 3473 |     "%s %s %s %.2f %d %d %d",
      |                         ^
scat.c:3473:5: note: directive argument in the range [-2147483647, 2147483646]
 3473 |     "%s %s %s %.2f %d %d %d",
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 492 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scat.c:3422:55: warning: '%s' directive writing up to 31 bytes into a region of size between 23 and 133 [-Wformat-overflow=]
 3422 |   sprintf (headline, "<tr>\n<td>%s</td><td>%s</td><td>%s</td>",
      |                                                       ^~
 3423 |    numstr,rastr,decstr);
      |                 ~~~~~~                                 
In file included from /usr/include/stdio.h:867,
                 from scat.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 33 and 174 bytes into a destination of size 160
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/sethead sethead.c -L libwcs -lwcstools -lm
sethead.c: In function 'main':
sethead.c:315:17: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  315 |         if (kw1 == (char) 0)
      |                 ^~
sethead.c:315:13: note: did you mean to dereference the pointer?
  315 |         if (kw1 == (char) 0)
      |             ^
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/addpix addpix.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/getpix getpix.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/setpix setpix.c -L libwcs -lwcstools -lm
setpix.c: In function 'main':
setpix.c:579:60: warning: '%s' directive writing up to 31 bytes into a region of size 30 [-Wformat-overflow=]
  579 |   sprintf (history, "SETPIX: pixels in rows %s, columns %s %s %s",
      |                                                            ^~
  580 |        rrange[i], crange[i], opstring, value[i]);
      |                              ~~~~~~~~                       
In file included from /usr/include/stdio.h:867,
                 from setpix.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 36 or more bytes (assuming 67) into a destination of size 64
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setpix.c:576:61: warning: ' ' directive writing 1 byte into a region of size between 0 and 31 [-Wformat-overflow=]
  576 |   sprintf (history, "SETPIX: pixels in column %s, rows %s %s %s",
      |                                                             ^
In file included from /usr/include/stdio.h:867,
                 from setpix.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 35 or more bytes (assuming 66) into a destination of size 64
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setpix.c:573:61: warning: ' ' directive writing 1 byte into a region of size between 0 and 31 [-Wformat-overflow=]
  573 |   sprintf (history, "SETPIX: pixels in row %s, columns %s %s %s",
      |                                                             ^
In file included from /usr/include/stdio.h:867,
                 from setpix.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 35 or more bytes (assuming 66) into a destination of size 64
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/subpix subpix.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/conpix conpix.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/gettab gettab.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/newfits newfits.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/getfits getfits.c -L libwcs -lwcstools -lm
getfits.c: In function 'ExtractFITS.part.0.constprop':
getfits.c:625:42: warning: '%s' directive writing up to 31 bytes into a region of size between 9 and 60 [-Wformat-overflow=]
  625 |  sprintf (temp, " %d x %d centered on %s %s %s",
      |                                          ^~
  626 |    xdpix, ydpix, rastr, decstr, cstr);
      |                         ~~~~~~            
In file included from /usr/include/stdio.h:867,
                 from getfits.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 22 and 135 bytes into a destination of size 80
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imstack imstack.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imextract imextract.c -L libwcs -lwcstools -lm
imextract.c: In function 'ExtractImage':
imextract.c:385:41: warning: ' extension' directive writing 10 bytes into a region of size between 3 and 66 [-Wformat-overflow=]
  385 |      sprintf (comment, " XTENSION was %s extension", oldvalue);
      |                                         ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from imextract.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 25 and 88 bytes into a destination of size 80
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm
sumpix.c: In function 'SumPix':
sumpix.c:345:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=]
  345 |  sprintf (numform, "%%.%df", ndec);
      |                        ^~
sumpix.c:345:20: note: directive argument in the range [0, 2147483647]
  345 |  sprintf (numform, "%%.%df", ndec);
      |                    ^~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from sumpix.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/remap remap.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/getcol getcol.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/getdate getdate.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imfill imfill.c -L libwcs -lwcstools -lm
imfill.c: In function 'imFill':
imfill.c:521:47: warning: '%s' directive writing up to 127 bytes into a region of size between 96 and 106 [-Wformat-overflow=]
  521 |      sprintf (history,"%d bad pixels set from %s", nbadpix, badpixfile);
      |                                               ^~            ~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from imfill.c:24:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 160 bytes into a destination of size 128
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/imresize imresize.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/fileroot fileroot.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/filename filename.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/filext filext.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/char2sp char2sp.c libwcs/libwcstools.so
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/sp2char sp2char.c libwcs/libwcstools.so
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/crlf crlf.c
crlf.c: In function 'CRFix':
crlf.c:102:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  102 |      (void) write (1, buffer, nbr);
      |             ^~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/isnum isnum.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/isrange isrange.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/isfits isfits.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/isfile isfile.c -L libwcs -lwcstools -lm
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/simpos simpos.c -L libwcs -lwcstools -lm
simpos.c: In function 'main':
simpos.c:186:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  186 |      fgets (newobj, 32, flist);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -o bin/bincat bincat.c -L libwcs -lwcstools -lm
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EdJEiO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64
+ cd wcstools-3.9.5
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/lib64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/include/libwcs
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/man/man1
+ install -p -m 0755 bin/addpix bin/bincat bin/char2sp bin/conpix bin/cphead bin/crlf bin/delhead bin/delwcs bin/edhead bin/filename bin/fileroot bin/filext bin/fixpix bin/getcol bin/getdate bin/getfits bin/gethead bin/getpix bin/gettab bin/i2f bin/imcat bin/imextract bin/imfill bin/imhead bin/immatch bin/imresize bin/imrot bin/imsize bin/imsmooth bin/imstack bin/imstar bin/imwcs bin/isfile bin/isfits bin/isnum bin/isrange bin/keyhead bin/newfits bin/remap bin/scat bin/sethead bin/setpix bin/simpos bin/sky2xy bin/skycoor bin/sp2char bin/subpix bin/sumpix bin/wcshead bin/xy2sky /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin
+ mv /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/remap /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/wcsremap
+ cp -a libwcs/libwcstools.so libwcs/libwcstools.so.1 libwcs/libwcstools.so.1.0.0 /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/lib64
+ install -p -m 0644 libwcs/fitsfile.h libwcs/fitsfile1.h libwcs/fitshead.h libwcs/fitswcs.h libwcs/imio.h libwcs/lwcs.h libwcs/wcs.h libwcs/wcscat.h libwcs/wcscat1.h libwcs/wcslib.h /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/include/libwcs
+ install -p -m 0644 man/man1/delhead.1 man/man1/delwcs.1 man/man1/edhead.1 man/man1/getcol.1 man/man1/gethead.1 man/man1/i2f.1 man/man1/imcat.1 man/man1/imgsc.1 man/man1/imhead.1 man/man1/imrot.1 man/man1/imsize.1 man/man1/imstar.1 man/man1/imua2.1 man/man1/imusa2.1 man/man1/imwcs.1 man/man1/isnum.1 man/man1/keyhead.1 man/man1/scat.1 man/man1/sethead.1 man/man1/setpix.1 man/man1/sgsc.1 man/man1/simpos.1 man/man1/sky2xy.1 man/man1/skycoor.1 man/man1/sua2.1 man/man1/susa2.1 man/man1/wcshead.1 man/man1/wcstools.1 man/man1/xy2sky.1 /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/man/man1
+ /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 3.9.5-2.mga8 --unique-debug-suffix -3.9.5-2.mga8.aarch64 --unique-debug-src-base wcstools-3.9.5-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wcstools-3.9.5

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/addpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/edhead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/addpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/delwcs
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/delhead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/conpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/cphead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/fileroot
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/bincat
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/crlf
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/char2sp
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/filename
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/edhead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getdate
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/fileroot
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/delwcs
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/delhead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/char2sp
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/filename
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/cphead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getdate
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/conpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/fixpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/filext
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getfits
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/crlf
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getcol
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getcol
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/fixpix
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getfits
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/bincat
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/filext
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/gethead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/gettab
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getpix
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/gethead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/gettab
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/i2f
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/getpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imcat
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imextract
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/i2f
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imextract
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imcat
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imhead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/immatch
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imfill
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imhead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/immatch
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imresize
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imfill
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imresize
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imrot
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imrot
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imsize
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imsmooth
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imsmooth
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imsize
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imstack
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imstack
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imstar
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imstar
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imwcs
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/imwcs
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isfile
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isfits
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isfits
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isrange
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isrange
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isnum
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isfile
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/keyhead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/isnum
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/keyhead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/newfits
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/scat
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sethead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/newfits
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/scat
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sethead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/setpix
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/setpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/simpos
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/simpos
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sky2xy
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sky2xy
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sp2char
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sp2char
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/skycoor
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/skycoor
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/subpix
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/subpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sumpix
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/sumpix
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/wcshead
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/wcshead
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/wcsremap
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/wcsremap
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/lib64/libwcstools.so.1.0.0
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/xy2sky
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/lib64/libwcstools.so.1.0.0
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/bin/xy2sky
original debug info size: 6064kB, size after compression: 5560kB
/usr/lib/rpm/sepdebugcrcfix: Updated 51 CRC32s, 0 CRC32s did match.
6232 blocks
+ '[' -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/translate_menu
+ '[' -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/python 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: wcstools-3.9.5-2.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dYn6NS
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/wcstools
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/wcstools
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/wcstools
+ cp -pr Readme /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/wcstools
+ cp -pr Programs /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/wcstools
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Tdwz9Q
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/wcstools
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/wcstools
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/wcstools
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: wcstools = 3.9.5-2.mga8 wcstools(aarch-64) = 3.9.5-2.mga8
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) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libwcstools.so.1()(64bit)
Processing files: lib64wcstools1-3.9.5-2.mga8.aarch64
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.n7n7pP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/lib64wcstools1
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/lib64wcstools1
+ cp -pr libwcs/COPYING /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/licenses/lib64wcstools1
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: lib64wcstools1 = 3.9.5-2.mga8 lib64wcstools1(aarch-64) = 3.9.5-2.mga8 libwcstools.so.1()(64bit)
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) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit)
Processing files: lib64wcstools-devel-3.9.5-2.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O9AAjP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/lib64wcstools-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/lib64wcstools-devel
+ cp -pr libwcs/NEWS /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64/usr/share/doc/lib64wcstools-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: devel(libwcstools(64bit)) lib64wcstools-devel = 3.9.5-2.mga8 lib64wcstools-devel(aarch-64) = 3.9.5-2.mga8 wcstools-devel = 3.9.5-2.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: devel(libm(64bit))
Processing files: wcstools-debugsource-3.9.5-2.mga8.aarch64
Provides: wcstools-debugsource = 3.9.5-2.mga8 wcstools-debugsource(aarch-64) = 3.9.5-2.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: wcstools-debuginfo-3.9.5-2.mga8.aarch64
Provides: debuginfo(build-id) = 014b6088ddb662c268568901f57231fb71b06cc8 debuginfo(build-id) = 0492096c675649cad93848a7e8564c3fa2b62270 debuginfo(build-id) = 16bc28b60ef382df963a3d81739586fb159ae3e7 debuginfo(build-id) = 19e0d2d854c0e1bf17032a85fcf8458afd969fe4 debuginfo(build-id) = 1f593d9185a80bb4ca3965319130af1377a39af8 debuginfo(build-id) = 20483a6b9b1d13b4e4f52fba3809631df87aa4e9 debuginfo(build-id) = 204f011fceef88fe15153e76ae41be578cc7ecd4 debuginfo(build-id) = 2a0e572971a421cddb2ae7c39c0af7341b7c3332 debuginfo(build-id) = 2e05d9b79552349e08e61589df06cde690c634dc debuginfo(build-id) = 36eb18969fbb8b580dbee46ad70cad9d038e57c5 debuginfo(build-id) = 3dedd25fc5ae2f95161ec499ce3e485c3218b14b debuginfo(build-id) = 3ef3fcba378f9e990aac396c8e8222322a75de04 debuginfo(build-id) = 45779cba1f04ad4f17b64cea5d54dccb5d1460d7 debuginfo(build-id) = 47746987d635cd3da5e63af93ae62fc71294ba9c debuginfo(build-id) = 47887322538a5c9c3a809e9b45eb838345e9e39a debuginfo(build-id) = 56aa9cf93e47b4de7f65cdd5dc61963f768ce79a debuginfo(build-id) = 57a5c2db95a7b337459baf1d4a242b24e1c4a64f debuginfo(build-id) = 5e0b74e8322513894802312a739802e2f31c24f0 debuginfo(build-id) = 6342ae84b846bc6e58b09f43cf126c2c202cc444 debuginfo(build-id) = 676982429eb46521e06c4ee8f8fea6b28bd215fe debuginfo(build-id) = 69f855f805b8e327931617c8cc5589d86d72f606 debuginfo(build-id) = 70bdd0b6e2aba05a1dabba6a937c2541977edd2f debuginfo(build-id) = 712885bde107e7eb1871e718ac16d65f647b9643 debuginfo(build-id) = 769f0b93dbe8aae8a7794f39e1bc31e423711ecf debuginfo(build-id) = 7dad7d4db6e28b381a3294d5abdb4b09f1a5a3b5 debuginfo(build-id) = 846c8105ec1a6c0796209e980ac573e4d960047c debuginfo(build-id) = 8872027b462dff03fe4237ed28ba373ac43afa91 debuginfo(build-id) = 973c28dbf7a36b06c27e075f783e890ade5c1e18 debuginfo(build-id) = a12ca8698619071b9ad6a8e6c4738b95bf599a11 debuginfo(build-id) = ac665142f6e5f841384f24fe9d71fb536732314f debuginfo(build-id) = b26a7c56a6bd77d02685d88103db15b4c4438a76 debuginfo(build-id) = b35fde9f657d6abe68fef604359f7c5695d6cefc debuginfo(build-id) = b4ceb5cf96ddd7e4a50598317dcfce5a97fbcc5e debuginfo(build-id) = b67672ea0bf63ff9f54ad5f7e06acfe3ca4e2c1f debuginfo(build-id) = c1696134d4c93070f4ffac7e748eaf07d5b50f4b debuginfo(build-id) = c2d3eca264965b06bd4edc6f0507a79761d80530 debuginfo(build-id) = c6746e6efa1d570a4908890196161132f78fe809 debuginfo(build-id) = c99c17b646e43edacde4b2566b94e2944faf6031 debuginfo(build-id) = ce965fd7ff6f7ceb3278a80f3c429bc5f447961e debuginfo(build-id) = d63f10c3bf11e2c60005eb93164d246b3b6dea9c debuginfo(build-id) = d745ea8c488c3ab4bcbdaa43749956e6905a7d11 debuginfo(build-id) = e04316851de296e34949888876968ed718322e91 debuginfo(build-id) = e132ebff2fc331cdecd158647fe5cda4e7c9f119 debuginfo(build-id) = e221561aa041db997bca0a632c2397539ee86219 debuginfo(build-id) = e5429db7aa167a85d0af8e5c99bfbcf8ce9b0741 debuginfo(build-id) = e5b61d6009e5037edd753e0a440d7eea54094376 debuginfo(build-id) = ebbcd65f3102819ab4ca7753b16069f08cb36eb4 debuginfo(build-id) = ef8edf45bb9e02a31bb72e69a07245a0bdf47712 debuginfo(build-id) = f2b968aa05d2636d09341281f9f652f054253f11 debuginfo(build-id) = f6c302ac2fda1e5ce83856ef1784856b2393eb99 wcstools-debuginfo = 3.9.5-2.mga8 wcstools-debuginfo(aarch-64) = 3.9.5-2.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: wcstools-debugsource(aarch-64) = 3.9.5-2.mga8
Processing files: lib64wcstools1-debuginfo-3.9.5-2.mga8.aarch64
Provides: debuginfo(build-id) = ff5fed594b546ba3f5602afdea16b8120a05a6c0 lib64wcstools1-debuginfo = 3.9.5-2.mga8 lib64wcstools1-debuginfo(aarch-64) = 3.9.5-2.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: wcstools-debugsource(aarch-64) = 3.9.5-2.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools-devel-3.9.5-2.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools1-3.9.5-2.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-3.9.5-2.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools1-debuginfo-3.9.5-2.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-debuginfo-3.9.5-2.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-debugsource-3.9.5-2.mga8.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MAd7lQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd wcstools-3.9.5
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.5-2.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2PEDMO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf wcstools-3.9.5
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!