<86>Jul 11 21:40:37 userdel[2772891]: delete user 'rooter' <86>Jul 11 21:40:37 userdel[2772891]: removed group 'rooter' owned by 'rooter' <86>Jul 11 21:40:37 userdel[2772891]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 11 21:40:37 groupadd[2772909]: group added to /etc/group: name=rooter, GID=624 <86>Jul 11 21:40:37 groupadd[2772909]: group added to /etc/gshadow: name=rooter <86>Jul 11 21:40:37 groupadd[2772909]: new group: name=rooter, GID=624 <86>Jul 11 21:40:37 useradd[2772929]: new user: name=rooter, UID=624, GID=624, home=/root, shell=/bin/bash <86>Jul 11 21:40:38 userdel[2772951]: delete user 'builder' <86>Jul 11 21:40:38 userdel[2772951]: removed group 'builder' owned by 'builder' <86>Jul 11 21:40:38 userdel[2772951]: removed shadow group 'builder' owned by 'builder' <86>Jul 11 21:40:38 groupadd[2772971]: group added to /etc/group: name=builder, GID=625 <86>Jul 11 21:40:38 groupadd[2772971]: group added to /etc/gshadow: name=builder <86>Jul 11 21:40:38 groupadd[2772971]: new group: name=builder, GID=625 <86>Jul 11 21:40:38 useradd[2772984]: new user: name=builder, UID=625, GID=625, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/wcstools-3.9.6-alt1_2.nosrc.rpm (w1.gzdio) Installing wcstools-3.9.6-alt1_2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23412 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcstools-3.9.6 + echo 'Source #0 (wcstools-3.9.6.tar.gz):' Source #0 (wcstools-3.9.6.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.6.tar.gz + /bin/tar -xf - + cd wcstools-3.9.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wcstools-3.9.6-rename-shlib.patch):' Patch #0 (wcstools-3.9.6-rename-shlib.patch): + /usr/bin/patch -p1 patching file Makefile patching file libwcs/Makefile + 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' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23412 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + make make: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.6' make CC=gcc -C libwcs make[1]: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.6/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imsetwcs.o imsetwcs.c imsetwcs.c: In function 'CompRes': imsetwcs.c:1059:17: warning: variable 'sep2' set but not used [-Wunused-but-set-variable] 1059 | double sep, sep2, rsep, rsep2, dsep, dsep2; | ^~~~ imsetwcs.c:1058:43: warning: unused variable 'mag0' [-Wunused-variable] 1058 | double gx, gy, dx, dy, dx2, dy2, dxy, mag0; | ^~~~ In file included from /usr/include/string.h:532, from imsetwcs.c:33: In function 'strncpy', inlined from 'SetWCSFITS' at imsetwcs.c:433:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imsetwcs.c: In function 'SetWCSFITS': imsetwcs.c:424:10: warning: 'maxnum' may be used uninitialized in this function [-Wmaybe-uninitialized] 424 | nnfld = CatNumLen (refcat, maxnum, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imsetwcs.c:376:27: warning: 'ngmax' may be used uninitialized in this function [-Wmaybe-uninitialized] 376 | if (!(gx = (double *) calloc (ngmax, sizeof(double)))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imsetwcs.c:292:15: warning: 'refcat' may be used uninitialized in this function [-Wmaybe-uninitialized] 292 | refcatname = CatName (refcat, refcatname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ imsetwcs.c:688:19: warning: 'magsort' may be used uninitialized in this function [-Wmaybe-uninitialized] 688 | gm1[nmatch] = gm[magsort][igs]; | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imgetwcs.o imgetwcs.c imgetwcs.c: In function 'ChangeFITSWCS': imgetwcs.c:561:11: warning: 'cwcs' may be used uninitialized in this function [-Wmaybe-uninitialized] 561 | wcs = wcsinitn (header, cwcs); | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o matchstar.o matchstar.c matchstar.c: In function 'WCSMatch': matchstar.c:962:9: warning: unused variable 'nsc' [-Wunused-variable] 962 | int nsc, j, nq[5]; | ^~~ matchstar.c: In function 'amoeba': matchstar.c:1816:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1816 | for (i=0,sum=0.0; i -1 && class0 == classd) || | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o gsc2read.o gsc2read.c gsc2read.c: In function 'gsc2read': gsc2read.c:86:17: warning: unused variable 'sd' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:86:10: warning: unused variable 'sr' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:85:17: warning: unused variable 'ds' [-Wunused-variable] 85 | double ras, ds; | ^~ gsc2read.c:85:12: warning: unused variable 'ras' [-Wunused-variable] 85 | double ras, ds; | ^~~ gsc2read.c:84:23: warning: unused variable 'dm' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:19: warning: unused variable 'dd' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:14: warning: unused variable 'ram' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c:84:9: warning: unused variable 'rah' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c: In function 'gsc2c2t': gsc2read.c:243:21: warning: unused variable 'colsep' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~ gsc2read.c:243:11: warning: unused variable 'colhead' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~~ gsc2read.c: In function 'gsc2t2t': gsc2read.c:316:10: warning: unused variable 'colon' [-Wunused-variable] 316 | char colon = ':'; | ^~~~~ At top level: gsc2read.c:184:1: warning: 'parsex' defined but not used [-Wunused-function] 184 | parsex (str, ss, d, m, s) | ^~~~~~ gsc2read.c: In function 'gsc2t2t': gsc2read.c:343:16: warning: 'tsvbi' may be used uninitialized in this function [-Wmaybe-uninitialized] 343 | if (tsvbi == ctab && tsvbj == ctab) | ~~~~~~^~~~~~~ gsc2read.c:309:29: warning: 'kfirst' may be used uninitialized in this function [-Wmaybe-uninitialized] 309 | int lbuff, i, ih, j, k, kfirst; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ujcread.o ujcread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o uacread.o uacread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ubcread.o ubcread.c ubcread.c: In function 'ubcbin': ubcread.c:811:32: warning: variable 'pmni' set but not used [-Wunused-but-set-variable] 811 | int istar, istar1, istar2, pmni, nid; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ucacread.o ucacread.c ucacread.c: In function 'ucacread': ucacread.c:221:23: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 221 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacrnum': ucacread.c:724:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] 724 | int verbose; | ^~~~~~~ ucacread.c: In function 'ucacbin': ucacread.c:932:21: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 932 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacsra': ucacread.c:1243:52: warning: unused variable 'sdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ ucacread.c:1243:44: warning: unused variable 'rdiff2' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:36: warning: unused variable 'rdiff1' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:29: warning: unused variable 'rdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o sdssread.o sdssread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tabread.o tabread.c tabread.c: In function 'tabbin': tabread.c:793:9: warning: variable 'peak' set but not used [-Wunused-but-set-variable] 793 | int peak; | ^~~~ tabread.c: In function 'tabopen': tabread.c:1952:10: warning: variable 'tabcstr' set but not used [-Wunused-but-set-variable] 1952 | char tabcstr[4]; | ^~~~~~~ tabread.c:2182:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tabread.c: In function 'gettabline': tabread.c:2264:10: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2264 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: tabread.c:2653:1: warning: 'tabcont' defined but not used [-Wunused-function] 2653 | tabcont (tabtable, keyword) | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o binread.o binread.c binread.c: In function 'binbin': binread.c:702:9: warning: variable 'mrv' set but not used [-Wunused-but-set-variable] 702 | int mrv; | ^~~ binread.c: In function 'binrnum': binread.c:617:10: warning: 'mrv' may be used uninitialized in this function [-Wmaybe-uninitialized] 617 | tmag[mrv][nstar] = star->radvel; | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ctgread.o ctgread.c ctgread.c: In function 'ctgrdate': ctgread.c:811:9: warning: variable 'starfound' set but not used [-Wunused-but-set-variable] 811 | int starfound; | ^~~~~~~~~ ctgread.c: In function 'ctgopen': ctgread.c:1249:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 1249 | int ntok; | ^~~~ ctgread.c: In function 'isacat': ctgread.c:1953:11: warning: variable 'errc' set but not used [-Wunused-but-set-variable] 1953 | char *errc; | ^~~~ ctgread.c: In function 'ctg2dec': ctgread.c:2035:27: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] 2035 | dec = sign * (deg + (min / 60.0) + (sec / 3600.0)); | ~~~~~^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o actread.o actread.c actread.c: In function 'actbin': actread.c:576:11: warning: variable 'str' set but not used [-Wunused-but-set-variable] 576 | char *str; | ^~~ actread.c:573:50: warning: variable 'magv' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ actread.c:573:44: warning: variable 'magb' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o catutil.o catutil.c catutil.c: In function 'agets': catutil.c:2627:24: warning: unused variable 'fkey' [-Wunused-variable] 2627 | int ipar, i, lkey, fkey; | ^~~~ catutil.c: In function 'tmcid': catutil.c:3059:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable] 3059 | char csign; | ^~~~~ catutil.c: In function 'CatSource': catutil.c:770:27: warning: ' sources' directive output between 8 and 8 bytes may cause result to exceed 'INT_MAX' [-Wformat-overflow=] 770 | sprintf (catname, "%s sources", refcatname); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 10 and 2147483654 bytes into a destination of size 4294967295 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catutil.c: In function 'CatNum': catutil.c:1300:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=] 1300 | sprintf (nform,"%%%d.%df", nndec+5, nndec); | ^~ catutil.c:1300:21: note: directive argument in the range [1, 2147483647] 1300 | sprintf (nform,"%%%d.%df", nndec+5, nndec); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catutil.c:1298:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] 1298 | sprintf (nform,"%%0%d.%df", -nnfld, nndec); | ^~ catutil.c:1298:21: note: directive argument in the range [1, 2147483647] 1298 | sprintf (nform,"%%0%d.%df", -nnfld, nndec); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catutil.c:1296:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 4 and 13 [-Wformat-overflow=] 1296 | sprintf (nform,"%%%d.%df", nnfld, nndec); | ^~ catutil.c:1296:21: note: directive argument in the range [1, 2147483647] 1296 | sprintf (nform,"%%%d.%df", nnfld, nndec); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from catutil.c:106: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o skybotread.o skybotread.c skybotread.c: In function 'skybotread': skybotread.c:133:12: warning: unused variable 'dtemp' [-Wunused-variable] 133 | double dtemp, jdout; | ^~~~~ skybotread.c:128:10: warning: unused variable 'cmag' [-Wunused-variable] 128 | char cmag; | ^~~~ skybotread.c: In function 'skybot2tab': skybotread.c:315:10: warning: unused variable 'ccom' [-Wunused-variable] 315 | char ccom = ','; | ^~~~ skybotread.c:313:11: warning: unused variable 'buff' [-Wunused-variable] 313 | char *buff; | ^~~~ skybotread.c:309:16: warning: unused variable 'ldata' [-Wunused-variable] 309 | int lhead, ldata; | ^~~~~ skybotread.c:305:11: warning: unused variable 'head' [-Wunused-variable] 305 | char *head; | ^~~~ skybotread.c:304:11: warning: unused variable 'chead' [-Wunused-variable] 304 | char *chead; | ^~~~~ skybotread.c:302:11: warning: unused variable 'endhead' [-Wunused-variable] 302 | char *endhead; | ^~~~~~~ skybotread.c:298:11: warning: unused variable 'databuff' [-Wunused-variable] 298 | char *databuff; | ^~~~~~~~ skybotread.c:293:11: warning: unused variable 'heading' [-Wunused-variable] 293 | char *heading; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imrotate.o imrotate.c imrotate.c: In function 'RotWCSFITS': imrotate.c:374:22: warning: unused variable 'ctype2' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ imrotate.c:374:10: warning: unused variable 'ctype1' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o fitsfile.o fitsfile.c fitsfile.c: In function 'fitsrhead': fitsfile.c:293:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 293 | fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead); | ~^ ~~~~~~ | | | | int off_t {aka long int} | %ld In file included from /usr/include/string.h:532, from fitsfile.c:85: In function 'strncpy', inlined from 'fitsrhead' at fitsfile.c:499:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fitsfile.c: In function 'fitsrthead': fitsfile.c:1230:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1230 | sprintf (tname, "TTYPE%d", ifield+1);; | ^~ fitsfile.c:1230:18: note: directive argument in the range [1, 2147483647] 1230 | sprintf (tname, "TTYPE%d", ifield+1);; | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fitsfile.c:1246:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1246 | sprintf (tname, "TBCOL%d", ifield+1); | ^~ fitsfile.c:1246:22: note: directive argument in the range [1, 2147483647] 1246 | sprintf (tname, "TBCOL%d", ifield+1); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fitsfile.c:1253:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1253 | sprintf (tname, "TFORM%d", ifield+1);; | ^~ fitsfile.c:1253:18: note: directive argument in the range [1, 2147483647] 1253 | sprintf (tname, "TFORM%d", ifield+1);; | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from fitsfile.c:81: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from fitsfile.c:85: In function 'strncpy', inlined from 'fitswexhead' at fitsfile.c:2049:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imhfile.o imhfile.c imhfile.c: In function 'iraf2fits': imhfile.c:606:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 606 | else | ^~~~ imhfile.c:608:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 608 | hputcom (fitsheader,"NAXIS2", "IRAF .imh naxis[2]"); | ^~~~~~~ imhfile.c: In function 'irafwhead': imhfile.c:913:12: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 913 | (void) ftruncate (fd, nbhead); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from imhfile.c:83: In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:507:11: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:861:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'same_path' at imhfile.c:1065:8: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 255 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:122:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'same_path' at imhfile.c:1085:8: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 255 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'same_path' at imhfile.c:1043:8: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 255 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:122:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:553:11: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:837:10: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:826:13: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:796:10: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:784:9: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:853:11: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 80 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o hget.o hget.c hget.c: In function 'str2dec': hget.c:1358:31: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] 1358 | dec = sign * (deg + (min / 60.0) + (sec / 3600.0)); | ~~~~~^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o hput.o hput.c hput.c: In function 'hputcom': hput.c:695:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 695 | else | ^~~~ hput.c:697:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 697 | q2 = NULL; | ^~ In file included from /usr/include/string.h:532, from hput.c:53: In function 'strncpy', inlined from 'hputc' at hput.c:544:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'hputc': hput.c:412:22: note: length computed here 412 | lkeyword = (int) strlen (keyword); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from hput.c:53: In function 'strncpy', inlined from 'hputc' at hput.c:566:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'hputc': hput.c:413:18: note: length computed here 413 | lval = (int) strlen (value); | ^~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from hput.c:53: In function 'strncpy', inlined from 'hputc' at hput.c:558:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'hputc': hput.c:413:18: note: length computed here 413 | lval = (int) strlen (value); | ^~~~~~~~~~~~~~ hput.c: In function 'hputnr8': hput.c:156:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 156 | sprintf (format, "%%.%df", ndec); | ^~ hput.c:156:19: note: directive argument in the range [0, 2147483647] 156 | sprintf (format, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c:149:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 149 | sprintf (format, "%%.%dg", -ndec); | ^~ hput.c:149:19: note: directive argument in the range [1, 2147483647] 149 | sprintf (format, "%%.%dg", -ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from hput.c:53: In function 'strncpy', inlined from 'hputs' at hput.c:375:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'hputs': hput.c:369:19: note: length computed here 369 | lcval = (int) strlen (cval); | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from hput.c:53: In function 'strncpy', inlined from 'hputcom' at hput.c:713:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'hadd' at hput.c:829:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'hadd': hput.c:828:18: note: length computed here 828 | lkey = (int) strlen (keyword); | ^~~~~~~~~~~~~~~~ hput.c: In function 'deg2str': hput.c:1202:23: warning: '%4d' directive writing between 4 and 11 bytes into a region of size 7 [-Wformat-overflow=] 1202 | sprintf (degform, "%%%4d", field); | ^~~ hput.c:1202:20: note: directive argument in the range [-2147483644, 2147483647] 1202 | sprintf (degform, "%%%4d", field); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 13 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c:1198:23: warning: '%d' directive writing between 1 and 11 bytes into a region of size 7 [-Wformat-overflow=] 1198 | sprintf (degform, "%%%d.%df", field, ndec); | ^~ hput.c:1198:20: note: directive argument in the range [-2147483644, 2147483647] 1198 | sprintf (degform, "%%%d.%df", field, ndec); | ^~~~~~~~~~ hput.c:1198:20: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c: In function 'num2str': hput.c:1243:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 1243 | sprintf (numform, "%%.%df", ndec); | ^~ hput.c:1243:24: note: directive argument in the range [1, 2147483647] 1243 | sprintf (numform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c:1237:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1237 | sprintf (numform, "%%%dd", field); | ^~ hput.c:1237:24: note: directive argument in the range [1, 2147483647] 1237 | sprintf (numform, "%%%dd", field); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hput.c:1233:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 1233 | sprintf (numform, "%%%d.%df", field, ndec); | ^~ hput.c:1233:24: note: directive argument in the range [1, 2147483647] 1233 | sprintf (numform, "%%%d.%df", field, ndec); | ^~~~~~~~~~ hput.c:1233:24: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:866, from hput.c:54: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imio.o imio.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o dateutil.o dateutil.c dateutil.c: In function 'lt2fd': dateutil.c:928:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 928 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", | ^ In file included from /usr/include/stdio.h:866, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dateutil.c: In function 'dt2fd': dateutil.c:490:23: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 31 [-Wformat-overflow=] 490 | sprintf (string, "%sT%s", dstring, tstring); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:866, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 64 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dateutil.c: In function 'ut2fd': dateutil.c:3239:48: warning: ':' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 3239 | sprintf (isotime, "%04d-%02d-%02dT%02d:%02d:%02d", | ^ In file included from /usr/include/stdio.h:866, from dateutil.c:309: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o imutil.o imutil.c imutil.c: In function 'SetBadFITS': imutil.c:227:4: warning: value computed is not used [-Wunused-value] 227 | *b1++; | ^~~~~ imutil.c:246:4: warning: value computed is not used [-Wunused-value] 246 | *b1++; | ^~~~~ imutil.c:273:4: warning: value computed is not used [-Wunused-value] 273 | *b1++; | ^~~~~ imutil.c:292:4: warning: value computed is not used [-Wunused-value] 292 | *b1++; | ^~~~~ imutil.c:320:4: warning: value computed is not used [-Wunused-value] 320 | *b1++; | ^~~~~ imutil.c:339:4: warning: value computed is not used [-Wunused-value] 339 | *b1++; | ^~~~~ imutil.c:365:4: warning: value computed is not used [-Wunused-value] 365 | *b1++; | ^~~~~ imutil.c:384:4: warning: value computed is not used [-Wunused-value] 384 | *b1++; | ^~~~~ imutil.c: In function 'SetBadVal': imutil.c:460:7: warning: value computed is not used [-Wunused-value] 460 | *b1++; | ^~~~~ imutil.c:465:7: warning: value computed is not used [-Wunused-value] 465 | *b1++; | ^~~~~ imutil.c:492:7: warning: value computed is not used [-Wunused-value] 492 | *b1++; | ^~~~~ imutil.c:497:7: warning: value computed is not used [-Wunused-value] 497 | *b1++; | ^~~~~ imutil.c:524:7: warning: value computed is not used [-Wunused-value] 524 | *b1++; | ^~~~~ imutil.c:529:7: warning: value computed is not used [-Wunused-value] 529 | *b1++; | ^~~~~ imutil.c:556:7: warning: value computed is not used [-Wunused-value] 556 | *b1++; | ^~~~~ imutil.c:561:7: warning: value computed is not used [-Wunused-value] 561 | *b1++; | ^~~~~ imutil.c: In function 'gaussfilt': imutil.c:1986:24: warning: 'iy' may be used uninitialized in this function [-Wmaybe-uninitialized] 1986 | if (nlog > 0 && (iy+1)%nlog == 0) | ~~~^~~ imutil.c: In function 'ShrinkFITSHeader': imutil.c:2644:21: warning: '%40s' directive writing between 40 and 2147483645 bytes into a region of size 64 [-Wformat-overflow=] 2644 | sprintf (history, "%40s blocked / %dx%d", filename, xfactor, yfactor); | ^~~~ In file included from /usr/include/stdio.h:866, from imutil.c:65: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 55 and 2147483680 bytes into a destination of size 64 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o worldpos.o worldpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tnxpos.o tnxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o zpxpos.o zpxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o dsspos.o dsspos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o platepos.o platepos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o sortstar.o sortstar.c sortstar.c: In function 'StarMerge': sortstar.c:954:35: warning: variable 'nums' set but not used [-Wunused-but-set-variable] 954 | int i, is, js, nthis, im, no, nums[MAXMERGE]; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o platefit.o platefit.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o iget.o iget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o fileutil.o fileutil.c fileutil.c: In function 'next_line': fileutil.c:357:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 357 | (void) fgets (line, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileutil.c: In function 'first_token': fileutil.c:393:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 393 | (void) fgets (token, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o wcslib.o wcslib.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lin.o lin.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o cel.o cel.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o proj.o proj.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o sph.o sph.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o wcstrig.o wcstrig.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o distort.o distort.c distort.c: In function 'distortinit': distort.c:77:28: warning: '%d' directive writing between 1 and 9 bytes into a region of size between 7 and 8 [-Wformat-overflow=] 77 | sprintf (keyword, "A_%d_%d", i, j); | ^~ distort.c:77:22: note: directive argument in the range [0, 536870911] 77 | sprintf (keyword, "A_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 15 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:94:28: warning: '%d' directive writing between 1 and 9 bytes into a region of size between 7 and 8 [-Wformat-overflow=] 94 | sprintf (keyword, "B_%d_%d", i, j); | ^~ distort.c:94:22: note: directive argument in the range [0, 536870911] 94 | sprintf (keyword, "B_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 15 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:111:29: warning: '%d' directive writing between 1 and 9 bytes into a region of size between 6 and 7 [-Wformat-overflow=] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~ distort.c:111:22: note: directive argument in the range [0, 536870911] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:128:29: warning: '%d' directive writing between 1 and 9 bytes into a region of size between 6 and 7 [-Wformat-overflow=] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~ distort.c:128:22: note: directive argument in the range [0, 536870911] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c: In function 'DelDistort': distort.c:160:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] 160 | sprintf (keyword, "A_%d_%d", i, j); | ^~ distort.c:160:21: note: directive argument in the range [0, 2147483647] 160 | sprintf (keyword, "A_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:172:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=] 172 | sprintf (keyword, "AP_%d_%d", i, j); | ^~ distort.c:172:21: note: directive argument in the range [0, 2147483647] 172 | sprintf (keyword, "AP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:184:27: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 12 [-Wformat-overflow=] 184 | sprintf (keyword, "B_%d_%d", i, j); | ^~ distort.c:184:21: note: directive argument in the range [0, 2147483647] 184 | sprintf (keyword, "B_%d_%d", i, j); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:196:28: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 2 and 11 [-Wformat-overflow=] 196 | sprintf (keyword, "BP_%d_%d", i, j); | ^~ distort.c:196:21: note: directive argument in the range [0, 2147483647] 196 | sprintf (keyword, "BP_%d_%d", i, j); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from distort.c:41: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 25 bytes into a destination of size 16 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c: In function 'foc2pix': distort.c:254:6: warning: 's[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 254 | sum = s[0]; | ~~~~^~~~~~ distort.c: In function 'pix2foc': distort.c:315:6: warning: 's[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 315 | sum = s[0]; | ~~~~^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o poly.o poly.c gcc -shared -o libwcstools.so.1.0.0 -Wl,-soname,libwcstools.so.1 imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm ln -s libwcstools.so.1.0.0 libwcstools.so.1 ln -s libwcstools.so.1.0.0 libwcstools.so ar rv libwcstools.a imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o ar: creating libwcstools.a a - imsetwcs.o a - imgetwcs.o a - matchstar.o a - findstar.o a - daoread.o a - wcscon.o a - fitswcs.o a - wcsinit.o a - wcs.o a - ty2read.o a - webread.o a - tmcread.o a - gscread.o a - gsc2read.o a - ujcread.o a - uacread.o a - ubcread.o a - ucacread.o a - sdssread.o a - tabread.o a - binread.o a - ctgread.o a - actread.o a - catutil.o a - skybotread.o a - imrotate.o a - fitsfile.o a - imhfile.o a - hget.o a - hput.o a - imio.o a - dateutil.o a - imutil.o a - worldpos.o a - tnxpos.o a - zpxpos.o a - dsspos.o a - platepos.o a - sortstar.o a - platefit.o a - iget.o a - fileutil.o a - wcslib.o a - lin.o a - cel.o a - proj.o a - sph.o a - wcstrig.o a - distort.o a - poly.o ranlib libwcstools.a make[1]: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.6/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/cphead cphead.c -L libwcs -lwcstools -lm cphead.c: In function 'main': cphead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ cphead.c: In function 'CopyValues': cphead.c:375:16: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 375 | int naxis, ipos, nbhead, nbr, nbw; | ^~~~ cphead.c:490:10: warning: 'nbheadout' may be used uninitialized in this function [-Wmaybe-uninitialized] 490 | (void) hlength (headout, nbheadout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm delwcs.c: In function 'DelWCS': delwcs.c:261:10: warning: 'image' may be used uninitialized in this function [-Wmaybe-uninitialized] 261 | if (fitswimage (newname, header, image) < 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/delhead delhead.c -L libwcs -lwcstools -lm delhead.c: In function 'main': delhead.c:72:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 72 | int nbytes; | ^~~~~~ delhead.c: In function 'DelKeywords': delhead.c:471:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 471 | if (nblnew == nblold && !newimage) | ^~ delhead.c:474:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 474 | hgeti4 (header,"NAXIS",&naxis); | ^~~~~~ delhead.c:286:9: warning: variable 'imageread' set but not used [-Wunused-but-set-variable] 286 | int imageread = 0; | ^~~~~~~~~ delhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, bitpix, i; | ^~~~ delhead.c: In function 'DelCOMMENT': delhead.c:563:21: warning: variable 'nline' set but not used [-Wunused-but-set-variable] 563 | int i, killcom, nline; | ^~~~~ delhead.c: In function 'DelKeywords': delhead.c:388:21: warning: '%03d' directive writing between 3 and 10 bytes into a region of size 9 [-Wformat-overflow=] 388 | sprintf (kwi, "%s_%03d", kwd[ikwd], i++); | ^~~~ delhead.c:388:17: note: directive argument in the range [2, 2147483647] 388 | sprintf (kwi, "%s_%03d", kwd[ikwd], i++); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from delhead.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 12) into a destination of size 10 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/edhead edhead.c -L libwcs -lwcstools -lm edhead.c: In function 'EditHead': edhead.c:133:14: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 133 | int fdr, ipos, nbr, nbw; | ^~~~ In file included from /usr/include/string.h:532, from edhead.c:26: In function 'strncpy', inlined from 'EditHead' at edhead.c:288:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 80 bytes from a string of length 159 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm fixpix.c: In function 'FixPix': fixpix.c:216:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 216 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/gethead gethead.c -L libwcs -lwcstools -lm gethead.c: In function 'main': gethead.c:115:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 115 | int nbytes; | ^~~~~~ gethead.c:95:10: warning: unused variable 'wcond' [-Wunused-variable] 95 | char wcond, **newccond; | ^~~~~ gethead.c: In function 'PrintValues': gethead.c:1141:19: warning: too many arguments for format [-Wformat-extra-args] 1141 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1143:19: warning: too many arguments for format [-Wformat-extra-args] 1143 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:1298:18: warning: too many arguments for format [-Wformat-extra-args] 1298 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1300:18: warning: too many arguments for format [-Wformat-extra-args] 1300 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:801:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable] 801 | int ikwd, nfound, notfound, nch, iepoch; | ^~~~~~~~ At top level: gethead.c:77:24: warning: 'newccond' defined but not used [-Wunused-variable] 77 | static char **ccond, **newccond; /* Condition characters */ | ^~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/i2f i2f.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imcat imcat.c -L libwcs -lwcstools -lm imcat.c: In function 'ListCat': imcat.c:1285:18: warning: unused variable 'iy' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:1285:14: warning: unused variable 'ix' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:856:29: warning: unused variable 'epmd' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:23: warning: unused variable 'epmr' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:17: warning: unused variable 'edec' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:12: warning: unused variable 'era' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~ In file included from /usr/include/string.h:532, from imcat.c:26: In function 'strncpy', inlined from 'ListCat' at imcat.c:1142:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'ListCat' at imcat.c:1816:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imhead imhead.c -L libwcs -lwcstools -lm imhead.c: In function 'PrintHead': imhead.c:167:12: warning: variable 'nw' set but not used [-Wunused-but-set-variable] 167 | int i, nw, nbytes, lhead, nblk; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/immatch immatch.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imrot imrot.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imstar imstar.c -L libwcs -lwcstools -lm imstar.c: In function 'ListStars': imstar.c:666:18: warning: unused variable 'iy' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ imstar.c:666:14: warning: unused variable 'ix' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm In file included from /usr/include/string.h:532, from imwcs.c:27: In function 'strncpy', inlined from 'FitWCS' at imwcs.c:744:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imwcs.c: In function 'FitWCS': imwcs.c:741:10: note: length computed here 741 | lname = strlen (fname); | ^~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/scat scat.c -L libwcs -lwcstools -lm scat.c: In function 'ListCat': scat.c:1147:10: warning: variable 'string' set but not used [-Wunused-but-set-variable] 1147 | char string[TABMAX]; | ^~~~~~ scat.c: In function 'PrintNum': scat.c:4096:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 4096 | sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec); | ^~ scat.c:4096:18: note: directive argument in the range [4, 2147483647] 4096 | sprintf (nform, "%%%d.%df", LenNum (maxnum,ndec), ndec); | ^~~~~~~~~~ scat.c:4096:18: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:866, from scat.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 6 and 24 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scat.c: In function 'ListCat.isra': scat.c:2138:25: warning: '%s' directive writing between 1 and 2147483645 bytes into a region of size 32 [-Wformat-overflow=] 2138 | sprintf (tstr, "%s ", | ^~ In file included from /usr/include/stdio.h:866, from scat.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 15 and 2147483659 bytes into a destination of size 32 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/sethead sethead.c -L libwcs -lwcstools -lm sethead.c: In function 'main': sethead.c:315:17: warning: comparison between pointer and zero character constant [-Wpointer-compare] 315 | if (kw1 == (char) 0) | ^~ sethead.c:315:13: note: did you mean to dereference the pointer? 315 | if (kw1 == (char) 0) | ^ sethead.c:85:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 85 | int nbytes; | ^~~~~~ In file included from /usr/include/string.h:532, from sethead.c:26: In function 'strncpy', inlined from 'SetValues' at sethead.c:725:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:728:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:750:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:753:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:775:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:778:6: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at sethead.c:218:4: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/addpix addpix.c -L libwcs -lwcstools -lm addpix.c: In function 'AddPix': addpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/getpix getpix.c -L libwcs -lwcstools -lm getpix.c: In function 'main': getpix.c:328:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 328 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~ getpix.c:328:66: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 328 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~~~ getpix.c: In function 'PrintPix': getpix.c:515:11: warning: unused variable 'c' [-Wunused-variable] 515 | char *c; | ^ getpix.c:641:22: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 641 | sprintf (pform, "%%.%df", ndec); | ^~ getpix.c:641:18: note: directive argument in the range [1, 2147483647] 641 | sprintf (pform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from getpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getpix.c:631:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 631 | sprintf (pform, "%%%s", pformat); | ^ In file included from /usr/include/stdio.h:866, from getpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 9 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from getpix.c:26: In function 'strncpy', inlined from 'main' at getpix.c:199:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 8 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getpix.c: In function 'main': getpix.c:261:9: warning: 'rstr' may be used uninitialized in this function [-Wmaybe-uninitialized] 261 | ra0 = str2ra (rstr); | ^~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/setpix setpix.c -L libwcs -lwcstools -lm setpix.c: In function 'SetPix': setpix.c:271:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 271 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm sky2xy.c: In function 'main': sky2xy.c:74:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 74 | int modwcs = 0; /* 1 if image WCS modified on command line */ | ^~~~~~ sky2xy.c:68:9: warning: variable 'syscoor' set but not used [-Wunused-but-set-variable] 68 | int syscoor = 0; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm keyhead.c: In function 'main': keyhead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ keyhead.c: In function 'ChangeKeyNames': keyhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, nchange; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/subpix subpix.c -L libwcs -lwcstools -lm subpix.c: In function 'SubPix': subpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm xy2sky.c: In function 'main': xy2sky.c:92:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 92 | int modwcs = 0; | ^~~~~~ xy2sky.c:628:35: warning: 'wcs' may be used uninitialized in this function [-Wmaybe-uninitialized] 628 | if (wcs->nxpix > 9999 || wcs->nypix > 9999) { | ~~~^~~~~~~ xy2sky.c:588:14: warning: 'mag' may be used uninitialized in this function [-Wmaybe-uninitialized] 588 | magx = polcomp (mag, mag0, nterms, coeff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm wcshead.c: In function 'ListWCS': wcshead.c:537:20: warning: '%s' directive writing between 8 and 2147483645 bytes into a region of size 255 [-Wformat-overflow=] 537 | sprintf (temp, " %s %s", wcs->ctype[0], wcs->ctype[1]); | ^~ In file included from /usr/include/stdio.h:866, from wcshead.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 11 and 2147483663 bytes into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wcshead.c:445:20: warning: '%s' directive writing between 8 and 2147483645 bytes into a region of size 255 [-Wformat-overflow=] 445 | sprintf (temp, " %s %s", wcs->ctype[0], wcs->ctype[1]); | ^~ In file included from /usr/include/stdio.h:866, from wcshead.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 11 and 2147483663 bytes into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wcshead.c:412:40: warning: 'zvel' may be used uninitialized in this function [-Wmaybe-uninitialized] 412 | w1 = exp (log (10.0) * wfrst) / (1.0 + zvel); | ~~~~~^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/gettab gettab.c -L libwcs -lwcstools -lm gettab.c: In function 'PrintValues': gettab.c:580:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 580 | int ntok; | ^~~~ gettab.c:564:9: warning: variable 'drop' set but not used [-Wunused-but-set-variable] 564 | int drop; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/getfits getfits.c -L libwcs -lwcstools -lm getfits.c: In function 'ExtractFITS.part.0.constprop.isra': getfits.c:653:42: warning: '%s' directive writing up to 31 bytes into a region of size between 9 and 60 [-Wformat-overflow=] 653 | sprintf (temp, " %d x %d centered on %s %s %s", | ^~ 654 | xdpix, ydpix, rastr, decstr, cstr); | ~~~~~~ In file included from /usr/include/stdio.h:866, from getfits.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 22 and 135 bytes into a destination of size 80 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imstack imstack.c -L libwcs -lwcstools -lm In file included from /usr/include/string.h:532, from imstack.c:26: In function 'strncpy', inlined from 'StackImage' at imstack.c:401:3: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 80 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imextract imextract.c -L libwcs -lwcstools -lm imextract.c: In function 'ExtractImage.isra': imextract.c:385:41: warning: ' extension' directive writing 10 bytes into a region of size between 3 and 66 [-Wformat-overflow=] 385 | sprintf (comment, " XTENSION was %s extension", oldvalue); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from imextract.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 88 bytes into a destination of size 80 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm sumpix.c: In function 'SumPix': sumpix.c:345:24: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 345 | sprintf (numform, "%%.%df", ndec); | ^~ sumpix.c:345:20: note: directive argument in the range [0, 2147483647] 345 | sprintf (numform, "%%.%df", ndec); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from sumpix.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 8 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sumpix.c:413:6: warning: 'np' may be used uninitialized in this function [-Wmaybe-uninitialized] 413 | dnp = (double) np; | ~~~~^~~~~~~~~~~~~ sumpix.c:423:25: warning: 'sumsq' may be used uninitialized in this function [-Wmaybe-uninitialized] 423 | std = sqrt ((sumsq / dnp) - (mean * mean)); | ~~~~~~~^~~~~~ sumpix.c:416:7: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized] 416 | mean = sum / dnp; | ~~~~~^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/remap remap.c -L libwcs -lwcstools -lm remap.c: In function 'RemapImage': remap.c:422:27: warning: variable 'secpixin2' set but not used [-Wunused-but-set-variable] 422 | double dx, secpixin1, secpixin2, secpix1, dpix, dnpix; | ^~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/getcol getcol.c -L libwcs -lwcstools -lm getcol.c: In function 'main': getcol.c:112:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] 112 | int match, newbytes; | ^~~~~ getcol.c: In function 'ListFile': getcol.c:1029:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1029 | else | ^~~~ getcol.c:1031:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1031 | iapp = 0; | ^~~~ getcol.c:1223:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1223 | for (j = nchar; j < ltok; j++); | ^~~ getcol.c:1224:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1224 | token[j] = (char) 0; | ^~~~~ getcol.c: In function 'ListFile.isra': getcol.c:1378:24: warning: 'dval' may be used uninitialized in this function [-Wmaybe-uninitialized] 1378 | asum[i] = asum[i] + fabs (dval); | ^~~~~~~~~~~ getcol.c: In function 'main': getcol.c:243:9: warning: 'icol' may be used uninitialized in this function [-Wmaybe-uninitialized] 243 | format[icol] = (char *) calloc (1+strlen(*av), 1); | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/getdate getdate.c -L libwcs -lwcstools -lm getdate.c: In function 'main': getdate.c:106:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable] 106 | int lline; | ^~~~~ getdate.c: In function 'ConvertDate': getdate.c:1876:11: warning: 'ts' may be used uninitialized in this function [-Wmaybe-uninitialized] 1876 | its = (int) ts; | ~~~~^~~~~~~~~~ getdate.c:1781:17: warning: 'its' may be used uninitialized in this function [-Wmaybe-uninitialized] 1781 | its = its - (nsub * 86400); | ~~~~^~~~~~~~~~~~~~~~ getdate.c:1007:9: warning: 'vyear' may be used uninitialized in this function [-Wmaybe-uninitialized] 1007 | ts = doy2ts (vyear, vdoy); | ^~~~~~~~~~~~~~~~~~~~ getdate.c:1007:9: warning: 'vdoy' may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imfill imfill.c -L libwcs -lwcstools -lm imfill.c: In function 'imFill': imfill.c:521:47: warning: '%s' directive writing up to 127 bytes into a region of size between 96 and 106 [-Wformat-overflow=] 521 | sprintf (history,"%d bad pixels set from %s", nbadpix, badpixfile); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from imfill.c:24: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 23 and 160 bytes into a destination of size 128 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm imsmooth.c: In function 'imSmooth': imsmooth.c:402:15: warning: 'imext1' may be used uninitialized in this function [-Wmaybe-uninitialized] 402 | *imext1 = ']'; | ~~~~~~~~^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/fileroot fileroot.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/filename filename.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/filext filext.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/char2sp char2sp.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/crlf crlf.c crlf.c: In function 'CRFix': crlf.c:102:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | (void) write (1, buffer, nbr); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/htmlsp htmlsp.c htmlsp.c: In function 'HTMLFix': htmlsp.c:100:20: warning: unused variable 'i' [-Wunused-variable] 100 | int nbr, nnbr, i; | ^ htmlsp.c:110:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | (void) write (1, buffer, nnbr); | ^~~~~~~~~~~~~~~~~~~~~~~ At top level: htmlsp.c:34:14: warning: 'RevMsg' defined but not used [-Wunused-variable] 34 | static char *RevMsg = "HTMLSP WCSTools 3.9.6, 14 May 2020, Jessica Mink (jmink@cfa.harvard.edu)"; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/isrange isrange.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/isfile isfile.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/simpos simpos.c -L libwcs -lwcstools -lm simpos.c: In function 'main': simpos.c:86:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 86 | while (c = *++str) { | ^ simpos.c:186:6: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fgets (newobj, 32, flist); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/bincat bincat.c -L libwcs -lwcstools -lm make: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.89291 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wcstools-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wcstools-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wcstools-3.9.6 + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/lib + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/bin + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/include/libwcs + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/man/man1 + install -p -m 0755 bin/addpix bin/bincat bin/char2sp bin/conpix bin/cphead bin/crlf bin/delhead bin/delwcs bin/edhead bin/filename bin/fileroot bin/filext bin/fixpix bin/getcol bin/getdate bin/getfits bin/gethead bin/getpix bin/gettab bin/htmlsp bin/i2f bin/imcat bin/imextract bin/imfill bin/imhead bin/immatch bin/imresize bin/imrot bin/imsize bin/imsmooth bin/imstack bin/imstar bin/imwcs bin/isfile bin/isfits bin/isnum bin/isrange bin/keyhead bin/newfits bin/remap bin/scat bin/sethead bin/setpix bin/simpos bin/sky2xy bin/skycoor bin/sp2char bin/subpix bin/sumpix bin/wcshead bin/xy2sky /usr/src/tmp/wcstools-buildroot/usr/bin + mv /usr/src/tmp/wcstools-buildroot/usr/bin/remap /usr/src/tmp/wcstools-buildroot/usr/bin/wcsremap + cp -a libwcs/libwcstools.so libwcs/libwcstools.so.1 libwcs/libwcstools.so.1.0.0 /usr/src/tmp/wcstools-buildroot/usr/lib + install -p -m 0644 libwcs/fitsfile.h libwcs/fitsfile1.h libwcs/fitshead.h libwcs/fitswcs.h libwcs/imio.h libwcs/lwcs.h libwcs/wcs.h libwcs/wcscat.h libwcs/wcscat1.h libwcs/wcslib.h /usr/src/tmp/wcstools-buildroot/usr/include/libwcs + install -p -m 0644 man/man1/delhead.1 man/man1/delwcs.1 man/man1/edhead.1 man/man1/getcol.1 man/man1/gethead.1 man/man1/getpix.1 man/man1/i2f.1 man/man1/imcat.1 man/man1/imgsc.1 man/man1/imhead.1 man/man1/imrot.1 man/man1/imsize.1 man/man1/imstar.1 man/man1/imua2.1 man/man1/imusa2.1 man/man1/imwcs.1 man/man1/isnum.1 man/man1/keyhead.1 man/man1/scat.1 man/man1/sethead.1 man/man1/setpix.1 man/man1/sgsc.1 man/man1/simpos.1 man/man1/sky2xy.1 man/man1/skycoor.1 man/man1/sua2.1 man/man1/susa2.1 man/man1/wcshead.1 man/man1/wcstools.1 man/man1/xy2sky.1 /usr/src/tmp/wcstools-buildroot/usr/share/man/man1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wcstools-buildroot (auto) mode of './usr/lib/libwcstools.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/wcstools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wcstools-buildroot/ (default) Compressing files in /usr/src/tmp/wcstools-buildroot (auto) Adjusting library links in /usr/src/tmp/wcstools-buildroot ./usr/lib: (from :0) libwcstools.so.1 -> libwcstools.so.1.0.0 Verifying ELF objects in /usr/src/tmp/wcstools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/wcsremap: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/xy2sky: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/wcshead: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/sumpix: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/skycoor: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/sky2xy: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/simpos: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/setpix: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/sethead: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/scat: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/newfits: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/keyhead: uses non-LFS functions: fopen lseek verify-elf: WARNING: ./usr/bin/imwcs: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imstar: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imstack: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imsmooth: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imsize: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imrot: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imresize: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/immatch: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imfill: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imextract: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/imcat: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/i2f: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/htmlsp: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/gettab: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getpix: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/gethead: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getfits: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getdate: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getcol: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fixpix: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/edhead: uses non-LFS functions: fopen lseek mkstemp verify-elf: WARNING: ./usr/bin/delhead: uses non-LFS functions: fopen lseek verify-elf: WARNING: ./usr/bin/crlf: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/cphead: uses non-LFS functions: fopen lseek verify-elf: WARNING: ./usr/bin/conpix: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/bincat: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/lib/libwcstools.so.1.0.0: uses non-LFS functions: __xstat fopen ftruncate lseek open Processing files: wcstools-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46988 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + cp -prL --no-dereference COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + cp -prL NEWS Readme Programs /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.idWdR5 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8ywtu5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), libwcstools.so.1 >= set:neuvgDAK6BSmnCN4Q0z6gm4mveqr0KZDhW3Sutqr4wstoqT6woGFhJfqx5OeZ0aBNOEHTcaam6iNtWQm8ABJc27g84MdxXgh83smNqsZxVQonM67ZsiiNIlmrnmxrY5ch2ZfoE0m3uqXYaaVClvc9MC5OlaS8uiwaamt3x6JaY1thhZKjeO6SGrh78D0rrHtbzo4QSBjHsAtgTfEOV6uh4IpugWwMOqD0GPkp4FXanTpCgEi1NWZg81TjuTw1coGyykLZEvMay83mZcTirhhbO98RUF8x2m2rHCfZc3XdUqeR45ztytmiiscvCM1rf3ZoMyZjVENXLGMHVzZLK0GvSVZHwsqcSQbdEePODey4YxrdZmz6tBjXSPegZ8LlryofyhQtTM4hWADaRp39n1uVGP4q7GwXehA2ici7nxyZANkiqjx5fAkdHEHMbL9oKHPUsOZ8zvqtGxela3Z72jcIU7IxYpZFLAPngrLa57CZpZ7IwYLMhcapsLscVntBSYpe8aZmGIKfTm82DAit9saPbcVAaZryRXXWIetyZ4jiCXOhJjHxjtGwPO0wjCKMtCDkcKPvID5b0zf2yK3zJLg0hoMpezuMwUyPQPEn5kZIPxz4CFZxnXobZ6AWOBokPexnGJLi2uiEBFqlorj8IV6Q2xQwh6N3reTmZfpFiO43pTqodtx4iEW7FprZoO01DJjZ8o0g0ar5OnT850BtphbIz3hS6KUBdnLI8hyVZpIbEDkKs9b3Qv0I6BMYQpZoGnlwT5d8KPOSX64rTRO31ryMN5, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lE3IH4 Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.87415 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + cp -prL --no-dereference libwcs/COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WSiXD4 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/wcstools-buildroot/usr/lib/libwcstools.so.1: 892 symbols, 20 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m6OkU5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libwcstools.so.1 = set:ndYZuAgX5bmWqYaPivqDwFVYt6DU35Oo5tnwgx8aA532zoEJGhEuLkc6EkFS9C6kswq0KZH8lwSgLWMUa9kVqSsASy0Uaf6YFPUZ4EUcHcqTlFJhwZn9ejGrSkyoWIc4ahnmTIFqHvGohBuZ4LDvH3Pyrq7S6F1GO6xA5Ew8uLdqhFBZ6AcPEs5eFiGFZdmmqwmZjV2h8YBClE8sd62uJpVYmUhn3JZ9oaNUesvveqiFKGS1MxjFO8rdsli7DCtNMmZrMogUzvwD0QA7fSZCpZnYMYZe9894NWOJB9VH8dK2e2NnU8k2Wb49GkA0P5gZgE9tARLQawGSn8yBiQnOlxefJLZf25BUEYxdnax6ymkOmyrDrm8w6U4PC2rwoH1mm9IQfiKOih7eO3GChNkqjlV3s1Uw7cETZ1sJ5xnds3V45nBVZxRAcH61GMiprJKt2oroiGAL928Ox4gTMiazFyZmAvgqGv0tZag6JGpKhjprKRhiNiCVo3ZbAB1mRZ8ZBE4KBrWZ5nAFLgNUTTUsCzKD5d9WTWgexZk6WfKx3yJXbixxD1rlTnI6use86a5vIIW4M7s5VIATuqNaBXkQhse7rMlKYQnJICZ992l5A7CKT0WoLLDYu19w0CY2oXRPhnJRyTv2yU3fBXZC1FGaiA1mZ4eWkQmkQ2DyZf1NyUjJDd9YZLFY2T6blkyUHMvLJC7inJNj4ff4GIdKc5IQ4WE8n8RwZk4CAZkDEIC3W7L17IIbbFstNXc9M8XMHLDxfpRzm1mQuOO4VqkdASbfrKnQlJVrdyaT5Ec5pIPZHwVkTPWKd0RwkIdVZ8DlZohyMyp6UjzuksdXAJl3MiIWwRUJhYFjO4qq5TIACtKrOifgOSZjklZF5PvHfW64V6q3sBgZfHrmQKbcx8tb7K1ncza7AAOQ8ndjQZnXSDppGlG8kD5obJWjxaZzsOmnllz0CnCOZlpkZ794jkoRBa3AVIsQv694q8n5tTkIzFLETubbK1rMjW21ANzh3yKh8U7p4LzjZ5fcpeSm2FchZE6CGVnPjXQcZiqW4fKp9Hy0NoDxwPjt8QlFcQt2tC6UQWXon6SiMjXrcrR3YpZ9ZChL0n1Lw7dHIh4DTvRMIFoZsfuluZyQZnbseyxEhliwJLJveCmjtlVHhD4zVG0FswVTzbeKQT08eqG87SPc0KJb7K2f3h0hprN7qAokWJDV9mSwIZ69BV3jDQUj0SOoZEXrtmDSSnOKZd8luZoNcEr9PJsGtJCsZyna94qFeDBZANVOA57bCYvWVBZmZr0uVW2XIgYbkIhYfJg7Z9XWEAfeGZ33z64hAH7aQoaWPHMlZaNDmqferUe8SuxU064Nt9jFpiY4I1WwgcqEauMzuG4pOY4t0BUXhWoktDWaLMzMbb8ltOBa2C3z4cjL7iGEtEBCB7mciTetQy496RICuEU4nGJLM8xPFA0bjZxKhuPZiwfsSsdWlgdKt6guAWA3D3gwML06Y1ASlx9hTja83mZoAacou85NhCinjtPJJWmZft5j4q3r1uzCcZ7WuAJLsxcwBrEIkUcg52Eut6KpxlE4BaDfB14sKanKuklRHW7W46yXrMmNJbMBmTOS8v46npTfC3Z2IYip8IjQwsQvZ03J1Frns47izFF6Ny4i3TYRzZ35OQcfnLNkyjDSKCGi6IPAsZgEygyqYRejo5T5jewtzfSJoMojYJTUTB64TpTRNiT8zHUmazxXCOWfk2olbJmfBwBuol0UPDyLHTfXwl5 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WPn9S5 Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52233 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + cp -prL libwcs/NEWS /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x4jFx6 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fPRnX3 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h:30: error: unterminated #ifndef 30 | #ifndef fitsfile_h_ | cpp.req: /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h: cpp failed, trying c++ mode i586-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory compilation terminated. cpp.req: WARNING: /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h: cpp failed Provides: wcstools-devel = 3.9.6-alt1_2 Requires: libwcstools1 >= 3.9.6-alt1_2, /usr/lib/libwcstools.so.1.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NDnCu4 Processing files: wcstools-debuginfo-3.9.6-alt1_2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GddOI4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5sOhx6 find-requires: running scripts (debuginfo) Requires: wcstools = 3.9.6-alt1_2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libwcstools.so.1) Processing files: libwcstools1-debuginfo-3.9.6-alt1_2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5Cq256 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.77ot13 find-requires: running scripts (debuginfo) Provides: debug(libwcstools.so.1) Requires: libwcstools1 = 3.9.6-alt1_2, debug(libc.so.6), debug(libm.so.6) Adding to wcstools-debuginfo a strict dependency on wcstools Adding to libwcstools1-debuginfo a strict dependency on libwcstools1 Adding to wcstools a strict dependency on libwcstools1 Adding to libwcstools-devel a strict dependency on libwcstools1 Adding to wcstools-debuginfo a strict dependency on libwcstools1-debuginfo Removing from wcstools-debuginfo 5 sources provided by libwcstools1-debuginfo Removing 2 extra deps from wcstools due to dependency on libwcstools1 Removing 1 extra deps from libwcstools-devel due to dependency on libwcstools1 Removing 1 extra deps from wcstools-debuginfo due to dependency on libwcstools1-debuginfo Removing 9 extra deps from wcstools due to repentancy on libwcstools1 Removing 2 extra deps from wcstools-debuginfo due to repentancy on libwcstools1-debuginfo Wrote: /usr/src/RPM/RPMS/i586/wcstools-3.9.6-alt1_2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libwcstools1-3.9.6-alt1_2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libwcstools-devel-3.9.6-alt1_2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/wcstools-debuginfo-3.9.6-alt1_2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libwcstools1-debuginfo-3.9.6-alt1_2.i586.rpm (w2.lzdio) 101.56user 23.78system 2:01.87elapsed 102%CPU (0avgtext+0avgdata 159988maxresident)k 0inputs+0outputs (0major+3444621minor)pagefaults 0swaps 108.33user 29.46system 2:13.03elapsed 103%CPU (0avgtext+0avgdata 159988maxresident)k 0inputs+0outputs (0major+3718314minor)pagefaults 0swaps --- libwcstools1-3.9.6-alt1_2.i586.rpm.repo 2021-06-28 06:22:07.000000000 +0000 +++ libwcstools1-3.9.6-alt1_2.i586.rpm.hasher 2021-07-11 21:42:47.384913532 +0000 @@ -17,2 +17,2 @@ Provides: libwcstools1 = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -RPMIdentity: a6c42296a70ac5d0e3722533c96214af +RPMIdentity: 362fc064ab5db81e0100e83dfc85c649 --- libwcstools1-debuginfo-3.9.6-alt1_2.i586.rpm.repo 2021-06-28 06:22:07.000000000 +0000 +++ libwcstools1-debuginfo-3.9.6-alt1_2.i586.rpm.hasher 2021-07-11 21:42:47.552907614 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/12 40755 -/usr/lib/debug/.build-id/12/c37d9cb39bf0a8805948b1a1f947af1275a9f3 120777 ../../../libwcstools.so.1.0.0 -/usr/lib/debug/.build-id/12/c37d9cb39bf0a8805948b1a1f947af1275a9f3.debug 120777 ../../usr/lib/libwcstools.so.1.0.0.debug +/usr/lib/debug/.build-id/11 40755 +/usr/lib/debug/.build-id/11/d6f8d4cb50fc146ac73a856631e756145411e8 120777 ../../../libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/11/d6f8d4cb50fc146ac73a856631e756145411e8.debug 120777 ../../usr/lib/libwcstools.so.1.0.0.debug /usr/lib/debug/usr/lib/libwcstools.so.1.0.0.debug 100644 @@ -68,2 +68,2 @@ Provides: libwcstools1-debuginfo = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -RPMIdentity: 455db748dd61271b8b547e61d2f42823 +RPMIdentity: 1f02bdf95bd6409d04dcb18aa3e4d5f7 --- wcstools-3.9.6-alt1_2.i586.rpm.repo 2021-06-28 06:22:07.000000000 +0000 +++ wcstools-3.9.6-alt1_2.i586.rpm.hasher 2021-07-11 21:42:47.723901591 +0000 @@ -90,2 +90,2 @@ Provides: wcstools = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -RPMIdentity: bad36c64845917c8d91a711289f7fb9c +RPMIdentity: 169c1e47935bc07bbaf50c1d34ca6746 --- wcstools-debuginfo-3.9.6-alt1_2.i586.rpm.repo 2021-06-28 06:22:07.000000000 +0000 +++ wcstools-debuginfo-3.9.6-alt1_2.i586.rpm.hasher 2021-07-11 21:42:47.895895533 +0000 @@ -1,149 +1,150 @@ -/usr/lib/debug/.build-id/01 40755 -/usr/lib/debug/.build-id/01/a915871e8e0db1f1fe64f1d3cc15633d683d8c 120777 ../../../../bin/fixpix -/usr/lib/debug/.build-id/01/a915871e8e0db1f1fe64f1d3cc15633d683d8c.debug 120777 ../../usr/bin/fixpix.debug -/usr/lib/debug/.build-id/06 40755 -/usr/lib/debug/.build-id/06/863e8e990f159fa83cebc802be22c12f2a6a79 120777 ../../../../bin/getfits -/usr/lib/debug/.build-id/06/863e8e990f159fa83cebc802be22c12f2a6a79.debug 120777 ../../usr/bin/getfits.debug -/usr/lib/debug/.build-id/09 40755 -/usr/lib/debug/.build-id/09/3bb2f7b4c3ca20e857b8b312f0c25bce5434a2 120777 ../../../../bin/imcat -/usr/lib/debug/.build-id/09/3bb2f7b4c3ca20e857b8b312f0c25bce5434a2.debug 120777 ../../usr/bin/imcat.debug -/usr/lib/debug/.build-id/0e 40755 -/usr/lib/debug/.build-id/0e/c8a55ee3187bd134321cd6fb2bc97568ce0492 120777 ../../../../bin/imhead -/usr/lib/debug/.build-id/0e/c8a55ee3187bd134321cd6fb2bc97568ce0492.debug 120777 ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/14 40755 -/usr/lib/debug/.build-id/14/31a48edfbab46fa1c19eab9578284fad4ddad7 120777 ../../../../bin/delhead -/usr/lib/debug/.build-id/14/31a48edfbab46fa1c19eab9578284fad4ddad7.debug 120777 ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/26 40755 -/usr/lib/debug/.build-id/26/25d5f82e3fff38d609e2bdc76b624976fcaa83 120777 ../../../../bin/edhead -/usr/lib/debug/.build-id/26/25d5f82e3fff38d609e2bdc76b624976fcaa83.debug 120777 ../../usr/bin/edhead.debug -/usr/lib/debug/.build-id/2d 40755 -/usr/lib/debug/.build-id/2d/249a5d9f4a3fd38a4bc1a829dc1788810bc1e9 120777 ../../../../bin/sp2char -/usr/lib/debug/.build-id/2d/249a5d9f4a3fd38a4bc1a829dc1788810bc1e9.debug 120777 ../../usr/bin/sp2char.debug -/usr/lib/debug/.build-id/38 40755 -/usr/lib/debug/.build-id/38/e873b12b5c949783ab9878fdb9d4533cb48cc2 120777 ../../../../bin/immatch -/usr/lib/debug/.build-id/38/e873b12b5c949783ab9878fdb9d4533cb48cc2.debug 120777 ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/08 40755 +/usr/lib/debug/.build-id/08/9f75fabe1c62009eee9123fd135b683d6fd7e2 120777 ../../../../bin/isfile +/usr/lib/debug/.build-id/08/9f75fabe1c62009eee9123fd135b683d6fd7e2.debug 120777 ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/0a 40755 +/usr/lib/debug/.build-id/0a/5109218ce485dc1a7d1a0ffc8274630b598a18 120777 ../../../../bin/subpix +/usr/lib/debug/.build-id/0a/5109218ce485dc1a7d1a0ffc8274630b598a18.debug 120777 ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/13 40755 +/usr/lib/debug/.build-id/13/9ff369135c4744aeae77519e31f574e8fea912 120777 ../../../../bin/gethead +/usr/lib/debug/.build-id/13/9ff369135c4744aeae77519e31f574e8fea912.debug 120777 ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/1e 40755 +/usr/lib/debug/.build-id/1e/27c629e5341441afc73d8559d4af753e05d9f1 120777 ../../../../bin/skycoor +/usr/lib/debug/.build-id/1e/27c629e5341441afc73d8559d4af753e05d9f1.debug 120777 ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/25 40755 +/usr/lib/debug/.build-id/25/e0c06661a244991c10b28f9c18c9f24a2b5113 120777 ../../../../bin/sp2char +/usr/lib/debug/.build-id/25/e0c06661a244991c10b28f9c18c9f24a2b5113.debug 120777 ../../usr/bin/sp2char.debug /usr/lib/debug/.build-id/3b 40755 -/usr/lib/debug/.build-id/3b/1df4338a8a0504acea6e9ad54222aac6acc7e0 120777 ../../../../bin/isnum -/usr/lib/debug/.build-id/3b/1df4338a8a0504acea6e9ad54222aac6acc7e0.debug 120777 ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/3e 40755 -/usr/lib/debug/.build-id/3e/d60bb7c0bf1216aadacc855ba6dac89d816312 120777 ../../../../bin/skycoor -/usr/lib/debug/.build-id/3e/d60bb7c0bf1216aadacc855ba6dac89d816312.debug 120777 ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/3b/b4fe6a9f68a126bac00a188b08aee11adbce2a 120777 ../../../../bin/imsize +/usr/lib/debug/.build-id/3b/b4fe6a9f68a126bac00a188b08aee11adbce2a.debug 120777 ../../usr/bin/imsize.debug /usr/lib/debug/.build-id/43 40755 -/usr/lib/debug/.build-id/43/7679bd2fb0eaf7bfbb656f58e4ef70c0cca8a0 120777 ../../../../bin/crlf -/usr/lib/debug/.build-id/43/7679bd2fb0eaf7bfbb656f58e4ef70c0cca8a0.debug 120777 ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/4b 40755 -/usr/lib/debug/.build-id/4b/297dc00838841a1d4ad8740e662e38ecd053ff 120777 ../../../../bin/imfill -/usr/lib/debug/.build-id/4b/297dc00838841a1d4ad8740e662e38ecd053ff.debug 120777 ../../usr/bin/imfill.debug -/usr/lib/debug/.build-id/4d 40755 -/usr/lib/debug/.build-id/4d/66ae33d88bfd826f2150fed162ac439a34b2c4 120777 ../../../../bin/isrange -/usr/lib/debug/.build-id/4d/66ae33d88bfd826f2150fed162ac439a34b2c4.debug 120777 ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/43/53c5ffb4e82741d6c48a716857fd826bf1357c 120777 ../../../../bin/setpix +/usr/lib/debug/.build-id/43/53c5ffb4e82741d6c48a716857fd826bf1357c.debug 120777 ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/48 40755 +/usr/lib/debug/.build-id/48/0d956dd3dc14873297ec01740da2084b4af08a 120777 ../../../../bin/delwcs +/usr/lib/debug/.build-id/48/0d956dd3dc14873297ec01740da2084b4af08a.debug 120777 ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/4a 40755 +/usr/lib/debug/.build-id/4a/f40905055a537405b6f4f74f3aa9c44f6c321f 120777 ../../../../bin/char2sp +/usr/lib/debug/.build-id/4a/f40905055a537405b6f4f74f3aa9c44f6c321f.debug 120777 ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/4f 40755 +/usr/lib/debug/.build-id/4f/60cbda15ee9cd57ab7e95f031193b51ccf8d7d 120777 ../../../../bin/imstack +/usr/lib/debug/.build-id/4f/60cbda15ee9cd57ab7e95f031193b51ccf8d7d.debug 120777 ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/52 40755 +/usr/lib/debug/.build-id/52/5343f846be8ff99e4cb81a86051e7885656bee 120777 ../../../../bin/immatch +/usr/lib/debug/.build-id/52/5343f846be8ff99e4cb81a86051e7885656bee.debug 120777 ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/53 40755 +/usr/lib/debug/.build-id/53/a2a1c2f65bdd00197d87d81cd434c125d2ca06 120777 ../../../../bin/fileroot +/usr/lib/debug/.build-id/53/a2a1c2f65bdd00197d87d81cd434c125d2ca06.debug 120777 ../../usr/bin/fileroot.debug /usr/lib/debug/.build-id/58 40755 -/usr/lib/debug/.build-id/58/cc1a19d07e33a336c9e61af28f4285e763aace 120777 ../../../../bin/imextract -/usr/lib/debug/.build-id/58/cc1a19d07e33a336c9e61af28f4285e763aace.debug 120777 ../../usr/bin/imextract.debug -/usr/lib/debug/.build-id/5a 40755 -/usr/lib/debug/.build-id/5a/6fb6d3ac56d99801eb2f883ffffa73f7806c00 120777 ../../../../bin/filext -/usr/lib/debug/.build-id/5a/6fb6d3ac56d99801eb2f883ffffa73f7806c00.debug 120777 ../../usr/bin/filext.debug -/usr/lib/debug/.build-id/66 40755 -/usr/lib/debug/.build-id/66/e2151b95370714138999813874a28ea85a24f9 120777 ../../../../bin/imrot -/usr/lib/debug/.build-id/66/e2151b95370714138999813874a28ea85a24f9.debug 120777 ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/68 40755 -/usr/lib/debug/.build-id/68/88aaeca3616a485632f3af89233890f44dcc7a 120777 ../../../../bin/getpix -/usr/lib/debug/.build-id/68/88aaeca3616a485632f3af89233890f44dcc7a.debug 120777 ../../usr/bin/getpix.debug -/usr/lib/debug/.build-id/68/e33ee751ada4f0361dd767acde6d96d4e5a8b1 120777 ../../../../bin/delwcs -/usr/lib/debug/.build-id/68/e33ee751ada4f0361dd767acde6d96d4e5a8b1.debug 120777 ../../usr/bin/delwcs.debug -/usr/lib/debug/.build-id/6a 40755 -/usr/lib/debug/.build-id/6a/589554ef0eb98231c78cd5826398d1514eef59 120777 ../../../../bin/sky2xy -/usr/lib/debug/.build-id/6a/589554ef0eb98231c78cd5826398d1514eef59.debug 120777 ../../usr/bin/sky2xy.debug -/usr/lib/debug/.build-id/6e 40755 -/usr/lib/debug/.build-id/6e/7bb3e0f95a3e66882ca36ca75d194c7747def2 120777 ../../../../bin/i2f -/usr/lib/debug/.build-id/6e/7bb3e0f95a3e66882ca36ca75d194c7747def2.debug 120777 ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/6f 40755 -/usr/lib/debug/.build-id/6f/c46fe604a9ad27a80309e1ed7ed8f463cc007b 120777 ../../../../bin/imresize -/usr/lib/debug/.build-id/6f/c46fe604a9ad27a80309e1ed7ed8f463cc007b.debug 120777 ../../usr/bin/imresize.debug -/usr/lib/debug/.build-id/75 40755 -/usr/lib/debug/.build-id/75/40288b5551d53f3343bd6e0dce8d6d1f67e059 120777 ../../../../bin/char2sp -/usr/lib/debug/.build-id/75/40288b5551d53f3343bd6e0dce8d6d1f67e059.debug 120777 ../../usr/bin/char2sp.debug -/usr/lib/debug/.build-id/75/7bee79ca9fc59fe47c28fa0c3234a0b8519452 120777 ../../../../bin/wcshead -/usr/lib/debug/.build-id/75/7bee79ca9fc59fe47c28fa0c3234a0b8519452.debug 120777 ../../usr/bin/wcshead.debug -/usr/lib/debug/.build-id/79 40755 -/usr/lib/debug/.build-id/79/d1a1777a312e2d365cb3fc8a795ce6dadbdf55 120777 ../../../../bin/sumpix -/usr/lib/debug/.build-id/79/d1a1777a312e2d365cb3fc8a795ce6dadbdf55.debug 120777 ../../usr/bin/sumpix.debug -/usr/lib/debug/.build-id/7a 40755 -/usr/lib/debug/.build-id/7a/967928eb3813533a9b0a1b1c7b2632e4c31107 120777 ../../../../bin/bincat -/usr/lib/debug/.build-id/7a/967928eb3813533a9b0a1b1c7b2632e4c31107.debug 120777 ../../usr/bin/bincat.debug -/usr/lib/debug/.build-id/83 40755 -/usr/lib/debug/.build-id/83/003fae7cabdc8ac2133032abc1e902e7fdee22 120777 ../../../../bin/sethead -/usr/lib/debug/.build-id/83/003fae7cabdc8ac2133032abc1e902e7fdee22.debug 120777 ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/88 40755 -/usr/lib/debug/.build-id/88/47f85afdbb28ba657340b11ff0af719e88303d 120777 ../../../../bin/gettab -/usr/lib/debug/.build-id/88/47f85afdbb28ba657340b11ff0af719e88303d.debug 120777 ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/8c 40755 -/usr/lib/debug/.build-id/8c/4848fdf9e40911737802acfb14c12ae90f1574 120777 ../../../../bin/xy2sky -/usr/lib/debug/.build-id/8c/4848fdf9e40911737802acfb14c12ae90f1574.debug 120777 ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/58/c659e749e2a19162187fc07934f894c7599176 120777 ../../../../bin/gettab +/usr/lib/debug/.build-id/58/c659e749e2a19162187fc07934f894c7599176.debug 120777 ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/5e 40755 +/usr/lib/debug/.build-id/5e/4bf60842939136e29231abaa57c1321034ea12 120777 ../../../../bin/imwcs +/usr/lib/debug/.build-id/5e/4bf60842939136e29231abaa57c1321034ea12.debug 120777 ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/65 40755 +/usr/lib/debug/.build-id/65/4a5eeb91f56b1aa380d95bd4919092067834a7 120777 ../../../../bin/isrange +/usr/lib/debug/.build-id/65/4a5eeb91f56b1aa380d95bd4919092067834a7.debug 120777 ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/65/6d4cea9ea74e06206b997848320fc3a32bebfa 120777 ../../../../bin/conpix +/usr/lib/debug/.build-id/65/6d4cea9ea74e06206b997848320fc3a32bebfa.debug 120777 ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/67 40755 +/usr/lib/debug/.build-id/67/1a5ac9989c6e2cdc98d594f2e013e0a055e93e 120777 ../../../../bin/getcol +/usr/lib/debug/.build-id/67/1a5ac9989c6e2cdc98d594f2e013e0a055e93e.debug 120777 ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/74 40755 +/usr/lib/debug/.build-id/74/1c77e2b3c447f53f6b2096739299dca7df0094 120777 ../../../../bin/delhead +/usr/lib/debug/.build-id/74/1c77e2b3c447f53f6b2096739299dca7df0094.debug 120777 ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/74/a3ef75a3ab99ebec0e4c7a95786a84c7a1734e 120777 ../../../../bin/addpix +/usr/lib/debug/.build-id/74/a3ef75a3ab99ebec0e4c7a95786a84c7a1734e.debug 120777 ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/74/f3497d826e2d53a6aa123efec47ddeddc3d609 120777 ../../../../bin/scat +/usr/lib/debug/.build-id/74/f3497d826e2d53a6aa123efec47ddeddc3d609.debug 120777 ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/78 40755 +/usr/lib/debug/.build-id/78/c406a66cfaaf54afcd5977b6889aff9abd7860 120777 ../../../../bin/xy2sky +/usr/lib/debug/.build-id/78/c406a66cfaaf54afcd5977b6889aff9abd7860.debug 120777 ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/80 40755 +/usr/lib/debug/.build-id/80/ae58601fbadd663352e139382ea7100aaf9297 120777 ../../../../bin/imhead +/usr/lib/debug/.build-id/80/ae58601fbadd663352e139382ea7100aaf9297.debug 120777 ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/84 40755 +/usr/lib/debug/.build-id/84/8d4592ab51f248155ac5c34a9bf2051c6e60e7 120777 ../../../../bin/sumpix +/usr/lib/debug/.build-id/84/8d4592ab51f248155ac5c34a9bf2051c6e60e7.debug 120777 ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/89 40755 +/usr/lib/debug/.build-id/89/5c4bf2cc9aa9a7e7aecc52e492af07895099a1 120777 ../../../../bin/imsmooth +/usr/lib/debug/.build-id/89/5c4bf2cc9aa9a7e7aecc52e492af07895099a1.debug 120777 ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/8a 40755 +/usr/lib/debug/.build-id/8a/9d7cfcacec311ef5807af065ae176ad1589744 120777 ../../../../bin/keyhead +/usr/lib/debug/.build-id/8a/9d7cfcacec311ef5807af065ae176ad1589744.debug 120777 ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/8a/cbadd21d4d3baca90c42829aa58f3c877201d0 120777 ../../../../bin/htmlsp +/usr/lib/debug/.build-id/8a/cbadd21d4d3baca90c42829aa58f3c877201d0.debug 120777 ../../usr/bin/htmlsp.debug /usr/lib/debug/.build-id/8d 40755 -/usr/lib/debug/.build-id/8d/dacbc862f7cb28c04e77bd0ebd4c01e3765133 120777 ../../../../bin/getcol -/usr/lib/debug/.build-id/8d/dacbc862f7cb28c04e77bd0ebd4c01e3765133.debug 120777 ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/8e 40755 -/usr/lib/debug/.build-id/8e/891b3e37b88f2c876d7ab297b1e884f0444ac7 120777 ../../../../bin/addpix -/usr/lib/debug/.build-id/8e/891b3e37b88f2c876d7ab297b1e884f0444ac7.debug 120777 ../../usr/bin/addpix.debug -/usr/lib/debug/.build-id/90 40755 -/usr/lib/debug/.build-id/90/5c67f5fafd875840910a6c0c1722c65ed9fb34 120777 ../../../../bin/imwcs -/usr/lib/debug/.build-id/90/5c67f5fafd875840910a6c0c1722c65ed9fb34.debug 120777 ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/8d/f2e062e826ffae8130a9270f21888cc868f2ce 120777 ../../../../bin/sky2xy +/usr/lib/debug/.build-id/8d/f2e062e826ffae8130a9270f21888cc868f2ce.debug 120777 ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/91 40755 +/usr/lib/debug/.build-id/91/6f4b95b17ebf6702bf40cb8023d492c2d6bf7c 120777 ../../../../bin/i2f +/usr/lib/debug/.build-id/91/6f4b95b17ebf6702bf40cb8023d492c2d6bf7c.debug 120777 ../../usr/bin/i2f.debug /usr/lib/debug/.build-id/96 40755 -/usr/lib/debug/.build-id/96/b57a35004c36861a7ef5d18b2a0a45e3434e37 120777 ../../../../bin/imsmooth -/usr/lib/debug/.build-id/96/b57a35004c36861a7ef5d18b2a0a45e3434e37.debug 120777 ../../usr/bin/imsmooth.debug -/usr/lib/debug/.build-id/9b 40755 -/usr/lib/debug/.build-id/9b/bd9d13ee8dcc962e848533062ebe90f940d93b 120777 ../../../../bin/isfile -/usr/lib/debug/.build-id/9b/bd9d13ee8dcc962e848533062ebe90f940d93b.debug 120777 ../../usr/bin/isfile.debug -/usr/lib/debug/.build-id/a2 40755 -/usr/lib/debug/.build-id/a2/ca894b6325ac950682048e778dfc5e9a3493ca 120777 ../../../../bin/gethead -/usr/lib/debug/.build-id/a2/ca894b6325ac950682048e778dfc5e9a3493ca.debug 120777 ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/96/f48e5b246bf9eb39fb39efb7baf6ae734a17ef 120777 ../../../../bin/getfits +/usr/lib/debug/.build-id/96/f48e5b246bf9eb39fb39efb7baf6ae734a17ef.debug 120777 ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/a3 40755 +/usr/lib/debug/.build-id/a3/f0662297fe40e15669340f46a6c35646555b42 120777 ../../../../bin/imcat +/usr/lib/debug/.build-id/a3/f0662297fe40e15669340f46a6c35646555b42.debug 120777 ../../usr/bin/imcat.debug /usr/lib/debug/.build-id/a8 40755 -/usr/lib/debug/.build-id/a8/ac3f5d722c44173a0c195869b9cd789fa21f43 120777 ../../../../bin/htmlsp -/usr/lib/debug/.build-id/a8/ac3f5d722c44173a0c195869b9cd789fa21f43.debug 120777 ../../usr/bin/htmlsp.debug -/usr/lib/debug/.build-id/a8/eff2d813f035b1c3a182eeda4782f3340d83f2 120777 ../../../../bin/simpos -/usr/lib/debug/.build-id/a8/eff2d813f035b1c3a182eeda4782f3340d83f2.debug 120777 ../../usr/bin/simpos.debug -/usr/lib/debug/.build-id/ab 40755 -/usr/lib/debug/.build-id/ab/f1aa7f195fa94bb42aec8ab6dc661ad810f63a 120777 ../../../../bin/scat -/usr/lib/debug/.build-id/ab/f1aa7f195fa94bb42aec8ab6dc661ad810f63a.debug 120777 ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/b0 40755 -/usr/lib/debug/.build-id/b0/13da5132d168029ff98df3c1f5f409311863ec 120777 ../../../../bin/isfits -/usr/lib/debug/.build-id/b0/13da5132d168029ff98df3c1f5f409311863ec.debug 120777 ../../usr/bin/isfits.debug -/usr/lib/debug/.build-id/b3 40755 -/usr/lib/debug/.build-id/b3/057e4284f2e1da7a43b3df41bb9248fbcf6dc0 120777 ../../../../bin/newfits -/usr/lib/debug/.build-id/b3/057e4284f2e1da7a43b3df41bb9248fbcf6dc0.debug 120777 ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/a8/616b68759a09055303adafb730a577fc1ac39d 120777 ../../../../bin/imfill +/usr/lib/debug/.build-id/a8/616b68759a09055303adafb730a577fc1ac39d.debug 120777 ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/b1 40755 +/usr/lib/debug/.build-id/b1/7b77c862b6d7aaf83b9fc05f7cd7940d3fceca 120777 ../../../../bin/edhead +/usr/lib/debug/.build-id/b1/7b77c862b6d7aaf83b9fc05f7cd7940d3fceca.debug 120777 ../../usr/bin/edhead.debug /usr/lib/debug/.build-id/bc 40755 -/usr/lib/debug/.build-id/bc/a1b609f3e44a81d28353a9167c6466bceaf9c4 120777 ../../../../bin/getdate -/usr/lib/debug/.build-id/bc/a1b609f3e44a81d28353a9167c6466bceaf9c4.debug 120777 ../../usr/bin/getdate.debug -/usr/lib/debug/.build-id/c0 40755 -/usr/lib/debug/.build-id/c0/f63f4937326df22fbf963a8f03de71df036510 120777 ../../../../bin/conpix -/usr/lib/debug/.build-id/c0/f63f4937326df22fbf963a8f03de71df036510.debug 120777 ../../usr/bin/conpix.debug -/usr/lib/debug/.build-id/c9 40755 -/usr/lib/debug/.build-id/c9/0ea00c27c0b4572bb2186ad84b6a88b67bce4b 120777 ../../../../bin/imstar -/usr/lib/debug/.build-id/c9/0ea00c27c0b4572bb2186ad84b6a88b67bce4b.debug 120777 ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/c9/e3a4abc607ba8a4b37b7ba5f00f31d31c60d5e 120777 ../../../../bin/setpix -/usr/lib/debug/.build-id/c9/e3a4abc607ba8a4b37b7ba5f00f31d31c60d5e.debug 120777 ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/cd 40755 -/usr/lib/debug/.build-id/cd/1b8786482835a4f40fa80bc8abb56bb828d9cf 120777 ../../../../bin/subpix -/usr/lib/debug/.build-id/cd/1b8786482835a4f40fa80bc8abb56bb828d9cf.debug 120777 ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/cd/3f24459c0fa436179f2af1e712a2e7a858c73d 120777 ../../../../bin/imsize -/usr/lib/debug/.build-id/cd/3f24459c0fa436179f2af1e712a2e7a858c73d.debug 120777 ../../usr/bin/imsize.debug -/usr/lib/debug/.build-id/d7 40755 -/usr/lib/debug/.build-id/d7/be0cd1bdea54c7c3e80073569040e049efa12c 120777 ../../../../bin/wcsremap -/usr/lib/debug/.build-id/d7/be0cd1bdea54c7c3e80073569040e049efa12c.debug 120777 ../../usr/bin/wcsremap.debug -/usr/lib/debug/.build-id/db 40755 -/usr/lib/debug/.build-id/db/0fdfd442def3683b2ff7178b9bcf1677c86a41 120777 ../../../../bin/fileroot -/usr/lib/debug/.build-id/db/0fdfd442def3683b2ff7178b9bcf1677c86a41.debug 120777 ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/bc/4c5083458a2d91c5a80500b62096189330f56e 120777 ../../../../bin/imstar +/usr/lib/debug/.build-id/bc/4c5083458a2d91c5a80500b62096189330f56e.debug 120777 ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/bd 40755 +/usr/lib/debug/.build-id/bd/4ccb1efa3d957e295b2d0ab51fa4689dd57f11 120777 ../../../../bin/sethead +/usr/lib/debug/.build-id/bd/4ccb1efa3d957e295b2d0ab51fa4689dd57f11.debug 120777 ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/bf 40755 +/usr/lib/debug/.build-id/bf/8f325f1ff88da28ff963c9260944b810530e94 120777 ../../../../bin/isnum +/usr/lib/debug/.build-id/bf/8f325f1ff88da28ff963c9260944b810530e94.debug 120777 ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/c6 40755 +/usr/lib/debug/.build-id/c6/f9d2edafa80a6f21260187164ecaf62312c917 120777 ../../../../bin/filename +/usr/lib/debug/.build-id/c6/f9d2edafa80a6f21260187164ecaf62312c917.debug 120777 ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/c7 40755 +/usr/lib/debug/.build-id/c7/3de29e0cdb46a81228e4aea47b7a09494dc159 120777 ../../../../bin/crlf +/usr/lib/debug/.build-id/c7/3de29e0cdb46a81228e4aea47b7a09494dc159.debug 120777 ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/c8 40755 +/usr/lib/debug/.build-id/c8/10d50163a6061214dcd02294354c4180b5086e 120777 ../../../../bin/wcsremap +/usr/lib/debug/.build-id/c8/10d50163a6061214dcd02294354c4180b5086e.debug 120777 ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/ca 40755 +/usr/lib/debug/.build-id/ca/2de679f29227bbf4aea01749896c9f29a01c9e 120777 ../../../../bin/filext +/usr/lib/debug/.build-id/ca/2de679f29227bbf4aea01749896c9f29a01c9e.debug 120777 ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/cb 40755 +/usr/lib/debug/.build-id/cb/e549a59dcf1ee328008fe886ccca5bac3c5a3b 120777 ../../../../bin/cphead +/usr/lib/debug/.build-id/cb/e549a59dcf1ee328008fe886ccca5bac3c5a3b.debug 120777 ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/d0 40755 +/usr/lib/debug/.build-id/d0/4d0f3aa4ac3aa5701853177134c43fdc318b6b 120777 ../../../../bin/imextract +/usr/lib/debug/.build-id/d0/4d0f3aa4ac3aa5701853177134c43fdc318b6b.debug 120777 ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/d4 40755 +/usr/lib/debug/.build-id/d4/ea79527ce8fadf9dd4d88210ec792be5b85433 120777 ../../../../bin/isfits +/usr/lib/debug/.build-id/d4/ea79527ce8fadf9dd4d88210ec792be5b85433.debug 120777 ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/d8 40755 +/usr/lib/debug/.build-id/d8/b9158cc3db4b4717a695e75f8157d2d41967ab 120777 ../../../../bin/bincat +/usr/lib/debug/.build-id/d8/b9158cc3db4b4717a695e75f8157d2d41967ab.debug 120777 ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/d9 40755 +/usr/lib/debug/.build-id/d9/dea4185d557601e1edfe20d3be53c1b265d7b2 120777 ../../../../bin/newfits +/usr/lib/debug/.build-id/d9/dea4185d557601e1edfe20d3be53c1b265d7b2.debug 120777 ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/de 40755 +/usr/lib/debug/.build-id/de/725c1a0425c30f510dbe99ef2ff40ba5531903 120777 ../../../../bin/imresize +/usr/lib/debug/.build-id/de/725c1a0425c30f510dbe99ef2ff40ba5531903.debug 120777 ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/e2 40755 +/usr/lib/debug/.build-id/e2/2b25c32a8ba61b77bb532d2084a1700eae1fc6 120777 ../../../../bin/fixpix +/usr/lib/debug/.build-id/e2/2b25c32a8ba61b77bb532d2084a1700eae1fc6.debug 120777 ../../usr/bin/fixpix.debug /usr/lib/debug/.build-id/e3 40755 -/usr/lib/debug/.build-id/e3/43897256219bebba20d992372fc62df3b8caa2 120777 ../../../../bin/imstack -/usr/lib/debug/.build-id/e3/43897256219bebba20d992372fc62df3b8caa2.debug 120777 ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/e3/3d33ec394e64bbea31961e0366213d4323eff0 120777 ../../../../bin/wcshead +/usr/lib/debug/.build-id/e3/3d33ec394e64bbea31961e0366213d4323eff0.debug 120777 ../../usr/bin/wcshead.debug /usr/lib/debug/.build-id/e5 40755 -/usr/lib/debug/.build-id/e5/00343e87090c850708247c00ec1c564315ee3c 120777 ../../../../bin/cphead -/usr/lib/debug/.build-id/e5/00343e87090c850708247c00ec1c564315ee3c.debug 120777 ../../usr/bin/cphead.debug -/usr/lib/debug/.build-id/ef 40755 -/usr/lib/debug/.build-id/ef/3914de6ce7fedb9f7dfc5f0f5a54b838d1ade4 120777 ../../../../bin/filename -/usr/lib/debug/.build-id/ef/3914de6ce7fedb9f7dfc5f0f5a54b838d1ade4.debug 120777 ../../usr/bin/filename.debug -/usr/lib/debug/.build-id/fd 40755 -/usr/lib/debug/.build-id/fd/6bb59136d9e60b72d6e8210385d15b8941a7d5 120777 ../../../../bin/keyhead -/usr/lib/debug/.build-id/fd/6bb59136d9e60b72d6e8210385d15b8941a7d5.debug 120777 ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/e5/295d6c1c2163ca445a61fc6b76dddfd4df69d0 120777 ../../../../bin/getdate +/usr/lib/debug/.build-id/e5/295d6c1c2163ca445a61fc6b76dddfd4df69d0.debug 120777 ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/e8 40755 +/usr/lib/debug/.build-id/e8/1a20173bec0cf287847bf5671c7fd4a0410ed7 120777 ../../../../bin/imrot +/usr/lib/debug/.build-id/e8/1a20173bec0cf287847bf5671c7fd4a0410ed7.debug 120777 ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/e9 40755 +/usr/lib/debug/.build-id/e9/772f56899c52c3a322fdbf95ca979a1be1b522 120777 ../../../../bin/simpos +/usr/lib/debug/.build-id/e9/772f56899c52c3a322fdbf95ca979a1be1b522.debug 120777 ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/f2 40755 +/usr/lib/debug/.build-id/f2/210914887d22d2ce6d7a5ab7bab750e98e5022 120777 ../../../../bin/getpix +/usr/lib/debug/.build-id/f2/210914887d22d2ce6d7a5ab7bab750e98e5022.debug 120777 ../../usr/bin/getpix.debug /usr/lib/debug/usr/bin/addpix.debug 100644 @@ -258,2 +259,2 @@ Provides: wcstools-debuginfo = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -RPMIdentity: 6c170ee944bbdf57f2995f2c6bd17f94 +RPMIdentity: 97bb4dbe21ebfc4a2d85fa99aa9a1f28