<86>Dec 18 04:49:10 userdel[3905135]: delete user 'rooter' <86>Dec 18 04:49:10 userdel[3905135]: removed group 'rooter' owned by 'rooter' <86>Dec 18 04:49:10 userdel[3905135]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 18 04:49:10 groupadd[3905155]: group added to /etc/group: name=rooter, GID=1874 <86>Dec 18 04:49:10 groupadd[3905155]: group added to /etc/gshadow: name=rooter <86>Dec 18 04:49:10 groupadd[3905155]: new group: name=rooter, GID=1874 <86>Dec 18 04:49:10 useradd[3905178]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Dec 18 04:49:10 userdel[3905238]: delete user 'builder' <86>Dec 18 04:49:10 userdel[3905238]: removed group 'builder' owned by 'builder' <86>Dec 18 04:49:10 userdel[3905238]: removed shadow group 'builder' owned by 'builder' <86>Dec 18 04:49:10 groupadd[3905273]: group added to /etc/group: name=builder, GID=1875 <86>Dec 18 04:49:10 groupadd[3905273]: group added to /etc/gshadow: name=builder <86>Dec 18 04:49:10 groupadd[3905273]: new group: name=builder, GID=1875 <86>Dec 18 04:49:10 useradd[3905354]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77153 + 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): + /usr/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.77153 + 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' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + 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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imsetwcs.o imsetwcs.c imsetwcs.c: In function 'SetWCSFITS': imsetwcs.c:238:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 238 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 239 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:243:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 243 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 244 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:246:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 246 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 247 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:249:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 249 | fprintf (stderr, "Could not calloc %d bytes for goff\n", | ~^ | | | int | %ld 250 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:312:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 312 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 313 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:315:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 315 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 316 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:318:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 318 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 319 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:321:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 321 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 322 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:324:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 324 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 325 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:327:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 327 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 328 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:332:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 332 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 333 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:337:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 337 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 338 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:340:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 340 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 341 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:377:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 377 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 378 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:380:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 380 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 381 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:383:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 383 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 384 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int 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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imgetwcs.o imgetwcs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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; icatlast - line, sc->nbent, istar); | ~~~~~~~~~~~~~~~~~~ | | | long int gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ujcread.o ujcread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o uacread.o uacread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sdssread.o sdssread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o hget.o hget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imio.o imio.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o worldpos.o worldpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tnxpos.o tnxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o zpxpos.o zpxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o dsspos.o dsspos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platepos.o platepos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platefit.o platefit.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o iget.o iget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcslib.o wcslib.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o lin.o lin.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o cel.o cel.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o proj.o proj.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sph.o sph.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcstrig.o wcstrig.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o distort.o distort.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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, | ^ wcs.c: In function 'wcsxinit': wcs.c:198:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 198 | strncat (wcs->ctype[0],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ wcs.c:199:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 199 | strncat (wcs->ctype[1],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ 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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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_83' 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_83' 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_83' 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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/i2f i2f.c -L libwcs -lwcstools -lm i2f.c: In function 'IRAFtoFITS': i2f.c:229:17: warning: pointer 'irafheader_64' 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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/immatch immatch.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imrot imrot.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/scat scat.c -L libwcs -lwcstools -lm scat.c: In function 'ListCat': scat.c:1236:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1236 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 1237 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1239:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1239 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 1240 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1242:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1242 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 1243 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1245:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1245 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1246 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1250:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1250 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1251 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1255:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1255 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 1256 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1258:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1258 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 1259 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1261:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1261 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 1262 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1264:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1264 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 1265 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1271:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1271 | fprintf (stderr, "Could not calloc %d bytes for path\n", | ~^ | | | int | %ld 1272 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1278:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1278 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 1279 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1281:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1281 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 1282 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1399:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1399 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1400 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1404:61: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1404 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1405 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c: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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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_522' 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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getfits getfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imstack imstack.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imextract imextract.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imfill imfill.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/fileroot fileroot.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filename filename.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filext filext.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/char2sp char2sp.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isrange isrange.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfile isfile.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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.35487 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd wcstools-3.9.7 + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/lib64 + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/bin + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/include/libwcs + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/man/man1 + install -p -m 0755 bin/addpix bin/bincat bin/char2sp bin/conpix bin/cphead bin/crlf bin/delhead bin/delwcs bin/edhead bin/filename bin/fileroot bin/filext bin/fixpix bin/getcol bin/getdate bin/getfits bin/gethead bin/getpix bin/gettab bin/htmlsp bin/i2f bin/imcat bin/imextract bin/imfill bin/imhead bin/immatch bin/imresize bin/imrot bin/imsize bin/imsmooth bin/imstack bin/imstar bin/imwcs bin/isfile bin/isfits bin/isnum bin/isrange bin/keyhead bin/newfits bin/remap bin/scat bin/sethead bin/setpix bin/simpos bin/sky2xy bin/skycoor bin/sp2char bin/subpix bin/sumpix bin/wcshead bin/xy2sky /usr/src/tmp/wcstools-buildroot/usr/bin + mv /usr/src/tmp/wcstools-buildroot/usr/bin/remap /usr/src/tmp/wcstools-buildroot/usr/bin/wcsremap + cp -a libwcs/libwcstools.so libwcs/libwcstools.so.1 libwcs/libwcstools.so.1.0.0 /usr/src/tmp/wcstools-buildroot/usr/lib64 + install -p -m 0644 libwcs/fitsfile.h libwcs/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/lib64/libwcstools.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/wcstools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wcstools-buildroot/ (default) Compressing files in /usr/src/tmp/wcstools-buildroot (auto) Adjusting library links in /usr/src/tmp/wcstools-buildroot ./usr/lib64: (from :0) libwcstools.so.1 -> libwcstools.so.1.0.0 Verifying ELF objects in /usr/src/tmp/wcstools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/wcstools-buildroot Processing files: wcstools-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.35479 + 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.UNtZqj 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.vS3pir find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libwcstools.so.1()(64bit) >= set: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.O805E4 Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.7374 + 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.t8ZcIX find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/wcstools-buildroot/usr/lib64/libwcstools.so.1: 905 symbols, 20 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vn4i1G find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libwcstools.so.1()(64bit) = set:ndYZuAgX5bmWqYaPivqDwFVYt6DU35Oo5Z9y5Lgx8aA532zoEJGhEuLkc6EkFS9C6kswq0KZH8lwSgLWMUaVfcysdreirh0sB73ZkDNX9ksCl6JXGQS8gZH4D9Rdrahctm62BEbHrSkJRflIEiLuWZcLRxpNdJ3rzQ0lpzgO2kg4LT6JEQOuzAVZch0nxjGAqqvrpF1qVfV2h8YBClE8sd62uJpVYmUhn3JZ9oaNUesvveqiFKGS1MxjFO8rdsli7DCtNMmZrMogUzvwD0QA7fSZCpZnYMYZe9894NWOJB9VH8dK2e21QU1s4a1Z58ikF81CbwY1Qfya7pZbQawGSn8yBiQnOlxefJLZf25BUEYxdnax6ymkOucuOTVC52E1eNIFM68SqwBl2bZ3iKOih7eO3GChNkqjlV3s1Uw7cETZ1sJ5xnds3V45nBVZxRAcH61GMiprJKt2oroiGAL928Ox4gTMiazFyZmAvgqGv0tZag6JGpKhjprKRhiNiCVo3ZbAB1mRZ8ZBE4KBrWZ5nAFLgNUTTUsCzKD5d9WTWgexZk6WfKx3yJXbixxD1rlTnI6use86a5vIIW4M7s5VIATuqNaBXkQhse7rMlKYQnJICZ992l5A7CKT0WoLLDYu19w0CY2oXRPhnJRyTv2yU3fBXZC1FGaiA1mZ4eWkQmkQ2DyZf1NyUjtOGqC4Zk5mvaLMJNi5BEjKs4ZJrHVxQlrY4NPHThVSSUOkMijEzysxk3Wj4CAZkDEIC3W7L17IIbbFstNXc9M8XMHLDxfpRzm1mQuOO4VqkdASbfrKnQlJVrdyaT5Ec5pIPZHwVkTPWKdwyvs85rjufumVzhyMyp6UjzuksdXAJl3MiIWwRUJhYFjO4qq5TIACtKrOifgOSZjklZF5PvHfW64V6q3sBgZfHrmQKbcx8tb7K1ncza7AAOQ8ndjQZnXSDppGlG8kD5obJWjxaZzsOmnllz0CnCOZlpkZ794jkoRBa3AVIsQv694q8n5tTkIzFLETubbK1rMjW21ANzh3yKh8U7p4LzjZ5fcpeSm2FchZE6CGVnPjXQcZiqW4fKp9Hy0NoDxwPjt8QlFcQt2tC6UQWXon6SiMjXrcrR3YpZ9ZChL0n1Lw7dHIh4DTvRMIFoZsfuluZyQZnbseyxEhliwJLJveCmjtlVHhD4zVG0FswVTzbeKQT08eqG87SPc0KJb7K2f3hwdwrIJU3dicaZ6fPjII1pXJAOYxFjqY90rpIvsvHPWQSZipTZmAafvcC1tbpKBjJHRAXnKki8QitebZFyPB9bemcVZAfLQTYn0Lstxtm8ZlEozUvqxeWPttkO77RZpxh3y8OR35qc5Z9nxHWRUjbJ7Dds74rLgs03yUKAFQc9u2S0tg86dk5fUhflycpuyewiYZ8QNEWeRlux7xnmgGWAbl4c769oCufAkhXgbdbfIoAKtWE59icGpdZ05DUiJZ5oAMVkiwBFZwT8Lpv1YxPCHhL2GNJP0OzkDsUs024Zl03Zg8JH2jyKDkg6IYhi56cfAyU8jFHFKVSmtH7UXPlchEdI5UdqOQvWuAJLsxcwBrEIkUcg52Eut6KpxlE4BaDfB14sKanKuklRHW7W46yXrMmNJbMBmTOS8v46npTfC3Z2IYip8IjQwsQvZ03J1Frns47izFF6Ny4i3TYRzZ35OQcfnLNkyjDSKCGi6IPAsZgEygyqYRejo5T5jewtzfSJoMojYJTUTB64TpTRNiT8zHUmazxXCOWfk2olbJmfBwBuol0UPDyLHTfXwl5 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libm.so.6(GLIBC_2.38)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dNcAwC Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5003 + 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.WrChf9 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.FHMZ4V 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/lib64/libwcstools.so.1.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7RMqNg 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.i67yXT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bWQWbs find-requires: running scripts (debuginfo) Requires: wcstools = 3.9.7-alt1_1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libwcstools.so.1) Processing files: libwcstools1-debuginfo-3.9.7-alt1_1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L5gb3p find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nYK5ME find-requires: running scripts (debuginfo) Provides: debug64(libwcstools.so.1) Requires: libwcstools1 = 3.9.7-alt1_1, debug64(libc.so.6), debug64(libm.so.6) Adding to wcstools-debuginfo a strict dependency on wcstools Adding to libwcstools1-debuginfo a strict dependency on libwcstools1 Adding to wcstools a strict dependency on libwcstools1 Adding to libwcstools-devel a strict dependency on libwcstools1 Adding to wcstools-debuginfo a strict dependency on libwcstools1-debuginfo Removing from wcstools-debuginfo 5 sources provided by libwcstools1-debuginfo Removing 2 extra deps from wcstools due to dependency on libwcstools1 Removing 1 extra deps from libwcstools-devel due to dependency on libwcstools1 Removing 1 extra deps from wcstools-debuginfo due to dependency on libwcstools1-debuginfo Removing 7 extra deps from wcstools due to repentancy on libwcstools1 Removing 2 extra deps from wcstools-debuginfo due to repentancy on libwcstools1-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/wcstools-3.9.7-alt1_1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-3.9.7-alt1_1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools-devel-3.9.7-alt1_1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm (w2.lzdio) 34.65user 17.95system 0:43.61elapsed 120%CPU (0avgtext+0avgdata 83596maxresident)k 0inputs+0outputs (0major+3896015minor)pagefaults 0swaps 2.98user 2.28system 0:52.57elapsed 10%CPU (0avgtext+0avgdata 131648maxresident)k 0inputs+0outputs (0major+138072minor)pagefaults 0swaps --- libwcstools1-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ libwcstools1-3.9.7-alt1_1.x86_64.rpm.hasher 2024-12-18 04:49:59.885824165 +0000 @@ -13,2 +13,3 @@ Requires: libm.so.6(GLIBC_2.29)(64bit) +Requires: libm.so.6(GLIBC_2.38)(64bit) Requires: rtld(GNU_HASH) @@ -18,5 +19,5 @@ File: /usr/lib64/libwcstools.so.1 120777 root:root libwcstools.so.1.0.0 -File: /usr/lib64/libwcstools.so.1.0.0 100644 root:root 986405429c756e9a2509b26f69b85818 +File: /usr/lib64/libwcstools.so.1.0.0 100644 root:root d607531ddf420df0fae4784da43daf5d 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: 0a7becc9b82abfb7e9a5fcd03115c05a2b68b1e11bc3f9207974019cd2110999928444a5267f3d92be7ae1f3e381a826f8865a15de5dfbfe0a510811f012908c +RPMIdentity: 63dfbb1f509e87e8d7ab5fbca7cdf388a45b492d6ad821ecc3b8dd5ec2dbb57f38a2e921ea76784a651683631dba2c96f87e09c0bd2613567aa09d928eb6beca --- libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2024-12-18 04:49:59.958825097 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/ef065e3efd6976332b9808ffabb40017795e4a 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -/usr/lib/debug/.build-id/b2/ef065e3efd6976332b9808ffabb40017795e4a.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug +/usr/lib/debug/.build-id/26 40755 root:root +/usr/lib/debug/.build-id/26/f2acba07015d00ab87f83bf65a57a00cf59bb1 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/26/f2acba07015d00ab87f83bf65a57a00cf59bb1.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root @@ -68,6 +68,6 @@ Provides: libwcstools1-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1 -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/ef065e3efd6976332b9808ffabb40017795e4a 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -File: /usr/lib/debug/.build-id/b2/ef065e3efd6976332b9808ffabb40017795e4a.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug -File: /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root ae6c90d7bfd43cce0d150d96ee591bbe +File: /usr/lib/debug/.build-id/26 40755 root:root +File: /usr/lib/debug/.build-id/26/f2acba07015d00ab87f83bf65a57a00cf59bb1 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/26/f2acba07015d00ab87f83bf65a57a00cf59bb1.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug +File: /usr/lib/debug/usr/lib64/libwcstools.so.1.0.0.debug 100644 root:root 480e169b202675ddb4b7227fe0ae8440 File: /usr/lib/debug/usr/lib64/libwcstools.so.1.debug 120777 root:root libwcstools.so.1.0.0.debug @@ -130,2 +130,2 @@ File: /usr/src/debug/wcstools-3.9.7/libwcs/zpxpos.c 100644 root:root 68ffa53a0cfa3bd0fbede8ef2f35580d -RPMIdentity: a8565a1dcc23182e2d1bbbf69630e6b15d62fe942ccd5c578bcb8e39b707b26d57f045ea2a96d6ae7f3700cee3a8d945541c6a4d0b5bec9fb5d3e3be090e7159 +RPMIdentity: 45f1e0ed94470bea21b43bb02db49ae822f42a1e9a9d26bf1c254bfbc65edd0eee684741d7b5c6b255ab1a2b14d28574a58dad0f8ac7cb9e5ad0478764b6dd15 --- wcstools-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ wcstools-3.9.7-alt1_1.x86_64.rpm.hasher 2024-12-18 04:50:00.037826107 +0000 @@ -91,53 +91,53 @@ Provides: wcstools = 3.9.7-alt1_1:sisyphus+306119.100.1.1 -File: /usr/bin/addpix 100755 root:root 8db920614b3f53f07e35cec7f5807d17 -File: /usr/bin/bincat 100755 root:root 7a2c4f57d8d7b4a7302fdf84404f8b9c -File: /usr/bin/char2sp 100755 root:root c9761d62bb17da2bcc7849d63434f6c7 -File: /usr/bin/conpix 100755 root:root 0b7816fbb6d907a698676679ab340f8d -File: /usr/bin/cphead 100755 root:root f75bb86bbf39f2959a8bbac0ab26cfaf -File: /usr/bin/crlf 100755 root:root 1c723e2ad5c61c6aa58c4448eb81b8a2 -File: /usr/bin/delhead 100755 root:root f7494c1ca15cb84e3e119bc654ad7b56 -File: /usr/bin/delwcs 100755 root:root 2130db7a1f59a52797fef0c5ee416148 -File: /usr/bin/edhead 100755 root:root b9054f0623fb9a1e3e906c5b67e0b908 -File: /usr/bin/filename 100755 root:root f49cf6ed320ed7e337ad8add5b9971b8 -File: /usr/bin/fileroot 100755 root:root cc6b8851314e01e41825b4a11508d06f -File: /usr/bin/filext 100755 root:root e8eab5f3eddc02ee8717470618c3a0dc -File: /usr/bin/fixpix 100755 root:root 3cc5475625c1ea9afe707db306630cf3 -File: /usr/bin/getcol 100755 root:root 1c9520d3b292cadbe8c34ac63cb7c5f9 -File: /usr/bin/getdate 100755 root:root 92129fba6f2781aa78e7460df5cc6676 -File: /usr/bin/getfits 100755 root:root 700909dc944eb319ac426833114837ae -File: /usr/bin/gethead 100755 root:root b0ed605c8464b6d26f864be0273fc568 -File: /usr/bin/getpix 100755 root:root 59fd3521c39e2785457045cc0111eb90 -File: /usr/bin/gettab 100755 root:root d2b887002de33cd287114a391eb8fd82 -File: /usr/bin/htmlsp 100755 root:root 2ca9e37ec010b9a8a415b2073661d2a4 -File: /usr/bin/i2f 100755 root:root 5f1c9ae3df6085a27ef6aebc5870df68 -File: /usr/bin/imcat 100755 root:root 0300d3b368537407633c59d98c8c9d81 -File: /usr/bin/imextract 100755 root:root 9dc67fba7fae8bf295d4cac5bd675f0f -File: /usr/bin/imfill 100755 root:root e47ba08ea66188f333326835761da181 -File: /usr/bin/imhead 100755 root:root b84666cb98993abe93bb5dfc906517a6 -File: /usr/bin/immatch 100755 root:root 3e24130e7edd2390d1a9c637fb744c99 -File: /usr/bin/imresize 100755 root:root d4181d6aa81d1311a1f2a63687181d43 -File: /usr/bin/imrot 100755 root:root 99f83a33b187f2102f2b9ab313a144cf -File: /usr/bin/imsize 100755 root:root 98a5dbac647d0024119855f341fcbd27 -File: /usr/bin/imsmooth 100755 root:root 3d79898fdc8576a9c57b33746ef20d55 -File: /usr/bin/imstack 100755 root:root 34463e61d417282ed5812326f7b7382d -File: /usr/bin/imstar 100755 root:root 0851efb9da82068e9d3ef91e8b385da8 -File: /usr/bin/imwcs 100755 root:root c46d68fa3b90b2d2b655dd638fde5afd -File: /usr/bin/isfile 100755 root:root 95237f8877fa37086cb092ca63c23d26 -File: /usr/bin/isfits 100755 root:root 4f9c1ad2bbb3cc5565a9deb59219a8be -File: /usr/bin/isnum 100755 root:root 932b394a4d4c479b9bae1a0d904d5276 -File: /usr/bin/isrange 100755 root:root e86a9db12fc4beac8e6509a3977dff9d -File: /usr/bin/keyhead 100755 root:root fefed660f17d0a6a5b76cf369431c9e5 -File: /usr/bin/newfits 100755 root:root 65e6861249de4caf2bde5b8ffc890d3d -File: /usr/bin/scat 100755 root:root 71c5bae0c97e1398241300b72306a9cd -File: /usr/bin/sethead 100755 root:root b0d14aefa5708eead3bcbb5d2e27e952 -File: /usr/bin/setpix 100755 root:root 79f296564d99811e304646c3e049c6a5 -File: /usr/bin/simpos 100755 root:root 90487ea5dec8d8a4d4deb18d77c21726 -File: /usr/bin/sky2xy 100755 root:root 4a6040922ecf3b5ad222309daeb3616c -File: /usr/bin/skycoor 100755 root:root 6f4604aba5afb3a82300c967e0686b49 -File: /usr/bin/sp2char 100755 root:root 7a727483b54b51a8c6a6d28dd8c50486 -File: /usr/bin/subpix 100755 root:root 6934b4cac4b08accf03677645c9bf341 -File: /usr/bin/sumpix 100755 root:root dee8de910cb48cb54499274083605a5f -File: /usr/bin/wcshead 100755 root:root 7a8fe9355917f5ad5040736765ea6072 -File: /usr/bin/wcsremap 100755 root:root 3ac68da57822b380c9e1b2d33b6e4bb6 -File: /usr/bin/xy2sky 100755 root:root 8dccfd8ffb049c2e03fd6d6641db4fc0 +File: /usr/bin/addpix 100755 root:root 73dd1ad4f2488144515446e4e9338f55 +File: /usr/bin/bincat 100755 root:root 78c9ce98ae13f7f96b477b13bdf707a7 +File: /usr/bin/char2sp 100755 root:root 21e3c2797dad6cd8f1626705a793099e +File: /usr/bin/conpix 100755 root:root aa3d34a7b26f2191f789bbb10ca42a7b +File: /usr/bin/cphead 100755 root:root 57fefc9ebb4297430522363d1af9b54e +File: /usr/bin/crlf 100755 root:root b50f8f2b62c7c048cf3dd46146f00a69 +File: /usr/bin/delhead 100755 root:root 2e54e89f3e4e836d0b3bb702b6aa5a27 +File: /usr/bin/delwcs 100755 root:root f79db95d597f8199219a9834fd8de318 +File: /usr/bin/edhead 100755 root:root 13e172bcfd9478d7e01ce6400537be82 +File: /usr/bin/filename 100755 root:root 0d4864d2ffeacfa7844d10e13423f44d +File: /usr/bin/fileroot 100755 root:root 5866ab6668cb37d836f088cc20cf8538 +File: /usr/bin/filext 100755 root:root 40a18cd8c80910a8cb864ee31459455c +File: /usr/bin/fixpix 100755 root:root d534450129d080bb59a959beaae2a710 +File: /usr/bin/getcol 100755 root:root 159e532be3b45bee1800aa163c8a4ac6 +File: /usr/bin/getdate 100755 root:root 065b811f12a3c8e51aff504bacda4417 +File: /usr/bin/getfits 100755 root:root b727a1f8b4d196e144daa0ba4a5c6875 +File: /usr/bin/gethead 100755 root:root 9d2d5d202472f0131e8f9313bc53d448 +File: /usr/bin/getpix 100755 root:root f67568a09a0ba415c87b7ad80f7165bd +File: /usr/bin/gettab 100755 root:root 0e64c798dac68247a3a77a26a9037f51 +File: /usr/bin/htmlsp 100755 root:root e0e640e70738125f2bf44266521b6bd2 +File: /usr/bin/i2f 100755 root:root b94efdace9a2d1d42caea0765f7b2f72 +File: /usr/bin/imcat 100755 root:root 63fa46be966f47243b4fcfc8e7103c54 +File: /usr/bin/imextract 100755 root:root 1c94bc5244ba3db14b317ed7a600958f +File: /usr/bin/imfill 100755 root:root 239093776c4fcf0a11a195eb256e5c75 +File: /usr/bin/imhead 100755 root:root caaf08668fbae46b2aef10634346ef87 +File: /usr/bin/immatch 100755 root:root 6ba7bb34f1e3f669b2c479d770939c68 +File: /usr/bin/imresize 100755 root:root 5de8f13025e2bbc73b34965f1a10f949 +File: /usr/bin/imrot 100755 root:root 8e6ee8c28a2eae5e6699ee6dc7311448 +File: /usr/bin/imsize 100755 root:root 2831ba912e05d46ea7616f9c44d1dcdf +File: /usr/bin/imsmooth 100755 root:root 146e710c334fb8147c7a2d566a4cc8f3 +File: /usr/bin/imstack 100755 root:root aa8142a3be52570b2d79e78878056716 +File: /usr/bin/imstar 100755 root:root f1c0402831c1da35e464532291b7ccb5 +File: /usr/bin/imwcs 100755 root:root 3836f317b6483e7265c4338a125a568d +File: /usr/bin/isfile 100755 root:root b7cc1d678c9d531b350aecbf6189fb9c +File: /usr/bin/isfits 100755 root:root 4b395c923ac619b3cca8fdacd33a45d4 +File: /usr/bin/isnum 100755 root:root 1ab72419a3ebd7106797589038be8365 +File: /usr/bin/isrange 100755 root:root e0e372857ffa674fb2c77b892c28b918 +File: /usr/bin/keyhead 100755 root:root 226c564e227c1709d3fb969fbe80f668 +File: /usr/bin/newfits 100755 root:root 34ce46b6acddf4da4498f43d03870854 +File: /usr/bin/scat 100755 root:root fb43311c632d282b2e513497956dbebf +File: /usr/bin/sethead 100755 root:root d5ed5e35ba60b35a4c263d0770f5adf7 +File: /usr/bin/setpix 100755 root:root 1ec2eb597e8ea1862c3f107a722cfec8 +File: /usr/bin/simpos 100755 root:root 8780b2b1ee08aff7b89abb501ce029d0 +File: /usr/bin/sky2xy 100755 root:root b4a1b85888e8a21814c3180b7220e8f5 +File: /usr/bin/skycoor 100755 root:root 8ddb6dd0447e51b99a4cc5385415da11 +File: /usr/bin/sp2char 100755 root:root 32dcd558dab4e9417f4fc902c32e15d0 +File: /usr/bin/subpix 100755 root:root 2f7b9a2f725c888d977f63a47155f9cd +File: /usr/bin/sumpix 100755 root:root 080db1b2310eba5c8eff0aafcb96d824 +File: /usr/bin/wcshead 100755 root:root e05be8d008b2cc5301326ba4172c64eb +File: /usr/bin/wcsremap 100755 root:root 1a7e4870774f738719e4b649768ee7dd +File: /usr/bin/xy2sky 100755 root:root 1b55e356547f9a3be76d40e3168f6457 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: 63e372f45433acf37ce748789d3556ef917df349a1ccd7cba01b0871da368e00fb06de8a458201d4899b6fa070d69ee7b4e036ee79713479c89ba07f92a4916d +RPMIdentity: b7dbae22f35099ce7e6befd4a386f442a1ae59a5c6cc8107537c965b39ce57af87ab2d42118a4d0098a445b198d7c11286d37366e103dbcebe2eea57879f2c98 --- wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2024-12-18 04:50:00.116827116 +0000 @@ -1,149 +1,146 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c 120777 root:root ../../../../bin/delwcs -/usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c.debug 120777 root:root ../../usr/bin/delwcs.debug -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d 120777 root:root ../../../../bin/filext -/usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/06 40755 root:root +/usr/lib/debug/.build-id/06/42e5cf1c10699fcc6ead2cea5e3b20ed501d4a 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/06/42e5cf1c10699fcc6ead2cea5e3b20ed501d4a.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/0c 40755 root:root +/usr/lib/debug/.build-id/0c/344cc78dc7b718b5f3d7469d4b5213aff01eb8 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/0c/344cc78dc7b718b5f3d7469d4b5213aff01eb8.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/05eb5a6ee980dbd3809531534daecd52063768 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/0f/05eb5a6ee980dbd3809531534daecd52063768.debug 120777 root:root ../../usr/bin/fixpix.debug /usr/lib/debug/.build-id/10 40755 root:root -/usr/lib/debug/.build-id/10/6657fadf3ff66d616b88e1955e2d83d6300847 120777 root:root ../../../../bin/filename -/usr/lib/debug/.build-id/10/6657fadf3ff66d616b88e1955e2d83d6300847.debug 120777 root:root ../../usr/bin/filename.debug -/usr/lib/debug/.build-id/22 40755 root:root -/usr/lib/debug/.build-id/22/bd13b224838c92ecb042b503e65cfa84f42326 120777 root:root ../../../../bin/isfits -/usr/lib/debug/.build-id/22/bd13b224838c92ecb042b503e65cfa84f42326.debug 120777 root:root ../../usr/bin/isfits.debug -/usr/lib/debug/.build-id/24 40755 root:root -/usr/lib/debug/.build-id/24/b6f0e8190ae8db928f4e5fec47d055d1b8121d 120777 root:root ../../../../bin/char2sp -/usr/lib/debug/.build-id/24/b6f0e8190ae8db928f4e5fec47d055d1b8121d.debug 120777 root:root ../../usr/bin/char2sp.debug -/usr/lib/debug/.build-id/2b 40755 root:root -/usr/lib/debug/.build-id/2b/34c84cb8e19e90dd41de2ddf807a3a5888872c 120777 root:root ../../../../bin/conpix -/usr/lib/debug/.build-id/2b/34c84cb8e19e90dd41de2ddf807a3a5888872c.debug 120777 root:root ../../usr/bin/conpix.debug -/usr/lib/debug/.build-id/2e 40755 root:root -/usr/lib/debug/.build-id/2e/53180049dfabfa542303ca1b0a7c26f85031e0 120777 root:root ../../../../bin/edhead -/usr/lib/debug/.build-id/2e/53180049dfabfa542303ca1b0a7c26f85031e0.debug 120777 root:root ../../usr/bin/edhead.debug -/usr/lib/debug/.build-id/38 40755 root:root -/usr/lib/debug/.build-id/38/3247fd8be45f4aaf1cc0ab6c4d00d52fda450d 120777 root:root ../../../../bin/wcshead -/usr/lib/debug/.build-id/38/3247fd8be45f4aaf1cc0ab6c4d00d52fda450d.debug 120777 root:root ../../usr/bin/wcshead.debug -/usr/lib/debug/.build-id/38/ead9a188488ee9c191a1757f05730f8d7f4f3a 120777 root:root ../../../../bin/imsmooth -/usr/lib/debug/.build-id/38/ead9a188488ee9c191a1757f05730f8d7f4f3a.debug 120777 root:root ../../usr/bin/imsmooth.debug -/usr/lib/debug/.build-id/3c 40755 root:root -/usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9 120777 root:root ../../../../bin/i2f -/usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9.debug 120777 root:root ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/47 40755 root:root -/usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4 120777 root:root ../../../../bin/isnum -/usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4.debug 120777 root:root ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/48 40755 root:root -/usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a 120777 root:root ../../../../bin/cphead -/usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a.debug 120777 root:root ../../usr/bin/cphead.debug -/usr/lib/debug/.build-id/4e 40755 root:root -/usr/lib/debug/.build-id/4e/1d50492e070f501ec276c4d807aacfca047d8b 120777 root:root ../../../../bin/imcat -/usr/lib/debug/.build-id/4e/1d50492e070f501ec276c4d807aacfca047d8b.debug 120777 root:root ../../usr/bin/imcat.debug -/usr/lib/debug/.build-id/52 40755 root:root -/usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a 120777 root:root ../../../../bin/xy2sky -/usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a.debug 120777 root:root ../../usr/bin/xy2sky.debug -/usr/lib/debug/.build-id/54 40755 root:root -/usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719 120777 root:root ../../../../bin/imextract -/usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719.debug 120777 root:root ../../usr/bin/imextract.debug -/usr/lib/debug/.build-id/59 40755 root:root -/usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68 120777 root:root ../../../../bin/gethead -/usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68.debug 120777 root:root ../../usr/bin/gethead.debug -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f 120777 root:root ../../../../bin/crlf -/usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f.debug 120777 root:root ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187 120777 root:root ../../../../bin/sky2xy -/usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187.debug 120777 root:root ../../usr/bin/sky2xy.debug -/usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053 120777 root:root ../../../../bin/getfits -/usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053.debug 120777 root:root ../../usr/bin/getfits.debug -/usr/lib/debug/.build-id/5e 40755 root:root -/usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa 120777 root:root ../../../../bin/imwcs -/usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa.debug 120777 root:root ../../usr/bin/imwcs.debug -/usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/76 40755 root:root -/usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4 120777 root:root ../../../../bin/newfits -/usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4.debug 120777 root:root ../../usr/bin/newfits.debug -/usr/lib/debug/.build-id/81 40755 root:root -/usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8 120777 root:root ../../../../bin/simpos -/usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8.debug 120777 root:root ../../usr/bin/simpos.debug -/usr/lib/debug/.build-id/83 40755 root:root -/usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161 120777 root:root ../../../../bin/imsize -/usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/10/64233fed376297aa4ef73b5b5d7e21a6d121f1 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/10/64233fed376297aa4ef73b5b5d7e21a6d121f1.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/11 40755 root:root +/usr/lib/debug/.build-id/11/ef4e5dd1b4814b269d858870f8f0087957d6cf 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/11/ef4e5dd1b4814b269d858870f8f0087957d6cf.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/15 40755 root:root +/usr/lib/debug/.build-id/15/78b21c2d4bd636602b8c11388a9634a180a88b 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/15/78b21c2d4bd636602b8c11388a9634a180a88b.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/16 40755 root:root +/usr/lib/debug/.build-id/16/618c7ed37bbe258c23f0c064c3474e8b61d6ed 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/16/618c7ed37bbe258c23f0c064c3474e8b61d6ed.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/17 40755 root:root +/usr/lib/debug/.build-id/17/c12c934e7780972efad335ef0f440bcf550b02 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/17/c12c934e7780972efad335ef0f440bcf550b02.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/e50f3b9abf1a6203a88a1ce427e816897df445 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/25/e50f3b9abf1a6203a88a1ce427e816897df445.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/32 40755 root:root +/usr/lib/debug/.build-id/32/95541d857cfc21f774b72749522264ec96e54e 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/32/95541d857cfc21f774b72749522264ec96e54e.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/42 40755 root:root +/usr/lib/debug/.build-id/42/50eb4c0b3a858072f4ce4175e8d3dc9835221e 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/42/50eb4c0b3a858072f4ce4175e8d3dc9835221e.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/4d 40755 root:root +/usr/lib/debug/.build-id/4d/12aba2a21c3e97114f0b784f6b5dc7888c58ec 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/4d/12aba2a21c3e97114f0b784f6b5dc7888c58ec.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/55248a3237480aac3782e30bc3d9feb0e4d47e 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/5b/55248a3237480aac3782e30bc3d9feb0e4d47e.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/6a 40755 root:root +/usr/lib/debug/.build-id/6a/bd6f58d4b6b04e09791e843f74a208f69f7c31 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/6a/bd6f58d4b6b04e09791e843f74a208f69f7c31.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/1bab8f8e1bc79f35fab15b504323051915d32e 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/79/1bab8f8e1bc79f35fab15b504323051915d32e.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/79/5540652f68da69d1fa1e4b4c1d50a1be0d23b9 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/79/5540652f68da69d1fa1e4b4c1d50a1be0d23b9.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/79/d754337691ccb5677ef2f6a5122bbb11411720 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/79/d754337691ccb5677ef2f6a5122bbb11411720.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/3d51d6aac033a83734fa8e7d285953a80b6cc9 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/7a/3d51d6aac033a83734fa8e7d285953a80b6cc9.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/7d 40755 root:root +/usr/lib/debug/.build-id/7d/d09fd22ab3452e6b32869444c7ace8accc9352 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/7d/d09fd22ab3452e6b32869444c7ace8accc9352.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/7f 40755 root:root +/usr/lib/debug/.build-id/7f/35d5293f307ee865fc2551740963381f6613e2 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/7f/35d5293f307ee865fc2551740963381f6613e2.debug 120777 root:root ../../usr/bin/xy2sky.debug /usr/lib/debug/.build-id/84 40755 root:root -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/85 40755 root:root -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -/usr/lib/debug/.build-id/87 40755 root:root -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -/usr/lib/debug/.build-id/8c 40755 root:root -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -/usr/lib/debug/.build-id/9d 40755 root:root -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/a3 40755 root:root -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/84/f9f37725e728b30df3d3212d466b1f1cb3dc66 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/84/f9f37725e728b30df3d3212d466b1f1cb3dc66.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/bfd92954b3c852d56271b2ff1d0c64988cf95e 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/89/bfd92954b3c852d56271b2ff1d0c64988cf95e.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/54e9a772b3adcb8447938db8d0679969051da8 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/8a/54e9a772b3adcb8447938db8d0679969051da8.debug 120777 root:root ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/92 40755 root:root +/usr/lib/debug/.build-id/92/fa3545740db078eb4495d5da29151afa5e2367 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/92/fa3545740db078eb4495d5da29151afa5e2367.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/9a 40755 root:root +/usr/lib/debug/.build-id/9a/ab2884c23f976d22bf9ca7185662bf2f129656 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/9a/ab2884c23f976d22bf9ca7185662bf2f129656.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/3118054ed979d8923b663f5f2df48206344a64 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/9b/3118054ed979d8923b663f5f2df48206344a64.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/7ff3a07c5525cdd2d80b8dd76e19030a325d5a 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/9c/7ff3a07c5525cdd2d80b8dd76e19030a325d5a.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/9f 40755 root:root +/usr/lib/debug/.build-id/9f/371800777bcc755779ec1886b3fe6d70069948 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/9f/371800777bcc755779ec1886b3fe6d70069948.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/a8 40755 root:root +/usr/lib/debug/.build-id/a8/0c79c63b07df41b17e893e179da2980445f1b2 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/a8/0c79c63b07df41b17e893e179da2980445f1b2.debug 120777 root:root ../../usr/bin/getcol.debug /usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69 120777 root:root ../../../../bin/keyhead -/usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69.debug 120777 root:root ../../usr/bin/keyhead.debug -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc 120777 root:root ../../../../bin/addpix -/usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/ac/96a806005b0a3331391818a3484775621fcb87 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/ac/96a806005b0a3331391818a3484775621fcb87.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/5db00c381f7008ed1461148f3023f99b0d95fc 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/b0/5db00c381f7008ed1461148f3023f99b0d95fc.debug 120777 root:root ../../usr/bin/delhead.debug /usr/lib/debug/.build-id/b4 40755 root:root -/usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297 120777 root:root ../../../../bin/wcsremap -/usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/b4/e9ab0a18833dc66d8001f24230b6dcd4cf9ca8 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/b4/e9ab0a18833dc66d8001f24230b6dcd4cf9ca8.debug 120777 root:root ../../usr/bin/imhead.debug /usr/lib/debug/.build-id/b5 40755 root:root -/usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039 120777 root:root ../../../../bin/htmlsp -/usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039.debug 120777 root:root ../../usr/bin/htmlsp.debug -/usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00 120777 root:root ../../../../bin/isfile -/usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00.debug 120777 root:root ../../usr/bin/isfile.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1 120777 root:root ../../../../bin/sp2char -/usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1.debug 120777 root:root ../../usr/bin/sp2char.debug -/usr/lib/debug/.build-id/be 40755 root:root -/usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840 120777 root:root ../../../../bin/bincat -/usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840.debug 120777 root:root ../../usr/bin/bincat.debug -/usr/lib/debug/.build-id/bf 40755 root:root -/usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93 120777 root:root ../../../../bin/fixpix -/usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93.debug 120777 root:root ../../usr/bin/fixpix.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/c3 40755 root:root -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/b5/021e915ef8a1885432d76a2dcb65f4657632a8 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/b5/021e915ef8a1885432d76a2dcb65f4657632a8.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/b7 40755 root:root +/usr/lib/debug/.build-id/b7/7e575a5a5f3ecddbc11af2aadf72b221ba6ae4 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/b7/7e575a5a5f3ecddbc11af2aadf72b221ba6ae4.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/b7/a354052e116c9302e594c684286f5b0362b27c 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/b7/a354052e116c9302e594c684286f5b0362b27c.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/5c142c554eaf808db39f5b1925fcb6f6985a15 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/b9/5c142c554eaf808db39f5b1925fcb6f6985a15.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/b9/7eff5d166b6624b286f8a2a63b7db4c093b252 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/b9/7eff5d166b6624b286f8a2a63b7db4c093b252.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/bd 40755 root:root +/usr/lib/debug/.build-id/bd/80e992a39f27d08a7804ec5ddd5ec517d8bebf 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/bd/80e992a39f27d08a7804ec5ddd5ec517d8bebf.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/13b3b486515666a77d2b3a18b0a28958956021 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/c0/13b3b486515666a77d2b3a18b0a28958956021.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/c0/f905f0422aa843207b3df33197fed296dbc448 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/c0/f905f0422aa843207b3df33197fed296dbc448.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/73e1fbc8bb9dcc20d658a8890705e2a8caaa08 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/da/73e1fbc8bb9dcc20d658a8890705e2a8caaa08.debug 120777 root:root ../../usr/bin/scat.debug /usr/lib/debug/.build-id/e0 40755 root:root -/usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80 120777 root:root ../../../../bin/imstack -/usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80.debug 120777 root:root ../../usr/bin/imstack.debug -/usr/lib/debug/.build-id/e4 40755 root:root -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug -/usr/lib/debug/.build-id/f6 40755 root:root -/usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5 120777 root:root ../../../../bin/getcol -/usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5.debug 120777 root:root ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/fb 40755 root:root -/usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978 120777 root:root ../../../../bin/imresize -/usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/e0/0ea785442a0dee7da9b61e792a77288ad547d6 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/e0/0ea785442a0dee7da9b61e792a77288ad547d6.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/e0/f77f1d45e1612d72e417fb2b0af0ac15e78ffc 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/e0/f77f1d45e1612d72e417fb2b0af0ac15e78ffc.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/e75d578036b5ab29d53a0be2f1a228b0e5657d 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/e3/e75d578036b5ab29d53a0be2f1a228b0e5657d.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/ed 40755 root:root +/usr/lib/debug/.build-id/ed/6f90398b55112e7ea3bf30c7fe974cf8764cde 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/ed/6f90398b55112e7ea3bf30c7fe974cf8764cde.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/124e8a262e494974a17bac7826237f9806bf7b 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/f4/124e8a262e494974a17bac7826237f9806bf7b.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/f4/6f073ebd45f902f0fc551051f40356065db3ec 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/f4/6f073ebd45f902f0fc551051f40356065db3ec.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/f4/a02d5d220e27097a701b64f6f72a9b0a8ba6ad 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/f4/a02d5d220e27097a701b64f6f72a9b0a8ba6ad.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/f7 40755 root:root +/usr/lib/debug/.build-id/f7/adc2467d5882d2d4ee59802071c122691f7a7d 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/f7/adc2467d5882d2d4ee59802071c122691f7a7d.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/fd 40755 root:root +/usr/lib/debug/.build-id/fd/78439641d4d2e5ce8b644c765bcbf2d6cc7a75 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/fd/78439641d4d2e5ce8b644c765bcbf2d6cc7a75.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/fe 40755 root:root +/usr/lib/debug/.build-id/fe/8ff24f681ce6c7d5841571c35a3d56bb062401 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/fe/8ff24f681ce6c7d5841571c35a3d56bb062401.debug 120777 root:root ../../usr/bin/imwcs.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +255,198 @@ Provides: wcstools-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1 -File: /usr/lib/debug/.build-id/05 40755 root:root -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c.debug 120777 root:root ../../usr/bin/delwcs.debug -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d 120777 root:root ../../../../bin/filext -File: /usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/06 40755 root:root +File: /usr/lib/debug/.build-id/06/42e5cf1c10699fcc6ead2cea5e3b20ed501d4a 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/06/42e5cf1c10699fcc6ead2cea5e3b20ed501d4a.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/0c 40755 root:root +File: /usr/lib/debug/.build-id/0c/344cc78dc7b718b5f3d7469d4b5213aff01eb8 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/0c/344cc78dc7b718b5f3d7469d4b5213aff01eb8.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/05eb5a6ee980dbd3809531534daecd52063768 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/0f/05eb5a6ee980dbd3809531534daecd52063768.debug 120777 root:root ../../usr/bin/fixpix.debug File: /usr/lib/debug/.build-id/10 40755 root:root -File: /usr/lib/debug/.build-id/10/6657fadf3ff66d616b88e1955e2d83d6300847 120777 root:root ../../../../bin/filename -File: /usr/lib/debug/.build-id/10/6657fadf3ff66d616b88e1955e2d83d6300847.debug 120777 root:root ../../usr/bin/filename.debug -File: /usr/lib/debug/.build-id/22 40755 root:root -File: /usr/lib/debug/.build-id/22/bd13b224838c92ecb042b503e65cfa84f42326 120777 root:root ../../../../bin/isfits -File: /usr/lib/debug/.build-id/22/bd13b224838c92ecb042b503e65cfa84f42326.debug 120777 root:root ../../usr/bin/isfits.debug -File: /usr/lib/debug/.build-id/24 40755 root:root -File: /usr/lib/debug/.build-id/24/b6f0e8190ae8db928f4e5fec47d055d1b8121d 120777 root:root ../../../../bin/char2sp -File: /usr/lib/debug/.build-id/24/b6f0e8190ae8db928f4e5fec47d055d1b8121d.debug 120777 root:root ../../usr/bin/char2sp.debug -File: /usr/lib/debug/.build-id/2b 40755 root:root -File: /usr/lib/debug/.build-id/2b/34c84cb8e19e90dd41de2ddf807a3a5888872c 120777 root:root ../../../../bin/conpix -File: /usr/lib/debug/.build-id/2b/34c84cb8e19e90dd41de2ddf807a3a5888872c.debug 120777 root:root ../../usr/bin/conpix.debug -File: /usr/lib/debug/.build-id/2e 40755 root:root -File: /usr/lib/debug/.build-id/2e/53180049dfabfa542303ca1b0a7c26f85031e0 120777 root:root ../../../../bin/edhead -File: /usr/lib/debug/.build-id/2e/53180049dfabfa542303ca1b0a7c26f85031e0.debug 120777 root:root ../../usr/bin/edhead.debug -File: /usr/lib/debug/.build-id/38 40755 root:root -File: /usr/lib/debug/.build-id/38/3247fd8be45f4aaf1cc0ab6c4d00d52fda450d 120777 root:root ../../../../bin/wcshead -File: /usr/lib/debug/.build-id/38/3247fd8be45f4aaf1cc0ab6c4d00d52fda450d.debug 120777 root:root ../../usr/bin/wcshead.debug -File: /usr/lib/debug/.build-id/38/ead9a188488ee9c191a1757f05730f8d7f4f3a 120777 root:root ../../../../bin/imsmooth -File: /usr/lib/debug/.build-id/38/ead9a188488ee9c191a1757f05730f8d7f4f3a.debug 120777 root:root ../../usr/bin/imsmooth.debug -File: /usr/lib/debug/.build-id/3c 40755 root:root -File: /usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9 120777 root:root ../../../../bin/i2f -File: /usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9.debug 120777 root:root ../../usr/bin/i2f.debug -File: /usr/lib/debug/.build-id/47 40755 root:root -File: /usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4 120777 root:root ../../../../bin/isnum -File: /usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4.debug 120777 root:root ../../usr/bin/isnum.debug -File: /usr/lib/debug/.build-id/48 40755 root:root -File: /usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a 120777 root:root ../../../../bin/cphead -File: /usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a.debug 120777 root:root ../../usr/bin/cphead.debug -File: /usr/lib/debug/.build-id/4e 40755 root:root -File: /usr/lib/debug/.build-id/4e/1d50492e070f501ec276c4d807aacfca047d8b 120777 root:root ../../../../bin/imcat -File: /usr/lib/debug/.build-id/4e/1d50492e070f501ec276c4d807aacfca047d8b.debug 120777 root:root ../../usr/bin/imcat.debug -File: /usr/lib/debug/.build-id/52 40755 root:root -File: /usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a 120777 root:root ../../../../bin/xy2sky -File: /usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a.debug 120777 root:root ../../usr/bin/xy2sky.debug -File: /usr/lib/debug/.build-id/54 40755 root:root -File: /usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719 120777 root:root ../../../../bin/imextract -File: /usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719.debug 120777 root:root ../../usr/bin/imextract.debug -File: /usr/lib/debug/.build-id/59 40755 root:root -File: /usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68 120777 root:root ../../../../bin/gethead -File: /usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68.debug 120777 root:root ../../usr/bin/gethead.debug -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f 120777 root:root ../../../../bin/crlf -File: /usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f.debug 120777 root:root ../../usr/bin/crlf.debug -File: /usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187 120777 root:root ../../../../bin/sky2xy -File: /usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187.debug 120777 root:root ../../usr/bin/sky2xy.debug -File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053 120777 root:root ../../../../bin/getfits -File: /usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053.debug 120777 root:root ../../usr/bin/getfits.debug -File: /usr/lib/debug/.build-id/5e 40755 root:root -File: /usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa 120777 root:root ../../../../bin/imwcs -File: /usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa.debug 120777 root:root ../../usr/bin/imwcs.debug -File: /usr/lib/debug/.build-id/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug -File: /usr/lib/debug/.build-id/76 40755 root:root -File: /usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4 120777 root:root ../../../../bin/newfits -File: /usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4.debug 120777 root:root ../../usr/bin/newfits.debug -File: /usr/lib/debug/.build-id/81 40755 root:root -File: /usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8 120777 root:root ../../../../bin/simpos -File: /usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8.debug 120777 root:root ../../usr/bin/simpos.debug -File: /usr/lib/debug/.build-id/83 40755 root:root -File: /usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161 120777 root:root ../../../../bin/imsize -File: /usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/10/64233fed376297aa4ef73b5b5d7e21a6d121f1 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/10/64233fed376297aa4ef73b5b5d7e21a6d121f1.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/11 40755 root:root +File: /usr/lib/debug/.build-id/11/ef4e5dd1b4814b269d858870f8f0087957d6cf 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/11/ef4e5dd1b4814b269d858870f8f0087957d6cf.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/15 40755 root:root +File: /usr/lib/debug/.build-id/15/78b21c2d4bd636602b8c11388a9634a180a88b 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/15/78b21c2d4bd636602b8c11388a9634a180a88b.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/16 40755 root:root +File: /usr/lib/debug/.build-id/16/618c7ed37bbe258c23f0c064c3474e8b61d6ed 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/16/618c7ed37bbe258c23f0c064c3474e8b61d6ed.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/17 40755 root:root +File: /usr/lib/debug/.build-id/17/c12c934e7780972efad335ef0f440bcf550b02 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/17/c12c934e7780972efad335ef0f440bcf550b02.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/e50f3b9abf1a6203a88a1ce427e816897df445 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/25/e50f3b9abf1a6203a88a1ce427e816897df445.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/32 40755 root:root +File: /usr/lib/debug/.build-id/32/95541d857cfc21f774b72749522264ec96e54e 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/32/95541d857cfc21f774b72749522264ec96e54e.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/42 40755 root:root +File: /usr/lib/debug/.build-id/42/50eb4c0b3a858072f4ce4175e8d3dc9835221e 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/42/50eb4c0b3a858072f4ce4175e8d3dc9835221e.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/4d 40755 root:root +File: /usr/lib/debug/.build-id/4d/12aba2a21c3e97114f0b784f6b5dc7888c58ec 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/4d/12aba2a21c3e97114f0b784f6b5dc7888c58ec.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/55248a3237480aac3782e30bc3d9feb0e4d47e 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/5b/55248a3237480aac3782e30bc3d9feb0e4d47e.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/6a 40755 root:root +File: /usr/lib/debug/.build-id/6a/bd6f58d4b6b04e09791e843f74a208f69f7c31 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/6a/bd6f58d4b6b04e09791e843f74a208f69f7c31.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/1bab8f8e1bc79f35fab15b504323051915d32e 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/79/1bab8f8e1bc79f35fab15b504323051915d32e.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/79/5540652f68da69d1fa1e4b4c1d50a1be0d23b9 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/79/5540652f68da69d1fa1e4b4c1d50a1be0d23b9.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/79/d754337691ccb5677ef2f6a5122bbb11411720 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/79/d754337691ccb5677ef2f6a5122bbb11411720.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/3d51d6aac033a83734fa8e7d285953a80b6cc9 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/7a/3d51d6aac033a83734fa8e7d285953a80b6cc9.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/7d 40755 root:root +File: /usr/lib/debug/.build-id/7d/d09fd22ab3452e6b32869444c7ace8accc9352 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/7d/d09fd22ab3452e6b32869444c7ace8accc9352.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/7f 40755 root:root +File: /usr/lib/debug/.build-id/7f/35d5293f307ee865fc2551740963381f6613e2 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/7f/35d5293f307ee865fc2551740963381f6613e2.debug 120777 root:root ../../usr/bin/xy2sky.debug File: /usr/lib/debug/.build-id/84 40755 root:root -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -File: /usr/lib/debug/.build-id/85 40755 root:root -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -File: /usr/lib/debug/.build-id/87 40755 root:root -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -File: /usr/lib/debug/.build-id/8c 40755 root:root -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -File: /usr/lib/debug/.build-id/9d 40755 root:root -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -File: /usr/lib/debug/.build-id/a3 40755 root:root -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/84/f9f37725e728b30df3d3212d466b1f1cb3dc66 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/84/f9f37725e728b30df3d3212d466b1f1cb3dc66.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/bfd92954b3c852d56271b2ff1d0c64988cf95e 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/89/bfd92954b3c852d56271b2ff1d0c64988cf95e.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/54e9a772b3adcb8447938db8d0679969051da8 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/8a/54e9a772b3adcb8447938db8d0679969051da8.debug 120777 root:root ../../usr/bin/isnum.debug +File: /usr/lib/debug/.build-id/92 40755 root:root +File: /usr/lib/debug/.build-id/92/fa3545740db078eb4495d5da29151afa5e2367 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/92/fa3545740db078eb4495d5da29151afa5e2367.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/ab2884c23f976d22bf9ca7185662bf2f129656 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/9a/ab2884c23f976d22bf9ca7185662bf2f129656.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/3118054ed979d8923b663f5f2df48206344a64 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/9b/3118054ed979d8923b663f5f2df48206344a64.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/9c 40755 root:root +File: /usr/lib/debug/.build-id/9c/7ff3a07c5525cdd2d80b8dd76e19030a325d5a 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/9c/7ff3a07c5525cdd2d80b8dd76e19030a325d5a.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/9f 40755 root:root +File: /usr/lib/debug/.build-id/9f/371800777bcc755779ec1886b3fe6d70069948 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/9f/371800777bcc755779ec1886b3fe6d70069948.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/a8 40755 root:root +File: /usr/lib/debug/.build-id/a8/0c79c63b07df41b17e893e179da2980445f1b2 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/a8/0c79c63b07df41b17e893e179da2980445f1b2.debug 120777 root:root ../../usr/bin/getcol.debug File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69 120777 root:root ../../../../bin/keyhead -File: /usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69.debug 120777 root:root ../../usr/bin/keyhead.debug -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc 120777 root:root ../../../../bin/addpix -File: /usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/ac/96a806005b0a3331391818a3484775621fcb87 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/ac/96a806005b0a3331391818a3484775621fcb87.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/5db00c381f7008ed1461148f3023f99b0d95fc 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/b0/5db00c381f7008ed1461148f3023f99b0d95fc.debug 120777 root:root ../../usr/bin/delhead.debug File: /usr/lib/debug/.build-id/b4 40755 root:root -File: /usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297 120777 root:root ../../../../bin/wcsremap -File: /usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/b4/e9ab0a18833dc66d8001f24230b6dcd4cf9ca8 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/b4/e9ab0a18833dc66d8001f24230b6dcd4cf9ca8.debug 120777 root:root ../../usr/bin/imhead.debug File: /usr/lib/debug/.build-id/b5 40755 root:root -File: /usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039 120777 root:root ../../../../bin/htmlsp -File: /usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039.debug 120777 root:root ../../usr/bin/htmlsp.debug -File: /usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00 120777 root:root ../../../../bin/isfile -File: /usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00.debug 120777 root:root ../../usr/bin/isfile.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1 120777 root:root ../../../../bin/sp2char -File: /usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1.debug 120777 root:root ../../usr/bin/sp2char.debug -File: /usr/lib/debug/.build-id/be 40755 root:root -File: /usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840 120777 root:root ../../../../bin/bincat -File: /usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840.debug 120777 root:root ../../usr/bin/bincat.debug -File: /usr/lib/debug/.build-id/bf 40755 root:root -File: /usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93 120777 root:root ../../../../bin/fixpix -File: /usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93.debug 120777 root:root ../../usr/bin/fixpix.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -File: /usr/lib/debug/.build-id/c3 40755 root:root -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/b5/021e915ef8a1885432d76a2dcb65f4657632a8 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/b5/021e915ef8a1885432d76a2dcb65f4657632a8.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/b7 40755 root:root +File: /usr/lib/debug/.build-id/b7/7e575a5a5f3ecddbc11af2aadf72b221ba6ae4 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/b7/7e575a5a5f3ecddbc11af2aadf72b221ba6ae4.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/b7/a354052e116c9302e594c684286f5b0362b27c 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/b7/a354052e116c9302e594c684286f5b0362b27c.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/5c142c554eaf808db39f5b1925fcb6f6985a15 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/b9/5c142c554eaf808db39f5b1925fcb6f6985a15.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/b9/7eff5d166b6624b286f8a2a63b7db4c093b252 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/b9/7eff5d166b6624b286f8a2a63b7db4c093b252.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/bd 40755 root:root +File: /usr/lib/debug/.build-id/bd/80e992a39f27d08a7804ec5ddd5ec517d8bebf 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/bd/80e992a39f27d08a7804ec5ddd5ec517d8bebf.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/13b3b486515666a77d2b3a18b0a28958956021 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/c0/13b3b486515666a77d2b3a18b0a28958956021.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/c0/f905f0422aa843207b3df33197fed296dbc448 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/c0/f905f0422aa843207b3df33197fed296dbc448.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/73e1fbc8bb9dcc20d658a8890705e2a8caaa08 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/da/73e1fbc8bb9dcc20d658a8890705e2a8caaa08.debug 120777 root:root ../../usr/bin/scat.debug File: /usr/lib/debug/.build-id/e0 40755 root:root -File: /usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80 120777 root:root ../../../../bin/imstack -File: /usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80.debug 120777 root:root ../../usr/bin/imstack.debug -File: /usr/lib/debug/.build-id/e4 40755 root:root -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug -File: /usr/lib/debug/.build-id/f6 40755 root:root -File: /usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5 120777 root:root ../../../../bin/getcol -File: /usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5.debug 120777 root:root ../../usr/bin/getcol.debug -File: /usr/lib/debug/.build-id/fb 40755 root:root -File: /usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978 120777 root:root ../../../../bin/imresize -File: /usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978.debug 120777 root:root ../../usr/bin/imresize.debug -File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 555375fb9f876dd20344fe29d2a1018f -File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 245f5ff6638d910f0c66b3ef5b41ceb9 -File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 4aacbc9ab33be7783c6d6df9dfb130f9 -File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 577544eeda499c27d08d7fad60f34c6d -File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root e8bf4b3a8706c5b0f0c229fe32998b63 -File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 683c22c36a9d8be1c883e9e5586909f4 -File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root bd85f833286dcacd1447f8b7b03ee582 -File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 12aa7d5ebc29b3361b33bf102ae27fc1 -File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root f74608e7456c94c04341d6351663e7fb -File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 56bb19a9d0f665e7704655dd67c0deb8 -File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 760d6a2ab8870c5ec79099bef7b0fa8e -File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root a300dae4c345a7253d704fdad22a124b -File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 4f8fa5de576ab1e5e94f71e5198c2edd -File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 9911c063848dc677fb922c03f8caad0d -File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 0aabfd4206869a53cf6b6694531f5b54 -File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 5a89c05e0d7aed1de9af584da5060dc0 -File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root a47858daa4c16f5371a38517cd6c4c83 -File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 6c88dbbefbe1454661f8e50740da6a91 -File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root f842885edc53659d5119eb9ca67ed3e4 -File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 1ba9953d5646fa289d65124ee54cc5ca -File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 6178c7b67a2a58fca3f9de1ba86b3123 -File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 7df484d12172241528e5d98ff3de4189 -File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 97c6e8fa7f34e7d15883ac3848ad5c5e -File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 09994588d7194831bfd6fdbea4daeef6 -File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 6c455dcc4928d551bcab907b77e64368 -File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 26ca68d060223af14100fc86f48aaf96 -File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root fc81325b60099753b73479c676b59a99 -File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root ead2ef1a1ddfba7e7838c4c57fd90310 -File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 569c9ca8bd64c8321077e71870db6081 -File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root aaed95d26706dd811ab9d155970809d5 -File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 9f580b08c73cb0431623c059d01ad283 -File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root d056254d7da328bffe994bc4966ce892 -File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 65e1665bb744f41084342a13ff30fa96 -File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root e516c8b8aacf5e541300cfbe2b6e121f -File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root a4b0f8be105ee44daae1a51c88496a7d -File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 4a541b4d31b36ace60d1a5acbfb5da46 -File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root a0c2d449c51662e4f01809cd0c34caec -File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 9d79c64918ac0e44397d58452019934e -File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root b747405dddbd8f193e96f1a64d0854c6 -File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 65c66892e3a3c2632ee71cad87dfc2b2 -File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 0c7497b9609b9cf2f0fdbe528d60646e -File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root e849f5cae9c9ff6f91e72ea120ad3727 -File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 42396d8e104c0550d790e11e030db439 -File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root e4a423f95dabc2e4a0a2975f7f95bdd2 -File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 18ee90ae6df1f8c87bed8bc7525b8262 -File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 2f7f79b34cb079c7a71de53818da39dd -File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root ffd9a6fe9e3f69e46d3849de166a2b8e -File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 45dfe5c34fabb2f8532bfeaad3164d90 -File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root d0c0557f888078c616237c8905288ba0 -File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 05dd6ca36481874eee2919e62eadfb78 -File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 79487849a1c216a0faed9b4c08123822 +File: /usr/lib/debug/.build-id/e0/0ea785442a0dee7da9b61e792a77288ad547d6 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/e0/0ea785442a0dee7da9b61e792a77288ad547d6.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/e0/f77f1d45e1612d72e417fb2b0af0ac15e78ffc 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/e0/f77f1d45e1612d72e417fb2b0af0ac15e78ffc.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/e75d578036b5ab29d53a0be2f1a228b0e5657d 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/e3/e75d578036b5ab29d53a0be2f1a228b0e5657d.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/ed 40755 root:root +File: /usr/lib/debug/.build-id/ed/6f90398b55112e7ea3bf30c7fe974cf8764cde 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/ed/6f90398b55112e7ea3bf30c7fe974cf8764cde.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/124e8a262e494974a17bac7826237f9806bf7b 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/f4/124e8a262e494974a17bac7826237f9806bf7b.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/f4/6f073ebd45f902f0fc551051f40356065db3ec 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/f4/6f073ebd45f902f0fc551051f40356065db3ec.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/f4/a02d5d220e27097a701b64f6f72a9b0a8ba6ad 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/f4/a02d5d220e27097a701b64f6f72a9b0a8ba6ad.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/f7 40755 root:root +File: /usr/lib/debug/.build-id/f7/adc2467d5882d2d4ee59802071c122691f7a7d 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/f7/adc2467d5882d2d4ee59802071c122691f7a7d.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/fd 40755 root:root +File: /usr/lib/debug/.build-id/fd/78439641d4d2e5ce8b644c765bcbf2d6cc7a75 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/fd/78439641d4d2e5ce8b644c765bcbf2d6cc7a75.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/8ff24f681ce6c7d5841571c35a3d56bb062401 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/fe/8ff24f681ce6c7d5841571c35a3d56bb062401.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 7a345b276c8c0732867f46cef941980d +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root daab050341ad8b3cefa03cb58bd675a0 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root e926d4066621554129f68086718015d8 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 4e1cb39520c18021fdb89c6a316aa2eb +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root dbf17205e1180563df7ed821f8ffc127 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 94f09b7bd8308926803dd866f8ba41a8 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 7dfcfbc5155982aad8f99de4bb0004e4 +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 60aafad985f8ed5492e51891888e4b2d +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root c94417dedb1fd920c3a3356b81405a2a +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root c0bf3538d3683fee49b2cc378e6a8f90 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root ae93213160b28f42e44f5a3f2aa92e5b +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root bb534e9884d095e0de29dbb1c8badee3 +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 17ff2945d56f5878892da466686eb597 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 98fdbfb8f9a3d3aca87207c93038ba5a +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 0e979d7d7c32ba87b7fc572ec0f6d558 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 690ab16b75fb6733af5e66db32ea039a +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root f960ecfbd1fa43c9227d591aa65a44f2 +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 261d36991c86b30f1c9019dd57106a99 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 20ad0049a1bf225e0feeabd992524393 +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 275bc0e54e1dbf68e6b939839cb7da59 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 05dc004b3519be8888539d5ec6178964 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root e9091b338f2f52344ed947256de129a8 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root dd83d61a19a64c15ff28db2c984e1bc6 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 771b5d550f2bd3671f08ea61367389b2 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 93fc05e9c4704585b384bc10f847ba91 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 1db7fe4f8ae33271720ddf44d1505bd4 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root ef418065f328d84e3d98fc4bbcc08a08 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root c706c6e7eb508b8d2f7b2dd8da3728de +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root ca8f6f47776b953a98f983ce6a0103cd +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 8b37d83bdbad6493f1c09e5a2c88296f +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 5a99257657826139def06dab45935ab3 +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root ff9d2f20850564030b98d1953d5ea26b +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root a8f6fa1cdb390dece6a0bc10305092d8 +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 515e9c027dfb06aab410197f82614044 +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 9ca22cf211fd96f528b6e5197a0ffa6c +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root d029c779a9f00d34bc29dc6063ce2100 +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root 02590026c665044392d6a3bb52ac7bf9 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 50112dd40a59aaa2d79641d0b1a7dbee +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root c3c50ddd2540e869a1356e1fa9398493 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 741d117510f6a837cbfba37a8e43b406 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 05ac04a711999e760a48280f673f7f9e +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 0296be689b7f3725d9a02bcd7ec64867 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 9861cc12ef31e3b906509954bb250f0d +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 31208d859273542f56e7435fceb69e92 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 34773553f6663fbeb1675974c9fa601e +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 77cdd0f311d36f47b6abada674429bda +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root da3e7df5a614cc78e9f4f8aa7137369c +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 589405282c65defe61afc60ba8b89d28 +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root b9c75e8652c31caff1f12be8207477ac +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root dccef9148df31afa5ed49ece83e5273d +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 316acf5c947a6092a3ccc3c6e2f88950 File: /usr/src/debug/wcstools-3.9.7 40755 root:root @@ -511,2 +505,2 @@ File: /usr/src/debug/wcstools-3.9.7/xy2sky.c 100644 root:root 2cbb568b849b19713c5ddeca5222335e -RPMIdentity: be32762136c7f291d77196ec457635503ee3f71b3ae28b1c3cc9dbf7bf7996b719a0948bed4571db13332d542d38f6ddea7d48b3634480499f1df2d9b71b5ad3 +RPMIdentity: 517663bc102e5d72f6a645a3fc21b310b4d53d92b39f80a4db90c13814775b5c8e34f345b5da9095878c3701ebc0d52c0bae2d7e6f93d892ea0033e6c722af69