<86>Jun 16 02:59:28 userdel[2786610]: delete user 'rooter' <86>Jun 16 02:59:28 groupadd[2786883]: group added to /etc/group: name=rooter, GID=1838 <86>Jun 16 02:59:28 groupadd[2786883]: group added to /etc/gshadow: name=rooter <86>Jun 16 02:59:28 groupadd[2786883]: new group: name=rooter, GID=1838 <86>Jun 16 02:59:28 useradd[2787127]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash <86>Jun 16 02:59:28 userdel[2787322]: delete user 'builder' <86>Jun 16 02:59:28 userdel[2787322]: removed group 'builder' owned by 'builder' <86>Jun 16 02:59:28 userdel[2787322]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 02:59:28 groupadd[2787619]: group added to /etc/group: name=builder, GID=1839 <86>Jun 16 02:59:28 groupadd[2787619]: group added to /etc/gshadow: name=builder <86>Jun 16 02:59:28 groupadd[2787619]: new group: name=builder, GID=1839 <86>Jun 16 02:59:28 useradd[2787758]: new user: name=builder, UID=1839, GID=1839, 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: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60089 + 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 + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + xargs -i@ sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA./g' @ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60089 + 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' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + 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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o imsetwcs.o imsetwcs.c imsetwcs.c: In function 'SetWCSFITS': imsetwcs.c:238:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 238 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 239 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:243:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 243 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 244 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:246:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 246 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 247 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:249:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 249 | fprintf (stderr, "Could not calloc %d bytes for goff\n", | ~^ | | | int | %ld 250 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:312:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 312 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 313 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:315:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 315 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 316 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:318:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 318 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 319 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:321:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 321 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 322 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:324:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 324 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 325 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:327:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 327 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 328 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:332:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 332 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 333 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:337:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 337 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 338 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:340:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 340 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 341 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:377:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 377 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 378 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:380:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 380 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 381 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:383:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 383 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 384 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int 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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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; icatlast - line, sc->nbent, istar); | ~~~~~~~~~~~~~~~~~~ | | | long int In file included from /usr/include/string.h:532, from ty2read.c:34: In function 'strncpy', inlined from 'ty2read' at ty2read.c:132:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'ty2bin' at ty2read.c:693:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o webread.o webread.c webread.c: In function 'webopen': webread.c:414:20: warning: variable 'lbuff0' set but not used [-Wunused-but-set-variable] 414 | int lbuff = 0, lbuff0 = 0; | ^~~~~~ webread.c: In function 'webbuff': webread.c:641:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 641 | if ( port = strchr (servurl,':') ) { | ^~~~ webread.c:620:11: warning: unused variable 'sokptr' [-Wunused-variable] 620 | char *sokptr; | ^~~~~~ webread.c:619:11: warning: unused variable 'newserver' [-Wunused-variable] 619 | char *newserver; | ^~~~~~~~~ webread.c:613:9: warning: unused variable 'lcom' [-Wunused-variable] 613 | int lcom; | ^~~~ webread.c: In function 'encodeURL': webread.c:1052:6: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] 1052 | if (isalnum(*pstr) || *pstr == '-' || *pstr == '_' || *pstr == '.' || *pstr == '~' || *pstr == '/' || *pstr == '?') | ^~~~~~~ webread.c: In function 'webbuff': webread.c:678:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 678 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:729:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 729 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:774:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 774 | (void) fgets (linebuff, LINE, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:814:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 814 | (void) fread (buff, 1, lchunk, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:656:5: warning: 'port' may be used uninitialized in this function [-Wmaybe-uninitialized] 656 | if (port != NULL) | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tmcread.o tmcread.c tmcread.c: In function 'tmcbin': tmcread.c:699:9: warning: variable 'magsort' set but not used [-Wunused-but-set-variable] 699 | int magsort; | ^~~~~~~ tmcread.c: In function 'tmcrnum': tmcread.c:656:5: warning: 'starcat' may be used uninitialized in this function [-Wmaybe-uninitialized] 656 | tmcclose (starcat); | ^~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o gscread.o gscread.c gscread.c: In function 'gscbin': gscread.c:794:12: warning: variable 'xnum' set but not used [-Wunused-but-set-variable] 794 | double xnum; /* Guide Star number */ | ^~~~ gscread.c: In function 'gscrnum': gscread.c:664:9: warning: 'table' may be used uninitialized in this function [-Wmaybe-uninitialized] 664 | nbr = fitsrtline (ift,nbhead,ltab,table,itable,nbline,entry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gscread.c:600:10: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized] 600 | return (webrnum (str,"gsc",nstars,sysout,eqout,epout,1, | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 601 | gnum,gra,gdec,NULL,NULL,gmag,gtype,nlog)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gscread.c: In function 'gscbin': gscread.c:1065:9: warning: 'merr0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1065 | merr2 = merr * merr; | ~~~~~~^~~~~~~~~~~~~ gscread.c:1066:23: warning: 'mag0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1066 | msum = msum + (mag0 / merr2); | ~~~~~~^~~~~~~~ gscread.c:1058:9: warning: 'perr0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1058 | perr2 = perr * perr; | ~~~~~~^~~~~~~~~~~~~ gscread.c:1061:27: warning: 'dec0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1061 | decsum = decsum + (dec0 / perr2); | ~~~~~~^~~~~~~~ gscread.c:1060:24: warning: 'ra0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1060 | rasum = rasum + (ra0 / perr2); | ~~~~~^~~~~~~~ gscread.c:978:25: warning: 'band' may be used uninitialized in this function [-Wmaybe-uninitialized] 978 | ((classd < -1 && band != band0) || | ~~~~~^~~~~~~~ gscread.c:978:25: warning: 'band0' may be used uninitialized in this function [-Wmaybe-uninitialized] gscread.c:1055:28: warning: 'class0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1055 | if ((classd > -1 && class0 == classd) || | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ujcread.o ujcread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o uacread.o uacread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o sdssread.o sdssread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 '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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o imio.o imio.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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) | ~~~^~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o worldpos.o worldpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tnxpos.o tnxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o zpxpos.o zpxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o dsspos.o dsspos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o platepos.o platepos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o platefit.o platefit.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o iget.o iget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o wcslib.o wcslib.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o lin.o lin.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o cel.o cel.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o proj.o proj.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o sph.o sph.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o wcstrig.o wcstrig.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -c -o distort.o distort.c distort.c: In function 'distortinit': distort.c:77:27: warning: '_' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 77 | sprintf (keyword, "A_%d_%d", i, j); | ^ distort.c:77:22: note: directive argument in the range [0, 2147483647] 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 24 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:27: warning: '_' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 94 | sprintf (keyword, "B_%d_%d", i, j); | ^ distort.c:94:22: note: directive argument in the range [0, 2147483647] 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 24 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:26: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~ distort.c:111:22: note: directive argument in the range [0, 2147483647] 111 | sprintf (keyword, "AP_%d_%d", i, j); | ^~~~~~~~~~ distort.c:111:22: note: directive argument in the range [0, 2147483647] 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 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distort.c:128:26: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~ distort.c:128:22: note: directive argument in the range [0, 2147483647] 128 | sprintf (keyword, "BP_%d_%d", i, j); | ^~~~~~~~~~ distort.c:128:22: note: directive argument in the range [0, 2147483647] 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 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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/i2f i2f.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/immatch immatch.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/imrot imrot.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/scat scat.c -L libwcs -lwcstools -lm scat.c: In function 'ListCat': scat.c:1236:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1236 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 1237 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1239:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1239 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 1240 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1242:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1242 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 1243 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1245:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1245 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1246 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1250:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1250 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1251 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1255:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1255 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 1256 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1258:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1258 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 1259 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1261:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1261 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 1262 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1264:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1264 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 1265 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1271:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1271 | fprintf (stderr, "Could not calloc %d bytes for path\n", | ~^ | | | int | %ld 1272 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1278:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1278 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 1279 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1281:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1281 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 1282 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1399:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1399 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1400 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1404:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1404 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1405 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c: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 ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm wcshead.c: In function 'ListWCS': 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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/fileroot fileroot.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/filename filename.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/filext filext.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/char2sp char2sp.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/isrange isrange.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -o bin/isfile isfile.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -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 -pipe -frecord-gcc-switches -Wall -g -O2 -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.99710 + 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/lib64 + 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/lib64 + install -p -m 0644 libwcs/fitsfile.h libwcs/fitsfile1.h libwcs/fitshead.h libwcs/fitswcs.h libwcs/imio.h libwcs/lwcs.h libwcs/wcs.h libwcs/wcscat.h libwcs/wcscat1.h libwcs/wcslib.h /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/lib64/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/lib64: (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) Processing files: wcstools-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90770 + 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.uCpxM6 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.a961s6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libwcstools.so.1()(64bit) >= 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.R9jDJ4 Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.7695 + 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.DJuym8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/wcstools-buildroot/usr/lib64/libwcstools.so.1: 892 symbols, 20 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ItxI04 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()(64bit) = set:ndYZuAgX5bmWqYaPivqDwFVYt6DU35Oo5tnwgx8aA532zoEJGhEuLkc6EkFS9C6kswq0KZH8lwSgLWMUa9kVqSsASy0Uaf6YFPUZ4EUcHcqTlFJhwZn9ejGrSkyoWIc4ahnmTIFqHvGohBuZ4LDvH3Pyrq7S6F1GO6xA5Ew8uLdqhFBZ6AcPEs5eFiGFZdmmqwmZjV2h8YBClE8sd62uJpVYmUhn3JZ9oaNUesvveqiFKGS1MxjFO8rdsli7DCtNMmZrMogUzvwD0QA7fSZCpZnYMYZe9894NWOJB9VH8dK2e2NnU8k2Wb49GkA0P5gZgE9tARLQawGSn8yBiQnOlxefJLZf25BUEYxdnax6ymkOmyrDrm8w6U4PC2rwoH1mm9IQfiKOih7eO3GChNkqjlV3s1Uw7cETZ1sJ5xnds3V45nBVZxRAcH61GMiprJKt2oroiGAL928Ox4gTMiazFyZmAvgqGv0tZag6JGpKhjprKRhiNiCVo3ZbAB1mRZ8ZBE4KBrWZ5nAFLgNUTTUsCzKD5d9WTWgexZk6WfKx3yJXbixxD1rlTnI6use86a5vIIW4M7s5VIATuqNaBXkQhse7rMlKYQnJICZ992l5A7CKT0WoLLDYu19w0CY2oXRPhnJRyTv2yU3fBXZC1FGaiA1mZ4eWkQmkQ2DyZf1NyUjJDd9YZLFY2T6blkyUHMvLJC7inJNj4ff4GIdKc5IQ4WE8n8RwZk4CAZkDEIC3W7L17IIbbFstNXc9M8XMHLDxfpRzm1mQuOO4VqkdASbfrKnQlJVrdyaT5Ec5pIPZHwVkTPWKd0RwkIdVZ8DlZohyMyp6UjzuksdXAJl3MiIWwRUJhYFjO4qq5TIACtKrOifgOSZjklZF5PvHfW64V6q3sBgZfHrmQKbcx8tb7K1ncza7AAOQ8ndjQZnXSDppGlG8kD5obJWjxaZzsOmnllz0CnCOZlpkZ794jkoRBa3AVIsQv694q8n5tTkIzFLETubbK1rMjW21ANzh3yKh8U7p4LzjZ5fcpeSm2FchZE6CGVnPjXQcZiqW4fKp9Hy0NoDxwPjt8QlFcQt2tC6UQWXon6SiMjXrcrR3YpZ9ZChL0n1Lw7dHIh4DTvRMIFoZsfuluZyQZnbseyxEhliwJLJveCmjtlVHhD4zVG0FswVTzbeKQT08eqG87SPc0KJb7K2f3h0hprN7qAokWJDV9mSwIZ69BV3jDQUj0SOoZEXrtmDSSnOKZd8luZoNcEr9PJsGtJCsZyna94qFeDBZANVOA57bCYvWVBZmZr0uVW2XIgYbkIhYfJg7Z9XWEAfeGZ33z64hAH7aQoaWPHMlZaNDmqferUe8SuxU064Nt9jFpiY4I1WwgcqEauMzuG4pOY4t0BUXhWoktDWaLMzMbb8ltOBa2C3z4cjL7iGEtEBCB7mciTetQy496RICuEU4nGJLM8xPFA0bjZxKhuPZiwfsSsdWlgdKt6guAWA3D3gwML06Y1ASlx9hTja83mZoAacou85NhCinjtPJJWmZft5j4q3r1uzCcZ7WuAJLsxcwBrEIkUcg52Eut6KpxlE4BaDfB14sKanKuklRHW7W46yXrMmNJbMBmTOS8v46npTfC3Z2IYip8IjQwsQvZ03J1Frns47izFF6Ny4i3TYRzZ35OQcfnLNkyjDSKCGi6IPAsZgEygyqYRejo5T5jewtzfSJoMojYJTUTB64TpTRNiT8zHUmazxXCOWfk2olbJmfBwBuol0UPDyLHTfXwl5 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FqMho7 Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16279 + 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.ZO2S04 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.CAyB06 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 x86_64-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/lib64/libwcstools.so.1.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ef1DO7 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.6kdbX7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XRteI5 find-requires: running scripts (debuginfo) Requires: wcstools = 3.9.6-alt1_2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(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.6RqiG5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V1F2H7 find-requires: running scripts (debuginfo) Provides: debug64(libwcstools.so.1) Requires: libwcstools1 = 3.9.6-alt1_2, debug64(libc.so.6), debug64(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 8 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/x86_64/wcstools-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools-devel-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) 47.60user 23.68system 1:52.05elapsed 63%CPU (0avgtext+0avgdata 91876maxresident)k 0inputs+0outputs (0major+3649144minor)pagefaults 0swaps 5.57user 5.18system 2:15.22elapsed 7%CPU (0avgtext+0avgdata 123072maxresident)k 0inputs+0outputs (0major+136815minor)pagefaults 0swaps --- libwcstools1-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ libwcstools1-3.9.6-alt1_2.x86_64.rpm.hasher 2024-06-16 03:01:33.363606767 +0000 @@ -16,5 +16,5 @@ File: /usr/lib64/libwcstools.so.1 120777 root:root libwcstools.so.1.0.0 -File: /usr/lib64/libwcstools.so.1.0.0 100644 root:root 6ce536f0d90909e8d289516ff92eac18 +File: /usr/lib64/libwcstools.so.1.0.0 100644 root:root 4ea354371ed6f04e52c1aba5f372b440 File: /usr/share/doc/libwcstools1-3.9.6 40755 root:root File: /usr/share/doc/libwcstools1-3.9.6/COPYING 100644 root:root 633b959a0bdd0fc45e743facd0debe50 -RPMIdentity: 3c767cf3b1d46bc44fe2c55e0a0c2be72f964815207d2fd03dbeb3cd9db5981e3d3a1be53c34f3f1ed02d7e26d8aa2478411dba5e8e15594ada5665663c7f3d3 +RPMIdentity: 7bda455e331f2c179149c431d26f9669383d37458a06f7ca4e532ea67c5180be25fdf8af37f5375cf5accc83cfa35ac429c8a8c064735f74c8e2dc7b779b5b09 --- libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm.hasher 2024-06-16 03:01:33.614611086 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7e 40755 root:root -/usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -/usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug +/usr/lib/debug/.build-id/00 40755 root:root +/usr/lib/debug/.build-id/00/729dfc9af9bcb4be7678a4ca50ce27e1dacf28 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/00/729dfc9af9bcb4be7678a4ca50ce27e1dacf28.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root @@ -68,6 +68,6 @@ Provides: libwcstools1-debuginfo = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -File: /usr/lib/debug/.build-id/7e 40755 root:root -File: /usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -File: /usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug -File: /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root f24fcb67cb3c04700a408eeba4a169d3 +File: /usr/lib/debug/.build-id/00 40755 root:root +File: /usr/lib/debug/.build-id/00/729dfc9af9bcb4be7678a4ca50ce27e1dacf28 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/00/729dfc9af9bcb4be7678a4ca50ce27e1dacf28.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug +File: /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root 471a04503c5f0265922f9b01f76c5f7e File: /usr/lib/debug/usr/lib64/libwcstools.so.1.debug 120777 root:root libwcstools.so.1.0.0.debug @@ -130,2 +130,2 @@ File: /usr/src/debug/wcstools-3.9.6/libwcs/zpxpos.c 100644 root:root 68ffa53a0cfa3bd0fbede8ef2f35580d -RPMIdentity: 3d8e559262084ca2461464529f112bdfd00b8b34b49839d68d132ac438ccafc9f05cf0221ec766354ce95f9afe57b1ffd6293a289f7246daf68ad834a99578cb +RPMIdentity: 1df9255bf7d99deee9ade4b95aa7c68740fa21b266f60aec8027d7a0cf2fc3cdef4f2d811386df698b82659f10ec2b080ea5155944b9a0c531f4792990267f93 --- wcstools-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ wcstools-3.9.6-alt1_2.x86_64.rpm.hasher 2024-06-16 03:01:34.065618847 +0000 @@ -90,53 +90,53 @@ Provides: wcstools = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -File: /usr/bin/addpix 100755 root:root e1f20dd1def53142d95a23d2ab2ac4e7 -File: /usr/bin/bincat 100755 root:root 72c321d05c95ff57c6875822897402b2 -File: /usr/bin/char2sp 100755 root:root 3818a4f79eae9522a7b27f870cc4136d -File: /usr/bin/conpix 100755 root:root a9ad02372bdddf17157b785cbb4e0809 -File: /usr/bin/cphead 100755 root:root 0398c80d88dfbdd3d815988ea66a609b -File: /usr/bin/crlf 100755 root:root db911077ae8d65b8074808c83b57e238 -File: /usr/bin/delhead 100755 root:root b6b37f31234f13ea8cd014d89d8a950c -File: /usr/bin/delwcs 100755 root:root 8dc17f6b5918f79885e3a465ceb3f240 -File: /usr/bin/edhead 100755 root:root 014c16e212dea846244e3acfd11b9a7a -File: /usr/bin/filename 100755 root:root bd3e9cb974ab75754ecdc8bbca9ece8f -File: /usr/bin/fileroot 100755 root:root 4d2960acbb390767cb674c33501e1389 -File: /usr/bin/filext 100755 root:root fb4fab7ff4b65d84a90a29e36a2e37a2 -File: /usr/bin/fixpix 100755 root:root e42587227d18dca5cc6d4c0368fdecc3 -File: /usr/bin/getcol 100755 root:root d8b6455801655727519db193ac751db8 -File: /usr/bin/getdate 100755 root:root 36d1e14e65c8a5b10d0dca5202023e65 -File: /usr/bin/getfits 100755 root:root 3ca7445f8942057349fba859451159f0 -File: /usr/bin/gethead 100755 root:root 12a0b0d34018e27276b4a619f8e9bd0b -File: /usr/bin/getpix 100755 root:root ed85116d3df8ba6e9fe1723a45d9d574 -File: /usr/bin/gettab 100755 root:root 58db56936e79655851dd45edac1c5dc0 -File: /usr/bin/htmlsp 100755 root:root ab350eb90e0afda84fe84d9a4506f681 -File: /usr/bin/i2f 100755 root:root 8b01574f2938a28bdfa3b579a1b34931 -File: /usr/bin/imcat 100755 root:root 0b6c1ebed25db50861ef398d3be17500 -File: /usr/bin/imextract 100755 root:root 46c248a6bb5e391c430ec86f04d350d8 -File: /usr/bin/imfill 100755 root:root 553438f5469bb20988e4e2d512d70f92 -File: /usr/bin/imhead 100755 root:root 4fedfe4885d11818e3a996e3590627f4 -File: /usr/bin/immatch 100755 root:root 6686d7c33023e2f833c843ac7e2becdf -File: /usr/bin/imresize 100755 root:root a64dee2330d3ac1f917e271a79bdc6dc -File: /usr/bin/imrot 100755 root:root 588d356a2ab57982e6ab14afdb7614d5 -File: /usr/bin/imsize 100755 root:root 47857c6cb1191929ef1544748aac82b0 -File: /usr/bin/imsmooth 100755 root:root 26c0c02910e9bd53e5929ee126b9c3fd -File: /usr/bin/imstack 100755 root:root 1c07cd1e29527fad60e6631602ada442 -File: /usr/bin/imstar 100755 root:root 3d61a6fd77dcce73dc509afedbcc6214 -File: /usr/bin/imwcs 100755 root:root 8c35f648074a519725071d020aa30619 -File: /usr/bin/isfile 100755 root:root 0b2e390353750628ffa8d6318867fa00 -File: /usr/bin/isfits 100755 root:root b72ea0abaef0f8439936365d11d5ec53 -File: /usr/bin/isnum 100755 root:root 6f0d866d80c6b45a09b2fbc32dbcc4f9 -File: /usr/bin/isrange 100755 root:root a0f00f5b25bea49004983ee2b963a030 -File: /usr/bin/keyhead 100755 root:root 55510c60a14480bab2b59a957cffa4f1 -File: /usr/bin/newfits 100755 root:root 395f111cc5f32f9a07801a784e048880 -File: /usr/bin/scat 100755 root:root a582a9dc66810414251e588ac4644f37 -File: /usr/bin/sethead 100755 root:root b29269bd119909af33f1bd3779f4249b -File: /usr/bin/setpix 100755 root:root 2b4f0fb704735fd759d1306ae0fed586 -File: /usr/bin/simpos 100755 root:root ea3e99ce90d656022cca83ccefe3a481 -File: /usr/bin/sky2xy 100755 root:root 0e33013e0340f3ddf965b441d3a2603b -File: /usr/bin/skycoor 100755 root:root d1ffeebe7438d334ddd99709143d77c1 -File: /usr/bin/sp2char 100755 root:root cb9f79263450ff2aaa5b8740bd9107eb -File: /usr/bin/subpix 100755 root:root 302e293fce99a01ac3266c23c6e95852 -File: /usr/bin/sumpix 100755 root:root 8e9a9f731f6c00178c13c629da154198 -File: /usr/bin/wcshead 100755 root:root d86146d4ecdadebb2114b6619c02b5b7 -File: /usr/bin/wcsremap 100755 root:root 4f1e640ddceadf3083ba1eae411689cd -File: /usr/bin/xy2sky 100755 root:root 310ab8f281671b9e239970636477741b +File: /usr/bin/addpix 100755 root:root d84769ccf5263d9450abd559c59abc20 +File: /usr/bin/bincat 100755 root:root 2593a45250fac29eafadd054376bedab +File: /usr/bin/char2sp 100755 root:root 6c258d19a8e42bef25b612ea81212b08 +File: /usr/bin/conpix 100755 root:root d0c605c08c42006373c9155382e53751 +File: /usr/bin/cphead 100755 root:root 78a20567954c1ae458231671324c243a +File: /usr/bin/crlf 100755 root:root 4f04e968111f6992bf873eb83b2eec4d +File: /usr/bin/delhead 100755 root:root f077182a97751fc63d256d5647d0b0cc +File: /usr/bin/delwcs 100755 root:root fb0a46d4927289321a72474601407f3f +File: /usr/bin/edhead 100755 root:root 61b2e248f64382bd80dd546172956e2c +File: /usr/bin/filename 100755 root:root ac6e945f15932fb014ce10a92cd5fefd +File: /usr/bin/fileroot 100755 root:root ea45e2424771821a6e2a059420c6d98a +File: /usr/bin/filext 100755 root:root 040320fdb1d3c7f8d4678a7399b328c5 +File: /usr/bin/fixpix 100755 root:root d53023afeb0f2822779ff387bc2c466b +File: /usr/bin/getcol 100755 root:root 484de9d004e0485fb88d08fd46642a71 +File: /usr/bin/getdate 100755 root:root 139557f233ac5d7edf08e9d8c23e4ec0 +File: /usr/bin/getfits 100755 root:root 7542993147725dc10b84975e9a450540 +File: /usr/bin/gethead 100755 root:root d1387d6879426768bdb2550f662103fa +File: /usr/bin/getpix 100755 root:root 95cac848a1e501880b26f9c474b6d832 +File: /usr/bin/gettab 100755 root:root de3089aa1aa92026147ec50ac9b5a29c +File: /usr/bin/htmlsp 100755 root:root 860f9c3d028707ad668c5f5dc8d43127 +File: /usr/bin/i2f 100755 root:root 6ce0bfb96b9e0a29702574250779e3da +File: /usr/bin/imcat 100755 root:root 93fbfca25bf89095fde82db627534bf8 +File: /usr/bin/imextract 100755 root:root f1557a729d12f37f7c7023fb46553324 +File: /usr/bin/imfill 100755 root:root 7c3220f939f68448e59d953fb2d6b230 +File: /usr/bin/imhead 100755 root:root 7fe73b0d5fb790271d2283b6c0c82ae5 +File: /usr/bin/immatch 100755 root:root 8ec671b58ffa58ae86b9b46a30824e3d +File: /usr/bin/imresize 100755 root:root d527ba1396b9fc5c7c20af13f5cbba9e +File: /usr/bin/imrot 100755 root:root d19399683a7c5ed0edef14accfa3b6da +File: /usr/bin/imsize 100755 root:root e7d68d6d542c29a0b2a805d6029610fc +File: /usr/bin/imsmooth 100755 root:root d33ab053efb391eebf4d68f4ad43f527 +File: /usr/bin/imstack 100755 root:root e16c6535b02473107103b42bf7523184 +File: /usr/bin/imstar 100755 root:root 278c75765a3a73223c02c70ec2b298d6 +File: /usr/bin/imwcs 100755 root:root 87b9a3d5ad467417c487986b3c1dcf16 +File: /usr/bin/isfile 100755 root:root 650076ae7c2f4e83973bd034532e540d +File: /usr/bin/isfits 100755 root:root 2e5e656a3a8769a1c4128999f14fe9bf +File: /usr/bin/isnum 100755 root:root 0864fde5274ddf4bf370fbdd4758486b +File: /usr/bin/isrange 100755 root:root 9b2ba2850bee7c9b46d8c37ef2e06178 +File: /usr/bin/keyhead 100755 root:root c567902487e706b5946d0dd050f44c84 +File: /usr/bin/newfits 100755 root:root 093b4608255c1974269246e2dc838d4b +File: /usr/bin/scat 100755 root:root 80aefb8fed3d0c4386ea613b38fae8f2 +File: /usr/bin/sethead 100755 root:root b85dba18ef5786ca3a6738b4fc80d4ad +File: /usr/bin/setpix 100755 root:root fdb8c924b20d32044b3ded6e262a0ebc +File: /usr/bin/simpos 100755 root:root 47984ac01ca3759538cc6ae4c1d240e5 +File: /usr/bin/sky2xy 100755 root:root b14b38938c6c7a4398b637821c591e30 +File: /usr/bin/skycoor 100755 root:root 67e37194883aa5b56239e46f845ca0ae +File: /usr/bin/sp2char 100755 root:root 786b402eaf45bf112ee2b67dbd178ca4 +File: /usr/bin/subpix 100755 root:root 5651c1b3226ae8388febbc5711a4f0ef +File: /usr/bin/sumpix 100755 root:root da833d3f8f583656d967537e2bb37791 +File: /usr/bin/wcshead 100755 root:root 4bf74a03d49dab909c901f2560d85f22 +File: /usr/bin/wcsremap 100755 root:root ec5fde76b7fd6ed9a6ab154d881337db +File: /usr/bin/xy2sky 100755 root:root 4a977728fcaa92423ae8f14768a553ae File: /usr/share/doc/wcstools-3.9.6 40755 root:root @@ -176,2 +176,2 @@ File: /usr/share/man/man1/xy2sky.1.xz 100644 root:root 077dbddc01421e40ed5964dce38b81ea -RPMIdentity: 426abdf135231529f6a6933d5a35f3ad32f417bae63883ca1e3afbb83dac50099cc8c360f6311338d798abd8743fe0fac2d0e18987b8da38db352e1923f423b0 +RPMIdentity: c6c95720352e796f74620ad32771b0582e076094a4527a810fb6259b00714097aa89cffa4077a04fbbd8221337c0d400f97d4b3cdff686149e597cbb8d8d0882 --- wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm.hasher 2024-06-16 03:01:34.689629585 +0000 @@ -1,149 +1,150 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1 120777 root:root ../../../../bin/char2sp -/usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1.debug 120777 root:root ../../usr/bin/char2sp.debug -/usr/lib/debug/.build-id/02 40755 root:root -/usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5 120777 root:root ../../../../bin/imfill -/usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5.debug 120777 root:root ../../usr/bin/imfill.debug -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d 120777 root:root ../../../../bin/imsmooth -/usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d.debug 120777 root:root ../../usr/bin/imsmooth.debug -/usr/lib/debug/.build-id/15 40755 root:root -/usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab 120777 root:root ../../../../bin/wcsremap -/usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab.debug 120777 root:root ../../usr/bin/wcsremap.debug -/usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853 120777 root:root ../../../../bin/newfits -/usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853.debug 120777 root:root ../../usr/bin/newfits.debug -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd 120777 root:root ../../../../bin/simpos -/usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd.debug 120777 root:root ../../usr/bin/simpos.debug -/usr/lib/debug/.build-id/1c 40755 root:root -/usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5 120777 root:root ../../../../bin/wcshead -/usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5.debug 120777 root:root ../../usr/bin/wcshead.debug -/usr/lib/debug/.build-id/1e 40755 root:root -/usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763 120777 root:root ../../../../bin/sethead -/usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763.debug 120777 root:root ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/2a 40755 root:root -/usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef 120777 root:root ../../../../bin/isfile -/usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/05 40755 root:root +/usr/lib/debug/.build-id/05/c063c07249e976e50f623ea2444f2ae2ca3930 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/05/c063c07249e976e50f623ea2444f2ae2ca3930.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/08 40755 root:root +/usr/lib/debug/.build-id/08/b72d9c0448d55dd6d559a736311fd5395a34da 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/08/b72d9c0448d55dd6d559a736311fd5395a34da.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/0b 40755 root:root +/usr/lib/debug/.build-id/0b/73af404127f6068b8405c45f715c12306cddc3 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/0b/73af404127f6068b8405c45f715c12306cddc3.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/24 40755 root:root +/usr/lib/debug/.build-id/24/cf3cf31490914cfcafa829dd5aea96ee054a3b 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/24/cf3cf31490914cfcafa829dd5aea96ee054a3b.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/26 40755 root:root +/usr/lib/debug/.build-id/26/d3a2697d91bea7cd0a71930040b2cbcc68a6cd 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/26/d3a2697d91bea7cd0a71930040b2cbcc68a6cd.debug 120777 root:root ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/27 40755 root:root +/usr/lib/debug/.build-id/27/de9bd7c0193fdbadcc7f225935f3d700a4488d 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/27/de9bd7c0193fdbadcc7f225935f3d700a4488d.debug 120777 root:root ../../usr/bin/xy2sky.debug /usr/lib/debug/.build-id/2e 40755 root:root -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -/usr/lib/debug/.build-id/31 40755 root:root -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/41 40755 root:root -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug -/usr/lib/debug/.build-id/43 40755 root:root -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/2e/3a48a92d4d61c27d6710f133881267b4f616b5 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/2e/3a48a92d4d61c27d6710f133881267b4f616b5.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/2f 40755 root:root +/usr/lib/debug/.build-id/2f/2115b4641a88afdc18afa6e87e2e00f79e91eb 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/2f/2115b4641a88afdc18afa6e87e2e00f79e91eb.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/2f/cd2e353934d2eeea0b51b31b3923e352d41563 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/2f/cd2e353934d2eeea0b51b31b3923e352d41563.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/04558ec274387191bed0fdaccfc95f44b75fc6 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/36/04558ec274387191bed0fdaccfc95f44b75fc6.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/3e 40755 root:root +/usr/lib/debug/.build-id/3e/cfb2aff580ade3f27215a638472e9ec2430f91 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/3e/cfb2aff580ade3f27215a638472e9ec2430f91.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/3e/fa61e89b1a118082f73e882276a82f7df18e6a 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/3e/fa61e89b1a118082f73e882276a82f7df18e6a.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/40 40755 root:root +/usr/lib/debug/.build-id/40/2273edd48f9a15141c3386a8e55ea65130459b 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/40/2273edd48f9a15141c3386a8e55ea65130459b.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/42 40755 root:root +/usr/lib/debug/.build-id/42/3ba0f7512fa0c652d6c822b0faf550bbefa5d4 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/42/3ba0f7512fa0c652d6c822b0faf550bbefa5d4.debug 120777 root:root ../../usr/bin/subpix.debug /usr/lib/debug/.build-id/47 40755 root:root -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -/usr/lib/debug/.build-id/4e 40755 root:root -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug -/usr/lib/debug/.build-id/57 40755 root:root -/usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313 120777 root:root ../../../../bin/imstar -/usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313.debug 120777 root:root ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2 120777 root:root ../../../../bin/getdate -/usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/47/c31abd6864ac5e0e6c9e79bbda415ab68eea6a 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/47/c31abd6864ac5e0e6c9e79bbda415ab68eea6a.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/49 40755 root:root +/usr/lib/debug/.build-id/49/1db6d481377d486ae93e7b2c44d4c57466da8a 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/49/1db6d481377d486ae93e7b2c44d4c57466da8a.debug 120777 root:root ../../usr/bin/getpix.debug /usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08 120777 root:root ../../../../bin/delhead -/usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08.debug 120777 root:root ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff 120777 root:root ../../../../bin/subpix -/usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff.debug 120777 root:root ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/6d 40755 root:root -/usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666 120777 root:root ../../../../bin/addpix -/usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/5c/fed50ef8fe0b3b4a8b0688b46b93c778f6599f 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/5c/fed50ef8fe0b3b4a8b0688b46b93c778f6599f.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/65 40755 root:root +/usr/lib/debug/.build-id/65/e3267f0054c0eacafaddcd6e599a5cf5bb8d6b 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/65/e3267f0054c0eacafaddcd6e599a5cf5bb8d6b.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/6a 40755 root:root +/usr/lib/debug/.build-id/6a/a068c813f91db51997e1349b9cd0d08cd32aff 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/6a/a068c813f91db51997e1349b9cd0d08cd32aff.debug 120777 root:root ../../usr/bin/setpix.debug /usr/lib/debug/.build-id/6f 40755 root:root -/usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38 120777 root:root ../../../../bin/imcat -/usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38.debug 120777 root:root ../../usr/bin/imcat.debug -/usr/lib/debug/.build-id/71 40755 root:root -/usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf 120777 root:root ../../../../bin/getfits -/usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf.debug 120777 root:root ../../usr/bin/getfits.debug -/usr/lib/debug/.build-id/76 40755 root:root -/usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22 120777 root:root ../../../../bin/keyhead -/usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22.debug 120777 root:root ../../usr/bin/keyhead.debug -/usr/lib/debug/.build-id/77 40755 root:root -/usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835 120777 root:root ../../../../bin/imstack -/usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835.debug 120777 root:root ../../usr/bin/imstack.debug -/usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227 120777 root:root ../../../../bin/fixpix -/usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/6f/4225d8a5d4bf1c256b388f9079c95f6fae761c 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/6f/4225d8a5d4bf1c256b388f9079c95f6fae761c.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/439965040304d725fb15f4a99b897e24bb95b0 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/78/439965040304d725fb15f4a99b897e24bb95b0.debug 120777 root:root ../../usr/bin/simpos.debug /usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6 120777 root:root ../../../../bin/htmlsp -/usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6.debug 120777 root:root ../../usr/bin/htmlsp.debug -/usr/lib/debug/.build-id/7c 40755 root:root -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -/usr/lib/debug/.build-id/89 40755 root:root -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/7a/c97e5d7cdf31f28b4921d95271ef915d64716e 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/7a/c97e5d7cdf31f28b4921d95271ef915d64716e.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/7d 40755 root:root +/usr/lib/debug/.build-id/7d/ce96c9948cc18382f4ce6081f37d41f9b1b9aa 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/7d/ce96c9948cc18382f4ce6081f37d41f9b1b9aa.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/41dcc9819dfeeb8d4f6fc6960b6720701f2e06 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/80/41dcc9819dfeeb8d4f6fc6960b6720701f2e06.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/81 40755 root:root +/usr/lib/debug/.build-id/81/2ed0e9ee6bc04901cdee551417e6f231891ddc 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/81/2ed0e9ee6bc04901cdee551417e6f231891ddc.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/83 40755 root:root +/usr/lib/debug/.build-id/83/fe3a38651b49074ba9ffc30c66a29df0ce6b00 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/83/fe3a38651b49074ba9ffc30c66a29df0ce6b00.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/a7a8940d16ff7101496128435d073733bbbc3d 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/87/a7a8940d16ff7101496128435d073733bbbc3d.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/88 40755 root:root +/usr/lib/debug/.build-id/88/664c35041711ddec8873a74f03b1ebe3d1e04d 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/88/664c35041711ddec8873a74f03b1ebe3d1e04d.debug 120777 root:root ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/88/69c8b84ecb3b19aa1e45b304f37970d5929bca 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/88/69c8b84ecb3b19aa1e45b304f37970d5929bca.debug 120777 root:root ../../usr/bin/getcol.debug /usr/lib/debug/.build-id/93 40755 root:root -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/93/531cd2eb12aea94488c2e4375f93587e0fefb0 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/93/531cd2eb12aea94488c2e4375f93587e0fefb0.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/93/d4bbaf35439e52429626787b857ee707203d12 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/93/d4bbaf35439e52429626787b857ee707203d12.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/4722919167b46e072de445f758d3ef08c351e1 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/97/4722919167b46e072de445f758d3ef08c351e1.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/98 40755 root:root +/usr/lib/debug/.build-id/98/ada4b53e968bd8e205e29dd7af20826e6c9862 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/98/ada4b53e968bd8e205e29dd7af20826e6c9862.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/99 40755 root:root +/usr/lib/debug/.build-id/99/91e5e7b1eb6269f0bcf3042b7a2d0038bea0dd 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/99/91e5e7b1eb6269f0bcf3042b7a2d0038bea0dd.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/9a 40755 root:root +/usr/lib/debug/.build-id/9a/f73076c8dcb1a2420d0cfbe9ecf8987254097f 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/9a/f73076c8dcb1a2420d0cfbe9ecf8987254097f.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/9d 40755 root:root +/usr/lib/debug/.build-id/9d/0b966db01c629e882f057a7488ec5545b9e392 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/9d/0b966db01c629e882f057a7488ec5545b9e392.debug 120777 root:root ../../usr/bin/gettab.debug /usr/lib/debug/.build-id/af 40755 root:root -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/b0 40755 root:root -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/af/a642cd84628a6eab18310c8dcfa92765b32dd3 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/af/a642cd84628a6eab18310c8dcfa92765b32dd3.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/b4 40755 root:root +/usr/lib/debug/.build-id/b4/69e44b060faca36b1374c8d8fa133ee61580aa 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/b4/69e44b060faca36b1374c8d8fa133ee61580aa.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/b5 40755 root:root +/usr/lib/debug/.build-id/b5/72f7c03932ea0bcba6d07e14038114fe93805b 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/b5/72f7c03932ea0bcba6d07e14038114fe93805b.debug 120777 root:root ../../usr/bin/sky2xy.debug /usr/lib/debug/.build-id/b7 40755 root:root -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/b7/149abfbf2a3507aad61373348d29a0a14126e8 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/b7/149abfbf2a3507aad61373348d29a0a14126e8.debug 120777 root:root ../../usr/bin/htmlsp.debug /usr/lib/debug/.build-id/bc 40755 root:root -/usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a 120777 root:root ../../../../bin/imextract -/usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a.debug 120777 root:root ../../usr/bin/imextract.debug -/usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1 120777 root:root ../../../../bin/gethead -/usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1.debug 120777 root:root ../../usr/bin/gethead.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489 120777 root:root ../../../../bin/bincat -/usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489.debug 120777 root:root ../../usr/bin/bincat.debug -/usr/lib/debug/.build-id/cd 40755 root:root -/usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846 120777 root:root ../../../../bin/imrot -/usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846.debug 120777 root:root ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/d5 40755 root:root -/usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c 120777 root:root ../../../../bin/xy2sky -/usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c.debug 120777 root:root ../../usr/bin/xy2sky.debug -/usr/lib/debug/.build-id/da 40755 root:root -/usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142 120777 root:root ../../../../bin/imwcs -/usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142.debug 120777 root:root ../../usr/bin/imwcs.debug -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4 120777 root:root ../../../../bin/sp2char -/usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4.debug 120777 root:root ../../usr/bin/sp2char.debug -/usr/lib/debug/.build-id/e6 40755 root:root -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/bc/a29e3e2f39ebf3112f9097ca574747fa3e256d 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/bc/a29e3e2f39ebf3112f9097ca574747fa3e256d.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/b50e7c05a2ba03ffb80a70c4741a03bb440bc4 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/be/b50e7c05a2ba03ffb80a70c4741a03bb440bc4.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/fd10452327b577d9f114e652540ad523dc7c0a 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/cb/fd10452327b577d9f114e652540ad523dc7c0a.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/cf 40755 root:root +/usr/lib/debug/.build-id/cf/9d79d2b92baa738653d09756c7124a62142053 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/cf/9d79d2b92baa738653d09756c7124a62142053.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/d4 40755 root:root +/usr/lib/debug/.build-id/d4/4cbafb4a32eaaf79c9393b797992b2fc2bd15c 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/d4/4cbafb4a32eaaf79c9393b797992b2fc2bd15c.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/982bf7e4844fd5f0ba1fbe8603a7ff7e9c0500 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/d6/982bf7e4844fd5f0ba1fbe8603a7ff7e9c0500.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/ec338c6573862f1da72c2c4e93438ad6615498 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/e3/ec338c6573862f1da72c2c4e93438ad6615498.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/efac8c1f8e2b36d1a3cb6e137f2e4c58b1bec0 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/e8/efac8c1f8e2b36d1a3cb6e137f2e4c58b1bec0.debug 120777 root:root ../../usr/bin/fileroot.debug /usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug -/usr/lib/debug/.build-id/f0 40755 root:root -/usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f 120777 root:root ../../../../bin/filename -/usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f.debug 120777 root:root ../../usr/bin/filename.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f 120777 root:root ../../../../bin/gettab -/usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f.debug 120777 root:root ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/fe 40755 root:root -/usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad 120777 root:root ../../../../bin/conpix -/usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/ea/60925bf062fca2f792829b0b8245412b5615c8 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/ea/60925bf062fca2f792829b0b8245412b5615c8.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/f7 40755 root:root +/usr/lib/debug/.build-id/f7/02fb381a61a0d6e1731f8016e7efa451a0485e 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/f7/02fb381a61a0d6e1731f8016e7efa451a0485e.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/f9 40755 root:root +/usr/lib/debug/.build-id/f9/de7e5ae314fd9dcd26c0e9d1f472c93152930d 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/f9/de7e5ae314fd9dcd26c0e9d1f472c93152930d.debug 120777 root:root ../../usr/bin/imwcs.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +259,202 @@ Provides: wcstools-debuginfo = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1 120777 root:root ../../../../bin/char2sp -File: /usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1.debug 120777 root:root ../../usr/bin/char2sp.debug -File: /usr/lib/debug/.build-id/02 40755 root:root -File: /usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5 120777 root:root ../../../../bin/imfill -File: /usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5.debug 120777 root:root ../../usr/bin/imfill.debug -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d 120777 root:root ../../../../bin/imsmooth -File: /usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d.debug 120777 root:root ../../usr/bin/imsmooth.debug -File: /usr/lib/debug/.build-id/15 40755 root:root -File: /usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab 120777 root:root ../../../../bin/wcsremap -File: /usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab.debug 120777 root:root ../../usr/bin/wcsremap.debug -File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853 120777 root:root ../../../../bin/newfits -File: /usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853.debug 120777 root:root ../../usr/bin/newfits.debug -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd 120777 root:root ../../../../bin/simpos -File: /usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd.debug 120777 root:root ../../usr/bin/simpos.debug -File: /usr/lib/debug/.build-id/1c 40755 root:root -File: /usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5 120777 root:root ../../../../bin/wcshead -File: /usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5.debug 120777 root:root ../../usr/bin/wcshead.debug -File: /usr/lib/debug/.build-id/1e 40755 root:root -File: /usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763 120777 root:root ../../../../bin/sethead -File: /usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763.debug 120777 root:root ../../usr/bin/sethead.debug -File: /usr/lib/debug/.build-id/2a 40755 root:root -File: /usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef 120777 root:root ../../../../bin/isfile -File: /usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/05 40755 root:root +File: /usr/lib/debug/.build-id/05/c063c07249e976e50f623ea2444f2ae2ca3930 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/05/c063c07249e976e50f623ea2444f2ae2ca3930.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/08 40755 root:root +File: /usr/lib/debug/.build-id/08/b72d9c0448d55dd6d559a736311fd5395a34da 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/08/b72d9c0448d55dd6d559a736311fd5395a34da.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/0b 40755 root:root +File: /usr/lib/debug/.build-id/0b/73af404127f6068b8405c45f715c12306cddc3 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/0b/73af404127f6068b8405c45f715c12306cddc3.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/24 40755 root:root +File: /usr/lib/debug/.build-id/24/cf3cf31490914cfcafa829dd5aea96ee054a3b 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/24/cf3cf31490914cfcafa829dd5aea96ee054a3b.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/26 40755 root:root +File: /usr/lib/debug/.build-id/26/d3a2697d91bea7cd0a71930040b2cbcc68a6cd 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/26/d3a2697d91bea7cd0a71930040b2cbcc68a6cd.debug 120777 root:root ../../usr/bin/delhead.debug +File: /usr/lib/debug/.build-id/27 40755 root:root +File: /usr/lib/debug/.build-id/27/de9bd7c0193fdbadcc7f225935f3d700a4488d 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/27/de9bd7c0193fdbadcc7f225935f3d700a4488d.debug 120777 root:root ../../usr/bin/xy2sky.debug File: /usr/lib/debug/.build-id/2e 40755 root:root -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -File: /usr/lib/debug/.build-id/31 40755 root:root -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -File: /usr/lib/debug/.build-id/35 40755 root:root -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -File: /usr/lib/debug/.build-id/41 40755 root:root -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug -File: /usr/lib/debug/.build-id/43 40755 root:root -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/2e/3a48a92d4d61c27d6710f133881267b4f616b5 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/2e/3a48a92d4d61c27d6710f133881267b4f616b5.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/2f 40755 root:root +File: /usr/lib/debug/.build-id/2f/2115b4641a88afdc18afa6e87e2e00f79e91eb 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/2f/2115b4641a88afdc18afa6e87e2e00f79e91eb.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/2f/cd2e353934d2eeea0b51b31b3923e352d41563 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/2f/cd2e353934d2eeea0b51b31b3923e352d41563.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/04558ec274387191bed0fdaccfc95f44b75fc6 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/36/04558ec274387191bed0fdaccfc95f44b75fc6.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/3e 40755 root:root +File: /usr/lib/debug/.build-id/3e/cfb2aff580ade3f27215a638472e9ec2430f91 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/3e/cfb2aff580ade3f27215a638472e9ec2430f91.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/3e/fa61e89b1a118082f73e882276a82f7df18e6a 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/3e/fa61e89b1a118082f73e882276a82f7df18e6a.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/40 40755 root:root +File: /usr/lib/debug/.build-id/40/2273edd48f9a15141c3386a8e55ea65130459b 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/40/2273edd48f9a15141c3386a8e55ea65130459b.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/42 40755 root:root +File: /usr/lib/debug/.build-id/42/3ba0f7512fa0c652d6c822b0faf550bbefa5d4 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/42/3ba0f7512fa0c652d6c822b0faf550bbefa5d4.debug 120777 root:root ../../usr/bin/subpix.debug File: /usr/lib/debug/.build-id/47 40755 root:root -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -File: /usr/lib/debug/.build-id/4e 40755 root:root -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug -File: /usr/lib/debug/.build-id/57 40755 root:root -File: /usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313 120777 root:root ../../../../bin/imstar -File: /usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313.debug 120777 root:root ../../usr/bin/imstar.debug -File: /usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2 120777 root:root ../../../../bin/getdate -File: /usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/47/c31abd6864ac5e0e6c9e79bbda415ab68eea6a 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/47/c31abd6864ac5e0e6c9e79bbda415ab68eea6a.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/49 40755 root:root +File: /usr/lib/debug/.build-id/49/1db6d481377d486ae93e7b2c44d4c57466da8a 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/49/1db6d481377d486ae93e7b2c44d4c57466da8a.debug 120777 root:root ../../usr/bin/getpix.debug File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08 120777 root:root ../../../../bin/delhead -File: /usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08.debug 120777 root:root ../../usr/bin/delhead.debug -File: /usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff 120777 root:root ../../../../bin/subpix -File: /usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff.debug 120777 root:root ../../usr/bin/subpix.debug -File: /usr/lib/debug/.build-id/6d 40755 root:root -File: /usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666 120777 root:root ../../../../bin/addpix -File: /usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/5c/fed50ef8fe0b3b4a8b0688b46b93c778f6599f 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/5c/fed50ef8fe0b3b4a8b0688b46b93c778f6599f.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/65 40755 root:root +File: /usr/lib/debug/.build-id/65/e3267f0054c0eacafaddcd6e599a5cf5bb8d6b 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/65/e3267f0054c0eacafaddcd6e599a5cf5bb8d6b.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/6a 40755 root:root +File: /usr/lib/debug/.build-id/6a/a068c813f91db51997e1349b9cd0d08cd32aff 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/6a/a068c813f91db51997e1349b9cd0d08cd32aff.debug 120777 root:root ../../usr/bin/setpix.debug File: /usr/lib/debug/.build-id/6f 40755 root:root -File: /usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38 120777 root:root ../../../../bin/imcat -File: /usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38.debug 120777 root:root ../../usr/bin/imcat.debug -File: /usr/lib/debug/.build-id/71 40755 root:root -File: /usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf 120777 root:root ../../../../bin/getfits -File: /usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf.debug 120777 root:root ../../usr/bin/getfits.debug -File: /usr/lib/debug/.build-id/76 40755 root:root -File: /usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22 120777 root:root ../../../../bin/keyhead -File: /usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22.debug 120777 root:root ../../usr/bin/keyhead.debug -File: /usr/lib/debug/.build-id/77 40755 root:root -File: /usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835 120777 root:root ../../../../bin/imstack -File: /usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835.debug 120777 root:root ../../usr/bin/imstack.debug -File: /usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227 120777 root:root ../../../../bin/fixpix -File: /usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/6f/4225d8a5d4bf1c256b388f9079c95f6fae761c 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/6f/4225d8a5d4bf1c256b388f9079c95f6fae761c.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/439965040304d725fb15f4a99b897e24bb95b0 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/78/439965040304d725fb15f4a99b897e24bb95b0.debug 120777 root:root ../../usr/bin/simpos.debug File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6 120777 root:root ../../../../bin/htmlsp -File: /usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6.debug 120777 root:root ../../usr/bin/htmlsp.debug -File: /usr/lib/debug/.build-id/7c 40755 root:root -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -File: /usr/lib/debug/.build-id/89 40755 root:root -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/7a/c97e5d7cdf31f28b4921d95271ef915d64716e 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/7a/c97e5d7cdf31f28b4921d95271ef915d64716e.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/7d 40755 root:root +File: /usr/lib/debug/.build-id/7d/ce96c9948cc18382f4ce6081f37d41f9b1b9aa 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/7d/ce96c9948cc18382f4ce6081f37d41f9b1b9aa.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/41dcc9819dfeeb8d4f6fc6960b6720701f2e06 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/80/41dcc9819dfeeb8d4f6fc6960b6720701f2e06.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/81 40755 root:root +File: /usr/lib/debug/.build-id/81/2ed0e9ee6bc04901cdee551417e6f231891ddc 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/81/2ed0e9ee6bc04901cdee551417e6f231891ddc.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/83 40755 root:root +File: /usr/lib/debug/.build-id/83/fe3a38651b49074ba9ffc30c66a29df0ce6b00 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/83/fe3a38651b49074ba9ffc30c66a29df0ce6b00.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/a7a8940d16ff7101496128435d073733bbbc3d 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/87/a7a8940d16ff7101496128435d073733bbbc3d.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/88 40755 root:root +File: /usr/lib/debug/.build-id/88/664c35041711ddec8873a74f03b1ebe3d1e04d 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/88/664c35041711ddec8873a74f03b1ebe3d1e04d.debug 120777 root:root ../../usr/bin/isnum.debug +File: /usr/lib/debug/.build-id/88/69c8b84ecb3b19aa1e45b304f37970d5929bca 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/88/69c8b84ecb3b19aa1e45b304f37970d5929bca.debug 120777 root:root ../../usr/bin/getcol.debug File: /usr/lib/debug/.build-id/93 40755 root:root -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/93/531cd2eb12aea94488c2e4375f93587e0fefb0 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/93/531cd2eb12aea94488c2e4375f93587e0fefb0.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/93/d4bbaf35439e52429626787b857ee707203d12 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/93/d4bbaf35439e52429626787b857ee707203d12.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/4722919167b46e072de445f758d3ef08c351e1 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/97/4722919167b46e072de445f758d3ef08c351e1.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/98 40755 root:root +File: /usr/lib/debug/.build-id/98/ada4b53e968bd8e205e29dd7af20826e6c9862 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/98/ada4b53e968bd8e205e29dd7af20826e6c9862.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/99 40755 root:root +File: /usr/lib/debug/.build-id/99/91e5e7b1eb6269f0bcf3042b7a2d0038bea0dd 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/99/91e5e7b1eb6269f0bcf3042b7a2d0038bea0dd.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/f73076c8dcb1a2420d0cfbe9ecf8987254097f 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/9a/f73076c8dcb1a2420d0cfbe9ecf8987254097f.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/9d 40755 root:root +File: /usr/lib/debug/.build-id/9d/0b966db01c629e882f057a7488ec5545b9e392 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/9d/0b966db01c629e882f057a7488ec5545b9e392.debug 120777 root:root ../../usr/bin/gettab.debug File: /usr/lib/debug/.build-id/af 40755 root:root -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/b0 40755 root:root -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/af/a642cd84628a6eab18310c8dcfa92765b32dd3 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/af/a642cd84628a6eab18310c8dcfa92765b32dd3.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/b4 40755 root:root +File: /usr/lib/debug/.build-id/b4/69e44b060faca36b1374c8d8fa133ee61580aa 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/b4/69e44b060faca36b1374c8d8fa133ee61580aa.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/b5 40755 root:root +File: /usr/lib/debug/.build-id/b5/72f7c03932ea0bcba6d07e14038114fe93805b 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/b5/72f7c03932ea0bcba6d07e14038114fe93805b.debug 120777 root:root ../../usr/bin/sky2xy.debug File: /usr/lib/debug/.build-id/b7 40755 root:root -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/b7/149abfbf2a3507aad61373348d29a0a14126e8 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/b7/149abfbf2a3507aad61373348d29a0a14126e8.debug 120777 root:root ../../usr/bin/htmlsp.debug File: /usr/lib/debug/.build-id/bc 40755 root:root -File: /usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a 120777 root:root ../../../../bin/imextract -File: /usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a.debug 120777 root:root ../../usr/bin/imextract.debug -File: /usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1 120777 root:root ../../../../bin/gethead -File: /usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1.debug 120777 root:root ../../usr/bin/gethead.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489 120777 root:root ../../../../bin/bincat -File: /usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489.debug 120777 root:root ../../usr/bin/bincat.debug -File: /usr/lib/debug/.build-id/cd 40755 root:root -File: /usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846 120777 root:root ../../../../bin/imrot -File: /usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846.debug 120777 root:root ../../usr/bin/imrot.debug -File: /usr/lib/debug/.build-id/d5 40755 root:root -File: /usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c 120777 root:root ../../../../bin/xy2sky -File: /usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c.debug 120777 root:root ../../usr/bin/xy2sky.debug -File: /usr/lib/debug/.build-id/da 40755 root:root -File: /usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142 120777 root:root ../../../../bin/imwcs -File: /usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142.debug 120777 root:root ../../usr/bin/imwcs.debug -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4 120777 root:root ../../../../bin/sp2char -File: /usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4.debug 120777 root:root ../../usr/bin/sp2char.debug -File: /usr/lib/debug/.build-id/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/bc/a29e3e2f39ebf3112f9097ca574747fa3e256d 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/bc/a29e3e2f39ebf3112f9097ca574747fa3e256d.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/b50e7c05a2ba03ffb80a70c4741a03bb440bc4 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/be/b50e7c05a2ba03ffb80a70c4741a03bb440bc4.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/fd10452327b577d9f114e652540ad523dc7c0a 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/cb/fd10452327b577d9f114e652540ad523dc7c0a.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/cf 40755 root:root +File: /usr/lib/debug/.build-id/cf/9d79d2b92baa738653d09756c7124a62142053 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/cf/9d79d2b92baa738653d09756c7124a62142053.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/d4 40755 root:root +File: /usr/lib/debug/.build-id/d4/4cbafb4a32eaaf79c9393b797992b2fc2bd15c 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/d4/4cbafb4a32eaaf79c9393b797992b2fc2bd15c.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/982bf7e4844fd5f0ba1fbe8603a7ff7e9c0500 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/d6/982bf7e4844fd5f0ba1fbe8603a7ff7e9c0500.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/ec338c6573862f1da72c2c4e93438ad6615498 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/e3/ec338c6573862f1da72c2c4e93438ad6615498.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/efac8c1f8e2b36d1a3cb6e137f2e4c58b1bec0 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/e8/efac8c1f8e2b36d1a3cb6e137f2e4c58b1bec0.debug 120777 root:root ../../usr/bin/fileroot.debug File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug -File: /usr/lib/debug/.build-id/f0 40755 root:root -File: /usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f 120777 root:root ../../../../bin/filename -File: /usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f.debug 120777 root:root ../../usr/bin/filename.debug -File: /usr/lib/debug/.build-id/fa 40755 root:root -File: /usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f 120777 root:root ../../../../bin/gettab -File: /usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f.debug 120777 root:root ../../usr/bin/gettab.debug -File: /usr/lib/debug/.build-id/fe 40755 root:root -File: /usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad 120777 root:root ../../../../bin/conpix -File: /usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad.debug 120777 root:root ../../usr/bin/conpix.debug -File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root a008422f6180b3c6faec74768ab8b176 -File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root a2fc67b7d061e5ca57abb0fdd6bdb7c3 -File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 93230e32d4984f47c192b5a3cabd6eaa -File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 11049f13bd1eacdc09255f1e5132d907 -File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root b6441f1ebba8c44d020a5ff6356501c6 -File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 8a958cdbd89502fe33eabd99c46d2a01 -File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 0c75e6ca5e7605b8fdf99407ba95d96f -File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root d041a73e41dae46f44e850247709808c -File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 5490aa08c0a4439107ff75f17b8596b9 -File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 6c29d9f031a3bf7d9a48bd7f34c41e1a -File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root ab590152cc1a4465cae8870522929ce7 -File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 125b5d3236a245ec3651746f3058f4fe -File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 662b75c9c1007fd90f433c8ce293135b -File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root e04749ca01b6adc68ce57515bc95ed53 -File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 671743f1da5571f692a49cb4412a8d8f -File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root d91d05087212e42c49b25ca058872630 -File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 6abce5c48f165b1f6193120e347b146e -File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 977215937d29d3603d4bc1242b599054 -File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root e4f329bed176d6698f83222a9663a077 -File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 3e867b8bb67eb4b7bf282b989936c235 -File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root b4daf945f15711a9870290a4cecd28b9 -File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 6244a2204267c5c8a12ab476cda49a68 -File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root ad02de3a2dfbf5ce855dc2c94808621b -File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 9dc0c385d316b0223369ea0a40e5e99c -File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root f1bc2cdd273ba351eff335fb7365123f -File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 6dffef7798b80ee3742c44c260a858b3 -File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root dec16416d60a6273c64d1526f28ac405 -File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 6a02f96a9398f26759d9daade38c3080 -File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root dd3ca1ac0c34b73d6990b4766fd92c45 -File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 8218a73a307ecfd56f77cb66146b5962 -File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 91139452bf7de8166465f8a34b6c6f1a -File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 3714715135d355db51d270260a88f949 -File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 4d5208538434bb5ba5137cac760058c4 -File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 09f35cbd24303729507ad0af1a9c50d1 -File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root aa0ac7abc8c0dffbff20850a8765ceee -File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 466ef8010c5f6e76cb9bb925ac0e84d9 -File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root d6157ff7062f40130df0763140b0f6b5 -File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root e2865294657e2f3af1da93c4337e4d4d -File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root f5cc0569af6e2b4aa821775f817f2ffc -File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 4ce348f66a1c0359ca7d45fcd74a8914 -File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 8f71694cb810db705c2f28bc42ef1a7c -File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root a065baffdc254ec1de6af822f5d4b597 -File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 2b5e7e8f4edf266e8486fef5052312e5 -File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 21c9e5d8900f085e8045e919c02d1bd1 -File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 59203fca203f061e64f0d1e9736dce03 -File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 478471edfbab66c47f0510b466b9f55f -File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root f2bb784cd14c660882fb794b45d3701e -File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 16eb9748464a52c981bc38d3f62f0236 -File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 1ddec97046c41e6145b24c773ad1b276 -File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 46d5a94ca0ebcbed2421092d627f9afc -File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 7143fa4766b03193604626cac9b053e5 +File: /usr/lib/debug/.build-id/ea/60925bf062fca2f792829b0b8245412b5615c8 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/ea/60925bf062fca2f792829b0b8245412b5615c8.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/f7 40755 root:root +File: /usr/lib/debug/.build-id/f7/02fb381a61a0d6e1731f8016e7efa451a0485e 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/f7/02fb381a61a0d6e1731f8016e7efa451a0485e.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/f9 40755 root:root +File: /usr/lib/debug/.build-id/f9/de7e5ae314fd9dcd26c0e9d1f472c93152930d 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/f9/de7e5ae314fd9dcd26c0e9d1f472c93152930d.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 4f9914a5abe852662e5f270eadf5542a +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 0f64c4d64309446545d1affe22352e88 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root bf4df2c515cc07291d1183f36647a984 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root cadb25c7c95068e034bfafc81af27481 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root ff3cc2a1c499caf95ef7fe8d3a7ca3b9 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root e2a5c10822be1ba6287bd2aa906fd5f2 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root bde59cf31f2477a450c2a8e2ea1e124c +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root a49755ec40d773501a2703a15fc1c7ae +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 74bbfd2a9e89346e1fd85bf9af8dca94 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 136a4a5a98a6d7a54fb1ff0e399a0ec8 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 4da016cfd1763f2df678159e662f4d9c +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 42ce52084db427d0af78dbda56bd5689 +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root ea4671d3d413c0e21df9452db82fa575 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 8eacbf02110f315b5169c7fe29045ff0 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root d0218e4e20d64ab9b4c286a78ade5786 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 08518c5628bd36d1435def0739fcd2c3 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 5acb410a975d3c8708476d081b10a98f +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root b02c89fd72bb62a9dbc6f6139a281ff1 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 10d0e414086fd7fa40fa40bd8057bccc +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 7a2e37f7b31c99e79484ddda71c044e4 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root f2af59fc5b52cf7f171ab556c51ffdce +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 52c35a0fdf8a693a15a37a7089771733 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root ae2075fe9b57157f6541d547d9c23495 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root b6c1d7c4fa2f590bf9572fbe0bb2297f +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 1369d44fd39c52d7db25a263f2d6599c +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 3728d6209b25e91c98e597aae061321a +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 1b47f4389ce9d78f0988cc3d523f03f0 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 5d624dcf9cda89f7fe07eaea83daa9de +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 8df2dd4ef1423af4ba7e26e85d46d9a1 +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 5dd902d69446ae73f839ac360289afbe +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root be15e07218d288f054325f335d0ea9a2 +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root a62c650425614c16de5100cbd1c13624 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 2922d7506d2b2974238dd18c558e7d1f +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 346c19b31d43ec1b1261647a80fdcc0f +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root b0fca3655828a4b93655c476249316eb +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 74ffe04d1d1df2983b95d832587f09ea +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root 04ea89c7c6440958d411da97cee17b7e +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 2d9c908806cebf2d8ac2a867fdd667f0 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root 68f025a9fb6466b1775b82335b3bdf96 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 0a4a052153d655ff37181de911c0ce53 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root db2463dea8f266961fa781940f36eb56 +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root f984de4498c87777483e7b6a50ce84ea +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 2ccbe98d798b3064c007a3029253d787 +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 3f24a4eed0ebffe205260811b4ad5f6a +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root c720fdbe1d24f571e4de263a1a746dc5 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root d041630940a292a1105371995a66e6bb +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 0a6c6e442b5db65c47072e5449b39d43 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 0f10a15ea70f1bd36d195ff59627eb35 +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root babda79783c6616dfcffb898369b150a +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root d9bd16b694695358877ddb89eefbb15e +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root e0ac0763a2f891679f1304d8661afef8 File: /usr/src/debug/wcstools-3.9.6 40755 root:root @@ -511,2 +513,2 @@ File: /usr/src/debug/wcstools-3.9.6/xy2sky.c 100644 root:root 30752bc131af7f4fe82015a731df72d8 -RPMIdentity: 732a618c6d6cad3c979851ee21539256ca0154e2353ec19639be488a8dacb60b50c6ed584be3fa8334d5f918095b2b60921a5a68888b567041758de1bf172bba +RPMIdentity: c84864b0be1ba20f2429169dd87780c2d4a2af43239e2c0258885b997b799e80d660d388ed42932d7e50b8f7e4c2511b6835231df8a78b0e8fc7e3788d445af0