Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/wcstools.spec'], chrootPath='/var/lib/mock/f31-build-71082-30559/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/wcstools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Wrote: /builddir/build/SRPMS/wcstools-3.9.5-10.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/wcstools.spec'], chrootPath='/var/lib/mock/f31-build-71082-30559/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/wcstools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KGCxFA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wcstools-3.9.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/wcstools-3.9.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wcstools-3.9.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (wcstools-3.9.4-rename-shlib.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + 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 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (wcstools-3.9.4-rename-shlib.patch): patching file Makefile patching file libwcs/Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MEUbSy + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + CPPFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + export CPPFLAGS + make BUILDSTDERR: imsetwcs.c: In function 'SetWCSFITS': BUILDSTDERR: imsetwcs.c:238:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 238 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 239 | nbin*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:243:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 243 | fprintf (stderr, "Could not calloc %d bytes for gx\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 244 | nbin*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:246:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 246 | fprintf (stderr, "Could not calloc %d bytes for gy\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 247 | nbin*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:249:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 249 | fprintf (stderr, "Could not calloc %d bytes for goff\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 250 | nbin*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:312:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 312 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 313 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:315:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 315 | fprintf (stderr, "Could not calloc %d bytes for gra\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 316 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:318:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 318 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 319 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:321:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 321 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 322 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:324:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 324 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 325 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:327:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 327 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 328 | nmagmax*sizeof(double *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:332:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 332 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 333 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:337:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 337 | fprintf (stderr, "Could not calloc %d bytes for gc\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 338 | ngmax*sizeof(int)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:340:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 340 | fprintf (stderr, "Could not calloc %d bytes for obj\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 341 | ngmax*sizeof(char *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:377:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 377 | fprintf (stderr, "Could not calloc %d bytes for gx\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 378 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:380:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 380 | fprintf (stderr, "Could not calloc %d bytes for gy\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 381 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c:383:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 383 | fprintf (stderr, "Could not calloc %d bytes for gy\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 384 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: imsetwcs.c: In function 'CompRes': BUILDSTDERR: imsetwcs.c:1059:17: warning: variable 'sep2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1059 | double sep, sep2, rsep, rsep2, dsep, dsep2; BUILDSTDERR: | ^~~~ BUILDSTDERR: imsetwcs.c:1058:43: warning: unused variable 'mag0' [-Wunused-variable] BUILDSTDERR: 1058 | double gx, gy, dx, dy, dx2, dy2, dxy, mag0; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from imsetwcs.c:33: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetWCSFITS' at imsetwcs.c:433:7: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imsetwcs.c: In function 'SetWCSFITS': BUILDSTDERR: imsetwcs.c:424:10: warning: 'maxnum' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 424 | nnfld = CatNumLen (refcat, maxnum, 0); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imsetwcs.c:146:9: warning: 'ngmax' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 146 | int ngmax; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imsetwcs.c:292:15: warning: 'refcat' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 292 | refcatname = CatName (refcat, refcatname); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imsetwcs.c:688:19: warning: 'magsort' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 688 | gm1[nmatch] = gm[magsort][igs]; BUILDSTDERR: | ^ BUILDSTDERR: imgetwcs.c: In function 'ChangeFITSWCS': BUILDSTDERR: imgetwcs.c:561:11: warning: 'cwcs' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 561 | wcs = wcsinitn (header, cwcs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: matchstar.c: In function 'WCSMatch': BUILDSTDERR: matchstar.c:962:9: warning: unused variable 'nsc' [-Wunused-variable] BUILDSTDERR: 962 | int nsc, j, nq[5]; BUILDSTDERR: | ^~~ BUILDSTDERR: matchstar.c: In function 'amoeba': BUILDSTDERR: matchstar.c:1816:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1816 | for (i=0,sum=0.0; icenter,"%2.0f:%2.0f:%5.3f %c%2.0f:%2.0f:%5.3f %s", BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from wcsinit.c:43: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1907 bytes into a destination of size 32 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: wcsinit.c:714:32: warning: '%1d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] BUILDSTDERR: 714 | sprintf (keyword, "PC00%1d00%1d", i+1, j+1); BUILDSTDERR: | ^~~ BUILDSTDERR: wcsinit.c:714:22: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: 714 | sprintf (keyword, "PC00%1d00%1d", i+1, j+1); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from wcsinit.c:43: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 28 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: wcsinit.c:730:29: warning: '%1d' directive writing between 1 and 11 bytes into a region of size between 3 and 12 [-Wformat-overflow=] BUILDSTDERR: 730 | sprintf (keyword, "PC%1d_%1d", i+1, j+1); BUILDSTDERR: | ^~~ BUILDSTDERR: wcsinit.c:730:22: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: 730 | sprintf (keyword, "PC%1d_%1d", i+1, j+1); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from wcsinit.c:43: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from wcs.c:82: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'wcstype' at wcs.c:390:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'wcstype' at wcs.c:525:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'wcstype' at wcs.c:532:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ty2read.c: In function 'ty2bin': BUILDSTDERR: ty2read.c:663:37: warning: variable 'magv' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 663 | double num, ra, dec, mag, magb, magv; BUILDSTDERR: | ^~~~ BUILDSTDERR: ty2read.c:663:31: warning: variable 'magb' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 663 | double num, ra, dec, mag, magb, magv; BUILDSTDERR: | ^~~~ BUILDSTDERR: ty2read.c: In function 'ty2star': BUILDSTDERR: ty2read.c:1342:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] BUILDSTDERR: 1342 | fprintf (stderr, "TY2STAR: %d / %d bytes read for star %d\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1343 | sc->catlast - line, sc->nbent, istar); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long int BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ty2read.c:34: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ty2read' at ty2read.c:132:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ty2bin' at ty2read.c:693:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: webread.c: In function 'webbuff': BUILDSTDERR: webread.c:637:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 637 | if ( port = strchr (servurl,':') ) { BUILDSTDERR: | ^~~~ BUILDSTDERR: webread.c:616:11: warning: unused variable 'sokptr' [-Wunused-variable] BUILDSTDERR: 616 | char *sokptr; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: webread.c:615:11: warning: unused variable 'newserver' [-Wunused-variable] BUILDSTDERR: 615 | char *newserver; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: webread.c:609:9: warning: unused variable 'lcom' [-Wunused-variable] BUILDSTDERR: 609 | int lcom; BUILDSTDERR: | ^~~~ BUILDSTDERR: webread.c: In function 'encodeURL': BUILDSTDERR: webread.c:1048:6: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] BUILDSTDERR: 1048 | if (isalnum(*pstr) || *pstr == '-' || *pstr == '_' || *pstr == '.' || *pstr == '~' || *pstr == '/' || *pstr == '?') BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: webread.c: In function 'webbuff': BUILDSTDERR: webread.c:674:12: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 674 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: webread.c:725:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 725 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: webread.c:770:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 770 | (void) fgets (linebuff, LINE, sok); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: webread.c:810:20: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 810 | (void) fread (buff, 1, lchunk, sok); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: webread.c:652:5: warning: 'port' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 652 | if (port != NULL) BUILDSTDERR: | ^ BUILDSTDERR: webread.c: In function 'webrnum': BUILDSTDERR: webread.c:346:37: warning: '%s' directive writing up to 1023 bytes into a region of size 1010 [-Wformat-overflow=] BUILDSTDERR: 346 | sprintf (srchurl, "?catalog=%s&num=%s&ndec=4&outsys=%s",refcatname,numlist,csys); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from webread.c:31: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 30 or more bytes (assuming 1084) into a destination of size 1024 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: tmcread.c: In function 'tmcbin': BUILDSTDERR: tmcread.c:699:9: warning: variable 'magsort' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 699 | int magsort; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: tmcread.c: In function 'tmcrnum': BUILDSTDERR: tmcread.c:656:5: warning: 'starcat' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 656 | tmcclose (starcat); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ ib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fitswcs.o fitswcs.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o wcsinit.o wcsinit.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o wcs.o wcs.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ty2read.o ty2read.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o webread.o webread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tmcread.o tmcread.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcgscread.c: In function 'gscbin': BUILDSTDERR: gscread.c:794:12: warning: variable 'xnum' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 794 | double xnum; /* Guide Star number */ BUILDSTDERR: | ^~~~ BUILDSTDERR: gscread.c: In function 'gscrnum': BUILDSTDERR: gscread.c:664:9: warning: 'table' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 664 | nbr = fitsrtline (ift,nbhead,ltab,table,itable,nbline,entry); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gscread.c:600:10: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 600 | return (webrnum (str,"gsc",nstars,sysout,eqout,epout,1, BUILDSTDERR: | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 601 | gnum,gra,gdec,NULL,NULL,gmag,gtype,nlog)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gscread.c: In function 'gscbin': BUILDSTDERR: gscread.c:813:26: warning: 'merr0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 813 | double mag,mag0,merr,merr0,merr2,merrsum; BUILDSTDERR: | ^~~~~ BUILDSTDERR: gscread.c:1066:23: warning: 'mag0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1066 | msum = msum + (mag0 / merr2); BUILDSTDERR: | ~~~~~~^~~~~~~~ BUILDSTDERR: gscread.c:1058:9: warning: 'perr0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1058 | perr2 = perr * perr; BUILDSTDERR: | ~~~~~~^~~~~~~~~~~~~ BUILDSTDERR: gscread.c:1061:27: warning: 'dec0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1061 | decsum = decsum + (dec0 / perr2); BUILDSTDERR: | ~~~~~~^~~~~~~~ BUILDSTDERR: gscread.c:1060:24: warning: 'ra0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1060 | rasum = rasum + (ra0 / perr2); BUILDSTDERR: | ~~~~~^~~~~~~~ BUILDSTDERR: gscread.c:1012:29: warning: 'band' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1012 | class = class + (band * 100) + (npos * 10000); BUILDSTDERR: | ~~~~~~^~~~~~ BUILDSTDERR: gscread.c:978:35: warning: 'band0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 978 | ((classd < -1 && band != band0) || BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ BUILDSTDERR: 979 | (classd < -1 && class != class0) || BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gscread.c:1055:28: warning: 'class0' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1055 | if ((classd > -1 && class0 == classd) || BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gsc2read.c: In function 'gsc2read': BUILDSTDERR: gsc2read.c:86:17: warning: unused variable 'sd' [-Wunused-variable] BUILDSTDERR: 86 | char sr[4], sd[4]; BUILDSTDERR: | ^~ BUILDSTDERR: gsc2read.c:86:10: warning: unused variable 'sr' [-Wunused-variable] BUILDSTDERR: 86 | char sr[4], sd[4]; BUILDSTDERR: | ^~ BUILDSTDERR: gsc2read.c:85:17: warning: unused variable 'ds' [-Wunused-variable] BUILDSTDERR: 85 | double ras, ds; BUILDSTDERR: | ^~ BUILDSTDERR: gsc2read.c:85:12: warning: unused variable 'ras' [-Wunused-variable] BUILDSTDERR: 85 | double ras, ds; BUILDSTDERR: | ^~~ BUILDSTDERR: gsc2read.c:84:23: warning: unused variable 'dm' [-Wunused-variable] BUILDSTDERR: 84 | int rah, ram, dd, dm; BUILDSTDERR: | ^~ BUILDSTDERR: gsc2read.c:84:19: warning: unused variable 'dd' [-Wunused-variable] BUILDSTDERR: 84 | int rah, ram, dd, dm; BUILDSTDERR: | ^~ BUILDSTDERR: gsc2read.c:84:14: warning: unused variable 'ram' [-Wunused-variable] BUILDSTDERR: 84 | int rah, ram, dd, dm; BUILDSTDERR: | ^~~ BUILDSTDERR: gsc2read.c:84:9: warning: unused variable 'rah' [-Wunused-variable] BUILDSTDERR: 84 | int rah, ram, dd, dm; BUILDSTDERR: | ^~~ BUILDSTDERR: gsc2read.c: In function 'gsc2c2t': BUILDSTDERR: gsc2read.c:242:21: warning: unused variable 'colsep' [-Wunused-variable] BUILDSTDERR: 242 | char *colhead, *colsep; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: gsc2read.c:242:11: warning: unused variable 'colhead' [-Wunused-variable] BUILDSTDERR: 242 | char *colhead, *colsep; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: gsc2read.c: In function 'gsc2t2t': BUILDSTDERR: gsc2read.c:315:10: warning: unused variable 'colon' [-Wunused-variable] BUILDSTDERR: 315 | char colon = ':'; BUILDSTDERR: | ^~~~~ BUILDSTDERR: At top level: BUILDSTDERR: gsc2read.c:183:1: warning: 'parsex' defined but not used [-Wunused-function] BUILDSTDERR: 183 | parsex (str, ss, d, m, s) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ubcread.c: In function 'ubcbin': BUILDSTDERR: ubcread.c:811:32: warning: variable 'pmni' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 811 | int istar, istar1, istar2, pmni, nid; BUILDSTDERR: | ^~~~ BUILDSTDERR: ucacread.c: In function 'ucacread': BUILDSTDERR: ucacread.c:220:23: warning: variable 'nread' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 220 | int jtable,iwrap, nread; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ucacread.c: In function 'ucacrnum': BUILDSTDERR: ucacread.c:697:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 697 | int verbose; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ucacread.c: In function 'ucacbin': BUILDSTDERR: ucacread.c:905:21: warning: variable 'nread' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 905 | int jtable,iwrap, nread; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ucacread.c: In function 'ucacsra': BUILDSTDERR: ucacread.c:1216:52: warning: unused variable 'sdiff' [-Wunused-variable] BUILDSTDERR: 1216 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ucacread.c:1216:44: warning: unused variable 'rdiff2' [-Wunused-variable] BUILDSTDERR: 1216 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ucacread.c:1216:36: warning: unused variable 'rdiff1' [-Wunused-variable] BUILDSTDERR: 1216 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ucacread.c:1216:29: warning: unused variable 'rdiff' [-Wunused-variable] BUILDSTDERR: 1216 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; BUILDSTDERR: | ^~~~~ c-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gscread.o gscread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gsc2read.o gsc2read.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ujcread.o ujcread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o uacread.o uacread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ubcread.o ubcread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ucacread.o ucacread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sdssread.o sdssread.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCtabread.c: In function 'tabbin': BUILDSTDERR: tabread.c:793:9: warning: variable 'peak' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 793 | int peak; BUILDSTDERR: | ^~~~ BUILDSTDERR: tabread.c: In function 'tabopen': BUILDSTDERR: tabread.c:1952:10: warning: variable 'tabcstr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1952 | char tabcstr[4]; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: tabread.c:2182:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2182 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: tabread.c: In function 'gettabline': BUILDSTDERR: tabread.c:2264:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2264 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: tabread.c:2653:1: warning: 'tabcont' defined but not used [-Wunused-function] BUILDSTDERR: 2653 | tabcont (tabtable, keyword) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: binread.c: In function 'binbin': BUILDSTDERR: binread.c:702:9: warning: variable 'mrv' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 702 | int mrv; BUILDSTDERR: | ^~~ BUILDSTDERR: binread.c: In function 'binrnum': BUILDSTDERR: binread.c:617:10: warning: 'mrv' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 617 | tmag[mrv][nstar] = star->radvel; BUILDSTDERR: | ^ BUILDSTDERR: ctgread.c: In function 'ctgrdate': BUILDSTDERR: ctgread.c:811:9: warning: variable 'starfound' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 811 | int starfound; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ctgread.c: In function 'ctgopen': BUILDSTDERR: ctgread.c:1249:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1249 | int ntok; BUILDSTDERR: | ^~~~ BUILDSTDERR: ctgread.c: In function 'isacat': BUILDSTDERR: ctgread.c:1953:11: warning: variable 'errc' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1953 | char *errc; BUILDSTDERR: | ^~~~ BUILDSTDERR: ctgread.c: In function 'ctg2dec': BUILDSTDERR: ctgread.c:2035:27: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2035 | dec = sign * (deg + (min / 60.0) + (sec / 3600.0)); BUILDSTDERR: | ~~~~~^~~~~~~ BUILDSTDERR: actread.c: In function 'actbin': BUILDSTDERR: actread.c:576:11: warning: variable 'str' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 576 | char *str; BUILDSTDERR: | ^~~ BUILDSTDERR: actread.c:573:50: warning: variable 'magv' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; BUILDSTDERR: | ^~~~ BUILDSTDERR: actread.c:573:44: warning: variable 'magb' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; BUILDSTDERR: | ^~~~ BUILDSTDERR: catutil.c: In function 'agets': BUILDSTDERR: catutil.c:2624:24: warning: unused variable 'fkey' [-Wunused-variable] BUILDSTDERR: 2624 | int ipar, i, lkey, fkey; BUILDSTDERR: | ^~~~ BUILDSTDERR: catutil.c: In function 'tmcid': BUILDSTDERR: catutil.c:3053:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3053 | char csign; BUILDSTDERR: | ^~~~~ BUILDSTDERR: catutil.c: In function 'CatNum': BUILDSTDERR: catutil.c:1300:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=] BUILDSTDERR: 1300 | sprintf (nform,"%%%d.%df", nndec+5, nndec); BUILDSTDERR: | ^~ BUILDSTDERR: catutil.c:1300:21: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1300 | sprintf (nform,"%%%d.%df", nndec+5, nndec); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from catutil.c:106: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: catutil.c:1298:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] BUILDSTDERR: 1298 | sprintf (nform,"%%0%d.%df", -nnfld, nndec); BUILDSTDERR: | ^~ BUILDSTDERR: catutil.c:1298:21: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1298 | sprintf (nform,"%%0%d.%df", -nnfld, nndec); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from catutil.c:106: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: catutil.c:1296:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=] BUILDSTDERR: 1296 | sprintf (nform,"%%%d.%df", nnfld, nndec); BUILDSTDERR: | ^~ BUILDSTDERR: catutil.c:1296:21: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1296 | sprintf (nform,"%%%d.%df", nnfld, nndec); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from catutil.c:106: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: skybotread.c: In function 'skybotread': BUILDSTDERR: skybotread.c:133:12: warning: unused variable 'dtemp' [-Wunused-variable] BUILDSTDERR: 133 | double dtemp, jdout; BUILDSTDERR: | ^~~~~ BUILDSTDERR: skybotread.c:128:10: warning: unused variable 'cmag' [-Wunused-variable] BUILDSTDERR: 128 | char cmag; BUILDSTDERR: | ^~~~ BUILDSTDERR: skybotread.c: In function 'skybot2tab': BUILDSTDERR: skybotread.c:315:10: warning: unused variable 'ccom' [-Wunused-variable] BUILDSTDERR: 315 | char ccom = ','; BUILDSTDERR: | ^~~~ BUILDSTDERR: skybotread.c:313:11: warning: unused variable 'buff' [-Wunused-variable] BUILDSTDERR: 313 | char *buff; BUILDSTDERR: | ^~~~ BUILDSTDERR: skybotread.c:309:16: warning: unused variable 'ldata' [-Wunused-variable] BUILDSTDERR: 309 | int lhead, ldata; BUILDSTDERR: | ^~~~~ BUILDSTDERR: skybotread.c:305:11: warning: unused variable 'head' [-Wunused-variable] BUILDSTDERR: 305 | char *head; BUILDSTDERR: | ^~~~ BUILDSTDERR: skybotread.c:304:11: warning: unused variable 'chead' [-Wunused-variable] BUILDSTDERR: 304 | char *chead; BUILDSTDERR: | ^~~~~ BUILDSTDERR: skybotread.c:302:11: warning: unused variable 'endhead' [-Wunused-variable] BUILDSTDERR: 302 | char *endhead; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: skybotread.c:298:11: warning: unused variable 'databuff' [-Wunused-variable] BUILDSTDERR: 298 | char *databuff; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: skybotread.c:293:11: warning: unused variable 'heading' [-Wunused-variable] BUILDSTDERR: 293 | char *heading; BUILDSTDERR: | ^~~~~~~ XX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tabread.o tabread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o binread.o binread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ctgread.o ctgread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o actread.o actread.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o catutil.o catutil.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o skybotread.o skybotread.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-securitimrotate.c: In function 'RotWCSFITS': BUILDSTDERR: imrotate.c:374:22: warning: unused variable 'ctype2' [-Wunused-variable] BUILDSTDERR: 374 | char ctype1[16], ctype2[16]; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: imrotate.c:374:10: warning: unused variable 'ctype1' [-Wunused-variable] BUILDSTDERR: 374 | char ctype1[16], ctype2[16]; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: fitsfile.c: In function 'fitsrhead': BUILDSTDERR: fitsfile.c:293:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] BUILDSTDERR: 293 | fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead); BUILDSTDERR: | ~^ ~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | int off_t {aka long int} BUILDSTDERR: | %ld BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from fitsfile.c:85: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fitsrhead' at fitsfile.c:499:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fitsfile.c: In function 'fitsrhead': BUILDSTDERR: fitsfile.c:261:13: warning: 'nbprim' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 261 | *nbhead = nbprim; BUILDSTDERR: | ~~~~~~~~^~~~~~~~ BUILDSTDERR: fitsfile.c: In function 'fitsrthead': BUILDSTDERR: fitsfile.c:1230:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1230 | sprintf (tname, "TTYPE%d", ifield+1);; BUILDSTDERR: | ^~ BUILDSTDERR: fitsfile.c:1230:18: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1230 | sprintf (tname, "TTYPE%d", ifield+1);; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fitsfile.c:81: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fitsfile.c:1246:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1246 | sprintf (tname, "TBCOL%d", ifield+1); BUILDSTDERR: | ^~ BUILDSTDERR: fitsfile.c:1246:22: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1246 | sprintf (tname, "TBCOL%d", ifield+1); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fitsfile.c:81: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fitsfile.c:1253:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1253 | sprintf (tname, "TFORM%d", ifield+1);; BUILDSTDERR: | ^~ BUILDSTDERR: fitsfile.c:1253:18: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1253 | sprintf (tname, "TFORM%d", ifield+1);; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from fitsfile.c:81: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from fitsfile.c:85: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fitswexhead' at fitsfile.c:2049:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imhfile.c: In function 'iraf2fits': BUILDSTDERR: imhfile.c:606:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 606 | else BUILDSTDERR: | ^~~~ BUILDSTDERR: imhfile.c:608:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 608 | hputcom (fitsheader,"NAXIS2", "IRAF .imh naxis[2]"); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: imhfile.c: In function 'irafwhead': BUILDSTDERR: imhfile.c:913:12: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 913 | (void) ftruncate (fd, nbhead); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from imhfile.c:83: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:507:11: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:861:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncat', BUILDSTDERR: inlined from 'same_path' at imhfile.c:1078:8: BUILDSTDERR: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:553:11: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:837:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:826:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:796:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:784:9: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'iraf2fits' at imhfile.c:853:11: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hget.c: In function 'str2dec': BUILDSTDERR: hget.c:1353:31: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1353 | dec = sign * (deg + (min / 60.0) + (sec / 3600.0)); BUILDSTDERR: | ~~~~~^~~~~~~ BUILDSTDERR: hput.c: In function 'hputcom': BUILDSTDERR: hput.c:690:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 690 | else BUILDSTDERR: | ^~~~ BUILDSTDERR: hput.c:692:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 692 | q2 = NULL; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from hput.c:53: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hputc' at hput.c:544:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hputc': BUILDSTDERR: hput.c:412:22: note: length computed here BUILDSTDERR: 412 | lkeyword = (int) strlen (keyword); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from hput.c:53: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hputc' at hput.c:561:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hputc': BUILDSTDERR: hput.c:413:18: note: length computed here BUILDSTDERR: 413 | lval = (int) strlen (value); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from hput.c:53: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hputc' at hput.c:553:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hputc': BUILDSTDERR: hput.c:413:18: note: length computed here BUILDSTDERR: 413 | lval = (int) strlen (value); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hputnr8': BUILDSTDERR: hput.c:156:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 156 | sprintf (format, "%%.%df", ndec); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:156:19: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 156 | sprintf (format, "%%.%df", ndec); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c:149:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 149 | sprintf (format, "%%.%dg", -ndec); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:149:19: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 149 | sprintf (format, "%%.%dg", -ndec); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from hput.c:53: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hputs' at hput.c:375:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hputs': BUILDSTDERR: hput.c:369:19: note: length computed here BUILDSTDERR: 369 | lcval = (int) strlen (cval); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from hput.c:53: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hputcom' at hput.c:708:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'hadd' at hput.c:824:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'hadd': BUILDSTDERR: hput.c:823:18: note: length computed here BUILDSTDERR: 823 | lkey = (int) strlen (keyword); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'deg2str': BUILDSTDERR: hput.c:1197:23: warning: '%4d' directive writing between 4 and 11 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1197 | sprintf (degform, "%%%4d", field); BUILDSTDERR: | ^~~ BUILDSTDERR: hput.c:1197:20: note: directive argument in the range [-2147483644, 2147483647] BUILDSTDERR: 1197 | sprintf (degform, "%%%4d", field); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 13 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c:1193:23: warning: '%d' directive writing between 1 and 11 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1193 | sprintf (degform, "%%%d.%df", field, ndec); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:1193:20: note: directive argument in the range [-2147483644, 2147483647] BUILDSTDERR: 1193 | sprintf (degform, "%%%d.%df", field, ndec); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: hput.c:1193:20: note: directive argument in the range [1, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c: In function 'num2str': BUILDSTDERR: hput.c:1238:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 1238 | sprintf (numform, "%%.%df", ndec); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:1238:24: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1238 | sprintf (numform, "%%.%df", ndec); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c:1232:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1232 | sprintf (numform, "%%%dd", field); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:1232:24: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1232 | sprintf (numform, "%%%dd", field); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hput.c:1228:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 1228 | sprintf (numform, "%%%d.%df", field, ndec); BUILDSTDERR: | ^~ BUILDSTDERR: hput.c:1228:24: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 1228 | sprintf (numform, "%%%d.%df", field, ndec); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: hput.c:1228:24: note: directive argument in the range [1, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from hput.c:54: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dateutil.c: In function 'lt2fd': BUILDSTDERR: dateutil.c:885:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] BUILDSTDERR: 885 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from dateutil.c:308: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dateutil.c: In function 'dt2fd': BUILDSTDERR: dateutil.c:447:23: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 31 [-Wformat-overflow=] BUILDSTDERR: 447 | sprintf (string, "%sT%s", dstring, tstring); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from dateutil.c:308: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 64 bytes into a destination of size 32 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dateutil.c: In function 'ut2fd': BUILDSTDERR: dateutil.c:3194:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] BUILDSTDERR: 3194 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from dateutil.c:308: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ y -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o imrotate.o imrotate.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fitsfile.o fitsfile.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o imhfile.o imhfile.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hget.o hget.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o hput.o hput.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o imio.o imio.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dateutil.o dateutil.c BUILDSTDERR: imutil.c: In function 'SetBadFITS': BUILDSTDERR: imutil.c:227:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 227 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:246:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 246 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:273:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 273 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:292:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 292 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:320:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 320 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:339:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 339 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:365:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 365 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:384:4: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 384 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c: In function 'SetBadVal': BUILDSTDERR: imutil.c:460:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 460 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:465:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 465 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:492:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 492 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:497:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 497 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:524:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 524 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:529:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 529 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:556:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 556 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c:561:7: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 561 | *b1++; BUILDSTDERR: | ^~~~~ BUILDSTDERR: imutil.c: In function 'gaussfilt': BUILDSTDERR: imutil.c:1986:24: warning: 'iy' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1986 | if (nlog > 0 && (iy+1)%nlog == 0) BUILDSTDERR: | ~~~^~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o imutil.o imutil.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o worldpos.o worldpos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o tnxpos.o tnxpos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o zpxpos.o zpxpos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dsspos.o dsspos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o platepos.o platepos.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tablessortstar.c: In function 'StarMerge': BUILDSTDERR: sortstar.c:954:35: warning: variable 'nums' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 954 | int i, is, js, nthis, im, no, nums[MAXMERGE]; BUILDSTDERR: | ^~~~ BUILDSTDERR: fileutil.c: In function 'next_line': BUILDSTDERR: fileutil.c:357:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 357 | (void) fgets (line, ncmax, diskfile); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fileutil.c: In function 'first_token': BUILDSTDERR: fileutil.c:393:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 393 | (void) fgets (token, ncmax, diskfile); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sortstar.o sortstar.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o platefit.o platefit.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o iget.o iget.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fileutil.o fileutil.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o wcslib.o wcslib.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o lin.o lin.c BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasyndistort.c: In function 'distortinit': BUILDSTDERR: distort.c:77:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 8 [-Wformat-overflow=] BUILDSTDERR: 77 | sprintf (keyword, "A_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:77:22: note: directive argument in the range [0, 2147483646] BUILDSTDERR: 77 | sprintf (keyword, "A_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:94:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 8 [-Wformat-overflow=] BUILDSTDERR: 94 | sprintf (keyword, "B_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:94:22: note: directive argument in the range [0, 2147483646] BUILDSTDERR: 94 | sprintf (keyword, "B_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:111:29: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 7 [-Wformat-overflow=] BUILDSTDERR: 111 | sprintf (keyword, "AP_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:111:22: note: directive argument in the range [0, 2147483646] BUILDSTDERR: 111 | sprintf (keyword, "AP_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 26 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:128:29: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 7 [-Wformat-overflow=] BUILDSTDERR: 128 | sprintf (keyword, "BP_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:128:22: note: directive argument in the range [0, 2147483646] BUILDSTDERR: 128 | sprintf (keyword, "BP_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 26 bytes into a destination of size 12 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c: In function 'DelDistort': BUILDSTDERR: distort.c:160:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] BUILDSTDERR: 160 | sprintf (keyword, "A_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:160:21: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 160 | sprintf (keyword, "A_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:172:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=] BUILDSTDERR: 172 | sprintf (keyword, "AP_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:172:21: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 172 | sprintf (keyword, "AP_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:184:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] BUILDSTDERR: 184 | sprintf (keyword, "B_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:184:21: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 184 | sprintf (keyword, "B_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: distort.c:196:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=] BUILDSTDERR: 196 | sprintf (keyword, "BP_%d_%d", i, j); BUILDSTDERR: | ^~ BUILDSTDERR: distort.c:196:21: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 196 | sprintf (keyword, "BP_%d_%d", i, j); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from distort.c:41: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chronous-unwind-tables -fstack-clash-protection -c -o cel.o cel.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o proj.o proj.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sph.o sph.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o wcstrig.o wcstrig.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o distort.o distort.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 BUILDSTDERR: 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 binreaar: creating libwcstools.a BUILDSTDERR: cphead.c: In function 'main': BUILDSTDERR: cphead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 68 | int nbytes; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: cphead.c: In function 'CopyValues': BUILDSTDERR: cphead.c:375:16: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 375 | int naxis, ipos, nbhead, nbr, nbw; BUILDSTDERR: | ^~~~ BUILDSTDERR: cphead.c:490:10: warning: 'nbheadout' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 490 | (void) hlength (headout, nbheadout); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: delwcs.c: In function 'DelWCS': BUILDSTDERR: delwcs.c:261:10: warning: 'image' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 261 | if (fitswimage (newname, header, image) < 1) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: delhead.c: In function 'main': BUILDSTDERR: delhead.c:72:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 72 | int nbytes; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: delhead.c: In function 'DelKeywords': BUILDSTDERR: delhead.c:471:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 471 | if (nblnew == nblold && !newimage) BUILDSTDERR: | ^~ BUILDSTDERR: delhead.c:474:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 474 | hgeti4 (header,"NAXIS",&naxis); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: delhead.c:286:9: warning: variable 'imageread' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 286 | int imageread = 0; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: delhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 285 | int fdr, fdw, ipos, nbr, nbw, bitpix, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: delhead.c: In function 'DelCOMMENT': BUILDSTDERR: delhead.c:563:21: warning: variable 'nline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 563 | int i, killcom, nline; BUILDSTDERR: | ^~~~~ BUILDSTDERR: delhead.c: In function 'DelKeywords': BUILDSTDERR: delhead.c:388:21: warning: '%03d' directive writing between 3 and 10 bytes into a region of size 9 [-Wformat-overflow=] BUILDSTDERR: 388 | sprintf (kwi, "%s_%03d", kwd[ikwd], i++); BUILDSTDERR: | ^~~~ BUILDSTDERR: delhead.c:388:17: note: directive argument in the range [2, 2147483647] BUILDSTDERR: 388 | sprintf (kwi, "%s_%03d", kwd[ikwd], i++); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from delhead.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 12) into a destination of size 10 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edhead.c: In function 'EditHead': BUILDSTDERR: edhead.c:133:14: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 133 | int fdr, ipos, nbr, nbw; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from edhead.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'EditHead' at edhead.c:288:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 159 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d.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 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 '/builddir/build/BUILD/wcstools-3.9.5/libwcs' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/cphead cphead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/delhead delhead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/edhead edhead.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grefixpix.c: In function 'FixPix': BUILDSTDERR: fixpix.c:216:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 216 | char newline[1]; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: gethead.c: In function 'main': BUILDSTDERR: gethead.c:115:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 115 | int nbytes; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: gethead.c:95:10: warning: unused variable 'wcond' [-Wunused-variable] BUILDSTDERR: 95 | char wcond, **newccond; BUILDSTDERR: | ^~~~~ BUILDSTDERR: gethead.c: In function 'PrintValues': BUILDSTDERR: gethead.c:800:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 800 | int ikwd, nfound, notfound, nch, iepoch; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: gethead.c:77:24: warning: 'newccond' defined but not used [-Wunused-variable] BUILDSTDERR: 77 | static char **ccond, **newccond; /* Condition characters */ BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: imcat.c: In function 'ListCat': BUILDSTDERR: imcat.c:1285:18: warning: unused variable 'iy' [-Wunused-variable] BUILDSTDERR: 1285 | int radius, ix, iy; BUILDSTDERR: | ^~ BUILDSTDERR: imcat.c:1285:14: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 1285 | int radius, ix, iy; BUILDSTDERR: | ^~ BUILDSTDERR: imcat.c:856:29: warning: unused variable 'epmd' [-Wunused-variable] BUILDSTDERR: 856 | double era, edec, epmr, epmd; BUILDSTDERR: | ^~~~ BUILDSTDERR: imcat.c:856:23: warning: unused variable 'epmr' [-Wunused-variable] BUILDSTDERR: 856 | double era, edec, epmr, epmd; BUILDSTDERR: | ^~~~ BUILDSTDERR: imcat.c:856:17: warning: unused variable 'edec' [-Wunused-variable] BUILDSTDERR: 856 | double era, edec, epmr, epmd; BUILDSTDERR: | ^~~~ BUILDSTDERR: imcat.c:856:12: warning: unused variable 'era' [-Wunused-variable] BUILDSTDERR: 856 | double era, edec, epmr, epmd; BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from imcat.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ListCat' at imcat.c:1142:7: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ListCat' at imcat.c:1816:7: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imhead.c: In function 'PrintHead': BUILDSTDERR: imhead.c:167:12: warning: variable 'nw' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 167 | int i, nw, nbytes, lhead, nblk; BUILDSTDERR: | ^~ cord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/gethead gethead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/i2f i2f.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imcat imcat.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imhead imhead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/immatch immatch.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imrot imrimstar.c: In function 'ListStars': BUILDSTDERR: imstar.c:666:18: warning: unused variable 'iy' [-Wunused-variable] BUILDSTDERR: 666 | int radius, ix, iy; BUILDSTDERR: | ^~ BUILDSTDERR: imstar.c:666:14: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 666 | int radius, ix, iy; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from imwcs.c:27: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'FitWCS' at imwcs.c:744:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imwcs.c: In function 'FitWCS': BUILDSTDERR: imwcs.c:741:10: note: length computed here BUILDSTDERR: 741 | lname = strlen (fname); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: scat.c: In function 'ListCat': BUILDSTDERR: scat.c:1236:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1236 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1237 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1239:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1239 | fprintf (stderr, "Could not calloc %d bytes for gra\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1240 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1242:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1242 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1243 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1245:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1245 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1246 | nmagmax*sizeof(double *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1250:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1250 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1251 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1255:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1255 | fprintf (stderr, "Could not calloc %d bytes for gc\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1256 | ngmax*sizeof(int)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1258:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1258 | fprintf (stderr, "Could not calloc %d bytes for gx\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1259 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1261:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1261 | fprintf (stderr, "Could not calloc %d bytes for gy\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1262 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1264:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1264 | fprintf (stderr, "Could not calloc %d bytes for obj\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1265 | ngmax*sizeof(char *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1271:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1271 | fprintf (stderr, "Could not calloc %d bytes for path\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1272 | ngmax*sizeof(char *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1278:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1278 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1279 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1281:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1281 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1282 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1399:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1399 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1400 | nmagmax*sizeof(double *)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1404:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: 1404 | fprintf (stderr, "Could not calloc %d bytes for gm\n", BUILDSTDERR: | ~^ BUILDSTDERR: | | BUILDSTDERR: | int BUILDSTDERR: | %ld BUILDSTDERR: 1405 | ngmax*sizeof(double)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: scat.c:1147:10: warning: variable 'string' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1147 | char string[TABMAX]; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: scat.c: In function 'PrintNum': BUILDSTDERR: scat.c:4096:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] BUILDSTDERR: 4096 | sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec); BUILDSTDERR: | ^~ BUILDSTDERR: scat.c:4096:18: note: directive argument in the range [4, 2147483647] BUILDSTDERR: 4096 | sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: scat.c:4096:18: note: directive argument in the range [1, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c: In function 'ListCat': BUILDSTDERR: scat.c:3713:47: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 143 [-Wformat-overflow=] BUILDSTDERR: 3713 | sprintf (headline,"%s %s %s %6.2f %6.2f %5.2f %5.2f", BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 29 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3696:48: warning: '%6.2f' directive writing between 6 and 313 bytes into a region of size between 0 and 142 [-Wformat-overflow=] BUILDSTDERR: 3696 | sprintf (headline,"%s %s %s %6.2f %6.2f %6.2f %6.2f", BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 1401 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3683:48: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3683 | sprintf (headline, "%s %s %s %5.2f %5.2f %5.2f %5.2f", BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 27 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3678:48: warning: '%5.2f' directive writing between 5 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3678 | sprintf (headline, "%s %s %s %5.2f %5.2f %5.2f %5.2f", BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 27 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3536:58: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3536 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3536:33: note: assuming directive output of 4 bytes BUILDSTDERR: 3536 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3524:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3524 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3524:26: note: assuming directive output of 4 bytes BUILDSTDERR: 3524 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3521:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3521 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3521:26: note: assuming directive output of 4 bytes BUILDSTDERR: 3521 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3521:26: note: assuming directive output of 4 bytes BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 1714 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3518:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3518 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3518:26: note: assuming directive output of 4 bytes BUILDSTDERR: 3518 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3518:26: note: assuming directive output of 4 bytes BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 1714 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3514:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3514 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f %2d %2d %2d", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3514:26: note: assuming directive output of 4 bytes BUILDSTDERR: 3514 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f %.2f %2d %2d %2d", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3514:26: note: assuming directive output of 4 bytes BUILDSTDERR: scat.c:3514:26: note: directive argument in the range [-99, 99] BUILDSTDERR: scat.c:3514:26: note: directive argument in the range [-99, 99] BUILDSTDERR: scat.c:3514:26: note: directive argument in the range [-214748, 214748] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 1730 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3496:51: warning: '%.2f' directive writing between 3 and 313 bytes into a region of size between 0 and 145 [-Wformat-overflow=] BUILDSTDERR: 3496 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~ BUILDSTDERR: scat.c:3496:26: note: assuming directive output of 4 bytes BUILDSTDERR: 3496 | sprintf (headline, "%s %s %s %.2f %.2f %.2f %.2f", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 1400 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3473:25: warning: ' ' directive writing 1 byte into a region of size between 0 and 150 [-Wformat-overflow=] BUILDSTDERR: 3473 | "%s %s %s %.2f %d %d %d", BUILDSTDERR: | ^ BUILDSTDERR: scat.c:3473:5: note: directive argument in the range [-2147483647, 2147483646] BUILDSTDERR: 3473 | "%s %s %s %.2f %d %d %d", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 492 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:3422:55: warning: '%s' directive writing up to 31 bytes into a region of size between 23 and 133 [-Wformat-overflow=] BUILDSTDERR: 3422 | sprintf (headline, "\n%s%s%s", BUILDSTDERR: | ^~ BUILDSTDERR: 3423 | numstr,rastr,decstr); BUILDSTDERR: | ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from scat.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 33 and 174 bytes into a destination of size 160 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: scat.c:1117:9: warning: 'ns' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1117 | int ns; /* Number of brightest catalog stars actually used */ BUILDSTDERR: | ^~ BUILDSTDERR: sethead.c: In function 'main': BUILDSTDERR: sethead.c:315:17: warning: comparison between pointer and zero character constant [-Wpointer-compare] BUILDSTDERR: 315 | if (kw1 == (char) 0) BUILDSTDERR: | ^~ BUILDSTDERR: sethead.c:315:13: note: did you mean to dereference the pointer? BUILDSTDERR: 315 | if (kw1 == (char) 0) BUILDSTDERR: | ^ BUILDSTDERR: sethead.c:85:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 85 | int nbytes; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from sethead.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:725:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:728:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:750:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:753:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:775:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'SetValues' at sethead.c:778:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at sethead.c:218:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 1 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: addpix.c: In function 'AddPix': BUILDSTDERR: addpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 138 | char newline[1]; BUILDSTDERR: | ^~~~~~~ ot.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imstar imstar.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/scat scat.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/sethead sethead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/addpix addpix.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switgetpix.c: In function 'main': BUILDSTDERR: getpix.c:234:9: warning: 'rstr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 234 | ra0 = str2ra (rstr); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: setpix.c: In function 'SetPix': BUILDSTDERR: setpix.c:271:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 271 | char newline[1]; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: setpix.c: In function 'main': BUILDSTDERR: setpix.c:579:60: warning: '%s' directive writing up to 31 bytes into a region of size 30 [-Wformat-overflow=] BUILDSTDERR: 579 | sprintf (history, "SETPIX: pixels in rows %s, columns %s %s %s", BUILDSTDERR: | ^~ BUILDSTDERR: 580 | rrange[i], crange[i], opstring, value[i]); BUILDSTDERR: | ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from setpix.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 36 or more bytes (assuming 67) into a destination of size 64 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: setpix.c:576:61: warning: ' ' directive writing 1 byte into a region of size between 0 and 31 [-Wformat-overflow=] BUILDSTDERR: 576 | sprintf (history, "SETPIX: pixels in column %s, rows %s %s %s", BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from setpix.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 35 or more bytes (assuming 66) into a destination of size 64 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: setpix.c:573:61: warning: ' ' directive writing 1 byte into a region of size between 0 and 31 [-Wformat-overflow=] BUILDSTDERR: 573 | sprintf (history, "SETPIX: pixels in row %s, columns %s %s %s", BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from setpix.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 35 or more bytes (assuming 66) into a destination of size 64 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sky2xy.c: In function 'main': BUILDSTDERR: sky2xy.c:74:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 74 | int modwcs = 0; /* 1 if image WCS modified on command line */ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: sky2xy.c:68:9: warning: variable 'syscoor' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 68 | int syscoor = 0; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: keyhead.c: In function 'main': BUILDSTDERR: keyhead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 68 | int nbytes; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: keyhead.c: In function 'ChangeKeyNames': BUILDSTDERR: keyhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 285 | int fdr, fdw, ipos, nbr, nbw, nchange; BUILDSTDERR: | ^~~~ BUILDSTDERR: subpix.c: In function 'SubPix': BUILDSTDERR: subpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 138 | char newline[1]; BUILDSTDERR: | ^~~~~~~ ches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/getpix getpix.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/setpix setpix.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/subpix subpix.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Wexy2sky.c: In function 'main': BUILDSTDERR: xy2sky.c:92:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 92 | int modwcs = 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: xy2sky.c:628:35: warning: 'wcs' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 628 | if (wcs->nxpix > 9999 || wcs->nypix > 9999) { BUILDSTDERR: | ~~~^~~~~~~ BUILDSTDERR: xy2sky.c:588:14: warning: 'mag' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 588 | magx = polcomp (mag, mag0, nterms, coeff); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: wcshead.c: In function 'ListWCS': BUILDSTDERR: wcshead.c:412:40: warning: 'zvel' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 412 | w1 = exp (log (10.0) * wfrst) / (1.0 + zvel); BUILDSTDERR: | ~~~~~^~~~~~~ BUILDSTDERR: gettab.c: In function 'PrintValues': BUILDSTDERR: gettab.c:580:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 580 | int ntok; BUILDSTDERR: | ^~~~ BUILDSTDERR: gettab.c:564:9: warning: variable 'drop' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 564 | int drop; BUILDSTDERR: | ^~~~ BUILDSTDERR: getfits.c: In function 'ExtractFITS.part.0.constprop': BUILDSTDERR: getfits.c:625:42: warning: '%s' directive writing up to 31 bytes into a region of size between 9 and 60 [-Wformat-overflow=] BUILDSTDERR: 625 | sprintf (temp, " %d x %d centered on %s %s %s", BUILDSTDERR: | ^~ BUILDSTDERR: 626 | xdpix, ydpix, rastr, decstr, cstr); BUILDSTDERR: | ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from getfits.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 22 and 135 bytes into a destination of size 80 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/gettab gettab.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/getfits getfits.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardeneIn file included from /usr/include/string.h:494, BUILDSTDERR: from imstack.c:26: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'StackImage' at imstack.c:401:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 80 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: imextract.c: In function 'ExtractImage': BUILDSTDERR: imextract.c:385:41: warning: ' extension' directive writing 10 bytes into a region of size between 3 and 66 [-Wformat-overflow=] BUILDSTDERR: 385 | sprintf (comment, " XTENSION was %s extension", oldvalue); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from imextract.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 25 and 88 bytes into a destination of size 80 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sumpix.c: In function 'SumPix': BUILDSTDERR: sumpix.c:345:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 345 | sprintf (numform, "%%.%df", ndec); BUILDSTDERR: | ^~ BUILDSTDERR: sumpix.c:345:20: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 345 | sprintf (numform, "%%.%df", ndec); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from sumpix.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sumpix.c:413:6: warning: 'np' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 413 | dnp = (double) np; BUILDSTDERR: | ~~~~^~~~~~~~~~~~~ BUILDSTDERR: sumpix.c:423:25: warning: 'sumsq' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 423 | std = sqrt ((sumsq / dnp) - (mean * mean)); BUILDSTDERR: | ~~~~~~~^~~~~~ BUILDSTDERR: sumpix.c:416:7: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 416 | mean = sum / dnp; BUILDSTDERR: | ~~~~~^~~~~~~~~~~ BUILDSTDERR: remap.c: In function 'RemapImage': BUILDSTDERR: remap.c:422:27: warning: variable 'secpixin2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 422 | double dx, secpixin1, secpixin2, secpix1, dpix, dnpix; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: getcol.c: In function 'main': BUILDSTDERR: getcol.c:109:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 109 | int match, newbytes; BUILDSTDERR: | ^~~~~ BUILDSTDERR: getcol.c: In function 'ListFile': BUILDSTDERR: getcol.c:1008:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1008 | else BUILDSTDERR: | ^~~~ BUILDSTDERR: getcol.c:1010:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' BUILDSTDERR: 1010 | iapp = 0; BUILDSTDERR: | ^~~~ BUILDSTDERR: getcol.c:1202:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 1202 | for (j = nchar; j < ltok; j++); BUILDSTDERR: | ^~~ BUILDSTDERR: getcol.c:1203:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 1203 | token[j] = (char) 0; BUILDSTDERR: | ^~~~~ BUILDSTDERR: getcol.c:1354:10: warning: 'dval' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1354 | qsum1 = qsum1 + dval * dval; BUILDSTDERR: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: getcol.c: In function 'main': BUILDSTDERR: getcol.c:240:9: warning: 'icol' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 240 | format[icol] = (char *) calloc (1+strlen(*av), 1); BUILDSTDERR: | ^ BUILDSTDERR: getdate.c: In function 'main': BUILDSTDERR: getdate.c:105:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 105 | int lline; BUILDSTDERR: | ^~~~~ BUILDSTDERR: getdate.c: In function 'ConvertDate': BUILDSTDERR: getdate.c:1858:11: warning: 'ts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1858 | its = (int) ts; BUILDSTDERR: | ~~~~^~~~~~~~~~ BUILDSTDERR: getdate.c:1763:17: warning: 'its' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1763 | its = its - (nsub * 86400); BUILDSTDERR: | ~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: getdate.c:989:9: warning: 'vyear' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 989 | ts = doy2ts (vyear, vdoy); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: getdate.c:989:9: warning: 'vdoy' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: imfill.c: In function 'imFill': BUILDSTDERR: imfill.c:521:47: warning: '%s' directive writing up to 127 bytes into a region of size between 96 and 106 [-Wformat-overflow=] BUILDSTDERR: 521 | sprintf (history,"%d bad pixels set from %s", nbadpix, badpixfile); BUILDSTDERR: | ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from imfill.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 160 bytes into a destination of size 128 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imstack imstack.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imextract imextract.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/remap remap.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/getcol getcol.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/getdate getdate.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imfill imfill.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipimsmooth.c: In function 'imSmooth': BUILDSTDERR: imsmooth.c:402:15: warning: 'imext1' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 402 | *imext1 = ']'; BUILDSTDERR: | ~~~~~~~~^~~~~ e -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/fileroot fileroot.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/filename filename.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/filext filext.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/char2sp char2sp.c libwcs/libwcstools.so BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -facrlf.c: In function 'CRFix': BUILDSTDERR: crlf.c:102:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 102 | (void) write (1, buffer, nbr); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ synchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/crlf crlf.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/isrange isrange.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/isfile isfile.c -L libwcs -lwcstools -lm BUILDSTDERR: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/resimpos.c: In function 'main': BUILDSTDERR: simpos.c:86:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 86 | while (c = *++str) { BUILDSTDERR: | ^ BUILDSTDERR: simpos.c:186:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 186 | fgets (newobj, 32, flist); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 dhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/simpos simpos.c -L libwcs -lwcstools -lm gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bin/bincat bincat.c -L libwcs -lwcstools -lm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TWesNB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 + cd wcstools-3.9.5 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/lib64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/include/wcs + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/man/man1 + /usr/bin/install -p bin/addpix bin/bincat bin/char2sp bin/conpix bin/cphead bin/crlf bin/delhead bin/delwcs bin/edhead bin/filename bin/fileroot bin/filext bin/fixpix bin/getcol bin/getdate bin/getfits bin/gethead bin/getpix bin/gettab bin/i2f bin/imcat bin/imextract bin/imfill bin/imhead bin/immatch bin/imresize bin/imrot bin/imsize bin/imsmooth bin/imstack bin/imstar bin/imwcs bin/isfile bin/isfits bin/isnum bin/isrange bin/keyhead bin/newfits bin/remap bin/scat bin/sethead bin/setpix bin/simpos bin/sky2xy bin/skycoor bin/sp2char bin/subpix bin/sumpix bin/wcshead bin/xy2sky /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin + mv /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/remap /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/wcsremap + /usr/bin/cp -a libwcs/libwcstools.so libwcs/libwcstools.so.1 libwcs/libwcstools.so.1.0.0 /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/lib64 + /usr/bin/install -p -m 644 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 /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/include/wcs + /usr/bin/install -p -m 644 man/man1/delhead.1 man/man1/delwcs.1 man/man1/edhead.1 man/man1/getcol.1 man/man1/gethead.1 man/man1/i2f.1 man/man1/imcat.1 man/man1/imgsc.1 man/man1/imhead.1 man/man1/imrot.1 man/man1/imsize.1 man/man1/imstar.1 man/man1/imua2.1 man/man1/imusa2.1 man/man1/imwcs.1 man/man1/isnum.1 man/man1/keyhead.1 man/man1/scat.1 man/man1/sethead.1 man/man1/setpix.1 man/man1/sgsc.1 man/man1/simpos.1 man/man1/sky2xy.1 man/man1/skycoor.1 man/man1/sua2.1 man/man1/susa2.1 man/man1/wcshead.1 man/man1/wcstools.1 man/man1/xy2sky.1 /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.9.5-10.fc31 --unique-debug-suffix -3.9.5-10.fc31.riscv64 --unique-debug-src-base wcstools-3.9.5-10.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/wcstools-3.9.5 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/addpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/char2sp explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/conpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/bincat extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/char2sp extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/addpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/bincat extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/conpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/delhead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/crlf extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/delhead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/cphead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/delwcs extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/crlf extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/cphead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/delwcs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/edhead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/filename extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/edhead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/filext explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/fileroot extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/filename extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/filext extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/fileroot explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/fixpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/fixpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getcol explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getdate extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getcol extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getdate explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getfits extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getfits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/gethead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/gethead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/gettab extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/getpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/gettab explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/i2f extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/i2f explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imcat extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imcat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imextract extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imextract explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imfill extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imfill explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imhead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imhead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/immatch explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imresize extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/immatch extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imresize explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imrot extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imrot explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imsize extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imsize explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imsmooth extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imsmooth explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imstack extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imstack explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imstar extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imstar explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imwcs extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/imwcs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isfits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isfile extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isfits extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isfile explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isnum extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isnum BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/6232 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs isrange extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/isrange explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/newfits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/keyhead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/keyhead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/newfits explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/scat extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/scat explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sethead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sethead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/setpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/simpos extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/setpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/simpos explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sky2xy extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sky2xy explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/skycoor extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/skycoor explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sp2char extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sp2char explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/subpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/subpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sumpix extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/sumpix explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/wcshead extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/wcshead explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/wcsremap extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/wcsremap explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/xy2sky extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/bin/xy2sky explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/lib64/libwcstools.so.1.0.0 extracting debug info from /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/lib64/libwcstools.so.1.0.0 original debug info size: 6196kB, size after compression: 5840kB /usr/lib/rpm/sepdebugcrcfix: Updated 51 CRC32s, 0 CRC32s did match. Processing files: wcstools-3.9.5-10.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iqfVdC + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + DOCDIR=/builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools + cp -pr NEWS /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools + cp -pr Readme /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools + cp -pr Programs /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SumvFy + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + LICENSEDIR=/builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools + cp -pr COPYING /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: wcstools = 3.9.5-10.fc31 wcstools(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libwcstools.so.1()(64bit) rtld(GNU_HASH) Processing files: wcstools-libs-3.9.5-10.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UGUj4z + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + LICENSEDIR=/builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools-libs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools-libs + cp -pr libwcs/COPYING /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/licenses/wcstools-libs + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: libwcstools.so.1()(64bit) wcstools-libs = 3.9.5-10.fc31 wcstools-libs(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: wcstools-devel-3.9.5-10.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.biPgBB + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + DOCDIR=/builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools-devel + cp -pr libwcs/NEWS /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64/usr/share/doc/wcstools-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: wcstools-devel = 3.9.5-10.fc31 wcstools-devel(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libwcstools.so.1()(64bit) Processing files: wcstools-debugsource-3.9.5-10.fc31.riscv64 Provides: wcstools-debugsource = 3.9.5-10.fc31 wcstools-debugsource(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wcstools-debuginfo-3.9.5-10.fc31.riscv64 Provides: debuginfo(build-id) = 02367e34fee263d3d1ad5b3e59f2c7eea589425c debuginfo(build-id) = 0c8d6281521b5ca0660a50d97da305b6d77831a8 debuginfo(build-id) = 0efb35580ec8ba5ec8522a4d95cc9aa361796c2e debuginfo(build-id) = 1fdced76ad45e9eedde7e34475a36cbb4245a74f debuginfo(build-id) = 2726468a4854f2d9fa72ecc9a463ce9d8c3b5fbc debuginfo(build-id) = 272957ffcff57790b9b8f343ba761edbc25c003f debuginfo(build-id) = 291e8d251b98bc44298930b9532eed3a929fc528 debuginfo(build-id) = 3611d378ada91241f0601366ac81c283dc643336 debuginfo(build-id) = 3767464454340f8d753ca4b6f6b6d0e6c7acb5b2 debuginfo(build-id) = 3c44c5ef10e6254342fd5c94a03a2a156165e1cf debuginfo(build-id) = 447363069bce0b5021efa4e272becd5118ea8fa9 debuginfo(build-id) = 4f61bba577f18a2004714eaf1b3a346d7a2ba48d debuginfo(build-id) = 56513f5cd5168c61ed70924f91de1567c6c746ee debuginfo(build-id) = 606a93bb0b9b4ebbb2bd37bc2fb49468c4deba02 debuginfo(build-id) = 61fef4283edd11b6971ae65254712a457816ba0c debuginfo(build-id) = 643b2e7ea42145899473789e4cb9288496bc6a44 debuginfo(build-id) = 66d7ae360e3dbfb8d0af4e2fd98dc3ac520894cf debuginfo(build-id) = 753bb32c5252dbb878d93b49292a7c957deb8efc debuginfo(build-id) = 7b70db7bfaf382c6c0175d68c13e963c134e770d debuginfo(build-id) = 89754997688588e30a8e14dc72289aea94d2c4a2 debuginfo(build-id) = 8d7ec4d2aef57a742154d0a9e2e8d1e2d4ce998e debuginfo(build-id) = 8f322f1913d43ca48045b9db2a6f075fd8957896 debuginfo(build-id) = 8f324f4bffc81f4260503ce8d9deaa404afe52f2 debuginfo(build-id) = 97706e73ccb433409b779b90f043f9cb186bee3b debuginfo(build-id) = 9b1df23b8cf35c04470dc25411c742da3dfe3b80 debuginfo(build-id) = 9bc7094fbbd4aee4c09501bb5af4bd92bd09d0c9 debuginfo(build-id) = a1dd4e4084d4b71a98b47d0adc1d25cfb386f2c2 debuginfo(build-id) = a3a77c810cb3b307a199823485a360b9a3d2149b debuginfo(build-id) = a52d87d059b32b58f30431dc7f7d113318870876 debuginfo(build-id) = b19592ccf6e9bf9aec1ebb930809621e161a787a debuginfo(build-id) = b73397d196498628e2690d6adcd656a1cff13ae3 debuginfo(build-id) = ba683a44dd7dd245515a1952b73f33a67b9d1a53 debuginfo(build-id) = bedcdb44d8d7a2d605cb8037b2a3c6b0d5df265c debuginfo(build-id) = bfe50575dfccc9f5eaefbb6a97caf00e0ff5427b debuginfo(build-id) = c2c26cbb8245a574b0c6a3d9f4ec63ebc319e4a1 debuginfo(build-id) = cd14726b436b3e7f1bbe749b015c7661fb681082 debuginfo(build-id) = d55f93111946c46e2941bb2f5e2f13c009f58cc1 debuginfo(build-id) = d9468dc63832581b6df8e9df157106cfca2b3e71 debuginfo(build-id) = dce21eebb3e6d2cae589454e94e331d025d2988c debuginfo(build-id) = e5bd462c03f928d65a15a418715db09ea01fb146 debuginfo(build-id) = ea3a53c923d93402afd2089f6211e8decaeebdca debuginfo(build-id) = eb3b795a599a1780467c59d9c3a8d895a0ea2039 debuginfo(build-id) = ec50f48cb3ae6665e74a1338409db849208d50d6 debuginfo(build-id) = f1af41a5f3dcef12a4517b0b21e1c2932de69dff debuginfo(build-id) = f45c1b412930a44c059cd8a3bebf0f9392b12cd4 debuginfo(build-id) = f5a4e604962a98089b7b1d93ad090b553eefda75 debuginfo(build-id) = f768b5b3b0e988f50b5cd75cfc08ab25b82e078d debuginfo(build-id) = f89231f0511ced2bb3845c2b30a5586e7fbb6daf debuginfo(build-id) = fa273cc66af20f9baf220327afebca780fae7252 debuginfo(build-id) = ff923cc2792ff69d9f0b5cd75932bde70cfad05f wcstools-debuginfo = 3.9.5-10.fc31 wcstools-debuginfo(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wcstools-debugsource(riscv-64) = 3.9.5-10.fc31 Processing files: wcstools-libs-debuginfo-3.9.5-10.fc31.riscv64 Provides: debuginfo(build-id) = 1c8c3c3328a88c2c6092d052d8d89dc461a393ae wcstools-libs-debuginfo = 3.9.5-10.fc31 wcstools-libs-debuginfo(riscv-64) = 3.9.5-10.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wcstools-debugsource(riscv-64) = 3.9.5-10.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 Wrote: /builddir/build/RPMS/wcstools-devel-3.9.5-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wcstools-libs-3.9.5-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wcstools-3.9.5-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wcstools-libs-debuginfo-3.9.5-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wcstools-debuginfo-3.9.5-10.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/wcstools-debugsource-3.9.5-10.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vkl0Hy + umask 022 + cd /builddir/build/BUILD + cd wcstools-3.9.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/wcstools-3.9.5-10.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0