D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/wcstools-3.9.6-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7UI3IS + 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.6 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wcstools-3.9.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wcstools-3.9.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/wcstools-3.9.6-rename-shlib.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + 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' @ + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VLb1fO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + '[' 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.6/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:49: 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:49: 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:49: 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:49: 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:45: 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:45: 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:45: 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:45: 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:45: 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:45: 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:53: 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:45: 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:45: 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:45: 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:45: 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:45: 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:714:53: 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:43: 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:888, from wcsinit.c:43: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 9 and 28 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ wcsinit.c:730:50: 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:43: 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:888, from wcsinit.c:43: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 In file included from /usr/include/string.h:519, from wcs.c:82: In function 'strncat', inlined from 'wcsxinit' at wcs.c:198:5: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ wcs.c: In function 'wcsxinit': wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from wcs.c:82: In function 'strncat', inlined from 'wcsxinit' at wcs.c:199:5: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ wcs.c: In function 'wcsxinit': wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^~~~~~~~~~~~~ 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:38: 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:1052:13: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] 1052 | if (isalnum(*pstr) || *pstr == '-' || *pstr == '_' || *pstr == '.' || *pstr == '~' || *pstr == '/' || *pstr == '?') | ^~~~~~~ webread.c:60:1: note: include '' or provide a declaration of 'isalnum' 59 | #include +++ |+#include 60 | #endif webread.c: In function 'webbuff': webread.c:678:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 678 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:729:16: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 729 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:774:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 774 | (void) fgets (linebuff, LINE, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:814:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 814 | (void) fread (buff, 1, lchunk, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:16: 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:24: 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:34: 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:28: note: directive argument in the range [1, 2147483647] 1300 | sprintf (nform,"%%%d.%df", nndec+5, nndec); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ catutil.c:1298:35: 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:28: note: directive argument in the range [1, 2147483647] 1298 | sprintf (nform,"%%0%d.%df", -nnfld, nndec); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ catutil.c:1296:34: 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:28: note: directive argument in the range [1, 2147483647] 1296 | sprintf (nform,"%%%d.%df", nnfld, nndec); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:42: 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:31: 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:25: note: directive argument in the range [1, 2147483647] 1230 | sprintf (tname, "TTYPE%d", ifield+1);; | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ fitsfile.c:1246:35: 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:29: note: directive argument in the range [1, 2147483647] 1246 | sprintf (tname, "TBCOL%d", ifield+1); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ fitsfile.c:1253:31: 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:25: note: directive argument in the range [1, 2147483647] 1253 | sprintf (tname, "TFORM%d", ifield+1);; | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:519, from imhfile.c:83: In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | __glibc_objsize (__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:30: 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:26: note: directive argument in the range [0, 2147483647] 156 | sprintf (format, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c:149:30: 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:26: note: directive argument in the range [1, 2147483647] 149 | sprintf (format, "%%.%dg", -ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c: In function 'deg2str': hput.c:1202:30: warning: '%4d' directive writing between 4 and 11 bytes into a region of size 7 [-Wformat-overflow=] 1202 | sprintf (degform, "%%%4d", field); | ^~~ hput.c:1202:27: note: directive argument in the range [-2147483644, 2147483647] 1202 | sprintf (degform, "%%%4d", field); | ^~~~~~~ In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 13 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c:1198:30: warning: '%d' directive writing between 1 and 11 bytes into a region of size 7 [-Wformat-overflow=] 1198 | sprintf (degform, "%%%d.%df", field, ndec); | ^~ hput.c:1198:27: note: directive argument in the range [-2147483644, 2147483647] 1198 | sprintf (degform, "%%%d.%df", field, ndec); | ^~~~~~~~~~ hput.c:1198:27: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c: In function 'num2str': hput.c:1243:35: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 1243 | sprintf (numform, "%%.%df", ndec); | ^~ hput.c:1243:31: note: directive argument in the range [1, 2147483647] 1243 | sprintf (numform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c:1237:34: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1237 | sprintf (numform, "%%%dd", field); | ^~ hput.c:1237:31: note: directive argument in the range [1, 2147483647] 1237 | sprintf (numform, "%%%dd", field); | ^~~~~~~ In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hput.c:1233:34: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1233 | sprintf (numform, "%%%d.%df", field, ndec); | ^~ hput.c:1233:31: note: directive argument in the range [1, 2147483647] 1233 | sprintf (numform, "%%%d.%df", field, ndec); | ^~~~~~~~~~ hput.c:1233:31: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:888, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:928:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 928 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", | ^ In file included from /usr/include/stdio.h:888, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dateutil.c: In function 'dt2fd': dateutil.c:490:30: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 31 [-Wformat-overflow=] 490 | sprintf (string, "%sT%s", dstring, tstring); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:888, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 64 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dateutil.c: In function 'ut2fd': dateutil.c:3239:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 3239 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", | ^ In file included from /usr/include/stdio.h:888, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:20: 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:20: 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:49: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 7 and 8 [-Wformat-overflow=] 77 | sprintf (keyword, "A_%d_%d", i, j); | ^~ distort.c:77:43: note: directive argument in the range [0, 2147483647] 77 | sprintf (keyword, "A_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:94:49: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 7 and 8 [-Wformat-overflow=] 94 | sprintf (keyword, "B_%d_%d", i, j); | ^~ distort.c:94:43: note: directive argument in the range [0, 2147483647] 94 | sprintf (keyword, "B_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:111:50: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 6 and 7 [-Wformat-overflow=] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~ distort.c:111:43: note: directive argument in the range [0, 2147483647] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 17 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:128:50: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 6 and 7 [-Wformat-overflow=] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~ distort.c:128:43: note: directive argument in the range [0, 2147483647] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 17 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c: In function 'DelDistort': distort.c:160:41: 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:35: note: directive argument in the range [0, 2147483647] 160 | sprintf (keyword, "A_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:172:42: 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:35: note: directive argument in the range [0, 2147483647] 172 | sprintf (keyword, "AP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:184:41: 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:35: note: directive argument in the range [0, 2147483647] 184 | sprintf (keyword, "B_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ distort.c:196:42: 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:35: note: directive argument in the range [0, 2147483647] 196 | sprintf (keyword, "BP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:888, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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.6/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:35: 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:31: note: directive argument in the range [2, 2147483647] 388 | sprintf (kwi, "%s_%03d", kwd[ikwd], i++); | ^~~~~~~~~ In file included from /usr/include/stdio.h:888, from delhead.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 12) into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 gethead.c: In function 'PrintValues': gethead.c:1141:40: warning: too many arguments for format [-Wformat-extra-args] 1141 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1143:40: warning: too many arguments for format [-Wformat-extra-args] 1143 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:1298:32: warning: too many arguments for format [-Wformat-extra-args] 1298 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1300:32: warning: too many arguments for format [-Wformat-extra-args] 1300 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ 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 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:49: 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:49: 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:49: 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:49: 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:57: 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:49: 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:49: 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:49: 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:49: 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:49: 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:49: 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:49: 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:53: 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:61: 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:28: 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:25: note: directive argument in the range [4, 2147483647] 4096 | sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec); | ^~~~~~~~~~ scat.c:4096:25: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:888, from scat.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:45: warning: comparison between pointer and zero character constant [-Wpointer-compare] 315 | if (kw1 == (char) 0) | ^~ sethead.c:315:41: 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 getpix.c: In function 'PrintPix': getpix.c:641:29: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 641 | sprintf (pform, "%%.%df", ndec); | ^~ getpix.c:641:25: note: directive argument in the range [1, 2147483647] 641 | sprintf (pform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:888, from getpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ getpix.c:631:30: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 631 | sprintf (pform, "%%%s", pformat); | ^ In file included from /usr/include/stdio.h:888, from getpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 9 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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 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.isra': getfits.c:653:49: warning: '%s' directive writing up to 31 bytes into a region of size between 9 and 60 [-Wformat-overflow=] 653 | sprintf (temp, " %d x %d centered on %s %s %s", | ^~ 654 | xdpix, ydpix, rastr, decstr, cstr); | ~~~~~~ In file included from /usr/include/stdio.h:888, from getfits.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 22 and 135 bytes into a destination of size 80 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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.isra': imextract.c:385:48: 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:888, from imextract.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 88 bytes into a destination of size 80 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:31: 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:27: note: directive argument in the range [0, 2147483647] 345 | sprintf (numform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:888, from sumpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:54: 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:888, from imfill.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 23 and 160 bytes into a destination of size 128 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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:20: 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/htmlsp htmlsp.c htmlsp.c: In function 'HTMLFix': htmlsp.c:110:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | (void) write (1, buffer, nnbr); | ^~~~~~~~~~~~~~~~~~~~~~~ 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:13: 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.CJTUSI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 + cd wcstools-3.9.6 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/lib64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/include/libwcs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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/htmlsp 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.6-2.mga9.aarch64/usr/bin + mv /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/remap /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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.6-2.mga9.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.6-2.mga9.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/getpix.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.6-2.mga9.aarch64/usr/share/man/man1 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.9.6-2.mga9 --unique-debug-suffix -3.9.6-2.mga9.aarch64 --unique-debug-src-base wcstools-3.9.6-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wcstools-3.9.6 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/bincat extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/conpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/delhead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/char2sp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/crlf extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/delwcs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/addpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/cphead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/edhead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/filename extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/filext extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/fileroot extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/getdate extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/fixpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/getcol extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/getfits extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/gethead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/getpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/gettab extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/htmlsp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/i2f extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imextract extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imcat extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imfill extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imhead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/immatch extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imresize extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imrot extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imsize extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imsmooth extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imstack extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imstar extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/imwcs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/isfile extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/isnum extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/isfits extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/isrange extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/keyhead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/newfits extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/scat extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/sethead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/setpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/simpos extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/sky2xy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/skycoor extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/subpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/sp2char extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/sumpix extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/wcshead extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/wcsremap extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/bin/xy2sky extracting debug info from /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/lib64/libwcstools.so.1.0.0 dwz: ./usr/bin/addpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/bincat-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/char2sp-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/conpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/cphead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/crlf-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/delhead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/delwcs-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/edhead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/filename-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/fileroot-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/filext-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/fixpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/getcol-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/getdate-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/getfits-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/gethead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/getpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/gettab-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/htmlsp-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/i2f-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imcat-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imextract-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imfill-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imhead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/immatch-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imresize-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imrot-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imsize-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imsmooth-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imstack-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imstar-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/imwcs-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/isfile-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/isfits-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/isnum-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/isrange-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/keyhead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/newfits-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/scat-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/sethead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/setpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/simpos-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/sky2xy-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/skycoor-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/sp2char-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/subpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/sumpix-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/wcshead-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/wcsremap-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/bin/xy2sky-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/libwcstools.so.1.0.0-3.9.6-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 4620kB, size after compression: 4620kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 52 CRC32s did match. 6269 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: wcstools-3.9.6-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.28nun0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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.6-2.mga9.aarch64/usr/share/doc/wcstools + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/doc/wcstools + cp -pr Readme /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/doc/wcstools + cp -pr Programs /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/doc/wcstools + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lkK1xM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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.6-2.mga9.aarch64/usr/share/licenses/wcstools + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/licenses/wcstools + RPM_EC=0 ++ jobs -p + exit 0 Provides: wcstools = 3.9.6-2.mga9 wcstools(aarch-64) = 3.9.6-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(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.6-2.mga9.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BJKeE8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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.6-2.mga9.aarch64/usr/share/licenses/lib64wcstools1 + cp -pr libwcs/COPYING /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/licenses/lib64wcstools1 + RPM_EC=0 ++ jobs -p + exit 0 Provides: lib64wcstools1 = 3.9.6-2.mga9 lib64wcstools1(aarch-64) = 3.9.6-2.mga9 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) libc.so.6(GLIBC_2.33)(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.6-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Z48f0D + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.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.6-2.mga9.aarch64/usr/share/doc/lib64wcstools-devel + cp -pr libwcs/NEWS /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64/usr/share/doc/lib64wcstools-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: devel(libwcstools(64bit)) lib64wcstools-devel = 3.9.6-2.mga9 lib64wcstools-devel(aarch-64) = 3.9.6-2.mga9 wcstools-devel = 3.9.6-2.mga9 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.6-2.mga9.aarch64 Provides: wcstools-debugsource = 3.9.6-2.mga9 wcstools-debugsource(aarch-64) = 3.9.6-2.mga9 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.6-2.mga9.aarch64 Provides: debuginfo(build-id) = 01118c4a89045754c0d65a26aa276815a4689157 debuginfo(build-id) = 083fa919478c0dbdbf4641c21043c0a4553f27ec debuginfo(build-id) = 0cedd85bfb4c42b591ae739b693bbca929dd2828 debuginfo(build-id) = 116a28cc9f7f251d69035e35e155fb3e7fbc6f65 debuginfo(build-id) = 186f7d3c10cda7ca98a7004a6c1ecfb419c275d2 debuginfo(build-id) = 18b1bd558677ddadb5f7c952db1583390b48d6cd debuginfo(build-id) = 1a54fb378a9292ad3402529e1c9c817768fb3c48 debuginfo(build-id) = 1de98ce7cc0b1c066ec9e00147141664be4b36b9 debuginfo(build-id) = 2dabdb79df8b1ddae32273ebcf95425699d0b282 debuginfo(build-id) = 342b0750a3dfd5f0b0780a066bac4b44eeefa5de debuginfo(build-id) = 352e1ce8ccca4494c73aa5ceb22a708fe17ec830 debuginfo(build-id) = 36c60cb1418b302572f3f1561584014f146342bc debuginfo(build-id) = 42beb6567bd3309ceafe23099874af421dbb3264 debuginfo(build-id) = 42e2d680771911417f80ff77bb74143a48ec77c8 debuginfo(build-id) = 45128076d5af4ed435948d42ebc6962eb93d1cc4 debuginfo(build-id) = 464120e09f01c713964d7e571cefd45cc682379f debuginfo(build-id) = 4f7065a968693432227281529646a80ad2a25bcd debuginfo(build-id) = 51aae590676a3573fd3c9c470d27549188d17850 debuginfo(build-id) = 557fbf54f089b34776fb40b29cd8de24a5948a8d debuginfo(build-id) = 56bd8e220b33b1a0ff60e32eb19590eed0370b99 debuginfo(build-id) = 56be479396c6c26894818d8127ccf3e925f0bc5a debuginfo(build-id) = 5c42e09311e779967d9bdb1ded53f62dc382025f debuginfo(build-id) = 5e4616599d771a8b1ef914944582291c578b44d7 debuginfo(build-id) = 5f7a90266146dcf538c933f3a0cd92d20b7a5bbd debuginfo(build-id) = 5f93fd5969a5e8493792f373558cb3623e5ba35a debuginfo(build-id) = 6134a79679a512e14e6033be3e66d9f66b236374 debuginfo(build-id) = 669a5962a449302df4bf3aec8c850dc451368c28 debuginfo(build-id) = 79b85d582ac494339d7841b858880d1a99d9f932 debuginfo(build-id) = 7b87dd57d211d797c47f38b704bcb7df52642252 debuginfo(build-id) = 846962993ede8a03c53244b3f1ec4f1c8237dddf debuginfo(build-id) = 864d8c8cb15b128d0991324ff47e9743a2bc8395 debuginfo(build-id) = 9149940901a2c878aad446109add5b4809359489 debuginfo(build-id) = 9a08944e5e905a4b08d737bf194e2898dd34ca40 debuginfo(build-id) = 9eac19c78de97e9b5663a88d3f78766e3d5846e9 debuginfo(build-id) = abf5edd93878339fa6b67a1495ba9cb5be9df50c debuginfo(build-id) = b93e9fbd2d1451626504287aad8e07dc758202f5 debuginfo(build-id) = bd23809ccfc24164a5cb81a1ed9b7beac12e8cec debuginfo(build-id) = c1479ca4c7edb5cd7d9be40acfe636b99a455ad6 debuginfo(build-id) = cf1d9904a9e6e30e58da126c567af6dea04dff3d debuginfo(build-id) = d4cbffca4494363ec5d5f2d640fc8f01fc876ce4 debuginfo(build-id) = ddc1f6cc2bd4e96c70e175794b49ec94b36f6a32 debuginfo(build-id) = e339af77c4a1145b6f5c5992826cc1968bf6c3f1 debuginfo(build-id) = eb4be4ad05b848a316eadc89be849b6ebe177576 debuginfo(build-id) = ee89146d9c6a356cda450416e8fb9fcfdc91c47d debuginfo(build-id) = f12386838c77b5818a6a56863f81d8ccceb987f5 debuginfo(build-id) = f2b805265acdad5e090bc009a56e840bc38dd78c debuginfo(build-id) = f32697c69efa3f822c00f1b45f6fa5fd33d45c0e debuginfo(build-id) = f460a1413ba28bec1cdac18089613e29d954a0ca debuginfo(build-id) = f786e468eeee7e1da8139f9b432d15164d9a1f29 debuginfo(build-id) = fd363ed564ea8adc9667ecefc2b8fdc348e6d74c debuginfo(build-id) = fe25752e6685e44fb59fdb2db02dab91cc4e21a8 wcstools-debuginfo = 3.9.6-2.mga9 wcstools-debuginfo(aarch-64) = 3.9.6-2.mga9 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.6-2.mga9 Processing files: lib64wcstools1-debuginfo-3.9.6-2.mga9.aarch64 Provides: debuginfo(build-id) = 3c9572677e69d6aadba3e1155530b9ade32fe6e3 lib64wcstools1-debuginfo = 3.9.6-2.mga9 lib64wcstools1-debuginfo(aarch-64) = 3.9.6-2.mga9 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.6-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools-devel-3.9.6-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools1-3.9.6-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-3.9.6-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64wcstools1-debuginfo-3.9.6-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-debuginfo-3.9.6-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/wcstools-debugsource-3.9.6-2.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L61oMW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wcstools-3.9.6 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/wcstools-3.9.6-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mHcLeI + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf wcstools-3.9.6 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!