<86>Jan 13 08:45:32 userdel[125338]: delete user 'rooter'
<86>Jan 13 08:45:32 userdel[125338]: removed group 'rooter' owned by 'rooter'
<86>Jan 13 08:45:32 userdel[125338]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 13 08:45:32 groupadd[125363]: group added to /etc/group: name=rooter, GID=1874
<86>Jan 13 08:45:32 groupadd[125363]: group added to /etc/gshadow: name=rooter
<86>Jan 13 08:45:32 groupadd[125363]: new group: name=rooter, GID=1874
<86>Jan 13 08:45:32 useradd[125387]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none
<86>Jan 13 08:45:32 userdel[125420]: delete user 'builder'
<86>Jan 13 08:45:32 userdel[125420]: removed group 'builder' owned by 'builder'
<86>Jan 13 08:45:32 userdel[125420]: removed shadow group 'builder' owned by 'builder'
<86>Jan 13 08:45:32 groupadd[125437]: group added to /etc/group: name=builder, GID=1875
<86>Jan 13 08:45:32 groupadd[125437]: group added to /etc/gshadow: name=builder
<86>Jan 13 08:45:32 groupadd[125437]: new group: name=builder, GID=1875
<86>Jan 13 08:45:32 useradd[125450]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/wcstools-3.9.7-alt1_1.nosrc.rpm (w1.gzdio)
Installing wcstools-3.9.7-alt1_1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77484
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf wcstools-3.9.7
+ echo 'Source #0 (wcstools-3.9.7.tar.gz):'
Source #0 (wcstools-3.9.7.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.7.tar.gz
+ /bin/tar -xf -
+ cd wcstools-3.9.7
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (wcstools-3.9.7-rename-shlib.patch):'
Patch #0 (wcstools-3.9.7-rename-shlib.patch):
+ /usr/bin/patch -p1
patching file libwcs/Makefile
patching file 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.77484
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wcstools-3.9.7
+ export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ make
make: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7'
make CC=gcc -C libwcs
make[1]: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7/libwcs'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imsetwcs.o imsetwcs.c
imsetwcs.c: In function 'CompRes':
imsetwcs.c:1059:17: warning: variable 'sep2' set but not used [-Wunused-but-set-variable]
 1059 |     double sep, sep2, rsep, rsep2, dsep, dsep2;
      |                 ^~~~
imsetwcs.c:1058:43: warning: unused variable 'mag0' [-Wunused-variable]
 1058 |     double gx, gy, dx, dy, dx2, dy2, dxy, mag0;
      |                                           ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imgetwcs.o imgetwcs.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o matchstar.o matchstar.c
matchstar.c: In function 'WCSMatch':
matchstar.c:962:9: warning: unused variable 'nsc' [-Wunused-variable]
  962 |     int nsc, j, nq[5];
      |         ^~~
matchstar.c: In function 'amoeba':
matchstar.c:1816:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1816 |         for (i=0,sum=0.0; i<ndim1; i++)
      |         ^~~
matchstar.c:1817:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1817 |             sum += p[i][j]; psum[j]=sum;
      |                             ^~~~
matchstar.c:1865:21: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1865 |                     for (i=0,sum=0.0; i<ndim1; i++)
      |                     ^~~
matchstar.c:1866:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1866 |                         sum += p[i][j]; psum[j]=sum;
      |                                         ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o findstar.o findstar.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o daoread.o daoread.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o wcscon.o wcscon.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o fitswcs.o fitswcs.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o wcsinit.o wcsinit.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o wcs.o wcs.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o ty2read.o ty2read.c
ty2read.c: In function 'ty2bin':
ty2read.c:663:37: warning: variable 'magv' set but not used [-Wunused-but-set-variable]
  663 |     double num, ra, dec, mag, magb, magv;
      |                                     ^~~~
ty2read.c:663:31: warning: variable 'magb' set but not used [-Wunused-but-set-variable]
  663 |     double num, ra, dec, mag, magb, magv;
      |                               ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o webread.o webread.c
webread.c: In function 'webopen':
webread.c:415:20: warning: variable 'lbuff0' set but not used [-Wunused-but-set-variable]
  415 |     int lbuff = 0, lbuff0 = 0;
      |                    ^~~~~~
webread.c: In function 'webbuff':
webread.c:621:11: warning: unused variable 'sokptr' [-Wunused-variable]
  621 |     char *sokptr;
      |           ^~~~~~
webread.c:620:11: warning: unused variable 'newserver' [-Wunused-variable]
  620 |     char *newserver;
      |           ^~~~~~~~~
webread.c:614:9: warning: unused variable 'lcom' [-Wunused-variable]
  614 |     int lcom;
      |         ^~~~
webread.c:679:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  679 |     (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:730:16: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  730 |         (void) fscanf(sok, "%*s %d %*s\r\n", &status);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:775:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  775 |             (void) fgets (linebuff, LINE, sok);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
webread.c:815:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  815 |             (void) fread (buff, 1, lchunk, sok);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -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;
      |         ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -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 */
      |            ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o gsc2read.o gsc2read.c
gsc2read.c: In function 'gsc2read':
gsc2read.c:86:17: warning: unused variable 'sd' [-Wunused-variable]
   86 |     char sr[4], sd[4];
      |                 ^~
gsc2read.c:86:10: warning: unused variable 'sr' [-Wunused-variable]
   86 |     char sr[4], sd[4];
      |          ^~
gsc2read.c:85:17: warning: unused variable 'ds' [-Wunused-variable]
   85 |     double ras, ds;
      |                 ^~
gsc2read.c:85:12: warning: unused variable 'ras' [-Wunused-variable]
   85 |     double ras, ds;
      |            ^~~
gsc2read.c:84:23: warning: unused variable 'dm' [-Wunused-variable]
   84 |     int rah, ram, dd, dm;
      |                       ^~
gsc2read.c:84:19: warning: unused variable 'dd' [-Wunused-variable]
   84 |     int rah, ram, dd, dm;
      |                   ^~
gsc2read.c:84:14: warning: unused variable 'ram' [-Wunused-variable]
   84 |     int rah, ram, dd, dm;
      |              ^~~
gsc2read.c:84:9: warning: unused variable 'rah' [-Wunused-variable]
   84 |     int rah, ram, dd, dm;
      |         ^~~
gsc2read.c: In function 'gsc2c2t':
gsc2read.c:243:21: warning: unused variable 'colsep' [-Wunused-variable]
  243 |     char *colhead, *colsep;
      |                     ^~~~~~
gsc2read.c:243:11: warning: unused variable 'colhead' [-Wunused-variable]
  243 |     char *colhead, *colsep;
      |           ^~~~~~~
gsc2read.c: In function 'gsc2t2t':
gsc2read.c:316:10: warning: unused variable 'colon' [-Wunused-variable]
  316 |     char colon = ':';
      |          ^~~~~
gsc2read.c: At top level:
gsc2read.c:184:1: warning: 'parsex' defined but not used [-Wunused-function]
  184 | parsex (str, ss, d, m, s)
      | ^~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o ujcread.o ujcread.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o uacread.o uacread.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o ubcread.o ubcread.c
ubcread.c: In function 'ubcbin':
ubcread.c:811:32: warning: variable 'pmni' set but not used [-Wunused-but-set-variable]
  811 |     int istar, istar1, istar2, pmni, nid;
      |                                ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o ucacread.o ucacread.c
ucacread.c: In function 'ucacread':
ucacread.c:221:23: warning: variable 'nread' set but not used [-Wunused-but-set-variable]
  221 |     int jtable,iwrap, nread;
      |                       ^~~~~
ucacread.c: In function 'ucacrnum':
ucacread.c:724:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable]
  724 |     int verbose;
      |         ^~~~~~~
ucacread.c: In function 'ucacbin':
ucacread.c:932:21: warning: variable 'nread' set but not used [-Wunused-but-set-variable]
  932 |   int jtable,iwrap, nread;
      |                     ^~~~~
ucacread.c: In function 'ucacsra':
ucacread.c:1243:52: warning: unused variable 'sdiff' [-Wunused-variable]
 1243 |   double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff;
      |                                                    ^~~~~
ucacread.c:1243:44: warning: unused variable 'rdiff2' [-Wunused-variable]
 1243 |   double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff;
      |                                            ^~~~~~
ucacread.c:1243:36: warning: unused variable 'rdiff1' [-Wunused-variable]
 1243 |   double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff;
      |                                    ^~~~~~
ucacread.c:1243:29: warning: unused variable 'rdiff' [-Wunused-variable]
 1243 |   double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff;
      |                             ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o sdssread.o sdssread.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o tabread.o tabread.c
tabread.c: In function 'tabbin':
tabread.c:793:9: warning: variable 'peak' set but not used [-Wunused-but-set-variable]
  793 |     int peak;
      |         ^~~~
tabread.c: In function 'tabopen':
tabread.c:1952:10: warning: variable 'tabcstr' set but not used [-Wunused-but-set-variable]
 1952 |     char tabcstr[4];
      |          ^~~~~~~
tabread.c:2182:16: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 2182 |         (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tabread.c: In function 'gettabline':
tabread.c:2264:24: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 2264 |                 (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tabread.c: 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 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o binread.o binread.c
binread.c: In function 'binbin':
binread.c:702:9: warning: variable 'mrv' set but not used [-Wunused-but-set-variable]
  702 |     int mrv;
      |         ^~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o ctgread.o ctgread.c
ctgread.c: In function 'ctgrdate':
ctgread.c:811:9: warning: variable 'starfound' set but not used [-Wunused-but-set-variable]
  811 |     int starfound;
      |         ^~~~~~~~~
ctgread.c: In function 'ctgopen':
ctgread.c:1249:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable]
 1249 |     int ntok;
      |         ^~~~
ctgread.c: In function 'isacat':
ctgread.c:1953:11: warning: variable 'errc' set but not used [-Wunused-but-set-variable]
 1953 |     char *errc;
      |           ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o actread.o actread.c
actread.c: In function 'actbin':
actread.c:576:11: warning: variable 'str' set but not used [-Wunused-but-set-variable]
  576 |     char *str;
      |           ^~~
actread.c:573:50: warning: variable 'magv' set but not used [-Wunused-but-set-variable]
  573 |     double num, ra, dec, rapm, decpm, mag, magb, magv;
      |                                                  ^~~~
actread.c:573:44: warning: variable 'magb' set but not used [-Wunused-but-set-variable]
  573 |     double num, ra, dec, rapm, decpm, mag, magb, magv;
      |                                            ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o catutil.o catutil.c
catutil.c: In function 'tmcid':
catutil.c:2546:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable]
 2546 |     char csign;
      |          ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o skybotread.o skybotread.c
skybotread.c: In function 'skybotread':
skybotread.c:133:12: warning: unused variable 'dtemp' [-Wunused-variable]
  133 |     double dtemp, jdout;
      |            ^~~~~
skybotread.c:128:10: warning: unused variable 'cmag' [-Wunused-variable]
  128 |     char cmag;
      |          ^~~~
skybotread.c: In function 'skybot2tab':
skybotread.c:315:10: warning: unused variable 'ccom' [-Wunused-variable]
  315 |     char ccom = ',';
      |          ^~~~
skybotread.c:313:11: warning: unused variable 'buff' [-Wunused-variable]
  313 |     char *buff;
      |           ^~~~
skybotread.c:309:16: warning: unused variable 'ldata' [-Wunused-variable]
  309 |     int lhead, ldata;
      |                ^~~~~
skybotread.c:305:11: warning: unused variable 'head' [-Wunused-variable]
  305 |     char *head;
      |           ^~~~
skybotread.c:304:11: warning: unused variable 'chead' [-Wunused-variable]
  304 |     char *chead;
      |           ^~~~~
skybotread.c:302:11: warning: unused variable 'endhead' [-Wunused-variable]
  302 |     char *endhead;
      |           ^~~~~~~
skybotread.c:298:11: warning: unused variable 'databuff' [-Wunused-variable]
  298 |     char *databuff;
      |           ^~~~~~~~
skybotread.c:293:11: warning: unused variable 'heading' [-Wunused-variable]
  293 |     char *heading;
      |           ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imrotate.o imrotate.c
imrotate.c: In function 'RotWCSFITS':
imrotate.c:374:22: warning: unused variable 'ctype2' [-Wunused-variable]
  374 |     char ctype1[16], ctype2[16];
      |                      ^~~~~~
imrotate.c:374:10: warning: unused variable 'ctype1' [-Wunused-variable]
  374 |     char ctype1[16], ctype2[16];
      |          ^~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o fitsfile.o fitsfile.c
fitsfile.c: In function 'fitsrhead':
fitsfile.c:293:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
  293 |             fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead);
      |                                         ~^                    ~~~~~~
      |                                          |                    |
      |                                          int                  off_t {aka long int}
      |                                         %ld
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imhfile.o imhfile.c
imhfile.c: In function 'iraf2fits':
imhfile.c:606:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  606 |     else
      |     ^~~~
imhfile.c:608:9: 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);
      |            ^~~~~~~~~~~~~~~~~~~~~~
imhfile.c: In function 'iraf2fits':
imhfile.c:507:11: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
  507 |     (void)strncpy (endline,"END", 3);
      |           ^
imhfile.c:861:5: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
  861 |     strncpy (endline,"   ",3);
      |     ^
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o hget.o hget.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o hput.o hput.c
hput.c: In function 'hputcom':
hput.c:696:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  696 |             else
      |             ^~~~
hput.c:698:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  698 |                 q2 = NULL;
      |                 ^~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imio.o imio.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o dateutil.o dateutil.c
dateutil.c: In function 'fd2mfd':
dateutil.c:2124:27: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 2124 |         sprintf (tstring, "");
      |                           ^~
dateutil.c:2130:27: warning: zero-length gnu_printf format string [-Wformat-zero-length]
 2130 |         sprintf (dstring, "");
      |                           ^~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o imutil.o imutil.c
imutil.c: In function 'SetBadFITS':
imutil.c:227:25: warning: value computed is not used [-Wunused-value]
  227 |                         *b1++;
      |                         ^~~~~
imutil.c:246:25: warning: value computed is not used [-Wunused-value]
  246 |                         *b1++;
      |                         ^~~~~
imutil.c:273:25: warning: value computed is not used [-Wunused-value]
  273 |                         *b1++;
      |                         ^~~~~
imutil.c:292:25: warning: value computed is not used [-Wunused-value]
  292 |                         *b1++;
      |                         ^~~~~
imutil.c:320:25: warning: value computed is not used [-Wunused-value]
  320 |                         *b1++;
      |                         ^~~~~
imutil.c:339:25: warning: value computed is not used [-Wunused-value]
  339 |                         *b1++;
      |                         ^~~~~
imutil.c:365:25: warning: value computed is not used [-Wunused-value]
  365 |                         *b1++;
      |                         ^~~~~
imutil.c:384:25: warning: value computed is not used [-Wunused-value]
  384 |                         *b1++;
      |                         ^~~~~
imutil.c: In function 'SetBadVal':
imutil.c:460:21: warning: value computed is not used [-Wunused-value]
  460 |                     *b1++;
      |                     ^~~~~
imutil.c:465:21: warning: value computed is not used [-Wunused-value]
  465 |                     *b1++;
      |                     ^~~~~
imutil.c:492:21: warning: value computed is not used [-Wunused-value]
  492 |                     *b1++;
      |                     ^~~~~
imutil.c:497:21: warning: value computed is not used [-Wunused-value]
  497 |                     *b1++;
      |                     ^~~~~
imutil.c:524:21: warning: value computed is not used [-Wunused-value]
  524 |                     *b1++;
      |                     ^~~~~
imutil.c:529:21: warning: value computed is not used [-Wunused-value]
  529 |                     *b1++;
      |                     ^~~~~
imutil.c:556:21: warning: value computed is not used [-Wunused-value]
  556 |                     *b1++;
      |                     ^~~~~
imutil.c:561:21: warning: value computed is not used [-Wunused-value]
  561 |                     *b1++;
      |                     ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o worldpos.o worldpos.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o tnxpos.o tnxpos.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o zpxpos.o zpxpos.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o dsspos.o dsspos.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o platepos.o platepos.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o sortstar.o sortstar.c
sortstar.c: In function 'StarMerge':
sortstar.c:954:35: warning: variable 'nums' set but not used [-Wunused-but-set-variable]
  954 |     int i, is, js, nthis, im, no, nums[MAXMERGE];
      |                                   ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o platefit.o platefit.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o iget.o iget.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o fileutil.o fileutil.c
fileutil.c:30:1: warning: "/*" within comment [-Wcomment]
   30 | /** Read, parse, and find out things about ASCII files
      |  
fileutil.c: In function 'getmaxlength':
fileutil.c:183:9: warning: unused variable 'nlines' [-Wunused-variable]
  183 |     int nlines = 0;
      |         ^~~~~~
fileutil.c: In function 'agetl':
fileutil.c:1286:9: warning: unused variable 'ieos' [-Wunused-variable]
 1286 |     int ieos = 0;
      |         ^~~~
fileutil.c:1281:23: warning: variable 'lstring' set but not used [-Wunused-but-set-variable]
 1281 |     int ichar, jline, lstring;
      |                       ^~~~~~~
fileutil.c:1281:9: warning: unused variable 'ichar' [-Wunused-variable]
 1281 |     int ichar, jline, lstring;
      |         ^~~~~
fileutil.c: In function 'agetw':
fileutil.c:1412:11: warning: unused variable 'value' [-Wunused-variable]
 1412 |     char *value;
      |           ^~~~~
fileutil.c: In function 'agets':
fileutil.c:1446:24: warning: unused variable 'fkey' [-Wunused-variable]
 1446 |     int ipar, i, lkey, fkey;
      |                        ^~~~
fileutil.c:1446:15: warning: unused variable 'i' [-Wunused-variable]
 1446 |     int ipar, i, lkey, fkey;
      |               ^
fileutil.c:1444:57: warning: unused variable 'iquot' [-Wunused-variable]
 1444 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                                                         ^~~~~
fileutil.c:1444:21: warning: unused variable 'rval' [-Wunused-variable]
 1444 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                     ^~~~
fileutil.c:1444:11: warning: unused variable 'lastval' [-Wunused-variable]
 1444 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |           ^~~~~~~
fileutil.c:1443:27: warning: variable 'dquot' set but not used [-Wunused-but-set-variable]
 1443 |     char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2];
      |                           ^~~~~
fileutil.c:1443:17: warning: variable 'squot' set but not used [-Wunused-but-set-variable]
 1443 |     char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2];
      |                 ^~~~~
fileutil.c:1443:10: warning: variable 'cquot' set but not used [-Wunused-but-set-variable]
 1443 |     char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2];
      |          ^~~~~
fileutil.c: In function 'aputnr8':
fileutil.c:1645:12: warning: unused variable 'lval' [-Wunused-variable]
 1645 |     int i, lval;
      |            ^~~~
fileutil.c:1645:9: warning: unused variable 'i' [-Wunused-variable]
 1645 |     int i, lval;
      |         ^
fileutil.c: In function 'aputs':
fileutil.c:1829:1: warning: "/*" within comment [-Wcomment]
 1829 | /* Fix input string */
      |  
fileutil.c:1684:15: warning: variable 'ltok' set but not used [-Wunused-but-set-variable]
 1684 |     int ntok, ltok;
      |               ^~~~
fileutil.c:1684:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable]
 1684 |     int ntok, ltok;
      |         ^~~~
fileutil.c:1683:9: warning: variable 'lstr' set but not used [-Wunused-but-set-variable]
 1683 |     int lstr, lstring, lval, lnew, islash, ispace;
      |         ^~~~
fileutil.c:1682:9: warning: unused variable 'i' [-Wunused-variable]
 1682 |     int i, lkey;
      |         ^
fileutil.c:1680:65: warning: unused variable 'ival' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                                                                 ^~~~
fileutil.c:1680:57: warning: unused variable 'iquot' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                                                         ^~~~~
fileutil.c:1680:37: warning: unused variable 'brack2' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                                     ^~~~~~
fileutil.c:1680:28: warning: unused variable 'brack1' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                            ^~~~~~
fileutil.c:1680:21: warning: unused variable 'rval' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |                     ^~~~
fileutil.c:1680:11: warning: unused variable 'lastval' [-Wunused-variable]
 1680 |     char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival;
      |           ^~~~~~~
fileutil.c:1679:35: warning: variable 'dquot' set but not used [-Wunused-but-set-variable]
 1679 |     char cquot, slf[2], squot[2], dquot[2];
      |                                   ^~~~~
fileutil.c: In function 'next_line':
fileutil.c:496:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  496 |             (void) fgets (line, ncmax, diskfile);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fileutil.c: In function 'first_token':
fileutil.c:532:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  532 |             (void) fgets (token, ncmax, diskfile);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o wcslib.o wcslib.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o lin.o lin.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o cel.o cel.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o proj.o proj.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o sph.o sph.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o wcstrig.o wcstrig.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o distort.o distort.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -c -o poly.o poly.c
gcc  -shared -o libwcstools.so.1.0.0 -Wl,-soname,libwcstools.so.1 imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm
In function 'strncat',
    inlined from 'same_path' at imhfile.c:1078:8:
/usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=]
  138 |   return __builtin___strncat_chk (__dest, __src, __len,
      |          ^
fileutil.c: In function 'aputs':
fileutil.c:1696:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 1696 |     slf[2] = ceos;
      |            ^
fileutil.c:1679:17: note: at offset 2 into destination object 'slf' of size 2
 1679 |     char cquot, slf[2], squot[2], dquot[2];
      |                 ^
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.7/libwcs'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/cphead cphead.c -L libwcs -lwcstools -lm
cphead.c: In function 'main':
cphead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
   68 |     int nbytes;
      |         ^~~~~~
cphead.c: In function 'CopyValues':
cphead.c:375:16: warning: variable 'ipos' set but not used [-Wunused-but-set-variable]
  375 |     int naxis, ipos, nbhead, nbr, nbw;
      |                ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/delhead delhead.c -L libwcs -lwcstools -lm
delhead.c: In function 'main':
delhead.c:72:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
   72 |     int nbytes;
      |         ^~~~~~
delhead.c: In function 'DelKeywords':
delhead.c:471:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  471 |     if (nblnew == nblold && !newimage)
      |     ^~
delhead.c:474:9: 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 'main':
delhead.c:196:39: warning: pointer 'kwd_108' may be used after 'realloc' [-Wuse-after-free]
  196 |                     kwdnew[ikwd] = kwd[ikwd];
      |                                       ^
delhead.c:194:36: note: call to 'realloc' here
  194 |                 kwdnew = (char **) realloc ((void *)kwd, maxnkwd);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
delhead.c:197:17: warning: pointer 'kwd_108' used after 'realloc' [-Wuse-after-free]
  197 |                 free (kwd);
      |                 ^~~~~~~~~~
delhead.c:194:36: note: call to 'realloc' here
  194 |                 kwdnew = (char **) realloc ((void *)kwd, maxnkwd);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/edhead edhead.c -L libwcs -lwcstools -lm
edhead.c: In function 'EditHead':
edhead.c:133:14: warning: variable 'ipos' set but not used [-Wunused-but-set-variable]
  133 |     int fdr, ipos, nbr, nbw;
      |              ^~~~
edhead.c:304:9: warning: pointer 'header_76' may be used after 'free' [-Wuse-after-free]
  304 |         free (header);
      |         ^~~~~~~~~~~~~
edhead.c:217:9: note: call to 'free' here
  217 |         free (header);
      |         ^~~~~~~~~~~~~
edhead.c:253:13: warning: pointer 'header_76' may be used after 'free' [-Wuse-after-free]
  253 |             free (header);
      |             ^~~~~~~~~~~~~
edhead.c:217:9: note: call to 'free' here
  217 |         free (header);
      |         ^~~~~~~~~~~~~
edhead.c:240:9: warning: pointer 'header_76' may be used after 'free' [-Wuse-after-free]
  240 |         free (header);
      |         ^~~~~~~~~~~~~
edhead.c:217:9: note: call to 'free' here
  217 |         free (header);
      |         ^~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm
fixpix.c: In function 'FixPix':
fixpix.c:216:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable]
  216 |     char newline[1];
      |          ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/gethead gethead.c -L libwcs -lwcstools -lm
gethead.c: In function 'main':
gethead.c:115:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
  115 |     int nbytes;
      |         ^~~~~~
gethead.c:95:10: warning: unused variable 'wcond' [-Wunused-variable]
   95 |     char wcond, **newccond;
      |          ^~~~~
gethead.c: In function 'PrintValues':
gethead.c:1143:40: warning: too many arguments for format [-Wformat-extra-args]
 1143 |                         sprintf (temp, "%c_", keyword[0], str);
      |                                        ^~~~~
gethead.c:1145:40: warning: too many arguments for format [-Wformat-extra-args]
 1145 |                         sprintf (temp, "%c___", keyword[0], str);
      |                                        ^~~~~~~
gethead.c:1300:32: warning: too many arguments for format [-Wformat-extra-args]
 1300 |                 sprintf (temp, "%c_", keyword[0], str);
      |                                ^~~~~
gethead.c:1302:32: warning: too many arguments for format [-Wformat-extra-args]
 1302 |                 sprintf (temp, "%c___", keyword[0], str);
      |                                ^~~~~~~
gethead.c:803:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable]
  803 |     int ikwd, nfound, notfound, nch, iepoch;
      |                       ^~~~~~~~
gethead.c: 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 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/i2f i2f.c -L libwcs -lwcstools -lm
i2f.c: In function 'IRAFtoFITS':
i2f.c:229:17: warning: pointer 'irafheader_63' may be used after 'free' [-Wuse-after-free]
  229 |                 free (irafheader);
      |                 ^~~~~~~~~~~~~~~~~
i2f.c:221:13: note: call to 'free' here
  221 |             free (irafheader);
      |             ^~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imcat imcat.c -L libwcs -lwcstools -lm
imcat.c: In function 'main':
imcat.c:591:20: warning: the comparison will always evaluate as 'false' for the address of 'refcatname' will never be NULL [-Waddress]
  591 |     if (refcatname == NULL) {
      |                    ^~
imcat.c:128:11: note: 'refcatname' declared here
  128 |     char *refcatname[5];        /* reference catalog name */
      |           ^~~~~~~~~~
imcat.c: In function 'ListCat':
imcat.c:1285:25: warning: unused variable 'iy' [-Wunused-variable]
 1285 |         int radius, ix, iy;
      |                         ^~
imcat.c:1285:21: 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;
      |            ^~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imhead imhead.c -L libwcs -lwcstools -lm
imhead.c: In function 'PrintHead':
imhead.c:167:12: warning: variable 'nw' set but not used [-Wunused-but-set-variable]
  167 |     int i, nw, nbytes, lhead, nblk;
      |            ^~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/immatch immatch.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imrot imrot.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imsize imsize.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imstar imstar.c -L libwcs -lwcstools -lm
imstar.c: In function 'ListStars':
imstar.c:666:25: warning: unused variable 'iy' [-Wunused-variable]
  666 |         int radius, ix, iy;
      |                         ^~
imstar.c:666:21: warning: unused variable 'ix' [-Wunused-variable]
  666 |         int radius, ix, iy;
      |                     ^~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/scat scat.c -L libwcs -lwcstools -lm
scat.c: In function 'ListCat':
scat.c:3251:33: warning: the comparison will always evaluate as 'true' for the address of 'starcat' will never be NULL [-Waddress]
 3251 |                     if (starcat != NULL &&
      |                                 ^~
scat.c:112:24: note: 'starcat' declared here
  112 | static struct StarCat *starcat[5]; /* Star catalog data structure */
      |                        ^~~~~~~
scat.c:1147:10: warning: variable 'string' set but not used [-Wunused-but-set-variable]
 1147 |     char string[TABMAX];
      |          ^~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/sethead sethead.c -L libwcs -lwcstools -lm
sethead.c: In function 'main':
sethead.c:315:45: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  315 |                                     if (kw1 == (char) 0)
      |                                             ^~
sethead.c:315:41: note: did you mean to dereference the pointer?
  315 |                                     if (kw1 == (char) 0)
      |                                         ^
sethead.c:85:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
   85 |     int nbytes;
      |         ^~~~~~
sethead.c: In function 'SetValues':
sethead.c:725:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  725 |             strncpy (cval, "RA--", 4);
      |             ^
sethead.c:728:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  728 |             strncpy (cval, "DEC-", 4);
      |             ^
sethead.c:750:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  750 |             strncpy (cval, "GLON", 4);
      |             ^
sethead.c:753:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  753 |             strncpy (cval, "GLAT", 4);
      |             ^
sethead.c:775:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  775 |             strncpy (cval, "ELON", 4);
      |             ^
sethead.c:778:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
  778 |             strncpy (cval, "ELAT", 4);
      |             ^
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/addpix addpix.c -L libwcs -lwcstools -lm
addpix.c: In function 'AddPix':
addpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable]
  138 |     char newline[1];
      |          ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/getpix getpix.c -L libwcs -lwcstools -lm
getpix.c: In function 'main':
getpix.c:388:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  388 |         else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) {
      |                  ~~~~~~~~^~~~~~~~
getpix.c:388:66: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  388 |         else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) {
      |                                                          ~~~~~~~~^~~~~~~~~~
getpix.c:100:18: warning: unused variable 'fcomma' [-Wunused-variable]
  100 |     char *fext, *fcomma;
      |                  ^~~~~~
getpix.c:100:11: warning: unused variable 'fext' [-Wunused-variable]
  100 |     char *fext, *fcomma;
      |           ^~~~
getpix.c: In function 'PrintPix':
getpix.c:645:11: warning: unused variable 'c' [-Wunused-variable]
  645 |     char *c;
      |           ^
getpix.c:667:17: warning: pointer 'irafheader_520' may be used after 'free' [-Wuse-after-free]
  667 |                 free (irafheader);
      |                 ^~~~~~~~~~~~~~~~~
getpix.c:659:13: note: call to 'free' here
  659 |             free (irafheader);
      |             ^~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/setpix setpix.c -L libwcs -lwcstools -lm
setpix.c: In function 'SetPix':
setpix.c:271:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable]
  271 |     char newline[1];
      |          ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm
sky2xy.c: In function 'main':
sky2xy.c:74:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable]
   74 |     int modwcs = 0;             /* 1 if image WCS modified on command line */
      |         ^~~~~~
sky2xy.c:68:9: warning: variable 'syscoor' set but not used [-Wunused-but-set-variable]
   68 |     int syscoor = 0;
      |         ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm
keyhead.c: In function 'main':
keyhead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable]
   68 |     int nbytes;
      |         ^~~~~~
keyhead.c: In function 'ChangeKeyNames':
keyhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable]
  285 |     int fdr, fdw, ipos, nbr, nbw, nchange;
      |                   ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/subpix subpix.c -L libwcs -lwcstools -lm
subpix.c: In function 'SubPix':
subpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable]
  138 |     char newline[1];
      |          ^~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm
xy2sky.c: In function 'main':
xy2sky.c:92:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable]
   92 |     int modwcs = 0;
      |         ^~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/conpix conpix.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/gettab gettab.c -L libwcs -lwcstools -lm
gettab.c: In function 'PrintValues':
gettab.c:580:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable]
  580 |     int ntok;
      |         ^~~~
gettab.c:564:9: warning: variable 'drop' set but not used [-Wunused-but-set-variable]
  564 |     int drop;
      |         ^~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/newfits newfits.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/getfits getfits.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imstack imstack.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imextract imextract.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm
sumpix.c: In function 'SumPix':
sumpix.c:304:17: warning: pointer 'irafheader_337' may be used after 'free' [-Wuse-after-free]
  304 |                 free (irafheader);
      |                 ^~~~~~~~~~~~~~~~~
sumpix.c:296:13: note: call to 'free' here
  296 |             free (irafheader);
      |             ^~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/remap remap.c -L libwcs -lwcstools -lm
remap.c: In function 'RemapImage':
remap.c:422:27: warning: variable 'secpixin2' set but not used [-Wunused-but-set-variable]
  422 |     double dx, secpixin1, secpixin2, secpix1, dpix, dnpix;
      |                           ^~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/getcol getcol.c -L libwcs -lwcstools -lm
getcol.c: In function 'main':
getcol.c:112:9: warning: variable 'match' set but not used [-Wunused-but-set-variable]
  112 |     int match, newbytes;
      |         ^~~~~
getcol.c: In function 'ListFile':
getcol.c:1029:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1029 |             else
      |             ^~~~
getcol.c:1031:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 1031 |                 iapp = 0;
      |                 ^~~~
getcol.c:1223:25: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1223 |                         for (j = nchar; j < ltok; j++);
      |                         ^~~
getcol.c:1224:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1224 |                             token[j] = (char) 0;
      |                             ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/getdate getdate.c -L libwcs -lwcstools -lm
getdate.c: In function 'main':
getdate.c:108:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable]
  108 |     int lline;
      |         ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imfill imfill.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/imresize imresize.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/fileroot fileroot.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/filename filename.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/filext filext.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/char2sp char2sp.c libwcs/libwcstools.so
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/sp2char sp2char.c libwcs/libwcstools.so
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/crlf crlf.c
crlf.c: In function 'CRFix':
crlf.c:102:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  102 |             (void) write (1, buffer, nbr);
      |                    ^~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/htmlsp htmlsp.c
htmlsp.c: In function 'HTMLFix':
htmlsp.c:100:20: warning: unused variable 'i' [-Wunused-variable]
  100 |     int nbr, nnbr, i;
      |                    ^
htmlsp.c:110:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  110 |             (void) write (1, buffer, nnbr);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
htmlsp.c: At top level:
htmlsp.c:34:14: warning: 'RevMsg' defined but not used [-Wunused-variable]
   34 | static char *RevMsg = "HTMLSP WCSTools 3.9.7, 11 August 2022, Jessica Mink (jmink@cfa.harvard.edu)";
      |              ^~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/isnum isnum.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/isrange isrange.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/isfits isfits.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/isfile isfile.c -L libwcs -lwcstools -lm
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/simpos simpos.c -L libwcs -lwcstools -lm
simpos.c: In function 'main':
simpos.c:86:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   86 |             while (c = *++str) {
      |                    ^
simpos.c:186:13: 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 -flto=auto -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -o bin/bincat bincat.c -L libwcs -lwcstools -lm
make: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.7'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.42818
+ 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.7
+ mkdir -p /usr/src/tmp/wcstools-buildroot/usr/lib
+ mkdir -p /usr/src/tmp/wcstools-buildroot/usr/bin
+ mkdir -p /usr/src/tmp/wcstools-buildroot/usr/include/libwcs
+ mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/man/man1
+ install -p -m 0755 bin/addpix bin/bincat bin/char2sp bin/conpix bin/cphead bin/crlf bin/delhead bin/delwcs bin/edhead bin/filename bin/fileroot bin/filext bin/fixpix bin/getcol bin/getdate bin/getfits bin/gethead bin/getpix bin/gettab bin/htmlsp bin/i2f bin/imcat bin/imextract bin/imfill bin/imhead bin/immatch bin/imresize bin/imrot bin/imsize bin/imsmooth bin/imstack bin/imstar bin/imwcs bin/isfile bin/isfits bin/isnum bin/isrange bin/keyhead bin/newfits bin/remap bin/scat bin/sethead bin/setpix bin/simpos bin/sky2xy bin/skycoor bin/sp2char bin/subpix bin/sumpix bin/wcshead bin/xy2sky /usr/src/tmp/wcstools-buildroot/usr/bin
+ mv /usr/src/tmp/wcstools-buildroot/usr/bin/remap /usr/src/tmp/wcstools-buildroot/usr/bin/wcsremap
+ cp -a libwcs/libwcstools.so libwcs/libwcstools.so.1 libwcs/libwcstools.so.1.0.0 /usr/src/tmp/wcstools-buildroot/usr/lib
+ install -p -m 0644 libwcs/fitsfile.h libwcs/fitshead.h libwcs/fitswcs.h libwcs/imio.h libwcs/lwcs.h libwcs/wcs.h libwcs/wcscat.h libwcs/wcslib.h /usr/src/tmp/wcstools-buildroot/usr/include/libwcs
+ install -p -m 0644 man/man1/delhead.1 man/man1/delwcs.1 man/man1/edhead.1 man/man1/getcol.1 man/man1/gethead.1 man/man1/getpix.1 man/man1/i2f.1 man/man1/imcat.1 man/man1/imgsc.1 man/man1/imhead.1 man/man1/imrot.1 man/man1/imsize.1 man/man1/imstar.1 man/man1/imua2.1 man/man1/imusa2.1 man/man1/imwcs.1 man/man1/isnum.1 man/man1/keyhead.1 man/man1/scat.1 man/man1/sethead.1 man/man1/setpix.1 man/man1/sgsc.1 man/man1/simpos.1 man/man1/sky2xy.1 man/man1/skycoor.1 man/man1/sua2.1 man/man1/susa2.1 man/man1/wcshead.1 man/man1/wcstools.1 man/man1/xy2sky.1 /usr/src/tmp/wcstools-buildroot/usr/share/man/man1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/wcstools-buildroot (auto)
mode of './usr/lib/libwcstools.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/wcstools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/wcstools-buildroot/ (default)
Compressing files in /usr/src/tmp/wcstools-buildroot (auto)
Adjusting library links in /usr/src/tmp/wcstools-buildroot
./usr/lib: (from <cmdline>:0)
	libwcstools.so.1 -> libwcstools.so.1.0.0
Verifying ELF objects in /usr/src/tmp/wcstools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/wcsremap: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/xy2sky: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/wcshead: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/sumpix: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/skycoor: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/sky2xy: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/simpos: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/setpix: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/sethead: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/scat: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/newfits: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/keyhead: uses non-LFS functions: fopen lseek
verify-elf: WARNING: ./usr/bin/imwcs: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imstar: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imstack: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imsmooth: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imsize: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imrot: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imresize: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/immatch: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imfill: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imextract: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/imcat: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/i2f: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/htmlsp: uses non-LFS functions: open
verify-elf: WARNING: ./usr/bin/gettab: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/getpix: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/gethead: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/getfits: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/getdate: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/getcol: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/fixpix: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/edhead: uses non-LFS functions: fopen lseek mkstemp
verify-elf: WARNING: ./usr/bin/delhead: uses non-LFS functions: fopen lseek
verify-elf: WARNING: ./usr/bin/crlf: uses non-LFS functions: open
verify-elf: WARNING: ./usr/bin/cphead: uses non-LFS functions: fopen lseek
verify-elf: WARNING: ./usr/bin/conpix: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/bincat: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/lib/libwcstools.so.1.0.0: uses non-LFS functions: fopen ftruncate lseek open stat
Processing files: wcstools-3.9.7-alt1_1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90853
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wcstools-3.9.7
+ DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ export DOCDIR
+ rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ cp -prL --no-dereference COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ cp -prL NEWS Readme Programs /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i1HYLr
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.1q1b8V
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), libwcstools.so.1 >= set:neuvgDAK6BSmnCN4QsVy6c8b2Hf7Jd0TZH8Z1IZajrz0AH3jXS04jddGZ1JM2pDugFcm6tZ6655b3FUetqb4OOm6x3842UCMtE8A1eHodKZEsqIboz3vmiaCJOqXOaszLw9iEZx35MqMjrDnh9TIWz91SIgKiN6Nj2khNGr8QElxfEbaWTDsAdIlTyege1SSmXm6N8EJbDmV8XwKvgBPdYy8oPYwQ1xBRe1kDFO8iTlKKPcxgB2yRZ1g2KDYK13oMk55FuZxZwmh4pMGDLBSyymAjgGNjh25I4SmdvWVxZ6MRsG9a6X4XIAAUoZs4eoXpM7x5Z7OhzTvlxnP7ZLt1kZIeZL5AjzNCuF1RpmZk7h2ZgTqYJhzKOFtXp7EuYJqj4XhcyKX6C8iDYkFer8VaMbntCgXg5sT9ykgyhWUakYDyFAQC2bu8FqmhnxnujMsnDNVAXNNfJeRgDaBxZjx96mY3SgZsZjv9DLwSulaecZ3XfmgZnxzokOUuVoOLWaJVPsgkYdlmTDrb4xjiFK4eBV5Csi5ZBNWZdRptW4XF99PtVESFRMFelMpp0M9jnUePja6TVfSPy5wN71hTxNSn8w8cUcDhfogsNpWpQH2GvuesAMcZfUq7rFT8RBbNECt2LkrvB4YAgbjRGMSCgoPdE52F1zcy7SsKJWZIiBA96OKRMqW29AgRfiPSYhpwwPSFu4302gpHgZqrA2wOKIE5SNx8r3nYOCHnmA8NsZAS5QjanKAB1Wf0mziouWcvkZaaMXy64TppXt3yJXqVxwdhUU2, 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.cq5wqc
Creating wcstools-debuginfo package
Processing files: libwcstools1-3.9.7-alt1_1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94265
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wcstools-3.9.7
+ DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ export DOCDIR
+ rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ cp -prL --no-dereference libwcs/COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sDfxFn
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/wcstools-buildroot/usr/lib/libwcstools.so.1: 905 symbols, 20 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NpPlfZ
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libwcstools.so.1 = set:ndYZuAgX5bmWqYaPivqDwFVYt6DU35Oo5Z9y5Lgx8aA532zoEJGhEuLkc6EkFS9C6kswq0KZH8lwSgLWMUaVfcysdreirh0sB73ZkDNX9ksCl6JXGQS8gZH4D9Rdrahctm62BEbHrSkJRflIEiLuWZcLRxpNdJ3rzQ0lpzgO2kg4LT6JEQOuzAVZch0nxjGAqqvrpF1qVfV2h8YBClE8sd62uJpVYmUhn3JZ9oaNUesvveqiFKGS1MxjFO8rdsli7DCtNMmZrMogUzvwD0QA7fSZCpZnYMYZe9894NWOJB9VH8dK2e21QU1s4a1Z58ikF81CbwY1Qfya7pZbQawGSn8yBiQnOlxefJLZf25BUEYxdnax6ymkOucuOTVC52E1eNIFM68SqwBl2bZ3iKOih7eO3GChNkqjlV3s1Uw7cETZ1sJ5xnds3V45nBVZxRAcH61GMiprJKt2oroiGAL928Ox4gTMiazFyZmAvgqGv0tZag6JGpKhjprKRhiNiCVo3ZbAB1mRZ8ZBE4KBrWZ5nAFLgNUTTUsCzKD5d9WTWgexZk6WfKx3yJXbixxD1rlTnI6use86a5vIIW4M7s5VIATuqNaBXkQhse7rMlKYQnJICZ992l5A7CKT0WoLLDYu19w0CY2oXRPhnJRyTv2yU3fBXZC1FGaiA1mZ4eWkQmkQ2DyZf1NyUjtOGqC4Zk5mvaLMJNi5BEjKs4ZJrHVxQlrY4NPHThVSSUOkMijEzysxk3Wj4CAZkDEIC3W7L17IIbbFstNXc9M8XMHLDxfpRzm1mQuOO4VqkdASbfrKnQlJVrdyaT5Ec5pIPZHwVkTPWKdwyvs85rjufumVzhyMyp6UjzuksdXAJl3MiIWwRUJhYFjO4qq5TIACtKrOifgOSZjklZF5PvHfW64V6q3sBgZfHrmQKbcx8tb7K1ncza7AAOQ8ndjQZnXSDppGlG8kD5obJWjxaZzsOmnllz0CnCOZlpkZ794jkoRBa3AVIsQv694q8n5tTkIzFLETubbK1rMjW21ANzh3yKh8U7p4LzjZ5fcpeSm2FchZE6CGVnPjXQcZiqW4fKp9Hy0NoDxwPjt8QlFcQt2tC6UQWXon6SiMjXrcrR3YpZ9ZChL0n1Lw7dHIh4DTvRMIFoZsfuluZyQZnbseyxEhliwJLJveCmjtlVHhD4zVG0FswVTzbeKQT08eqG87SPc0KJb7K2f3hwdwrIJU3dicaZ6fPjII1pXJAOYxFjqY90rpIvsvHPWQSZipTZmAafvcC1tbpKBjJHRAXnKki8QitebZFyPB9bemcVZAfLQTYn0Lstxtm8ZlEozUvqxeWPttkO77RZpxh3y8OR35qc5Z9nxHWRUjbJ7Dds74rLgs03yUKAFQc9u2S0tg86dk5fUhflycpuyewiYZ8QNEWeRlux7xnmgGWAbl4c769oCufAkhXgbdbfIoAKtWE59icGpdZ05DUiJZ5oAMVkiwBFZwT8Lpv1YxPCHhL2GNJP0OzkDsUs024Zl03Zg8JH2jyKDkg6IYhi56cfAyU8jFHFKVSmtH7UXPlchEdI5UdqOQvWuAJLsxcwBrEIkUcg52Eut6KpxlE4BaDfB14sKanKuklRHW7W46yXrMmNJbMBmTOS8v46npTfC3Z2IYip8IjQwsQvZ03J1Frns47izFF6Ny4i3TYRzZ35OQcfnLNkyjDSKCGi6IPAsZgEygyqYRejo5T5jewtzfSJoMojYJTUTB64TpTRNiT8zHUmazxXCOWfk2olbJmfBwBuol0UPDyLHTfXwl5
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.umgRRH
Creating libwcstools1-debuginfo package
Processing files: libwcstools-devel-3.9.7-alt1_1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79635
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd wcstools-3.9.7
+ DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ export DOCDIR
+ rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ cp -prL libwcs/NEWS /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6V5MtG
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.phBuAv
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: wcstools-devel = 3.9.7-alt1_1
Requires: libwcstools1 >= 3.9.7-alt1_1, /usr/lib/libwcstools.so.1.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UTgc4z
Processing files: wcstools-debuginfo-3.9.7-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8vgBue
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CZfLlN
find-requires: running scripts (debuginfo)
Requires: wcstools = 3.9.7-alt1_1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libwcstools.so.1)
Processing files: libwcstools1-debuginfo-3.9.7-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sLDG3C
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sgovBS
find-requires: running scripts (debuginfo)
Provides: debug(libwcstools.so.1)
Requires: libwcstools1 = 3.9.7-alt1_1, debug(libc.so.6), debug(libm.so.6)
Adding to wcstools-debuginfo a strict dependency on wcstools
Adding to libwcstools1-debuginfo a strict dependency on libwcstools1
Adding to wcstools a strict dependency on libwcstools1
Adding to libwcstools-devel a strict dependency on libwcstools1
Adding to wcstools-debuginfo a strict dependency on libwcstools1-debuginfo
Removing from wcstools-debuginfo 5 sources provided by libwcstools1-debuginfo
Removing 2 extra deps from wcstools due to dependency on libwcstools1
Removing 1 extra deps from libwcstools-devel due to dependency on libwcstools1
Removing 1 extra deps from wcstools-debuginfo due to dependency on libwcstools1-debuginfo
Removing 9 extra deps from wcstools due to repentancy on libwcstools1
Removing 2 extra deps from wcstools-debuginfo due to repentancy on libwcstools1-debuginfo
Wrote: /usr/src/RPM/RPMS/i586/wcstools-3.9.7-alt1_1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libwcstools1-3.9.7-alt1_1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libwcstools-devel-3.9.7-alt1_1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/wcstools-debuginfo-3.9.7-alt1_1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libwcstools1-debuginfo-3.9.7-alt1_1.i586.rpm (w2.lzdio)
46.65user 12.29system 0:50.98elapsed 115%CPU (0avgtext+0avgdata 64296maxresident)k
0inputs+0outputs (0major+3788193minor)pagefaults 0swaps
2.72user 1.26system 0:59.58elapsed 6%CPU (0avgtext+0avgdata 119516maxresident)k
0inputs+0outputs (0major+136813minor)pagefaults 0swaps
--- libwcstools1-3.9.7-alt1_1.i586.rpm.repo	2022-09-02 12:15:49.000000000 +0000
+++ libwcstools1-3.9.7-alt1_1.i586.rpm.hasher	2024-01-13 08:46:30.212153305 +0000
@@ -20,5 +20,5 @@
 File: /usr/lib/libwcstools.so.1	120777	root:root		libwcstools.so.1.0.0
-File: /usr/lib/libwcstools.so.1.0.0	100644	root:root	e75053c9faf508c0963e423b29c587ca	
+File: /usr/lib/libwcstools.so.1.0.0	100644	root:root	996aca1886be46c28fc52b570a0f5680	
 File: /usr/share/doc/libwcstools1-3.9.7	40755	root:root		
 File: /usr/share/doc/libwcstools1-3.9.7/COPYING	100644	root:root	633b959a0bdd0fc45e743facd0debe50	
-RPMIdentity: 99d2d47b3294cfff2e3cb0861b1fb65f1835735f46af0fc6fa59bbe225b71e7cf6909ee8330eb211cfc11b080ad708eb858c0c05db61deabdc27e37b0b1353e2
+RPMIdentity: c4c268d3b50a8cde71ba925eeb209e2f7dd322a3fbce2d80f24d50387d017c8cbf9e2c1709173e980a54d331d3b33ff98a379502c5bbf70fece6fc92f89600e0
--- libwcstools1-debuginfo-3.9.7-alt1_1.i586.rpm.repo	2022-09-02 12:15:48.000000000 +0000
+++ libwcstools1-debuginfo-3.9.7-alt1_1.i586.rpm.hasher	2024-01-13 08:46:30.382156502 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/9e	40755	root:root	
-/usr/lib/debug/.build-id/9e/2aa5e9e522a5de7248d9af7633981b551cae89	120777	root:root	../../../libwcstools.so.1.0.0
-/usr/lib/debug/.build-id/9e/2aa5e9e522a5de7248d9af7633981b551cae89.debug	120777	root:root	../../usr/lib/libwcstools.so.1.0.0.debug
+/usr/lib/debug/.build-id/f4	40755	root:root	
+/usr/lib/debug/.build-id/f4/d4d72fb8504c48c3af08f97a361d5170c50c8b	120777	root:root	../../../libwcstools.so.1.0.0
+/usr/lib/debug/.build-id/f4/d4d72fb8504c48c3af08f97a361d5170c50c8b.debug	120777	root:root	../../usr/lib/libwcstools.so.1.0.0.debug
 /usr/lib/debug/usr/lib/libwcstools.so.1.0.0.debug	100644	root:root	
@@ -68,6 +68,6 @@
 Provides: libwcstools1-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1
-File: /usr/lib/debug/.build-id/9e	40755	root:root		
-File: /usr/lib/debug/.build-id/9e/2aa5e9e522a5de7248d9af7633981b551cae89	120777	root:root		../../../libwcstools.so.1.0.0
-File: /usr/lib/debug/.build-id/9e/2aa5e9e522a5de7248d9af7633981b551cae89.debug	120777	root:root		../../usr/lib/libwcstools.so.1.0.0.debug
-File: /usr/lib/debug/usr/lib/libwcstools.so.1.0.0.debug	100644	root:root	61b4143db0b371ec94de236d4022f441	
+File: /usr/lib/debug/.build-id/f4	40755	root:root		
+File: /usr/lib/debug/.build-id/f4/d4d72fb8504c48c3af08f97a361d5170c50c8b	120777	root:root		../../../libwcstools.so.1.0.0
+File: /usr/lib/debug/.build-id/f4/d4d72fb8504c48c3af08f97a361d5170c50c8b.debug	120777	root:root		../../usr/lib/libwcstools.so.1.0.0.debug
+File: /usr/lib/debug/usr/lib/libwcstools.so.1.0.0.debug	100644	root:root	fd51fb8fb99b5173c01b9717216aa13a	
 File: /usr/lib/debug/usr/lib/libwcstools.so.1.debug	120777	root:root		libwcstools.so.1.0.0.debug
@@ -130,2 +130,2 @@
 File: /usr/src/debug/wcstools-3.9.7/libwcs/zpxpos.c	100644	root:root	68ffa53a0cfa3bd0fbede8ef2f35580d	
-RPMIdentity: 4b634cc0c71acd4f8d0a8027a09728d79bbb83823953ee008531928dabf3cd31b0051258b01ee1102b99ba773fe288304c5c2156847e2aabf4bc417d6dc78b29
+RPMIdentity: 9aad3e83e631c3b3f435f3e54c842862469cfc1b2cbb23e518492d9cd429caccdb61f81da331ecef67f533518aa154124dd327a5c5b0ea1f6224887f3624b4f2
--- wcstools-3.9.7-alt1_1.i586.rpm.repo	2022-09-02 12:15:49.000000000 +0000
+++ wcstools-3.9.7-alt1_1.i586.rpm.hasher	2024-01-13 08:46:30.545159567 +0000
@@ -91,53 +91,53 @@
 Provides: wcstools = 3.9.7-alt1_1:sisyphus+306119.100.1.1
-File: /usr/bin/addpix	100755	root:root	052465ee82aeb6e6371f8d93f4066d72	
-File: /usr/bin/bincat	100755	root:root	a8c0b7de9c36322a84bae3389d2785eb	
-File: /usr/bin/char2sp	100755	root:root	b91b44771593afe1f04d52101c7ac901	
-File: /usr/bin/conpix	100755	root:root	563e2b21e6d29ebd488d8c7f50876bd2	
-File: /usr/bin/cphead	100755	root:root	af5821a75a6e907f8e6092db18c564ff	
-File: /usr/bin/crlf	100755	root:root	100f9b1204c0212921f259467d96ddc5	
-File: /usr/bin/delhead	100755	root:root	af5ad837c89d453ea42fe9fb05de0ea2	
-File: /usr/bin/delwcs	100755	root:root	b646aa9269ca1afafd9e45cc5173f883	
-File: /usr/bin/edhead	100755	root:root	36fd9be49e83a6e27bc916acb0477895	
-File: /usr/bin/filename	100755	root:root	8716bddcee4711cb129feb8919677539	
-File: /usr/bin/fileroot	100755	root:root	d65adc493f167cb8520bc9fd6ce2b8b3	
-File: /usr/bin/filext	100755	root:root	894631eb63add1a6ce22a9e8d3d7621b	
-File: /usr/bin/fixpix	100755	root:root	e1e44afdaecc68f180f171d335529213	
-File: /usr/bin/getcol	100755	root:root	b4f46de19c2e7c17d1c19d0482b184e2	
-File: /usr/bin/getdate	100755	root:root	f9c8e4f88ebafd1a31b30df46c73a002	
-File: /usr/bin/getfits	100755	root:root	1051086ed402f863c4a1192634bd0107	
-File: /usr/bin/gethead	100755	root:root	c4a832bd01261ccc8b59cdbbd6eca55b	
-File: /usr/bin/getpix	100755	root:root	2b7a0fa7064f749580293876f253a58c	
-File: /usr/bin/gettab	100755	root:root	d28b379a3f34bb48aad494ff9ae0346f	
-File: /usr/bin/htmlsp	100755	root:root	bab566c992fb150850d5b03eaf38ba62	
-File: /usr/bin/i2f	100755	root:root	b38d3d42f3530e6abf7c5b01ccb94ac2	
-File: /usr/bin/imcat	100755	root:root	db2c48a789c36d33b0baab55c63fbb75	
-File: /usr/bin/imextract	100755	root:root	e17ce034273bbf54a18913b2709b6218	
-File: /usr/bin/imfill	100755	root:root	4f07b8feb5ec5c4916fc5c7781f4f1d3	
-File: /usr/bin/imhead	100755	root:root	fd2a62126558426b1156967d76209399	
-File: /usr/bin/immatch	100755	root:root	b614dae73c856ba6ea0d635cb626bd80	
-File: /usr/bin/imresize	100755	root:root	81f155d251dd2f74a4a6d42826af8ef5	
-File: /usr/bin/imrot	100755	root:root	a3b5deffabdc0d2330211e00ac6838c9	
-File: /usr/bin/imsize	100755	root:root	a24dca19c967fed2d91ca23b4f7e38e9	
-File: /usr/bin/imsmooth	100755	root:root	623691f937b90972651cb5939524c317	
-File: /usr/bin/imstack	100755	root:root	9ef2a30fe0a656e7ad5a8763a58e2fea	
-File: /usr/bin/imstar	100755	root:root	70dc102dc2fed30296a2c475fc2b4a0c	
-File: /usr/bin/imwcs	100755	root:root	7fc9475bfde353a2366f2c3f1439ef80	
-File: /usr/bin/isfile	100755	root:root	1ba223726b1d547414125c17e414df41	
-File: /usr/bin/isfits	100755	root:root	c8c918de4eff3d89f42e10d0d62fd2a4	
-File: /usr/bin/isnum	100755	root:root	84a5f53498462264cb465024803ac4ec	
-File: /usr/bin/isrange	100755	root:root	91a66f50d1de1feafa59ca3f65ae744d	
-File: /usr/bin/keyhead	100755	root:root	6684913cb95dec92cd3619d29e2286ae	
-File: /usr/bin/newfits	100755	root:root	b0991e08297b1b83feeacfc422f4dc25	
-File: /usr/bin/scat	100755	root:root	d6804134a6b7f7518f1221ebf00035e0	
-File: /usr/bin/sethead	100755	root:root	a2d68a72842c16c0643c9c07c9655862	
-File: /usr/bin/setpix	100755	root:root	25acae702eeeb7f254b89897fbd1effb	
-File: /usr/bin/simpos	100755	root:root	6c674ef9e6ac2510fb68c113587d21ea	
-File: /usr/bin/sky2xy	100755	root:root	76c3f644f69c1295c9dccba1da8dd59f	
-File: /usr/bin/skycoor	100755	root:root	ee5d3dea5f33159e4c69ce507c7cf48e	
-File: /usr/bin/sp2char	100755	root:root	3f0771bbc0de89902548024891af49b9	
-File: /usr/bin/subpix	100755	root:root	830c73a0a1d2ae47f5c1a07ade41f0a9	
-File: /usr/bin/sumpix	100755	root:root	6f630fd6eedb4b7d6a7f7fcf3353b9b7	
-File: /usr/bin/wcshead	100755	root:root	f905975aed8a68a18aee71cfd632ce59	
-File: /usr/bin/wcsremap	100755	root:root	6c04ae9a96df715522ed951b00065dc9	
-File: /usr/bin/xy2sky	100755	root:root	f4e27e58e0250b4ffed5d2d169e2266c	
+File: /usr/bin/addpix	100755	root:root	3099573ea051b7b752a48cd4d60913ca	
+File: /usr/bin/bincat	100755	root:root	763574964b29644e844573bc6e9ff429	
+File: /usr/bin/char2sp	100755	root:root	b8a11f1fc7177004dd424bcbdbd4b137	
+File: /usr/bin/conpix	100755	root:root	0d133ce99b5dcab07e2d853a7fc8d73b	
+File: /usr/bin/cphead	100755	root:root	0edd726ade310a599e4a25a55368692a	
+File: /usr/bin/crlf	100755	root:root	cf13174e0458d14fed25fabc33cf4526	
+File: /usr/bin/delhead	100755	root:root	90c081ba7b81b75b72ea18cfbb6f3c57	
+File: /usr/bin/delwcs	100755	root:root	9b988e40c9864445934e065b4ec7f9ba	
+File: /usr/bin/edhead	100755	root:root	c5e49d82bb15cff21426f5697ade5a04	
+File: /usr/bin/filename	100755	root:root	d7b63e41630c36c435fda9adacd10d6e	
+File: /usr/bin/fileroot	100755	root:root	8c50d9c8f8755cff3a4b0d0ba4e64983	
+File: /usr/bin/filext	100755	root:root	65fbee028b895bba1a86981c76154de8	
+File: /usr/bin/fixpix	100755	root:root	96c434e8ad7b4b2c36b5cf1ba43e4d6e	
+File: /usr/bin/getcol	100755	root:root	df369d2571fb58a8a5055f87de9180d4	
+File: /usr/bin/getdate	100755	root:root	0459ab97b4a2da379c74a8ff49f65354	
+File: /usr/bin/getfits	100755	root:root	42f888b220289e60bfb73967e1d52798	
+File: /usr/bin/gethead	100755	root:root	8bb861fe3b9779cf0414bdbcdd856720	
+File: /usr/bin/getpix	100755	root:root	9567d2145de2447bbecc268b6dccdc7a	
+File: /usr/bin/gettab	100755	root:root	71578f630d17aacc718a8500fdc06a4e	
+File: /usr/bin/htmlsp	100755	root:root	80a28cd112c0b27a1c7da547ce573d03	
+File: /usr/bin/i2f	100755	root:root	1cf352aebf18d13b368801926eac4f7b	
+File: /usr/bin/imcat	100755	root:root	01638c7257ef7894f63540f2882d36a4	
+File: /usr/bin/imextract	100755	root:root	990a8a9282f5fda0a6bb88d5dcd0352f	
+File: /usr/bin/imfill	100755	root:root	e876c60257d999fe401839ddd3cc793a	
+File: /usr/bin/imhead	100755	root:root	32b0117ca2f7d79fd8335164daca708d	
+File: /usr/bin/immatch	100755	root:root	59871c7c73492c5fc64ff34b3029f255	
+File: /usr/bin/imresize	100755	root:root	1c62849d7add57ab6af89dce7bfd464f	
+File: /usr/bin/imrot	100755	root:root	ccd0fa99364017acc814b09d49dc77f1	
+File: /usr/bin/imsize	100755	root:root	2b78abbdf1fd76cc4f1908f529cf8e1a	
+File: /usr/bin/imsmooth	100755	root:root	44855b6ede5ec356f9a6152d42d71b95	
+File: /usr/bin/imstack	100755	root:root	2fac1a6045e9bae08a1dae327df1d603	
+File: /usr/bin/imstar	100755	root:root	5b9fa9e7f7ae316f3935b39e04d9a77e	
+File: /usr/bin/imwcs	100755	root:root	afd4c466399cff960540e5c82940d40b	
+File: /usr/bin/isfile	100755	root:root	2ee53b9faf468cbdb842e935a3e381df	
+File: /usr/bin/isfits	100755	root:root	979644df2333c4a8a4e328dbd9fbe8ef	
+File: /usr/bin/isnum	100755	root:root	5a925725c0168f305536f9569337c131	
+File: /usr/bin/isrange	100755	root:root	88229c5d5d84f5e9dcc65e2fceac33ff	
+File: /usr/bin/keyhead	100755	root:root	972fc9c8554984bcf97ebd3b99568bf2	
+File: /usr/bin/newfits	100755	root:root	6a6879a8b3234d41cb7aeaf2e4758ac3	
+File: /usr/bin/scat	100755	root:root	32a6f9be499bde37a22a6c94cb22602d	
+File: /usr/bin/sethead	100755	root:root	19836d0400b99591419b18fd098f810e	
+File: /usr/bin/setpix	100755	root:root	daf00794bba353d72b6c7e95a7f41039	
+File: /usr/bin/simpos	100755	root:root	da10fca83bca770ffb37898e522b7817	
+File: /usr/bin/sky2xy	100755	root:root	c17338cc156506f7aa60b9edee801981	
+File: /usr/bin/skycoor	100755	root:root	566c849d5df2263d16617c694e6f659c	
+File: /usr/bin/sp2char	100755	root:root	4095b3e4b21078cebff31658129f0c39	
+File: /usr/bin/subpix	100755	root:root	29412005952203b1d735fcb31af87a62	
+File: /usr/bin/sumpix	100755	root:root	f9948f2118d507879e634ae7d3ab6ddf	
+File: /usr/bin/wcshead	100755	root:root	3fe1cb9786c5426d9b4336986bec4db3	
+File: /usr/bin/wcsremap	100755	root:root	748218d7ecc739ec2be601ce55074f11	
+File: /usr/bin/xy2sky	100755	root:root	dff7a58389b08ffe2da5e9dcc305e747	
 File: /usr/share/doc/wcstools-3.9.7	40755	root:root		
@@ -177,2 +177,2 @@
 File: /usr/share/man/man1/xy2sky.1.xz	100644	root:root	077dbddc01421e40ed5964dce38b81ea	
-RPMIdentity: 7954c34a2154881a65123818976cc9b6373768c05275cd16309894ddf83ea2490b8a90a6f1dffd37caae011b8f144f5bb0fb6a996cf610494dc51ce72c6870b3
+RPMIdentity: ce0bdb6dfccee4937b6967c234a662ba29af1159e7d1ff5a9f034db84278fdb393aa1afdbbe471e00e9632c0b80518e64b804b9800c381508ca6292597c865f6
--- wcstools-debuginfo-3.9.7-alt1_1.i586.rpm.repo	2022-09-02 12:15:49.000000000 +0000
+++ wcstools-debuginfo-3.9.7-alt1_1.i586.rpm.hasher	2024-01-13 08:46:30.773163855 +0000
@@ -1,149 +1,148 @@
-/usr/lib/debug/.build-id/09	40755	root:root	
-/usr/lib/debug/.build-id/09/a8bea4787d77e50b116d1f8c1af57d1c4e0c5f	120777	root:root	../../../../bin/crlf
-/usr/lib/debug/.build-id/09/a8bea4787d77e50b116d1f8c1af57d1c4e0c5f.debug	120777	root:root	../../usr/bin/crlf.debug
-/usr/lib/debug/.build-id/0a	40755	root:root	
-/usr/lib/debug/.build-id/0a/ec0663c7f79a0e969522f61c747124ae85115a	120777	root:root	../../../../bin/imextract
-/usr/lib/debug/.build-id/0a/ec0663c7f79a0e969522f61c747124ae85115a.debug	120777	root:root	../../usr/bin/imextract.debug
-/usr/lib/debug/.build-id/0b	40755	root:root	
-/usr/lib/debug/.build-id/0b/057fb02da29ec291aeb1fff9dd8bbaa01dd077	120777	root:root	../../../../bin/imstar
-/usr/lib/debug/.build-id/0b/057fb02da29ec291aeb1fff9dd8bbaa01dd077.debug	120777	root:root	../../usr/bin/imstar.debug
-/usr/lib/debug/.build-id/18	40755	root:root	
-/usr/lib/debug/.build-id/18/f1878a8e79e43e348d2c1f79123a237fc2c3f8	120777	root:root	../../../../bin/scat
-/usr/lib/debug/.build-id/18/f1878a8e79e43e348d2c1f79123a237fc2c3f8.debug	120777	root:root	../../usr/bin/scat.debug
-/usr/lib/debug/.build-id/24	40755	root:root	
-/usr/lib/debug/.build-id/24/b0936a0fb7e8bedd833220aa56ed3313621d62	120777	root:root	../../../../bin/isfile
-/usr/lib/debug/.build-id/24/b0936a0fb7e8bedd833220aa56ed3313621d62.debug	120777	root:root	../../usr/bin/isfile.debug
-/usr/lib/debug/.build-id/2a	40755	root:root	
-/usr/lib/debug/.build-id/2a/83a4ba335000644deb1de5d07a6ba3d5c312a1	120777	root:root	../../../../bin/edhead
-/usr/lib/debug/.build-id/2a/83a4ba335000644deb1de5d07a6ba3d5c312a1.debug	120777	root:root	../../usr/bin/edhead.debug
-/usr/lib/debug/.build-id/2a/cdccb9aad7080c69ae6390b16dc0b6628b4bdb	120777	root:root	../../../../bin/newfits
-/usr/lib/debug/.build-id/2a/cdccb9aad7080c69ae6390b16dc0b6628b4bdb.debug	120777	root:root	../../usr/bin/newfits.debug
-/usr/lib/debug/.build-id/2d	40755	root:root	
-/usr/lib/debug/.build-id/2d/fa3bc8dab70547f8373567c09d57b2644ad700	120777	root:root	../../../../bin/cphead
-/usr/lib/debug/.build-id/2d/fa3bc8dab70547f8373567c09d57b2644ad700.debug	120777	root:root	../../usr/bin/cphead.debug
-/usr/lib/debug/.build-id/32	40755	root:root	
-/usr/lib/debug/.build-id/32/1848e7c5171c9a0bb7e833745c03ca03ac0815	120777	root:root	../../../../bin/filext
-/usr/lib/debug/.build-id/32/1848e7c5171c9a0bb7e833745c03ca03ac0815.debug	120777	root:root	../../usr/bin/filext.debug
-/usr/lib/debug/.build-id/38	40755	root:root	
-/usr/lib/debug/.build-id/38/298c7c1492aff73f8b3479ea8a74967af1ba70	120777	root:root	../../../../bin/imsize
-/usr/lib/debug/.build-id/38/298c7c1492aff73f8b3479ea8a74967af1ba70.debug	120777	root:root	../../usr/bin/imsize.debug
-/usr/lib/debug/.build-id/3b	40755	root:root	
-/usr/lib/debug/.build-id/3b/466e323970893bdfb6c5b17c2370fe919adccf	120777	root:root	../../../../bin/getdate
-/usr/lib/debug/.build-id/3b/466e323970893bdfb6c5b17c2370fe919adccf.debug	120777	root:root	../../usr/bin/getdate.debug
-/usr/lib/debug/.build-id/3c	40755	root:root	
-/usr/lib/debug/.build-id/3c/8ea413d8bf326d7dc821c29f2ecd0f28e81293	120777	root:root	../../../../bin/sethead
-/usr/lib/debug/.build-id/3c/8ea413d8bf326d7dc821c29f2ecd0f28e81293.debug	120777	root:root	../../usr/bin/sethead.debug
-/usr/lib/debug/.build-id/4a	40755	root:root	
-/usr/lib/debug/.build-id/4a/e24220ba3247952f782c0141feb85038ce7628	120777	root:root	../../../../bin/i2f
-/usr/lib/debug/.build-id/4a/e24220ba3247952f782c0141feb85038ce7628.debug	120777	root:root	../../usr/bin/i2f.debug
-/usr/lib/debug/.build-id/4e	40755	root:root	
-/usr/lib/debug/.build-id/4e/67e4595dbb9251d614b676867f7f652e500238	120777	root:root	../../../../bin/wcsremap
-/usr/lib/debug/.build-id/4e/67e4595dbb9251d614b676867f7f652e500238.debug	120777	root:root	../../usr/bin/wcsremap.debug
-/usr/lib/debug/.build-id/50	40755	root:root	
-/usr/lib/debug/.build-id/50/37525d6ddb72e0f06a406ddf2dad780336022e	120777	root:root	../../../../bin/char2sp
-/usr/lib/debug/.build-id/50/37525d6ddb72e0f06a406ddf2dad780336022e.debug	120777	root:root	../../usr/bin/char2sp.debug
-/usr/lib/debug/.build-id/53	40755	root:root	
-/usr/lib/debug/.build-id/53/2d90eb4671c509cfa0e5bf51a03d248148642d	120777	root:root	../../../../bin/delhead
-/usr/lib/debug/.build-id/53/2d90eb4671c509cfa0e5bf51a03d248148642d.debug	120777	root:root	../../usr/bin/delhead.debug
-/usr/lib/debug/.build-id/54	40755	root:root	
-/usr/lib/debug/.build-id/54/49b257d3da33d418412f6be484dda993389530	120777	root:root	../../../../bin/setpix
-/usr/lib/debug/.build-id/54/49b257d3da33d418412f6be484dda993389530.debug	120777	root:root	../../usr/bin/setpix.debug
-/usr/lib/debug/.build-id/55	40755	root:root	
-/usr/lib/debug/.build-id/55/f2153b5fd4da355f0d4751e3c1b2c665ba316e	120777	root:root	../../../../bin/getpix
-/usr/lib/debug/.build-id/55/f2153b5fd4da355f0d4751e3c1b2c665ba316e.debug	120777	root:root	../../usr/bin/getpix.debug
-/usr/lib/debug/.build-id/5c	40755	root:root	
-/usr/lib/debug/.build-id/5c/0a917b041d4d4a0033f0cf9f8cba6d596f62e4	120777	root:root	../../../../bin/wcshead
-/usr/lib/debug/.build-id/5c/0a917b041d4d4a0033f0cf9f8cba6d596f62e4.debug	120777	root:root	../../usr/bin/wcshead.debug
-/usr/lib/debug/.build-id/5c/89d117e2505a1493016c06d96f64a0178d11b0	120777	root:root	../../../../bin/conpix
-/usr/lib/debug/.build-id/5c/89d117e2505a1493016c06d96f64a0178d11b0.debug	120777	root:root	../../usr/bin/conpix.debug
-/usr/lib/debug/.build-id/5d	40755	root:root	
-/usr/lib/debug/.build-id/5d/79dfe6d159d354dbc62a429629f0d01c87f668	120777	root:root	../../../../bin/simpos
-/usr/lib/debug/.build-id/5d/79dfe6d159d354dbc62a429629f0d01c87f668.debug	120777	root:root	../../usr/bin/simpos.debug
-/usr/lib/debug/.build-id/5e	40755	root:root	
-/usr/lib/debug/.build-id/5e/40393f03eaed0061de6b64773662c6b0a120f0	120777	root:root	../../../../bin/gethead
-/usr/lib/debug/.build-id/5e/40393f03eaed0061de6b64773662c6b0a120f0.debug	120777	root:root	../../usr/bin/gethead.debug
-/usr/lib/debug/.build-id/5e/e498bdb1d30c9091c973a9fa8d5527259a4e1e	120777	root:root	../../../../bin/imcat
-/usr/lib/debug/.build-id/5e/e498bdb1d30c9091c973a9fa8d5527259a4e1e.debug	120777	root:root	../../usr/bin/imcat.debug
-/usr/lib/debug/.build-id/60	40755	root:root	
-/usr/lib/debug/.build-id/60/3b32f0526e6d856ef8693613467e7e75188246	120777	root:root	../../../../bin/fileroot
-/usr/lib/debug/.build-id/60/3b32f0526e6d856ef8693613467e7e75188246.debug	120777	root:root	../../usr/bin/fileroot.debug
-/usr/lib/debug/.build-id/68	40755	root:root	
-/usr/lib/debug/.build-id/68/6fe9657ddf5f73ca61aacd165af0a2679b82e1	120777	root:root	../../../../bin/isrange
-/usr/lib/debug/.build-id/68/6fe9657ddf5f73ca61aacd165af0a2679b82e1.debug	120777	root:root	../../usr/bin/isrange.debug
-/usr/lib/debug/.build-id/69	40755	root:root	
-/usr/lib/debug/.build-id/69/a38f59fc62ce8d446a31f44ced79b8efba7d7b	120777	root:root	../../../../bin/sumpix
-/usr/lib/debug/.build-id/69/a38f59fc62ce8d446a31f44ced79b8efba7d7b.debug	120777	root:root	../../usr/bin/sumpix.debug
-/usr/lib/debug/.build-id/71	40755	root:root	
-/usr/lib/debug/.build-id/71/7ab70c383afa4d9aee0265ca81d61bd8b9f192	120777	root:root	../../../../bin/gettab
-/usr/lib/debug/.build-id/71/7ab70c383afa4d9aee0265ca81d61bd8b9f192.debug	120777	root:root	../../usr/bin/gettab.debug
-/usr/lib/debug/.build-id/83	40755	root:root	
-/usr/lib/debug/.build-id/83/0e8015e8cb5ee3b066dc0b1cf8af7320d831e6	120777	root:root	../../../../bin/filename
-/usr/lib/debug/.build-id/83/0e8015e8cb5ee3b066dc0b1cf8af7320d831e6.debug	120777	root:root	../../usr/bin/filename.debug
+/usr/lib/debug/.build-id/02	40755	root:root	
+/usr/lib/debug/.build-id/02/f558ad9baf24f92c0ed0576749915c5990bdab	120777	root:root	../../../../bin/getpix
+/usr/lib/debug/.build-id/02/f558ad9baf24f92c0ed0576749915c5990bdab.debug	120777	root:root	../../usr/bin/getpix.debug
+/usr/lib/debug/.build-id/10	40755	root:root	
+/usr/lib/debug/.build-id/10/6cc96577dc2dc6f516537fa68bda95f88b88f5	120777	root:root	../../../../bin/imresize
+/usr/lib/debug/.build-id/10/6cc96577dc2dc6f516537fa68bda95f88b88f5.debug	120777	root:root	../../usr/bin/imresize.debug
+/usr/lib/debug/.build-id/23	40755	root:root	
+/usr/lib/debug/.build-id/23/d9966ab114099ad134fc45457672cd2832d586	120777	root:root	../../../../bin/fixpix
+/usr/lib/debug/.build-id/23/d9966ab114099ad134fc45457672cd2832d586.debug	120777	root:root	../../usr/bin/fixpix.debug
+/usr/lib/debug/.build-id/2e	40755	root:root	
+/usr/lib/debug/.build-id/2e/e3bf1e4a4be8401467f6ce49600e6c125d96d3	120777	root:root	../../../../bin/bincat
+/usr/lib/debug/.build-id/2e/e3bf1e4a4be8401467f6ce49600e6c125d96d3.debug	120777	root:root	../../usr/bin/bincat.debug
+/usr/lib/debug/.build-id/34	40755	root:root	
+/usr/lib/debug/.build-id/34/547e77f34b88d2cecc597d473d653c4863db00	120777	root:root	../../../../bin/edhead
+/usr/lib/debug/.build-id/34/547e77f34b88d2cecc597d473d653c4863db00.debug	120777	root:root	../../usr/bin/edhead.debug
+/usr/lib/debug/.build-id/43	40755	root:root	
+/usr/lib/debug/.build-id/43/e1bc22b17a97b4ff1dafde8325ae73e5d9a4ab	120777	root:root	../../../../bin/immatch
+/usr/lib/debug/.build-id/43/e1bc22b17a97b4ff1dafde8325ae73e5d9a4ab.debug	120777	root:root	../../usr/bin/immatch.debug
+/usr/lib/debug/.build-id/44	40755	root:root	
+/usr/lib/debug/.build-id/44/855cb3fed774fe1bcd579c907f1678611add7b	120777	root:root	../../../../bin/imstar
+/usr/lib/debug/.build-id/44/855cb3fed774fe1bcd579c907f1678611add7b.debug	120777	root:root	../../usr/bin/imstar.debug
+/usr/lib/debug/.build-id/49	40755	root:root	
+/usr/lib/debug/.build-id/49/27c4b03d4a286373013e37663ed657b337287e	120777	root:root	../../../../bin/getfits
+/usr/lib/debug/.build-id/49/27c4b03d4a286373013e37663ed657b337287e.debug	120777	root:root	../../usr/bin/getfits.debug
+/usr/lib/debug/.build-id/4c	40755	root:root	
+/usr/lib/debug/.build-id/4c/c187b3670968d84e5075d21358f2fa141b1147	120777	root:root	../../../../bin/gettab
+/usr/lib/debug/.build-id/4c/c187b3670968d84e5075d21358f2fa141b1147.debug	120777	root:root	../../usr/bin/gettab.debug
+/usr/lib/debug/.build-id/51	40755	root:root	
+/usr/lib/debug/.build-id/51/3c6213a3cba1b18c886f93ad18d77ae9b263c7	120777	root:root	../../../../bin/crlf
+/usr/lib/debug/.build-id/51/3c6213a3cba1b18c886f93ad18d77ae9b263c7.debug	120777	root:root	../../usr/bin/crlf.debug
+/usr/lib/debug/.build-id/51/e683db1eb566e0c250cad6e39b9de6deecc891	120777	root:root	../../../../bin/sp2char
+/usr/lib/debug/.build-id/51/e683db1eb566e0c250cad6e39b9de6deecc891.debug	120777	root:root	../../usr/bin/sp2char.debug
+/usr/lib/debug/.build-id/58	40755	root:root	
+/usr/lib/debug/.build-id/58/3864abf0f00ca0c8aea8d9fc85f0f2acbac7d5	120777	root:root	../../../../bin/imfill
+/usr/lib/debug/.build-id/58/3864abf0f00ca0c8aea8d9fc85f0f2acbac7d5.debug	120777	root:root	../../usr/bin/imfill.debug
+/usr/lib/debug/.build-id/58/e3f3672b610dbe42c7a73f1a4557b9d8df53ac	120777	root:root	../../../../bin/isfits
+/usr/lib/debug/.build-id/58/e3f3672b610dbe42c7a73f1a4557b9d8df53ac.debug	120777	root:root	../../usr/bin/isfits.debug
+/usr/lib/debug/.build-id/5b	40755	root:root	
+/usr/lib/debug/.build-id/5b/f8185e44c2eafc5b95c53d65e70d8d9f23bf77	120777	root:root	../../../../bin/filename
+/usr/lib/debug/.build-id/5b/f8185e44c2eafc5b95c53d65e70d8d9f23bf77.debug	120777	root:root	../../usr/bin/filename.debug
+/usr/lib/debug/.build-id/67	40755	root:root	
+/usr/lib/debug/.build-id/67/2e9782ce55a092afebab24c0309956fa96515f	120777	root:root	../../../../bin/imwcs
+/usr/lib/debug/.build-id/67/2e9782ce55a092afebab24c0309956fa96515f.debug	120777	root:root	../../usr/bin/imwcs.debug
+/usr/lib/debug/.build-id/6a	40755	root:root	
+/usr/lib/debug/.build-id/6a/04c4298815514e19a90907bbfe7e6dab485242	120777	root:root	../../../../bin/newfits
+/usr/lib/debug/.build-id/6a/04c4298815514e19a90907bbfe7e6dab485242.debug	120777	root:root	../../usr/bin/newfits.debug
+/usr/lib/debug/.build-id/6a/e1385a7f56ae0ab21cace38e4eea74c39bf10c	120777	root:root	../../../../bin/getdate
+/usr/lib/debug/.build-id/6a/e1385a7f56ae0ab21cace38e4eea74c39bf10c.debug	120777	root:root	../../usr/bin/getdate.debug
+/usr/lib/debug/.build-id/6f	40755	root:root	
+/usr/lib/debug/.build-id/6f/389d540f5b06d068e7cfcdf15af0fd65874169	120777	root:root	../../../../bin/subpix
+/usr/lib/debug/.build-id/6f/389d540f5b06d068e7cfcdf15af0fd65874169.debug	120777	root:root	../../usr/bin/subpix.debug
+/usr/lib/debug/.build-id/72	40755	root:root	
+/usr/lib/debug/.build-id/72/1100486da7e816b97aa762e22948420078807b	120777	root:root	../../../../bin/xy2sky
+/usr/lib/debug/.build-id/72/1100486da7e816b97aa762e22948420078807b.debug	120777	root:root	../../usr/bin/xy2sky.debug
+/usr/lib/debug/.build-id/76	40755	root:root	
+/usr/lib/debug/.build-id/76/6c2c2c9150ffcc0554c135c0d599a38bc53c07	120777	root:root	../../../../bin/delhead
+/usr/lib/debug/.build-id/76/6c2c2c9150ffcc0554c135c0d599a38bc53c07.debug	120777	root:root	../../usr/bin/delhead.debug
+/usr/lib/debug/.build-id/7b	40755	root:root	
+/usr/lib/debug/.build-id/7b/1026e18a1b9868d2ee9419cfa45148ef78e0b5	120777	root:root	../../../../bin/gethead
+/usr/lib/debug/.build-id/7b/1026e18a1b9868d2ee9419cfa45148ef78e0b5.debug	120777	root:root	../../usr/bin/gethead.debug
 /usr/lib/debug/.build-id/85	40755	root:root	
-/usr/lib/debug/.build-id/85/971e77cd0610fe56a179c87ffc90cc5b577e1b	120777	root:root	../../../../bin/addpix
-/usr/lib/debug/.build-id/85/971e77cd0610fe56a179c87ffc90cc5b577e1b.debug	120777	root:root	../../usr/bin/addpix.debug
-/usr/lib/debug/.build-id/8b	40755	root:root	
-/usr/lib/debug/.build-id/8b/86bc92b9da16b8fe2e7701777f82847d529fef	120777	root:root	../../../../bin/imresize
-/usr/lib/debug/.build-id/8b/86bc92b9da16b8fe2e7701777f82847d529fef.debug	120777	root:root	../../usr/bin/imresize.debug
-/usr/lib/debug/.build-id/90	40755	root:root	
-/usr/lib/debug/.build-id/90/bec3ad5c1439ac0fe449fe4857d5f7c49bf66b	120777	root:root	../../../../bin/getcol
-/usr/lib/debug/.build-id/90/bec3ad5c1439ac0fe449fe4857d5f7c49bf66b.debug	120777	root:root	../../usr/bin/getcol.debug
-/usr/lib/debug/.build-id/98	40755	root:root	
-/usr/lib/debug/.build-id/98/6cb359a01f4c6661b03f3d216718ca52f863f2	120777	root:root	../../../../bin/getfits
-/usr/lib/debug/.build-id/98/6cb359a01f4c6661b03f3d216718ca52f863f2.debug	120777	root:root	../../usr/bin/getfits.debug
-/usr/lib/debug/.build-id/99	40755	root:root	
-/usr/lib/debug/.build-id/99/e98d4e67943a0ea9ac08ac8e889c8243c83275	120777	root:root	../../../../bin/sp2char
-/usr/lib/debug/.build-id/99/e98d4e67943a0ea9ac08ac8e889c8243c83275.debug	120777	root:root	../../usr/bin/sp2char.debug
+/usr/lib/debug/.build-id/85/834c7d29841ddfdf154fe14f74e97a7b0e474e	120777	root:root	../../../../bin/imstack
+/usr/lib/debug/.build-id/85/834c7d29841ddfdf154fe14f74e97a7b0e474e.debug	120777	root:root	../../usr/bin/imstack.debug
+/usr/lib/debug/.build-id/86	40755	root:root	
+/usr/lib/debug/.build-id/86/796f95ea845a2db535851a7a7d6c786c85955f	120777	root:root	../../../../bin/delwcs
+/usr/lib/debug/.build-id/86/796f95ea845a2db535851a7a7d6c786c85955f.debug	120777	root:root	../../usr/bin/delwcs.debug
+/usr/lib/debug/.build-id/8a	40755	root:root	
+/usr/lib/debug/.build-id/8a/8984fc9d9aad4dfb33620723b82ef9cac95198	120777	root:root	../../../../bin/getcol
+/usr/lib/debug/.build-id/8a/8984fc9d9aad4dfb33620723b82ef9cac95198.debug	120777	root:root	../../usr/bin/getcol.debug
+/usr/lib/debug/.build-id/8f	40755	root:root	
+/usr/lib/debug/.build-id/8f/a92edee2a2b8f25f4bf7f6af785ac6e2e2bb9a	120777	root:root	../../../../bin/imsize
+/usr/lib/debug/.build-id/8f/a92edee2a2b8f25f4bf7f6af785ac6e2e2bb9a.debug	120777	root:root	../../usr/bin/imsize.debug
+/usr/lib/debug/.build-id/9b	40755	root:root	
+/usr/lib/debug/.build-id/9b/44de54206366cfe9780eaafd87e9fbf48b402e	120777	root:root	../../../../bin/conpix
+/usr/lib/debug/.build-id/9b/44de54206366cfe9780eaafd87e9fbf48b402e.debug	120777	root:root	../../usr/bin/conpix.debug
 /usr/lib/debug/.build-id/9d	40755	root:root	
-/usr/lib/debug/.build-id/9d/d30a76d93370fe2ab0915a796e98c78bd74cb3	120777	root:root	../../../../bin/xy2sky
-/usr/lib/debug/.build-id/9d/d30a76d93370fe2ab0915a796e98c78bd74cb3.debug	120777	root:root	../../usr/bin/xy2sky.debug
-/usr/lib/debug/.build-id/a9	40755	root:root	
-/usr/lib/debug/.build-id/a9/0de75008f7f16dd5f7ff5ff7325156900d6e10	120777	root:root	../../../../bin/fixpix
-/usr/lib/debug/.build-id/a9/0de75008f7f16dd5f7ff5ff7325156900d6e10.debug	120777	root:root	../../usr/bin/fixpix.debug
-/usr/lib/debug/.build-id/ab	40755	root:root	
-/usr/lib/debug/.build-id/ab/7ca453e1c7362047ee1657521eaf6f8035cf40	120777	root:root	../../../../bin/isfits
-/usr/lib/debug/.build-id/ab/7ca453e1c7362047ee1657521eaf6f8035cf40.debug	120777	root:root	../../usr/bin/isfits.debug
-/usr/lib/debug/.build-id/ac	40755	root:root	
-/usr/lib/debug/.build-id/ac/8548df018a7d3138cfb6a0d0c8a78f83baa02a	120777	root:root	../../../../bin/imsmooth
-/usr/lib/debug/.build-id/ac/8548df018a7d3138cfb6a0d0c8a78f83baa02a.debug	120777	root:root	../../usr/bin/imsmooth.debug
-/usr/lib/debug/.build-id/af	40755	root:root	
-/usr/lib/debug/.build-id/af/fb4328742c0c9834371aa906a6c4b743b87ae7	120777	root:root	../../../../bin/imhead
-/usr/lib/debug/.build-id/af/fb4328742c0c9834371aa906a6c4b743b87ae7.debug	120777	root:root	../../usr/bin/imhead.debug
-/usr/lib/debug/.build-id/b2	40755	root:root	
-/usr/lib/debug/.build-id/b2/474fbced3fa2de669af8c7020c8bbb926c2539	120777	root:root	../../../../bin/isnum
-/usr/lib/debug/.build-id/b2/474fbced3fa2de669af8c7020c8bbb926c2539.debug	120777	root:root	../../usr/bin/isnum.debug
-/usr/lib/debug/.build-id/b9	40755	root:root	
-/usr/lib/debug/.build-id/b9/8a56e7959742038bb5c499ee7775f0781920d3	120777	root:root	../../../../bin/imstack
-/usr/lib/debug/.build-id/b9/8a56e7959742038bb5c499ee7775f0781920d3.debug	120777	root:root	../../usr/bin/imstack.debug
-/usr/lib/debug/.build-id/ba	40755	root:root	
-/usr/lib/debug/.build-id/ba/15225b33f8c7d240c4018d2fca8163c3097bd5	120777	root:root	../../../../bin/imwcs
-/usr/lib/debug/.build-id/ba/15225b33f8c7d240c4018d2fca8163c3097bd5.debug	120777	root:root	../../usr/bin/imwcs.debug
-/usr/lib/debug/.build-id/bc	40755	root:root	
-/usr/lib/debug/.build-id/bc/c63d780b8509b5e485b53a7e5fb2c5ad5d53fe	120777	root:root	../../../../bin/immatch
-/usr/lib/debug/.build-id/bc/c63d780b8509b5e485b53a7e5fb2c5ad5d53fe.debug	120777	root:root	../../usr/bin/immatch.debug
-/usr/lib/debug/.build-id/c5	40755	root:root	
-/usr/lib/debug/.build-id/c5/2dbda0a3800797c64827136f1e159ff23032b9	120777	root:root	../../../../bin/imrot
-/usr/lib/debug/.build-id/c5/2dbda0a3800797c64827136f1e159ff23032b9.debug	120777	root:root	../../usr/bin/imrot.debug
-/usr/lib/debug/.build-id/c8	40755	root:root	
-/usr/lib/debug/.build-id/c8/317ddae372be58d9ddb23a42fc7ab1707267ce	120777	root:root	../../../../bin/imfill
-/usr/lib/debug/.build-id/c8/317ddae372be58d9ddb23a42fc7ab1707267ce.debug	120777	root:root	../../usr/bin/imfill.debug
-/usr/lib/debug/.build-id/c8/ff9601466f4473337f92d18d5973bdb9df4f3c	120777	root:root	../../../../bin/sky2xy
-/usr/lib/debug/.build-id/c8/ff9601466f4473337f92d18d5973bdb9df4f3c.debug	120777	root:root	../../usr/bin/sky2xy.debug
-/usr/lib/debug/.build-id/d8	40755	root:root	
-/usr/lib/debug/.build-id/d8/4ede4309d36a91322bdbb7e17d91383e4565e7	120777	root:root	../../../../bin/htmlsp
-/usr/lib/debug/.build-id/d8/4ede4309d36a91322bdbb7e17d91383e4565e7.debug	120777	root:root	../../usr/bin/htmlsp.debug
-/usr/lib/debug/.build-id/d8/83de6928f5626fdeb9f0cc171c63e1694c4272	120777	root:root	../../../../bin/bincat
-/usr/lib/debug/.build-id/d8/83de6928f5626fdeb9f0cc171c63e1694c4272.debug	120777	root:root	../../usr/bin/bincat.debug
-/usr/lib/debug/.build-id/df	40755	root:root	
-/usr/lib/debug/.build-id/df/57d37ec0d9f0d117824b522e8132e18cb44cb3	120777	root:root	../../../../bin/keyhead
-/usr/lib/debug/.build-id/df/57d37ec0d9f0d117824b522e8132e18cb44cb3.debug	120777	root:root	../../usr/bin/keyhead.debug
+/usr/lib/debug/.build-id/9d/21de48ce15be37f3613e61af12e1f39cf06b3d	120777	root:root	../../../../bin/cphead
+/usr/lib/debug/.build-id/9d/21de48ce15be37f3613e61af12e1f39cf06b3d.debug	120777	root:root	../../usr/bin/cphead.debug
+/usr/lib/debug/.build-id/9e	40755	root:root	
+/usr/lib/debug/.build-id/9e/c3deddcec9155b8bb0d7bc8ea5166b5a3f967f	120777	root:root	../../../../bin/isrange
+/usr/lib/debug/.build-id/9e/c3deddcec9155b8bb0d7bc8ea5166b5a3f967f.debug	120777	root:root	../../usr/bin/isrange.debug
+/usr/lib/debug/.build-id/a0	40755	root:root	
+/usr/lib/debug/.build-id/a0/56c10502a6ed196c544b2173aef32c305f23c9	120777	root:root	../../../../bin/i2f
+/usr/lib/debug/.build-id/a0/56c10502a6ed196c544b2173aef32c305f23c9.debug	120777	root:root	../../usr/bin/i2f.debug
+/usr/lib/debug/.build-id/a2	40755	root:root	
+/usr/lib/debug/.build-id/a2/d0750747f8eaecef4dc330d273d6f32905691a	120777	root:root	../../../../bin/wcshead
+/usr/lib/debug/.build-id/a2/d0750747f8eaecef4dc330d273d6f32905691a.debug	120777	root:root	../../usr/bin/wcshead.debug
+/usr/lib/debug/.build-id/a5	40755	root:root	
+/usr/lib/debug/.build-id/a5/02b807daf025dc52e24107590ac7161f431755	120777	root:root	../../../../bin/imsmooth
+/usr/lib/debug/.build-id/a5/02b807daf025dc52e24107590ac7161f431755.debug	120777	root:root	../../usr/bin/imsmooth.debug
+/usr/lib/debug/.build-id/a5/37a6fe436ea6c2226401e7da1b20329c9da630	120777	root:root	../../../../bin/keyhead
+/usr/lib/debug/.build-id/a5/37a6fe436ea6c2226401e7da1b20329c9da630.debug	120777	root:root	../../usr/bin/keyhead.debug
+/usr/lib/debug/.build-id/a5/c5317cae1e8658d5c2c9880dfd77fd444039a0	120777	root:root	../../../../bin/filext
+/usr/lib/debug/.build-id/a5/c5317cae1e8658d5c2c9880dfd77fd444039a0.debug	120777	root:root	../../usr/bin/filext.debug
+/usr/lib/debug/.build-id/b6	40755	root:root	
+/usr/lib/debug/.build-id/b6/981fbec7c1ff77a7517e96931ac0295656fef3	120777	root:root	../../../../bin/imhead
+/usr/lib/debug/.build-id/b6/981fbec7c1ff77a7517e96931ac0295656fef3.debug	120777	root:root	../../usr/bin/imhead.debug
+/usr/lib/debug/.build-id/bf	40755	root:root	
+/usr/lib/debug/.build-id/bf/3f8661417a83188653f6d489a1cd7d75eb4f31	120777	root:root	../../../../bin/isfile
+/usr/lib/debug/.build-id/bf/3f8661417a83188653f6d489a1cd7d75eb4f31.debug	120777	root:root	../../usr/bin/isfile.debug
+/usr/lib/debug/.build-id/c4	40755	root:root	
+/usr/lib/debug/.build-id/c4/f52d214cd1b133711a0438b4d03c81e9ce1e3b	120777	root:root	../../../../bin/simpos
+/usr/lib/debug/.build-id/c4/f52d214cd1b133711a0438b4d03c81e9ce1e3b.debug	120777	root:root	../../usr/bin/simpos.debug
+/usr/lib/debug/.build-id/c9	40755	root:root	
+/usr/lib/debug/.build-id/c9/5f90f8e63777d006209136dd682edc2c8ac0eb	120777	root:root	../../../../bin/setpix
+/usr/lib/debug/.build-id/c9/5f90f8e63777d006209136dd682edc2c8ac0eb.debug	120777	root:root	../../usr/bin/setpix.debug
+/usr/lib/debug/.build-id/c9/c68b03a97a0dbc4c1dd1c69c1588b17f6add38	120777	root:root	../../../../bin/wcsremap
+/usr/lib/debug/.build-id/c9/c68b03a97a0dbc4c1dd1c69c1588b17f6add38.debug	120777	root:root	../../usr/bin/wcsremap.debug
+/usr/lib/debug/.build-id/cb	40755	root:root	
+/usr/lib/debug/.build-id/cb/b7706da41198f7b48f83d496a668d16f92eaa1	120777	root:root	../../../../bin/skycoor
+/usr/lib/debug/.build-id/cb/b7706da41198f7b48f83d496a668d16f92eaa1.debug	120777	root:root	../../usr/bin/skycoor.debug
+/usr/lib/debug/.build-id/cd	40755	root:root	
+/usr/lib/debug/.build-id/cd/73d64ff1b35e2bda8800379f127c08e2511934	120777	root:root	../../../../bin/imcat
+/usr/lib/debug/.build-id/cd/73d64ff1b35e2bda8800379f127c08e2511934.debug	120777	root:root	../../usr/bin/imcat.debug
+/usr/lib/debug/.build-id/d3	40755	root:root	
+/usr/lib/debug/.build-id/d3/86027cdbb4d17adc9e78aa3e0c804058aed10f	120777	root:root	../../../../bin/htmlsp
+/usr/lib/debug/.build-id/d3/86027cdbb4d17adc9e78aa3e0c804058aed10f.debug	120777	root:root	../../usr/bin/htmlsp.debug
+/usr/lib/debug/.build-id/d5	40755	root:root	
+/usr/lib/debug/.build-id/d5/d4acfc8acb8eb9313214c540cf8f3a0a338f47	120777	root:root	../../../../bin/scat
+/usr/lib/debug/.build-id/d5/d4acfc8acb8eb9313214c540cf8f3a0a338f47.debug	120777	root:root	../../usr/bin/scat.debug
+/usr/lib/debug/.build-id/d9	40755	root:root	
+/usr/lib/debug/.build-id/d9/dc780530342eb0f0add37a8eec28332c22ca3d	120777	root:root	../../../../bin/sethead
+/usr/lib/debug/.build-id/d9/dc780530342eb0f0add37a8eec28332c22ca3d.debug	120777	root:root	../../usr/bin/sethead.debug
+/usr/lib/debug/.build-id/db	40755	root:root	
+/usr/lib/debug/.build-id/db/d4662244f0c32b89925145aec959db8d122e86	120777	root:root	../../../../bin/fileroot
+/usr/lib/debug/.build-id/db/d4662244f0c32b89925145aec959db8d122e86.debug	120777	root:root	../../usr/bin/fileroot.debug
+/usr/lib/debug/.build-id/dc	40755	root:root	
+/usr/lib/debug/.build-id/dc/f5657d9838be034063877e71f8a42e1de59c6c	120777	root:root	../../../../bin/isnum
+/usr/lib/debug/.build-id/dc/f5657d9838be034063877e71f8a42e1de59c6c.debug	120777	root:root	../../usr/bin/isnum.debug
+/usr/lib/debug/.build-id/e1	40755	root:root	
+/usr/lib/debug/.build-id/e1/6a39b2db0d56633a9c6eed63c95a975aa1a034	120777	root:root	../../../../bin/sumpix
+/usr/lib/debug/.build-id/e1/6a39b2db0d56633a9c6eed63c95a975aa1a034.debug	120777	root:root	../../usr/bin/sumpix.debug
 /usr/lib/debug/.build-id/e3	40755	root:root	
-/usr/lib/debug/.build-id/e3/6d6a6e796249133033d3aa9644bbab947f597b	120777	root:root	../../../../bin/delwcs
-/usr/lib/debug/.build-id/e3/6d6a6e796249133033d3aa9644bbab947f597b.debug	120777	root:root	../../usr/bin/delwcs.debug
-/usr/lib/debug/.build-id/f3	40755	root:root	
-/usr/lib/debug/.build-id/f3/f8483b2be4c21a2be5bcab281605536df1d939	120777	root:root	../../../../bin/skycoor
-/usr/lib/debug/.build-id/f3/f8483b2be4c21a2be5bcab281605536df1d939.debug	120777	root:root	../../usr/bin/skycoor.debug
+/usr/lib/debug/.build-id/e3/ed3d3f27a2f690559c3940a948e92d3aa8c337	120777	root:root	../../../../bin/sky2xy
+/usr/lib/debug/.build-id/e3/ed3d3f27a2f690559c3940a948e92d3aa8c337.debug	120777	root:root	../../usr/bin/sky2xy.debug
+/usr/lib/debug/.build-id/e4	40755	root:root	
+/usr/lib/debug/.build-id/e4/2589caf4021685c6e0a70c89afe3738a58b9cf	120777	root:root	../../../../bin/imextract
+/usr/lib/debug/.build-id/e4/2589caf4021685c6e0a70c89afe3738a58b9cf.debug	120777	root:root	../../usr/bin/imextract.debug
+/usr/lib/debug/.build-id/e5	40755	root:root	
+/usr/lib/debug/.build-id/e5/b11a07fffe30a9a990365a7ed92b848dd227e8	120777	root:root	../../../../bin/addpix
+/usr/lib/debug/.build-id/e5/b11a07fffe30a9a990365a7ed92b848dd227e8.debug	120777	root:root	../../usr/bin/addpix.debug
 /usr/lib/debug/.build-id/f5	40755	root:root	
-/usr/lib/debug/.build-id/f5/d030268a8d29265bcdf17381e601087f883777	120777	root:root	../../../../bin/subpix
-/usr/lib/debug/.build-id/f5/d030268a8d29265bcdf17381e601087f883777.debug	120777	root:root	../../usr/bin/subpix.debug
+/usr/lib/debug/.build-id/f5/4bbebbf8eed6d0c6efc3dc2c877c0ed8260036	120777	root:root	../../../../bin/char2sp
+/usr/lib/debug/.build-id/f5/4bbebbf8eed6d0c6efc3dc2c877c0ed8260036.debug	120777	root:root	../../usr/bin/char2sp.debug
+/usr/lib/debug/.build-id/fe	40755	root:root	
+/usr/lib/debug/.build-id/fe/9a2547449bf0046de7a9a2b0e591a4eac8c40b	120777	root:root	../../../../bin/imrot
+/usr/lib/debug/.build-id/fe/9a2547449bf0046de7a9a2b0e591a4eac8c40b.debug	120777	root:root	../../usr/bin/imrot.debug
 /usr/lib/debug/usr/bin/addpix.debug	100644	root:root	
@@ -258,201 +257,200 @@
 Provides: wcstools-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1
-File: /usr/lib/debug/.build-id/09	40755	root:root		
-File: /usr/lib/debug/.build-id/09/a8bea4787d77e50b116d1f8c1af57d1c4e0c5f	120777	root:root		../../../../bin/crlf
-File: /usr/lib/debug/.build-id/09/a8bea4787d77e50b116d1f8c1af57d1c4e0c5f.debug	120777	root:root		../../usr/bin/crlf.debug
-File: /usr/lib/debug/.build-id/0a	40755	root:root		
-File: /usr/lib/debug/.build-id/0a/ec0663c7f79a0e969522f61c747124ae85115a	120777	root:root		../../../../bin/imextract
-File: /usr/lib/debug/.build-id/0a/ec0663c7f79a0e969522f61c747124ae85115a.debug	120777	root:root		../../usr/bin/imextract.debug
-File: /usr/lib/debug/.build-id/0b	40755	root:root		
-File: /usr/lib/debug/.build-id/0b/057fb02da29ec291aeb1fff9dd8bbaa01dd077	120777	root:root		../../../../bin/imstar
-File: /usr/lib/debug/.build-id/0b/057fb02da29ec291aeb1fff9dd8bbaa01dd077.debug	120777	root:root		../../usr/bin/imstar.debug
-File: /usr/lib/debug/.build-id/18	40755	root:root		
-File: /usr/lib/debug/.build-id/18/f1878a8e79e43e348d2c1f79123a237fc2c3f8	120777	root:root		../../../../bin/scat
-File: /usr/lib/debug/.build-id/18/f1878a8e79e43e348d2c1f79123a237fc2c3f8.debug	120777	root:root		../../usr/bin/scat.debug
-File: /usr/lib/debug/.build-id/24	40755	root:root		
-File: /usr/lib/debug/.build-id/24/b0936a0fb7e8bedd833220aa56ed3313621d62	120777	root:root		../../../../bin/isfile
-File: /usr/lib/debug/.build-id/24/b0936a0fb7e8bedd833220aa56ed3313621d62.debug	120777	root:root		../../usr/bin/isfile.debug
-File: /usr/lib/debug/.build-id/2a	40755	root:root		
-File: /usr/lib/debug/.build-id/2a/83a4ba335000644deb1de5d07a6ba3d5c312a1	120777	root:root		../../../../bin/edhead
-File: /usr/lib/debug/.build-id/2a/83a4ba335000644deb1de5d07a6ba3d5c312a1.debug	120777	root:root		../../usr/bin/edhead.debug
-File: /usr/lib/debug/.build-id/2a/cdccb9aad7080c69ae6390b16dc0b6628b4bdb	120777	root:root		../../../../bin/newfits
-File: /usr/lib/debug/.build-id/2a/cdccb9aad7080c69ae6390b16dc0b6628b4bdb.debug	120777	root:root		../../usr/bin/newfits.debug
-File: /usr/lib/debug/.build-id/2d	40755	root:root		
-File: /usr/lib/debug/.build-id/2d/fa3bc8dab70547f8373567c09d57b2644ad700	120777	root:root		../../../../bin/cphead
-File: /usr/lib/debug/.build-id/2d/fa3bc8dab70547f8373567c09d57b2644ad700.debug	120777	root:root		../../usr/bin/cphead.debug
-File: /usr/lib/debug/.build-id/32	40755	root:root		
-File: /usr/lib/debug/.build-id/32/1848e7c5171c9a0bb7e833745c03ca03ac0815	120777	root:root		../../../../bin/filext
-File: /usr/lib/debug/.build-id/32/1848e7c5171c9a0bb7e833745c03ca03ac0815.debug	120777	root:root		../../usr/bin/filext.debug
-File: /usr/lib/debug/.build-id/38	40755	root:root		
-File: /usr/lib/debug/.build-id/38/298c7c1492aff73f8b3479ea8a74967af1ba70	120777	root:root		../../../../bin/imsize
-File: /usr/lib/debug/.build-id/38/298c7c1492aff73f8b3479ea8a74967af1ba70.debug	120777	root:root		../../usr/bin/imsize.debug
-File: /usr/lib/debug/.build-id/3b	40755	root:root		
-File: /usr/lib/debug/.build-id/3b/466e323970893bdfb6c5b17c2370fe919adccf	120777	root:root		../../../../bin/getdate
-File: /usr/lib/debug/.build-id/3b/466e323970893bdfb6c5b17c2370fe919adccf.debug	120777	root:root		../../usr/bin/getdate.debug
-File: /usr/lib/debug/.build-id/3c	40755	root:root		
-File: /usr/lib/debug/.build-id/3c/8ea413d8bf326d7dc821c29f2ecd0f28e81293	120777	root:root		../../../../bin/sethead
-File: /usr/lib/debug/.build-id/3c/8ea413d8bf326d7dc821c29f2ecd0f28e81293.debug	120777	root:root		../../usr/bin/sethead.debug
-File: /usr/lib/debug/.build-id/4a	40755	root:root		
-File: /usr/lib/debug/.build-id/4a/e24220ba3247952f782c0141feb85038ce7628	120777	root:root		../../../../bin/i2f
-File: /usr/lib/debug/.build-id/4a/e24220ba3247952f782c0141feb85038ce7628.debug	120777	root:root		../../usr/bin/i2f.debug
-File: /usr/lib/debug/.build-id/4e	40755	root:root		
-File: /usr/lib/debug/.build-id/4e/67e4595dbb9251d614b676867f7f652e500238	120777	root:root		../../../../bin/wcsremap
-File: /usr/lib/debug/.build-id/4e/67e4595dbb9251d614b676867f7f652e500238.debug	120777	root:root		../../usr/bin/wcsremap.debug
-File: /usr/lib/debug/.build-id/50	40755	root:root		
-File: /usr/lib/debug/.build-id/50/37525d6ddb72e0f06a406ddf2dad780336022e	120777	root:root		../../../../bin/char2sp
-File: /usr/lib/debug/.build-id/50/37525d6ddb72e0f06a406ddf2dad780336022e.debug	120777	root:root		../../usr/bin/char2sp.debug
-File: /usr/lib/debug/.build-id/53	40755	root:root		
-File: /usr/lib/debug/.build-id/53/2d90eb4671c509cfa0e5bf51a03d248148642d	120777	root:root		../../../../bin/delhead
-File: /usr/lib/debug/.build-id/53/2d90eb4671c509cfa0e5bf51a03d248148642d.debug	120777	root:root		../../usr/bin/delhead.debug
-File: /usr/lib/debug/.build-id/54	40755	root:root		
-File: /usr/lib/debug/.build-id/54/49b257d3da33d418412f6be484dda993389530	120777	root:root		../../../../bin/setpix
-File: /usr/lib/debug/.build-id/54/49b257d3da33d418412f6be484dda993389530.debug	120777	root:root		../../usr/bin/setpix.debug
-File: /usr/lib/debug/.build-id/55	40755	root:root		
-File: /usr/lib/debug/.build-id/55/f2153b5fd4da355f0d4751e3c1b2c665ba316e	120777	root:root		../../../../bin/getpix
-File: /usr/lib/debug/.build-id/55/f2153b5fd4da355f0d4751e3c1b2c665ba316e.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/0a917b041d4d4a0033f0cf9f8cba6d596f62e4	120777	root:root		../../../../bin/wcshead
-File: /usr/lib/debug/.build-id/5c/0a917b041d4d4a0033f0cf9f8cba6d596f62e4.debug	120777	root:root		../../usr/bin/wcshead.debug
-File: /usr/lib/debug/.build-id/5c/89d117e2505a1493016c06d96f64a0178d11b0	120777	root:root		../../../../bin/conpix
-File: /usr/lib/debug/.build-id/5c/89d117e2505a1493016c06d96f64a0178d11b0.debug	120777	root:root		../../usr/bin/conpix.debug
-File: /usr/lib/debug/.build-id/5d	40755	root:root		
-File: /usr/lib/debug/.build-id/5d/79dfe6d159d354dbc62a429629f0d01c87f668	120777	root:root		../../../../bin/simpos
-File: /usr/lib/debug/.build-id/5d/79dfe6d159d354dbc62a429629f0d01c87f668.debug	120777	root:root		../../usr/bin/simpos.debug
-File: /usr/lib/debug/.build-id/5e	40755	root:root		
-File: /usr/lib/debug/.build-id/5e/40393f03eaed0061de6b64773662c6b0a120f0	120777	root:root		../../../../bin/gethead
-File: /usr/lib/debug/.build-id/5e/40393f03eaed0061de6b64773662c6b0a120f0.debug	120777	root:root		../../usr/bin/gethead.debug
-File: /usr/lib/debug/.build-id/5e/e498bdb1d30c9091c973a9fa8d5527259a4e1e	120777	root:root		../../../../bin/imcat
-File: /usr/lib/debug/.build-id/5e/e498bdb1d30c9091c973a9fa8d5527259a4e1e.debug	120777	root:root		../../usr/bin/imcat.debug
-File: /usr/lib/debug/.build-id/60	40755	root:root		
-File: /usr/lib/debug/.build-id/60/3b32f0526e6d856ef8693613467e7e75188246	120777	root:root		../../../../bin/fileroot
-File: /usr/lib/debug/.build-id/60/3b32f0526e6d856ef8693613467e7e75188246.debug	120777	root:root		../../usr/bin/fileroot.debug
-File: /usr/lib/debug/.build-id/68	40755	root:root		
-File: /usr/lib/debug/.build-id/68/6fe9657ddf5f73ca61aacd165af0a2679b82e1	120777	root:root		../../../../bin/isrange
-File: /usr/lib/debug/.build-id/68/6fe9657ddf5f73ca61aacd165af0a2679b82e1.debug	120777	root:root		../../usr/bin/isrange.debug
-File: /usr/lib/debug/.build-id/69	40755	root:root		
-File: /usr/lib/debug/.build-id/69/a38f59fc62ce8d446a31f44ced79b8efba7d7b	120777	root:root		../../../../bin/sumpix
-File: /usr/lib/debug/.build-id/69/a38f59fc62ce8d446a31f44ced79b8efba7d7b.debug	120777	root:root		../../usr/bin/sumpix.debug
-File: /usr/lib/debug/.build-id/71	40755	root:root		
-File: /usr/lib/debug/.build-id/71/7ab70c383afa4d9aee0265ca81d61bd8b9f192	120777	root:root		../../../../bin/gettab
-File: /usr/lib/debug/.build-id/71/7ab70c383afa4d9aee0265ca81d61bd8b9f192.debug	120777	root:root		../../usr/bin/gettab.debug
-File: /usr/lib/debug/.build-id/83	40755	root:root		
-File: /usr/lib/debug/.build-id/83/0e8015e8cb5ee3b066dc0b1cf8af7320d831e6	120777	root:root		../../../../bin/filename
-File: /usr/lib/debug/.build-id/83/0e8015e8cb5ee3b066dc0b1cf8af7320d831e6.debug	120777	root:root		../../usr/bin/filename.debug
+File: /usr/lib/debug/.build-id/02	40755	root:root		
+File: /usr/lib/debug/.build-id/02/f558ad9baf24f92c0ed0576749915c5990bdab	120777	root:root		../../../../bin/getpix
+File: /usr/lib/debug/.build-id/02/f558ad9baf24f92c0ed0576749915c5990bdab.debug	120777	root:root		../../usr/bin/getpix.debug
+File: /usr/lib/debug/.build-id/10	40755	root:root		
+File: /usr/lib/debug/.build-id/10/6cc96577dc2dc6f516537fa68bda95f88b88f5	120777	root:root		../../../../bin/imresize
+File: /usr/lib/debug/.build-id/10/6cc96577dc2dc6f516537fa68bda95f88b88f5.debug	120777	root:root		../../usr/bin/imresize.debug
+File: /usr/lib/debug/.build-id/23	40755	root:root		
+File: /usr/lib/debug/.build-id/23/d9966ab114099ad134fc45457672cd2832d586	120777	root:root		../../../../bin/fixpix
+File: /usr/lib/debug/.build-id/23/d9966ab114099ad134fc45457672cd2832d586.debug	120777	root:root		../../usr/bin/fixpix.debug
+File: /usr/lib/debug/.build-id/2e	40755	root:root		
+File: /usr/lib/debug/.build-id/2e/e3bf1e4a4be8401467f6ce49600e6c125d96d3	120777	root:root		../../../../bin/bincat
+File: /usr/lib/debug/.build-id/2e/e3bf1e4a4be8401467f6ce49600e6c125d96d3.debug	120777	root:root		../../usr/bin/bincat.debug
+File: /usr/lib/debug/.build-id/34	40755	root:root		
+File: /usr/lib/debug/.build-id/34/547e77f34b88d2cecc597d473d653c4863db00	120777	root:root		../../../../bin/edhead
+File: /usr/lib/debug/.build-id/34/547e77f34b88d2cecc597d473d653c4863db00.debug	120777	root:root		../../usr/bin/edhead.debug
+File: /usr/lib/debug/.build-id/43	40755	root:root		
+File: /usr/lib/debug/.build-id/43/e1bc22b17a97b4ff1dafde8325ae73e5d9a4ab	120777	root:root		../../../../bin/immatch
+File: /usr/lib/debug/.build-id/43/e1bc22b17a97b4ff1dafde8325ae73e5d9a4ab.debug	120777	root:root		../../usr/bin/immatch.debug
+File: /usr/lib/debug/.build-id/44	40755	root:root		
+File: /usr/lib/debug/.build-id/44/855cb3fed774fe1bcd579c907f1678611add7b	120777	root:root		../../../../bin/imstar
+File: /usr/lib/debug/.build-id/44/855cb3fed774fe1bcd579c907f1678611add7b.debug	120777	root:root		../../usr/bin/imstar.debug
+File: /usr/lib/debug/.build-id/49	40755	root:root		
+File: /usr/lib/debug/.build-id/49/27c4b03d4a286373013e37663ed657b337287e	120777	root:root		../../../../bin/getfits
+File: /usr/lib/debug/.build-id/49/27c4b03d4a286373013e37663ed657b337287e.debug	120777	root:root		../../usr/bin/getfits.debug
+File: /usr/lib/debug/.build-id/4c	40755	root:root		
+File: /usr/lib/debug/.build-id/4c/c187b3670968d84e5075d21358f2fa141b1147	120777	root:root		../../../../bin/gettab
+File: /usr/lib/debug/.build-id/4c/c187b3670968d84e5075d21358f2fa141b1147.debug	120777	root:root		../../usr/bin/gettab.debug
+File: /usr/lib/debug/.build-id/51	40755	root:root		
+File: /usr/lib/debug/.build-id/51/3c6213a3cba1b18c886f93ad18d77ae9b263c7	120777	root:root		../../../../bin/crlf
+File: /usr/lib/debug/.build-id/51/3c6213a3cba1b18c886f93ad18d77ae9b263c7.debug	120777	root:root		../../usr/bin/crlf.debug
+File: /usr/lib/debug/.build-id/51/e683db1eb566e0c250cad6e39b9de6deecc891	120777	root:root		../../../../bin/sp2char
+File: /usr/lib/debug/.build-id/51/e683db1eb566e0c250cad6e39b9de6deecc891.debug	120777	root:root		../../usr/bin/sp2char.debug
+File: /usr/lib/debug/.build-id/58	40755	root:root		
+File: /usr/lib/debug/.build-id/58/3864abf0f00ca0c8aea8d9fc85f0f2acbac7d5	120777	root:root		../../../../bin/imfill
+File: /usr/lib/debug/.build-id/58/3864abf0f00ca0c8aea8d9fc85f0f2acbac7d5.debug	120777	root:root		../../usr/bin/imfill.debug
+File: /usr/lib/debug/.build-id/58/e3f3672b610dbe42c7a73f1a4557b9d8df53ac	120777	root:root		../../../../bin/isfits
+File: /usr/lib/debug/.build-id/58/e3f3672b610dbe42c7a73f1a4557b9d8df53ac.debug	120777	root:root		../../usr/bin/isfits.debug
+File: /usr/lib/debug/.build-id/5b	40755	root:root		
+File: /usr/lib/debug/.build-id/5b/f8185e44c2eafc5b95c53d65e70d8d9f23bf77	120777	root:root		../../../../bin/filename
+File: /usr/lib/debug/.build-id/5b/f8185e44c2eafc5b95c53d65e70d8d9f23bf77.debug	120777	root:root		../../usr/bin/filename.debug
+File: /usr/lib/debug/.build-id/67	40755	root:root		
+File: /usr/lib/debug/.build-id/67/2e9782ce55a092afebab24c0309956fa96515f	120777	root:root		../../../../bin/imwcs
+File: /usr/lib/debug/.build-id/67/2e9782ce55a092afebab24c0309956fa96515f.debug	120777	root:root		../../usr/bin/imwcs.debug
+File: /usr/lib/debug/.build-id/6a	40755	root:root		
+File: /usr/lib/debug/.build-id/6a/04c4298815514e19a90907bbfe7e6dab485242	120777	root:root		../../../../bin/newfits
+File: /usr/lib/debug/.build-id/6a/04c4298815514e19a90907bbfe7e6dab485242.debug	120777	root:root		../../usr/bin/newfits.debug
+File: /usr/lib/debug/.build-id/6a/e1385a7f56ae0ab21cace38e4eea74c39bf10c	120777	root:root		../../../../bin/getdate
+File: /usr/lib/debug/.build-id/6a/e1385a7f56ae0ab21cace38e4eea74c39bf10c.debug	120777	root:root		../../usr/bin/getdate.debug
+File: /usr/lib/debug/.build-id/6f	40755	root:root		
+File: /usr/lib/debug/.build-id/6f/389d540f5b06d068e7cfcdf15af0fd65874169	120777	root:root		../../../../bin/subpix
+File: /usr/lib/debug/.build-id/6f/389d540f5b06d068e7cfcdf15af0fd65874169.debug	120777	root:root		../../usr/bin/subpix.debug
+File: /usr/lib/debug/.build-id/72	40755	root:root		
+File: /usr/lib/debug/.build-id/72/1100486da7e816b97aa762e22948420078807b	120777	root:root		../../../../bin/xy2sky
+File: /usr/lib/debug/.build-id/72/1100486da7e816b97aa762e22948420078807b.debug	120777	root:root		../../usr/bin/xy2sky.debug
+File: /usr/lib/debug/.build-id/76	40755	root:root		
+File: /usr/lib/debug/.build-id/76/6c2c2c9150ffcc0554c135c0d599a38bc53c07	120777	root:root		../../../../bin/delhead
+File: /usr/lib/debug/.build-id/76/6c2c2c9150ffcc0554c135c0d599a38bc53c07.debug	120777	root:root		../../usr/bin/delhead.debug
+File: /usr/lib/debug/.build-id/7b	40755	root:root		
+File: /usr/lib/debug/.build-id/7b/1026e18a1b9868d2ee9419cfa45148ef78e0b5	120777	root:root		../../../../bin/gethead
+File: /usr/lib/debug/.build-id/7b/1026e18a1b9868d2ee9419cfa45148ef78e0b5.debug	120777	root:root		../../usr/bin/gethead.debug
 File: /usr/lib/debug/.build-id/85	40755	root:root		
-File: /usr/lib/debug/.build-id/85/971e77cd0610fe56a179c87ffc90cc5b577e1b	120777	root:root		../../../../bin/addpix
-File: /usr/lib/debug/.build-id/85/971e77cd0610fe56a179c87ffc90cc5b577e1b.debug	120777	root:root		../../usr/bin/addpix.debug
-File: /usr/lib/debug/.build-id/8b	40755	root:root		
-File: /usr/lib/debug/.build-id/8b/86bc92b9da16b8fe2e7701777f82847d529fef	120777	root:root		../../../../bin/imresize
-File: /usr/lib/debug/.build-id/8b/86bc92b9da16b8fe2e7701777f82847d529fef.debug	120777	root:root		../../usr/bin/imresize.debug
-File: /usr/lib/debug/.build-id/90	40755	root:root		
-File: /usr/lib/debug/.build-id/90/bec3ad5c1439ac0fe449fe4857d5f7c49bf66b	120777	root:root		../../../../bin/getcol
-File: /usr/lib/debug/.build-id/90/bec3ad5c1439ac0fe449fe4857d5f7c49bf66b.debug	120777	root:root		../../usr/bin/getcol.debug
-File: /usr/lib/debug/.build-id/98	40755	root:root		
-File: /usr/lib/debug/.build-id/98/6cb359a01f4c6661b03f3d216718ca52f863f2	120777	root:root		../../../../bin/getfits
-File: /usr/lib/debug/.build-id/98/6cb359a01f4c6661b03f3d216718ca52f863f2.debug	120777	root:root		../../usr/bin/getfits.debug
-File: /usr/lib/debug/.build-id/99	40755	root:root		
-File: /usr/lib/debug/.build-id/99/e98d4e67943a0ea9ac08ac8e889c8243c83275	120777	root:root		../../../../bin/sp2char
-File: /usr/lib/debug/.build-id/99/e98d4e67943a0ea9ac08ac8e889c8243c83275.debug	120777	root:root		../../usr/bin/sp2char.debug
+File: /usr/lib/debug/.build-id/85/834c7d29841ddfdf154fe14f74e97a7b0e474e	120777	root:root		../../../../bin/imstack
+File: /usr/lib/debug/.build-id/85/834c7d29841ddfdf154fe14f74e97a7b0e474e.debug	120777	root:root		../../usr/bin/imstack.debug
+File: /usr/lib/debug/.build-id/86	40755	root:root		
+File: /usr/lib/debug/.build-id/86/796f95ea845a2db535851a7a7d6c786c85955f	120777	root:root		../../../../bin/delwcs
+File: /usr/lib/debug/.build-id/86/796f95ea845a2db535851a7a7d6c786c85955f.debug	120777	root:root		../../usr/bin/delwcs.debug
+File: /usr/lib/debug/.build-id/8a	40755	root:root		
+File: /usr/lib/debug/.build-id/8a/8984fc9d9aad4dfb33620723b82ef9cac95198	120777	root:root		../../../../bin/getcol
+File: /usr/lib/debug/.build-id/8a/8984fc9d9aad4dfb33620723b82ef9cac95198.debug	120777	root:root		../../usr/bin/getcol.debug
+File: /usr/lib/debug/.build-id/8f	40755	root:root		
+File: /usr/lib/debug/.build-id/8f/a92edee2a2b8f25f4bf7f6af785ac6e2e2bb9a	120777	root:root		../../../../bin/imsize
+File: /usr/lib/debug/.build-id/8f/a92edee2a2b8f25f4bf7f6af785ac6e2e2bb9a.debug	120777	root:root		../../usr/bin/imsize.debug
+File: /usr/lib/debug/.build-id/9b	40755	root:root		
+File: /usr/lib/debug/.build-id/9b/44de54206366cfe9780eaafd87e9fbf48b402e	120777	root:root		../../../../bin/conpix
+File: /usr/lib/debug/.build-id/9b/44de54206366cfe9780eaafd87e9fbf48b402e.debug	120777	root:root		../../usr/bin/conpix.debug
 File: /usr/lib/debug/.build-id/9d	40755	root:root		
-File: /usr/lib/debug/.build-id/9d/d30a76d93370fe2ab0915a796e98c78bd74cb3	120777	root:root		../../../../bin/xy2sky
-File: /usr/lib/debug/.build-id/9d/d30a76d93370fe2ab0915a796e98c78bd74cb3.debug	120777	root:root		../../usr/bin/xy2sky.debug
-File: /usr/lib/debug/.build-id/a9	40755	root:root		
-File: /usr/lib/debug/.build-id/a9/0de75008f7f16dd5f7ff5ff7325156900d6e10	120777	root:root		../../../../bin/fixpix
-File: /usr/lib/debug/.build-id/a9/0de75008f7f16dd5f7ff5ff7325156900d6e10.debug	120777	root:root		../../usr/bin/fixpix.debug
-File: /usr/lib/debug/.build-id/ab	40755	root:root		
-File: /usr/lib/debug/.build-id/ab/7ca453e1c7362047ee1657521eaf6f8035cf40	120777	root:root		../../../../bin/isfits
-File: /usr/lib/debug/.build-id/ab/7ca453e1c7362047ee1657521eaf6f8035cf40.debug	120777	root:root		../../usr/bin/isfits.debug
-File: /usr/lib/debug/.build-id/ac	40755	root:root		
-File: /usr/lib/debug/.build-id/ac/8548df018a7d3138cfb6a0d0c8a78f83baa02a	120777	root:root		../../../../bin/imsmooth
-File: /usr/lib/debug/.build-id/ac/8548df018a7d3138cfb6a0d0c8a78f83baa02a.debug	120777	root:root		../../usr/bin/imsmooth.debug
-File: /usr/lib/debug/.build-id/af	40755	root:root		
-File: /usr/lib/debug/.build-id/af/fb4328742c0c9834371aa906a6c4b743b87ae7	120777	root:root		../../../../bin/imhead
-File: /usr/lib/debug/.build-id/af/fb4328742c0c9834371aa906a6c4b743b87ae7.debug	120777	root:root		../../usr/bin/imhead.debug
-File: /usr/lib/debug/.build-id/b2	40755	root:root		
-File: /usr/lib/debug/.build-id/b2/474fbced3fa2de669af8c7020c8bbb926c2539	120777	root:root		../../../../bin/isnum
-File: /usr/lib/debug/.build-id/b2/474fbced3fa2de669af8c7020c8bbb926c2539.debug	120777	root:root		../../usr/bin/isnum.debug
-File: /usr/lib/debug/.build-id/b9	40755	root:root		
-File: /usr/lib/debug/.build-id/b9/8a56e7959742038bb5c499ee7775f0781920d3	120777	root:root		../../../../bin/imstack
-File: /usr/lib/debug/.build-id/b9/8a56e7959742038bb5c499ee7775f0781920d3.debug	120777	root:root		../../usr/bin/imstack.debug
-File: /usr/lib/debug/.build-id/ba	40755	root:root		
-File: /usr/lib/debug/.build-id/ba/15225b33f8c7d240c4018d2fca8163c3097bd5	120777	root:root		../../../../bin/imwcs
-File: /usr/lib/debug/.build-id/ba/15225b33f8c7d240c4018d2fca8163c3097bd5.debug	120777	root:root		../../usr/bin/imwcs.debug
-File: /usr/lib/debug/.build-id/bc	40755	root:root		
-File: /usr/lib/debug/.build-id/bc/c63d780b8509b5e485b53a7e5fb2c5ad5d53fe	120777	root:root		../../../../bin/immatch
-File: /usr/lib/debug/.build-id/bc/c63d780b8509b5e485b53a7e5fb2c5ad5d53fe.debug	120777	root:root		../../usr/bin/immatch.debug
-File: /usr/lib/debug/.build-id/c5	40755	root:root		
-File: /usr/lib/debug/.build-id/c5/2dbda0a3800797c64827136f1e159ff23032b9	120777	root:root		../../../../bin/imrot
-File: /usr/lib/debug/.build-id/c5/2dbda0a3800797c64827136f1e159ff23032b9.debug	120777	root:root		../../usr/bin/imrot.debug
-File: /usr/lib/debug/.build-id/c8	40755	root:root		
-File: /usr/lib/debug/.build-id/c8/317ddae372be58d9ddb23a42fc7ab1707267ce	120777	root:root		../../../../bin/imfill
-File: /usr/lib/debug/.build-id/c8/317ddae372be58d9ddb23a42fc7ab1707267ce.debug	120777	root:root		../../usr/bin/imfill.debug
-File: /usr/lib/debug/.build-id/c8/ff9601466f4473337f92d18d5973bdb9df4f3c	120777	root:root		../../../../bin/sky2xy
-File: /usr/lib/debug/.build-id/c8/ff9601466f4473337f92d18d5973bdb9df4f3c.debug	120777	root:root		../../usr/bin/sky2xy.debug
-File: /usr/lib/debug/.build-id/d8	40755	root:root		
-File: /usr/lib/debug/.build-id/d8/4ede4309d36a91322bdbb7e17d91383e4565e7	120777	root:root		../../../../bin/htmlsp
-File: /usr/lib/debug/.build-id/d8/4ede4309d36a91322bdbb7e17d91383e4565e7.debug	120777	root:root		../../usr/bin/htmlsp.debug
-File: /usr/lib/debug/.build-id/d8/83de6928f5626fdeb9f0cc171c63e1694c4272	120777	root:root		../../../../bin/bincat
-File: /usr/lib/debug/.build-id/d8/83de6928f5626fdeb9f0cc171c63e1694c4272.debug	120777	root:root		../../usr/bin/bincat.debug
-File: /usr/lib/debug/.build-id/df	40755	root:root		
-File: /usr/lib/debug/.build-id/df/57d37ec0d9f0d117824b522e8132e18cb44cb3	120777	root:root		../../../../bin/keyhead
-File: /usr/lib/debug/.build-id/df/57d37ec0d9f0d117824b522e8132e18cb44cb3.debug	120777	root:root		../../usr/bin/keyhead.debug
+File: /usr/lib/debug/.build-id/9d/21de48ce15be37f3613e61af12e1f39cf06b3d	120777	root:root		../../../../bin/cphead
+File: /usr/lib/debug/.build-id/9d/21de48ce15be37f3613e61af12e1f39cf06b3d.debug	120777	root:root		../../usr/bin/cphead.debug
+File: /usr/lib/debug/.build-id/9e	40755	root:root		
+File: /usr/lib/debug/.build-id/9e/c3deddcec9155b8bb0d7bc8ea5166b5a3f967f	120777	root:root		../../../../bin/isrange
+File: /usr/lib/debug/.build-id/9e/c3deddcec9155b8bb0d7bc8ea5166b5a3f967f.debug	120777	root:root		../../usr/bin/isrange.debug
+File: /usr/lib/debug/.build-id/a0	40755	root:root		
+File: /usr/lib/debug/.build-id/a0/56c10502a6ed196c544b2173aef32c305f23c9	120777	root:root		../../../../bin/i2f
+File: /usr/lib/debug/.build-id/a0/56c10502a6ed196c544b2173aef32c305f23c9.debug	120777	root:root		../../usr/bin/i2f.debug
+File: /usr/lib/debug/.build-id/a2	40755	root:root		
+File: /usr/lib/debug/.build-id/a2/d0750747f8eaecef4dc330d273d6f32905691a	120777	root:root		../../../../bin/wcshead
+File: /usr/lib/debug/.build-id/a2/d0750747f8eaecef4dc330d273d6f32905691a.debug	120777	root:root		../../usr/bin/wcshead.debug
+File: /usr/lib/debug/.build-id/a5	40755	root:root		
+File: /usr/lib/debug/.build-id/a5/02b807daf025dc52e24107590ac7161f431755	120777	root:root		../../../../bin/imsmooth
+File: /usr/lib/debug/.build-id/a5/02b807daf025dc52e24107590ac7161f431755.debug	120777	root:root		../../usr/bin/imsmooth.debug
+File: /usr/lib/debug/.build-id/a5/37a6fe436ea6c2226401e7da1b20329c9da630	120777	root:root		../../../../bin/keyhead
+File: /usr/lib/debug/.build-id/a5/37a6fe436ea6c2226401e7da1b20329c9da630.debug	120777	root:root		../../usr/bin/keyhead.debug
+File: /usr/lib/debug/.build-id/a5/c5317cae1e8658d5c2c9880dfd77fd444039a0	120777	root:root		../../../../bin/filext
+File: /usr/lib/debug/.build-id/a5/c5317cae1e8658d5c2c9880dfd77fd444039a0.debug	120777	root:root		../../usr/bin/filext.debug
+File: /usr/lib/debug/.build-id/b6	40755	root:root		
+File: /usr/lib/debug/.build-id/b6/981fbec7c1ff77a7517e96931ac0295656fef3	120777	root:root		../../../../bin/imhead
+File: /usr/lib/debug/.build-id/b6/981fbec7c1ff77a7517e96931ac0295656fef3.debug	120777	root:root		../../usr/bin/imhead.debug
+File: /usr/lib/debug/.build-id/bf	40755	root:root		
+File: /usr/lib/debug/.build-id/bf/3f8661417a83188653f6d489a1cd7d75eb4f31	120777	root:root		../../../../bin/isfile
+File: /usr/lib/debug/.build-id/bf/3f8661417a83188653f6d489a1cd7d75eb4f31.debug	120777	root:root		../../usr/bin/isfile.debug
+File: /usr/lib/debug/.build-id/c4	40755	root:root		
+File: /usr/lib/debug/.build-id/c4/f52d214cd1b133711a0438b4d03c81e9ce1e3b	120777	root:root		../../../../bin/simpos
+File: /usr/lib/debug/.build-id/c4/f52d214cd1b133711a0438b4d03c81e9ce1e3b.debug	120777	root:root		../../usr/bin/simpos.debug
+File: /usr/lib/debug/.build-id/c9	40755	root:root		
+File: /usr/lib/debug/.build-id/c9/5f90f8e63777d006209136dd682edc2c8ac0eb	120777	root:root		../../../../bin/setpix
+File: /usr/lib/debug/.build-id/c9/5f90f8e63777d006209136dd682edc2c8ac0eb.debug	120777	root:root		../../usr/bin/setpix.debug
+File: /usr/lib/debug/.build-id/c9/c68b03a97a0dbc4c1dd1c69c1588b17f6add38	120777	root:root		../../../../bin/wcsremap
+File: /usr/lib/debug/.build-id/c9/c68b03a97a0dbc4c1dd1c69c1588b17f6add38.debug	120777	root:root		../../usr/bin/wcsremap.debug
+File: /usr/lib/debug/.build-id/cb	40755	root:root		
+File: /usr/lib/debug/.build-id/cb/b7706da41198f7b48f83d496a668d16f92eaa1	120777	root:root		../../../../bin/skycoor
+File: /usr/lib/debug/.build-id/cb/b7706da41198f7b48f83d496a668d16f92eaa1.debug	120777	root:root		../../usr/bin/skycoor.debug
+File: /usr/lib/debug/.build-id/cd	40755	root:root		
+File: /usr/lib/debug/.build-id/cd/73d64ff1b35e2bda8800379f127c08e2511934	120777	root:root		../../../../bin/imcat
+File: /usr/lib/debug/.build-id/cd/73d64ff1b35e2bda8800379f127c08e2511934.debug	120777	root:root		../../usr/bin/imcat.debug
+File: /usr/lib/debug/.build-id/d3	40755	root:root		
+File: /usr/lib/debug/.build-id/d3/86027cdbb4d17adc9e78aa3e0c804058aed10f	120777	root:root		../../../../bin/htmlsp
+File: /usr/lib/debug/.build-id/d3/86027cdbb4d17adc9e78aa3e0c804058aed10f.debug	120777	root:root		../../usr/bin/htmlsp.debug
+File: /usr/lib/debug/.build-id/d5	40755	root:root		
+File: /usr/lib/debug/.build-id/d5/d4acfc8acb8eb9313214c540cf8f3a0a338f47	120777	root:root		../../../../bin/scat
+File: /usr/lib/debug/.build-id/d5/d4acfc8acb8eb9313214c540cf8f3a0a338f47.debug	120777	root:root		../../usr/bin/scat.debug
+File: /usr/lib/debug/.build-id/d9	40755	root:root		
+File: /usr/lib/debug/.build-id/d9/dc780530342eb0f0add37a8eec28332c22ca3d	120777	root:root		../../../../bin/sethead
+File: /usr/lib/debug/.build-id/d9/dc780530342eb0f0add37a8eec28332c22ca3d.debug	120777	root:root		../../usr/bin/sethead.debug
+File: /usr/lib/debug/.build-id/db	40755	root:root		
+File: /usr/lib/debug/.build-id/db/d4662244f0c32b89925145aec959db8d122e86	120777	root:root		../../../../bin/fileroot
+File: /usr/lib/debug/.build-id/db/d4662244f0c32b89925145aec959db8d122e86.debug	120777	root:root		../../usr/bin/fileroot.debug
+File: /usr/lib/debug/.build-id/dc	40755	root:root		
+File: /usr/lib/debug/.build-id/dc/f5657d9838be034063877e71f8a42e1de59c6c	120777	root:root		../../../../bin/isnum
+File: /usr/lib/debug/.build-id/dc/f5657d9838be034063877e71f8a42e1de59c6c.debug	120777	root:root		../../usr/bin/isnum.debug
+File: /usr/lib/debug/.build-id/e1	40755	root:root		
+File: /usr/lib/debug/.build-id/e1/6a39b2db0d56633a9c6eed63c95a975aa1a034	120777	root:root		../../../../bin/sumpix
+File: /usr/lib/debug/.build-id/e1/6a39b2db0d56633a9c6eed63c95a975aa1a034.debug	120777	root:root		../../usr/bin/sumpix.debug
 File: /usr/lib/debug/.build-id/e3	40755	root:root		
-File: /usr/lib/debug/.build-id/e3/6d6a6e796249133033d3aa9644bbab947f597b	120777	root:root		../../../../bin/delwcs
-File: /usr/lib/debug/.build-id/e3/6d6a6e796249133033d3aa9644bbab947f597b.debug	120777	root:root		../../usr/bin/delwcs.debug
-File: /usr/lib/debug/.build-id/f3	40755	root:root		
-File: /usr/lib/debug/.build-id/f3/f8483b2be4c21a2be5bcab281605536df1d939	120777	root:root		../../../../bin/skycoor
-File: /usr/lib/debug/.build-id/f3/f8483b2be4c21a2be5bcab281605536df1d939.debug	120777	root:root		../../usr/bin/skycoor.debug
+File: /usr/lib/debug/.build-id/e3/ed3d3f27a2f690559c3940a948e92d3aa8c337	120777	root:root		../../../../bin/sky2xy
+File: /usr/lib/debug/.build-id/e3/ed3d3f27a2f690559c3940a948e92d3aa8c337.debug	120777	root:root		../../usr/bin/sky2xy.debug
+File: /usr/lib/debug/.build-id/e4	40755	root:root		
+File: /usr/lib/debug/.build-id/e4/2589caf4021685c6e0a70c89afe3738a58b9cf	120777	root:root		../../../../bin/imextract
+File: /usr/lib/debug/.build-id/e4/2589caf4021685c6e0a70c89afe3738a58b9cf.debug	120777	root:root		../../usr/bin/imextract.debug
+File: /usr/lib/debug/.build-id/e5	40755	root:root		
+File: /usr/lib/debug/.build-id/e5/b11a07fffe30a9a990365a7ed92b848dd227e8	120777	root:root		../../../../bin/addpix
+File: /usr/lib/debug/.build-id/e5/b11a07fffe30a9a990365a7ed92b848dd227e8.debug	120777	root:root		../../usr/bin/addpix.debug
 File: /usr/lib/debug/.build-id/f5	40755	root:root		
-File: /usr/lib/debug/.build-id/f5/d030268a8d29265bcdf17381e601087f883777	120777	root:root		../../../../bin/subpix
-File: /usr/lib/debug/.build-id/f5/d030268a8d29265bcdf17381e601087f883777.debug	120777	root:root		../../usr/bin/subpix.debug
-File: /usr/lib/debug/usr/bin/addpix.debug	100644	root:root	51674d141570e0c5ec6d1fc37948f269	
-File: /usr/lib/debug/usr/bin/bincat.debug	100644	root:root	527beafef8d6fe1348ca08139545c50b	
-File: /usr/lib/debug/usr/bin/char2sp.debug	100644	root:root	2d110ae8eda7ad467aa6418878d98597	
-File: /usr/lib/debug/usr/bin/conpix.debug	100644	root:root	8733352dbc0584b193586a499b5ed8b3	
-File: /usr/lib/debug/usr/bin/cphead.debug	100644	root:root	0d06d18ea5be940e6fd4bb9530d85e76	
-File: /usr/lib/debug/usr/bin/crlf.debug	100644	root:root	ef00aebfbd380c6b6e6aa330d7c021c9	
-File: /usr/lib/debug/usr/bin/delhead.debug	100644	root:root	9a12f95d5899fa3c63045514c8328717	
-File: /usr/lib/debug/usr/bin/delwcs.debug	100644	root:root	9694f8135d3ad968ea3e917032284e3c	
-File: /usr/lib/debug/usr/bin/edhead.debug	100644	root:root	af16110c2a8c63aec76b0a9986b1e13a	
-File: /usr/lib/debug/usr/bin/filename.debug	100644	root:root	d7e46c8a1f82788a6ff3a6058a69b442	
-File: /usr/lib/debug/usr/bin/fileroot.debug	100644	root:root	affdf08083e96b9600b5b2a3fcf96142	
-File: /usr/lib/debug/usr/bin/filext.debug	100644	root:root	ada4367f6d7fa002b83c7a6f18753603	
-File: /usr/lib/debug/usr/bin/fixpix.debug	100644	root:root	c9c11b940561e0ad7d6bc23cce74d121	
-File: /usr/lib/debug/usr/bin/getcol.debug	100644	root:root	ba38726b3026c3f29f03b9cd0a52ac53	
-File: /usr/lib/debug/usr/bin/getdate.debug	100644	root:root	b287950964e5132da517a6cb5e66f14f	
-File: /usr/lib/debug/usr/bin/getfits.debug	100644	root:root	f849bbc52fca5de30ec539d86772a314	
-File: /usr/lib/debug/usr/bin/gethead.debug	100644	root:root	4cebe43a235a74a46c4e8daab2d7e9b6	
-File: /usr/lib/debug/usr/bin/getpix.debug	100644	root:root	b2ff2c975f81bf8d2894d9622bd37316	
-File: /usr/lib/debug/usr/bin/gettab.debug	100644	root:root	c7353f873d7efccd2e6dae35503859f0	
-File: /usr/lib/debug/usr/bin/htmlsp.debug	100644	root:root	91f0f89e1758d65111f7f99b3c68615d	
-File: /usr/lib/debug/usr/bin/i2f.debug	100644	root:root	59e0fc98c56b3ad12e9ce433ba7a93e9	
-File: /usr/lib/debug/usr/bin/imcat.debug	100644	root:root	0001d06096c5e2d6c2dae788330045cf	
-File: /usr/lib/debug/usr/bin/imextract.debug	100644	root:root	5b8fb049ab55d000f5125105a28c4bac	
-File: /usr/lib/debug/usr/bin/imfill.debug	100644	root:root	0f4683336ffa6f7b6a02ad626d158e16	
-File: /usr/lib/debug/usr/bin/imhead.debug	100644	root:root	9f0944844f5efd818f94c747a6e6e734	
-File: /usr/lib/debug/usr/bin/immatch.debug	100644	root:root	8a79aa2c8bb372514852b88b00341f65	
-File: /usr/lib/debug/usr/bin/imresize.debug	100644	root:root	29bc428d0ae949e6a91d2f3ebaa17c13	
-File: /usr/lib/debug/usr/bin/imrot.debug	100644	root:root	86f78ebd83d915ec8b32045077f73c9d	
-File: /usr/lib/debug/usr/bin/imsize.debug	100644	root:root	4e08ce7b886f98bf9ff4318666b72f2a	
-File: /usr/lib/debug/usr/bin/imsmooth.debug	100644	root:root	e34948c03d565f64b6c127b14d2410d3	
-File: /usr/lib/debug/usr/bin/imstack.debug	100644	root:root	953036f55b2b6069f15b3e6e18c93784	
-File: /usr/lib/debug/usr/bin/imstar.debug	100644	root:root	1379267e516b43b7953700f9546dcec4	
-File: /usr/lib/debug/usr/bin/imwcs.debug	100644	root:root	cbff0072a67791857ac45991b7c51b2a	
-File: /usr/lib/debug/usr/bin/isfile.debug	100644	root:root	7b161fd4d08cbd56316b5a113ec1b619	
-File: /usr/lib/debug/usr/bin/isfits.debug	100644	root:root	5df859df4430a59d184c99106b3a1452	
-File: /usr/lib/debug/usr/bin/isnum.debug	100644	root:root	176c5efe17df2c60e37af05c95b65e25	
-File: /usr/lib/debug/usr/bin/isrange.debug	100644	root:root	a96b2bf5dbb9ef771e4ba27db0957cf1	
-File: /usr/lib/debug/usr/bin/keyhead.debug	100644	root:root	e4648d63c1a183a839927d035b7685b9	
-File: /usr/lib/debug/usr/bin/newfits.debug	100644	root:root	cbb52ba8c76c816758ee373331027d2a	
-File: /usr/lib/debug/usr/bin/scat.debug	100644	root:root	e487a1a0054dfa678af1584caefded75	
-File: /usr/lib/debug/usr/bin/sethead.debug	100644	root:root	cc88f6221442da998f6688fd82af6e0e	
-File: /usr/lib/debug/usr/bin/setpix.debug	100644	root:root	df70ee0d9da1a461c4dced1bad005382	
-File: /usr/lib/debug/usr/bin/simpos.debug	100644	root:root	f405ca5a975626ecc1317e5882a025e5	
-File: /usr/lib/debug/usr/bin/sky2xy.debug	100644	root:root	3e3a2f51a2e96096d4b896156ca47fd5	
-File: /usr/lib/debug/usr/bin/skycoor.debug	100644	root:root	f89c96f4d263b7c0a24f19ff966828e6	
-File: /usr/lib/debug/usr/bin/sp2char.debug	100644	root:root	13e7c7fff9ff40e9af0c33349d4345fb	
-File: /usr/lib/debug/usr/bin/subpix.debug	100644	root:root	efe0e8cfc6b43a25036f9733a67597eb	
-File: /usr/lib/debug/usr/bin/sumpix.debug	100644	root:root	2b6d203b7a09d696980fbbe3b0291de9	
-File: /usr/lib/debug/usr/bin/wcshead.debug	100644	root:root	92f074edac108b57d4c5faeadb0186ef	
-File: /usr/lib/debug/usr/bin/wcsremap.debug	100644	root:root	7f60be813d10e40976aeddea13bae939	
-File: /usr/lib/debug/usr/bin/xy2sky.debug	100644	root:root	083a61061b54d3358f7cba27c152f653	
+File: /usr/lib/debug/.build-id/f5/4bbebbf8eed6d0c6efc3dc2c877c0ed8260036	120777	root:root		../../../../bin/char2sp
+File: /usr/lib/debug/.build-id/f5/4bbebbf8eed6d0c6efc3dc2c877c0ed8260036.debug	120777	root:root		../../usr/bin/char2sp.debug
+File: /usr/lib/debug/.build-id/fe	40755	root:root		
+File: /usr/lib/debug/.build-id/fe/9a2547449bf0046de7a9a2b0e591a4eac8c40b	120777	root:root		../../../../bin/imrot
+File: /usr/lib/debug/.build-id/fe/9a2547449bf0046de7a9a2b0e591a4eac8c40b.debug	120777	root:root		../../usr/bin/imrot.debug
+File: /usr/lib/debug/usr/bin/addpix.debug	100644	root:root	17b520f3abfdf2cc87510a9647fd9219	
+File: /usr/lib/debug/usr/bin/bincat.debug	100644	root:root	b580c2fb1fc02a0fac9cfaf150949f4d	
+File: /usr/lib/debug/usr/bin/char2sp.debug	100644	root:root	5b85c8f07b00dd2aa5e9f8ea8418fb3a	
+File: /usr/lib/debug/usr/bin/conpix.debug	100644	root:root	9b40486c532304f802eb21d9b6e980c3	
+File: /usr/lib/debug/usr/bin/cphead.debug	100644	root:root	3d36e2d798c1c2e122b43b197b5a88c8	
+File: /usr/lib/debug/usr/bin/crlf.debug	100644	root:root	6fcc9dc9034de0bb65746dd67d54772b	
+File: /usr/lib/debug/usr/bin/delhead.debug	100644	root:root	77118ae23d04582cc290fb84165531cd	
+File: /usr/lib/debug/usr/bin/delwcs.debug	100644	root:root	0b6747a185977b65746b7d3220b1ebcf	
+File: /usr/lib/debug/usr/bin/edhead.debug	100644	root:root	d2c4f56b6429610e9d70f576ff74407f	
+File: /usr/lib/debug/usr/bin/filename.debug	100644	root:root	63dc0130ec8cc23700e4b56792b0b128	
+File: /usr/lib/debug/usr/bin/fileroot.debug	100644	root:root	e184f2a2e52206aa6bd89b5cd0c1f962	
+File: /usr/lib/debug/usr/bin/filext.debug	100644	root:root	d8f0e5a180171e62ad0f836b394c0aef	
+File: /usr/lib/debug/usr/bin/fixpix.debug	100644	root:root	16bc29aa55d68b9314a742ea2b5e8737	
+File: /usr/lib/debug/usr/bin/getcol.debug	100644	root:root	068967c0f589d24ee7f02e0d537ca342	
+File: /usr/lib/debug/usr/bin/getdate.debug	100644	root:root	f8c97902f5e47b676501f349d549bf71	
+File: /usr/lib/debug/usr/bin/getfits.debug	100644	root:root	8e7f3547a21c07ad6d087760dab75b1c	
+File: /usr/lib/debug/usr/bin/gethead.debug	100644	root:root	86e4ab8467daf5d8a745e6b2fa1cc29d	
+File: /usr/lib/debug/usr/bin/getpix.debug	100644	root:root	2ecb07d6fa2b7fa18c59ae95d97b9a7a	
+File: /usr/lib/debug/usr/bin/gettab.debug	100644	root:root	551b914402c9a19e797e1cbbc06ed288	
+File: /usr/lib/debug/usr/bin/htmlsp.debug	100644	root:root	a78959fd0d36d1e998fca0c9c846e134	
+File: /usr/lib/debug/usr/bin/i2f.debug	100644	root:root	28d2f0f3ca1b7da6687c9b583ada8b07	
+File: /usr/lib/debug/usr/bin/imcat.debug	100644	root:root	8db0e982992cbd3697e498a8079eb78f	
+File: /usr/lib/debug/usr/bin/imextract.debug	100644	root:root	8eb0a1271005d5c26ab0b9528513441f	
+File: /usr/lib/debug/usr/bin/imfill.debug	100644	root:root	24abb3d0f8f90f113737b058de8e77f3	
+File: /usr/lib/debug/usr/bin/imhead.debug	100644	root:root	ae2f02e2d8493326a61587bfd0e406ce	
+File: /usr/lib/debug/usr/bin/immatch.debug	100644	root:root	ddb13f89c0105e02fe614dc24deb4f0b	
+File: /usr/lib/debug/usr/bin/imresize.debug	100644	root:root	45985405686b9e46cb686f5e6e9f5ab4	
+File: /usr/lib/debug/usr/bin/imrot.debug	100644	root:root	9f33779a201c23e0cb0589c71f30c931	
+File: /usr/lib/debug/usr/bin/imsize.debug	100644	root:root	a8eb039bdcd2d3c1968c603ed22d7d38	
+File: /usr/lib/debug/usr/bin/imsmooth.debug	100644	root:root	8026080b6088e85a1603ebb1d488c825	
+File: /usr/lib/debug/usr/bin/imstack.debug	100644	root:root	af0747c1d0b4e00e3e60aa43dfdd679d	
+File: /usr/lib/debug/usr/bin/imstar.debug	100644	root:root	99afdd7412390d2d28663f8410856eac	
+File: /usr/lib/debug/usr/bin/imwcs.debug	100644	root:root	d8330535441a7e84759c01ca0e2aed75	
+File: /usr/lib/debug/usr/bin/isfile.debug	100644	root:root	05c932848ccf09faa3a0ed558fcbf065	
+File: /usr/lib/debug/usr/bin/isfits.debug	100644	root:root	3784122b926bee8ab7458a8d1d133295	
+File: /usr/lib/debug/usr/bin/isnum.debug	100644	root:root	b6fd955e66570bc727c0fef24d808c2e	
+File: /usr/lib/debug/usr/bin/isrange.debug	100644	root:root	23820147ce1c153b8612652cf5b21cd2	
+File: /usr/lib/debug/usr/bin/keyhead.debug	100644	root:root	9d617b499b2c80449de776a0d3092afa	
+File: /usr/lib/debug/usr/bin/newfits.debug	100644	root:root	ccc351fa38f834f792a590dd7786349a	
+File: /usr/lib/debug/usr/bin/scat.debug	100644	root:root	dcad466a58be318951bfde5acd54e458	
+File: /usr/lib/debug/usr/bin/sethead.debug	100644	root:root	19c6890f720742b7bedc3bde4c35cb90	
+File: /usr/lib/debug/usr/bin/setpix.debug	100644	root:root	0d24aa9fc9ee5e9ed98cec93b1609ff8	
+File: /usr/lib/debug/usr/bin/simpos.debug	100644	root:root	1d2cb2c37fe289525cdc359ba3c182b7	
+File: /usr/lib/debug/usr/bin/sky2xy.debug	100644	root:root	7a6f4d4a2a6c01cce61a1a31f90d4219	
+File: /usr/lib/debug/usr/bin/skycoor.debug	100644	root:root	1ebeebaa62b6370107dcff525dfecc84	
+File: /usr/lib/debug/usr/bin/sp2char.debug	100644	root:root	2bccbd93ee8609449eb1aa8325c7747f	
+File: /usr/lib/debug/usr/bin/subpix.debug	100644	root:root	462c9001b754bdb8b63cde4e2d1eddea	
+File: /usr/lib/debug/usr/bin/sumpix.debug	100644	root:root	f7d897fee57e90dcd40522102209adb6	
+File: /usr/lib/debug/usr/bin/wcshead.debug	100644	root:root	849762cbcbf6820a094e62ff10502182	
+File: /usr/lib/debug/usr/bin/wcsremap.debug	100644	root:root	4a8bd904462f5d911aac780930c6c089	
+File: /usr/lib/debug/usr/bin/xy2sky.debug	100644	root:root	3d2f9cc9d833ffd82fe777bd6847dd86	
 File: /usr/src/debug/wcstools-3.9.7	40755	root:root		
@@ -511,2 +509,2 @@
 File: /usr/src/debug/wcstools-3.9.7/xy2sky.c	100644	root:root	2cbb568b849b19713c5ddeca5222335e	
-RPMIdentity: 7480f153f0586853c5b69cc5b5ac626ff105f9d9b21b4753f721281e8d98d1d761cabc02594dc489239d2ebecce8915245ddbf8cbc61d3bb01ea2592b1871b3d
+RPMIdentity: 5aa0a3b7b4ec4e6199a2411ef1ca126f03cebad68c847731d81c624f866bd9371e9ee2813b6fa5547803417919a67fd24c7b7f8c57afeede41d92cce30983926