<86>May 4 04:00:05 userdel[1826785]: delete user 'rooter' <86>May 4 04:00:05 userdel[1826785]: removed group 'rooter' owned by 'rooter' <86>May 4 04:00:05 userdel[1826785]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 04:00:05 groupadd[1826818]: group added to /etc/group: name=rooter, GID=1817 <86>May 4 04:00:05 groupadd[1826818]: group added to /etc/gshadow: name=rooter <86>May 4 04:00:05 groupadd[1826818]: new group: name=rooter, GID=1817 <86>May 4 04:00:05 useradd[1826840]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>May 4 04:00:05 userdel[1826887]: delete user 'builder' <86>May 4 04:00:05 userdel[1826887]: removed group 'builder' owned by 'builder' <86>May 4 04:00:05 userdel[1826887]: removed shadow group 'builder' owned by 'builder' <86>May 4 04:00:05 groupadd[1826959]: group added to /etc/group: name=builder, GID=1818 <86>May 4 04:00:05 groupadd[1826959]: group added to /etc/gshadow: name=builder <86>May 4 04:00:05 groupadd[1826959]: new group: name=builder, GID=1818 <86>May 4 04:00:05 useradd[1827015]: new user: name=builder, UID=1818, GID=1818, 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.87671 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcstools-3.9.7 + echo 'Source #0 (wcstools-3.9.7.tar.gz):' Source #0 (wcstools-3.9.7.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.7.tar.gz + /bin/tar -xf - + cd wcstools-3.9.7 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wcstools-3.9.7-rename-shlib.patch):' Patch #0 (wcstools-3.9.7-rename-shlib.patch): + /usr/bin/patch -p1 patching file libwcs/Makefile patching file Makefile + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + xargs -i@ sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA./g' @ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87671 + 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_109' 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_109' 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.80654 + 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.82422 + 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.WTy4XN 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.tSBCls 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.UfRCXq Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.7835 + 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.YymSks 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.yurdlf 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.MELQCI Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24522 + 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.0G4YkD 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.KgA1FU 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.AZhZBm 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.OAWyGn find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2tCSeI 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.BNEzRl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6WceFk 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.29user 25.11system 0:47.19elapsed 125%CPU (0avgtext+0avgdata 83632maxresident)k 0inputs+0outputs (0major+3874805minor)pagefaults 0swaps 3.46user 2.49system 0:57.20elapsed 10%CPU (0avgtext+0avgdata 125764maxresident)k 0inputs+0outputs (0major+148350minor)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-05-04 04:00:58.940611058 +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 33950da3aeb22dbd2b1087d5b50cd053 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: 5019f17e6fa171d8b167138c6bb24bc494b9cea629be0f3c1ad0711c4a397fbb2c659c0e2fea0484b7cc85fda89d7dce9927bcb758da2263e6c22e7154c14683 --- 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-05-04 04:00:59.042612432 +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/d1 40755 root:root +/usr/lib/debug/.build-id/d1/e0e9b147a0e523e1da7a2d97456193f5cfe68d 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/d1/e0e9b147a0e523e1da7a2d97456193f5cfe68d.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/d1 40755 root:root +File: /usr/lib/debug/.build-id/d1/e0e9b147a0e523e1da7a2d97456193f5cfe68d 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/d1/e0e9b147a0e523e1da7a2d97456193f5cfe68d.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 9224267521f4577398e9016913b3cc03 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: 42b3d62b19d552c46ae052345f60bfdea7dce1b3ee4f406fa10ce42d6e25f87a4311141e105cf60c12767ee89bd721670d83c5d81623abffeed47966a05130f7 --- 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-05-04 04:00:59.144613806 +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 e3d513cceb2c83091d34bbfaeace1533 +File: /usr/bin/bincat 100755 root:root 633ff9c0c97f7a7931ed23e9b9500e81 +File: /usr/bin/char2sp 100755 root:root cf38044177c9d90ac136bb88ab225341 +File: /usr/bin/conpix 100755 root:root 6080f849747dad3db67a5dba8937e1d5 +File: /usr/bin/cphead 100755 root:root e1b6e54b1cf6d8d27735358d8b972795 +File: /usr/bin/crlf 100755 root:root c18d363c8c6a167c6776d38558c3793e +File: /usr/bin/delhead 100755 root:root ba7d6f4b44543fde8dcf3d5592e6184a +File: /usr/bin/delwcs 100755 root:root 06259ccaed35e4019d306e7c46dd0ba8 +File: /usr/bin/edhead 100755 root:root 7a414c5dc2276c435e5f0b4cc18ea033 +File: /usr/bin/filename 100755 root:root 3a5f0378e8b11e06772fc41db15e87b9 +File: /usr/bin/fileroot 100755 root:root cfce5e9a121b85a999f17aef398658e4 +File: /usr/bin/filext 100755 root:root f3076794c15eb9911952c4d78202c164 +File: /usr/bin/fixpix 100755 root:root 1131ee3c7a495850539ba38ecc6fcf38 +File: /usr/bin/getcol 100755 root:root 072b354acbe1f6fe0a9cb3843b46822e +File: /usr/bin/getdate 100755 root:root 45ebe711a754010547cc371cd1e576cf +File: /usr/bin/getfits 100755 root:root f437776538eb54b0f8c1a4ba3ab8f838 +File: /usr/bin/gethead 100755 root:root c3414c3d454b32742249ff7221090318 +File: /usr/bin/getpix 100755 root:root 044e460639f4f2818dba8b674ed9efec +File: /usr/bin/gettab 100755 root:root 392cfe6652019e4f7395f8f358cbec16 +File: /usr/bin/htmlsp 100755 root:root 86fd820ff9cc20b21fd9e9da59bd50f8 +File: /usr/bin/i2f 100755 root:root e5de2b33df791a3b55694ef9e172db7d +File: /usr/bin/imcat 100755 root:root 19ae720424906ed14b1b6f2b7267b009 +File: /usr/bin/imextract 100755 root:root f0f94028eeab1a7fe25ec528d484aed1 +File: /usr/bin/imfill 100755 root:root b9881efc38686d729ed4a95661f60cf4 +File: /usr/bin/imhead 100755 root:root ef7d38d3f96ecc4cb182a59d810675b7 +File: /usr/bin/immatch 100755 root:root 77d11269a2d698d2ca801d56dfb15856 +File: /usr/bin/imresize 100755 root:root 9349e36d2fcf06bd8084aaf77d1478d0 +File: /usr/bin/imrot 100755 root:root 69bfcada0785864c4190e2246a340836 +File: /usr/bin/imsize 100755 root:root ad37836e0349d6bd7ef7045804fa18eb +File: /usr/bin/imsmooth 100755 root:root 272e2eed97d8961c8c7bfa66ef8cad57 +File: /usr/bin/imstack 100755 root:root 7cc812a84eb26fb078150036a74056df +File: /usr/bin/imstar 100755 root:root e772f43fd2f88888164926edd5133c37 +File: /usr/bin/imwcs 100755 root:root 53cf75e51489f04fc575089dd565d28a +File: /usr/bin/isfile 100755 root:root 553c417417e9c12cc8b944bb276a1127 +File: /usr/bin/isfits 100755 root:root 7fc1fb5bfe2f7188ed1c8dbd5106510c +File: /usr/bin/isnum 100755 root:root b0d72ee2011189801594bf8fc6786517 +File: /usr/bin/isrange 100755 root:root 93c5e4d57068d6572d5eee2259b1d45f +File: /usr/bin/keyhead 100755 root:root 9fdaab4d217d0e4e2d0cac6c16e54934 +File: /usr/bin/newfits 100755 root:root e5df13b601d0195549ce8ec64bb97f52 +File: /usr/bin/scat 100755 root:root 29cf2d9763436423eea2ce4c5b3264ac +File: /usr/bin/sethead 100755 root:root 970af9690ddc7d555d6b75652508c50c +File: /usr/bin/setpix 100755 root:root d06a61ccbe046a467aa5792ecc3c6d4d +File: /usr/bin/simpos 100755 root:root 6aeeac7c12519776447be7e6473b9998 +File: /usr/bin/sky2xy 100755 root:root b5c7c2720e836ce4b745ae962aff2443 +File: /usr/bin/skycoor 100755 root:root 4711b4380fbc05dd190f18fa3102f3b1 +File: /usr/bin/sp2char 100755 root:root 528ed258c18465734c074b9a91abb70a +File: /usr/bin/subpix 100755 root:root e0aca20d95489c5ebc0ad0cbdafa7e2b +File: /usr/bin/sumpix 100755 root:root 83b51d3f5355b7fed32deab78675f265 +File: /usr/bin/wcshead 100755 root:root 63c0542a30630cafa958f32e1085f90e +File: /usr/bin/wcsremap 100755 root:root d33e2c2b35fc5dc0c918610dca13316f +File: /usr/bin/xy2sky 100755 root:root 65c0f86cab1a7f981a79d4145207cb88 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: 7331b6592fed41cbc31c7334a16af32846e7039e60015ba5e1fb89bb89d24c7a48b4325e707d7223f29c3477e63e84567af28b1dfff912a882fcc5344bc5ed28 --- 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-05-04 04:00:59.250615233 +0000 @@ -1,149 +1,150 @@ +/usr/lib/debug/.build-id/00 40755 root:root +/usr/lib/debug/.build-id/00/74d5c61824e27eda0b6da38c50e123d80ea929 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/00/74d5c61824e27eda0b6da38c50e123d80ea929.debug 120777 root:root ../../usr/bin/imrot.debug /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/05/bff9f2e0bfc766a3f0f3b3bcfa9272518ed1dc 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/05/bff9f2e0bfc766a3f0f3b3bcfa9272518ed1dc.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/0d 40755 root:root +/usr/lib/debug/.build-id/0d/3aae526e8a37d3756e87985f3cbbfc2de8a1a3 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/0d/3aae526e8a37d3756e87985f3cbbfc2de8a1a3.debug 120777 root:root ../../usr/bin/isnum.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/10/e7d2cf66c3e98b5abd8a54030cba0c7c10e646 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/10/e7d2cf66c3e98b5abd8a54030cba0c7c10e646.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/11 40755 root:root +/usr/lib/debug/.build-id/11/1942b231621f6afc6b1f10dbd7257894dcc153 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/11/1942b231621f6afc6b1f10dbd7257894dcc153.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/14 40755 root:root +/usr/lib/debug/.build-id/14/f44e4a37447dee11bd685cb49dca67ffe17aef 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/14/f44e4a37447dee11bd685cb49dca67ffe17aef.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/15 40755 root:root +/usr/lib/debug/.build-id/15/01edae943da03369af93949132800ef1951d12 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/15/01edae943da03369af93949132800ef1951d12.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/15/74cea39889f1782e3ff494fdd1df819895feb8 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/15/74cea39889f1782e3ff494fdd1df819895feb8.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/19 40755 root:root +/usr/lib/debug/.build-id/19/0e1661a1fd6b8a24d26cada8ecf356c5a982aa 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/19/0e1661a1fd6b8a24d26cada8ecf356c5a982aa.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/28 40755 root:root +/usr/lib/debug/.build-id/28/1179e70d41ccb8af2447761f439296cdb97944 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/28/1179e70d41ccb8af2447761f439296cdb97944.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/28/7b2d7a856106ed8a43cedda6ded9a0d13a296c 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/28/7b2d7a856106ed8a43cedda6ded9a0d13a296c.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/2f 40755 root:root +/usr/lib/debug/.build-id/2f/e3081cebac188d30757ce10aea1beb1835831c 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/2f/e3081cebac188d30757ce10aea1beb1835831c.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/30 40755 root:root +/usr/lib/debug/.build-id/30/a75e65623d01e0623a138bb7deba15dd624ba6 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/30/a75e65623d01e0623a138bb7deba15dd624ba6.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/5f33479d18ab309d490e312a0fb965d3947e66 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/33/5f33479d18ab309d490e312a0fb965d3947e66.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/35 40755 root:root +/usr/lib/debug/.build-id/35/89de38e562a464075239cd368963b004940cd3 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/35/89de38e562a464075239cd368963b004940cd3.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/3a 40755 root:root +/usr/lib/debug/.build-id/3a/5e57f139d0c8849798036a4fab53f6fd6c4119 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/3a/5e57f139d0c8849798036a4fab53f6fd6c4119.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/58 40755 root:root +/usr/lib/debug/.build-id/58/b93785a89417d65a008f25bc09d5913ce2e810 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/58/b93785a89417d65a008f25bc09d5913ce2e810.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/99de4c735ad85ff9d14b6566f50fc0da9e07d3 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/5b/99de4c735ad85ff9d14b6566f50fc0da9e07d3.debug 120777 root:root ../../usr/bin/scat.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/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/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/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/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/5d/18b00ba19f789ed9efa4b0aecbd4094e394a1d 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/5d/18b00ba19f789ed9efa4b0aecbd4094e394a1d.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/ce7cb651c1c03087c6894ef95a631db12a0bc8 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/61/ce7cb651c1c03087c6894ef95a631db12a0bc8.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/63 40755 root:root +/usr/lib/debug/.build-id/63/0b38dd8325409b6eed44e972bc02f260eaa8a6 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/63/0b38dd8325409b6eed44e972bc02f260eaa8a6.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/65 40755 root:root +/usr/lib/debug/.build-id/65/5df20a22e2b6e701b830e04dcf835d598f5fc0 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/65/5df20a22e2b6e701b830e04dcf835d598f5fc0.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/66 40755 root:root +/usr/lib/debug/.build-id/66/6ed4bc0514b8f03aad087881e9f7024652ebe0 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/66/6ed4bc0514b8f03aad087881e9f7024652ebe0.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/6a 40755 root:root +/usr/lib/debug/.build-id/6a/a551f009241f1185fcc34ccfc61829e2ceb82a 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/6a/a551f009241f1185fcc34ccfc61829e2ceb82a.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/436d93259a1ba1ffb739df677d5a322fa88fc8 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/6f/436d93259a1ba1ffb739df677d5a322fa88fc8.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/77 40755 root:root +/usr/lib/debug/.build-id/77/13fde5ff1e27d4da0c861daefca8f855fdf90d 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/77/13fde5ff1e27d4da0c861daefca8f855fdf90d.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/cb67934c0d98faa5f1e6db6ba6c47f232390df 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/79/cb67934c0d98faa5f1e6db6ba6c47f232390df.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/bb10b3375990bd32ef036a8671c5f22c9a0f1c 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/8a/bb10b3375990bd32ef036a8671c5f22c9a0f1c.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/8e 40755 root:root +/usr/lib/debug/.build-id/8e/ee39786cd314b2d951c41c17467c983aaf3481 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/8e/ee39786cd314b2d951c41c17467c983aaf3481.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/f78fe58d13a89f358a7515b7eaa2e3581b2d41 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/96/f78fe58d13a89f358a7515b7eaa2e3581b2d41.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/5360b59602d0549709dd194b2be010933407ba 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/97/5360b59602d0549709dd194b2be010933407ba.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/8b357e9a0f8ef6ec48819a85c2a92e42241827 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/9c/8b357e9a0f8ef6ec48819a85c2a92e42241827.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/9c/d3ea10b5195eda879711ce174d23f1b8eddf1c 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/9c/d3ea10b5195eda879711ce174d23f1b8eddf1c.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/5c1c2f672b6a64def7ba9702ecaa09841bbc1f 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/9e/5c1c2f672b6a64def7ba9702ecaa09841bbc1f.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/a9 40755 root:root +/usr/lib/debug/.build-id/a9/a74b8705e5258d2f28e130e73b658605edc8f2 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/a9/a74b8705e5258d2f28e130e73b658605edc8f2.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/aa 40755 root:root +/usr/lib/debug/.build-id/aa/0f377ed5e01ac8c98d9b75ef18f75944dd0b9e 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/aa/0f377ed5e01ac8c98d9b75ef18f75944dd0b9e.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/b441eb975d5fad1e7c5a2629f81eb91c601587 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/b0/b441eb975d5fad1e7c5a2629f81eb91c601587.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/400fb5e9f7dfaad236b399079da118148fc688 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/b1/400fb5e9f7dfaad236b399079da118148fc688.debug 120777 root:root ../../usr/bin/sumpix.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/be/4b9f71b44300f9fb38415c9876f53ea73749fc 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/be/4b9f71b44300f9fb38415c9876f53ea73749fc.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/5f61a67984950fa826460fbeda55b285e062a8 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/c0/5f61a67984950fa826460fbeda55b285e062a8.debug 120777 root:root ../../usr/bin/sky2xy.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/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/c6/3e40f12463599c4c7404f7b2974a0d9d21bc5f 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/c6/3e40f12463599c4c7404f7b2974a0d9d21bc5f.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/1fab0e109e1d2e8e1fb8738b42c85c9f556cbc 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/cb/1fab0e109e1d2e8e1fb8738b42c85c9f556cbc.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/d0 40755 root:root +/usr/lib/debug/.build-id/d0/5a13c7cc210a365ae789b0d895cdb87e377eb4 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/d0/5a13c7cc210a365ae789b0d895cdb87e377eb4.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/077998c8b11f0974c048fb7d0a71dd2cf11f40 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/d2/077998c8b11f0974c048fb7d0a71dd2cf11f40.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/d2/de75a97eae2e71e354f2523f74e22d0017b0c0 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/d2/de75a97eae2e71e354f2523f74e22d0017b0c0.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/e4395472696f3372396b12f2fd8e71dc167c22 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/d3/e4395472696f3372396b12f2fd8e71dc167c22.debug 120777 root:root ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/cba94d8c60e9ec4488d7f8ae9ae99e9e9a5b67 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/d6/cba94d8c60e9ec4488d7f8ae9ae99e9e9a5b67.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/f8b0701391ab1fa68ebdfe3376933e02165b98 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/db/f8b0701391ab1fa68ebdfe3376933e02165b98.debug 120777 root:root ../../usr/bin/setpix.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/e4/aeccff2ed7ef187ac6f019f20011c721a20f3a 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/e4/aeccff2ed7ef187ac6f019f20011c721a20f3a.debug 120777 root:root ../../usr/bin/isfits.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/ee/6228c4a1c507855f0e37b04c58a21a9c00d0a0 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/ee/6228c4a1c507855f0e37b04c58a21a9c00d0a0.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/f7 40755 root:root +/usr/lib/debug/.build-id/f7/6a6888f565d11f847150e2c5bf0e5827fdde75 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/f7/6a6888f565d11f847150e2c5bf0e5827fdde75.debug 120777 root:root ../../usr/bin/imresize.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +259,202 @@ Provides: wcstools-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1 +File: /usr/lib/debug/.build-id/00 40755 root:root +File: /usr/lib/debug/.build-id/00/74d5c61824e27eda0b6da38c50e123d80ea929 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/00/74d5c61824e27eda0b6da38c50e123d80ea929.debug 120777 root:root ../../usr/bin/imrot.debug 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/05/bff9f2e0bfc766a3f0f3b3bcfa9272518ed1dc 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/05/bff9f2e0bfc766a3f0f3b3bcfa9272518ed1dc.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/0d 40755 root:root +File: /usr/lib/debug/.build-id/0d/3aae526e8a37d3756e87985f3cbbfc2de8a1a3 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/0d/3aae526e8a37d3756e87985f3cbbfc2de8a1a3.debug 120777 root:root ../../usr/bin/isnum.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/10/e7d2cf66c3e98b5abd8a54030cba0c7c10e646 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/10/e7d2cf66c3e98b5abd8a54030cba0c7c10e646.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/11 40755 root:root +File: /usr/lib/debug/.build-id/11/1942b231621f6afc6b1f10dbd7257894dcc153 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/11/1942b231621f6afc6b1f10dbd7257894dcc153.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/14 40755 root:root +File: /usr/lib/debug/.build-id/14/f44e4a37447dee11bd685cb49dca67ffe17aef 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/14/f44e4a37447dee11bd685cb49dca67ffe17aef.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/15 40755 root:root +File: /usr/lib/debug/.build-id/15/01edae943da03369af93949132800ef1951d12 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/15/01edae943da03369af93949132800ef1951d12.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/15/74cea39889f1782e3ff494fdd1df819895feb8 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/15/74cea39889f1782e3ff494fdd1df819895feb8.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/19 40755 root:root +File: /usr/lib/debug/.build-id/19/0e1661a1fd6b8a24d26cada8ecf356c5a982aa 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/19/0e1661a1fd6b8a24d26cada8ecf356c5a982aa.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/28 40755 root:root +File: /usr/lib/debug/.build-id/28/1179e70d41ccb8af2447761f439296cdb97944 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/28/1179e70d41ccb8af2447761f439296cdb97944.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/28/7b2d7a856106ed8a43cedda6ded9a0d13a296c 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/28/7b2d7a856106ed8a43cedda6ded9a0d13a296c.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/2f 40755 root:root +File: /usr/lib/debug/.build-id/2f/e3081cebac188d30757ce10aea1beb1835831c 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/2f/e3081cebac188d30757ce10aea1beb1835831c.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/30 40755 root:root +File: /usr/lib/debug/.build-id/30/a75e65623d01e0623a138bb7deba15dd624ba6 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/30/a75e65623d01e0623a138bb7deba15dd624ba6.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/5f33479d18ab309d490e312a0fb965d3947e66 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/33/5f33479d18ab309d490e312a0fb965d3947e66.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/35 40755 root:root +File: /usr/lib/debug/.build-id/35/89de38e562a464075239cd368963b004940cd3 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/35/89de38e562a464075239cd368963b004940cd3.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/3a 40755 root:root +File: /usr/lib/debug/.build-id/3a/5e57f139d0c8849798036a4fab53f6fd6c4119 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/3a/5e57f139d0c8849798036a4fab53f6fd6c4119.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/58 40755 root:root +File: /usr/lib/debug/.build-id/58/b93785a89417d65a008f25bc09d5913ce2e810 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/58/b93785a89417d65a008f25bc09d5913ce2e810.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/99de4c735ad85ff9d14b6566f50fc0da9e07d3 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/5b/99de4c735ad85ff9d14b6566f50fc0da9e07d3.debug 120777 root:root ../../usr/bin/scat.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/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/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/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/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/5d/18b00ba19f789ed9efa4b0aecbd4094e394a1d 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/5d/18b00ba19f789ed9efa4b0aecbd4094e394a1d.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/ce7cb651c1c03087c6894ef95a631db12a0bc8 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/61/ce7cb651c1c03087c6894ef95a631db12a0bc8.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/63 40755 root:root +File: /usr/lib/debug/.build-id/63/0b38dd8325409b6eed44e972bc02f260eaa8a6 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/63/0b38dd8325409b6eed44e972bc02f260eaa8a6.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/65 40755 root:root +File: /usr/lib/debug/.build-id/65/5df20a22e2b6e701b830e04dcf835d598f5fc0 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/65/5df20a22e2b6e701b830e04dcf835d598f5fc0.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/66 40755 root:root +File: /usr/lib/debug/.build-id/66/6ed4bc0514b8f03aad087881e9f7024652ebe0 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/66/6ed4bc0514b8f03aad087881e9f7024652ebe0.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/6a 40755 root:root +File: /usr/lib/debug/.build-id/6a/a551f009241f1185fcc34ccfc61829e2ceb82a 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/6a/a551f009241f1185fcc34ccfc61829e2ceb82a.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/436d93259a1ba1ffb739df677d5a322fa88fc8 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/6f/436d93259a1ba1ffb739df677d5a322fa88fc8.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/77 40755 root:root +File: /usr/lib/debug/.build-id/77/13fde5ff1e27d4da0c861daefca8f855fdf90d 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/77/13fde5ff1e27d4da0c861daefca8f855fdf90d.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/cb67934c0d98faa5f1e6db6ba6c47f232390df 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/79/cb67934c0d98faa5f1e6db6ba6c47f232390df.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/bb10b3375990bd32ef036a8671c5f22c9a0f1c 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/8a/bb10b3375990bd32ef036a8671c5f22c9a0f1c.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/ee39786cd314b2d951c41c17467c983aaf3481 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/8e/ee39786cd314b2d951c41c17467c983aaf3481.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/f78fe58d13a89f358a7515b7eaa2e3581b2d41 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/96/f78fe58d13a89f358a7515b7eaa2e3581b2d41.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/5360b59602d0549709dd194b2be010933407ba 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/97/5360b59602d0549709dd194b2be010933407ba.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/9c 40755 root:root +File: /usr/lib/debug/.build-id/9c/8b357e9a0f8ef6ec48819a85c2a92e42241827 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/9c/8b357e9a0f8ef6ec48819a85c2a92e42241827.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/9c/d3ea10b5195eda879711ce174d23f1b8eddf1c 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/9c/d3ea10b5195eda879711ce174d23f1b8eddf1c.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/5c1c2f672b6a64def7ba9702ecaa09841bbc1f 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/9e/5c1c2f672b6a64def7ba9702ecaa09841bbc1f.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/a9 40755 root:root +File: /usr/lib/debug/.build-id/a9/a74b8705e5258d2f28e130e73b658605edc8f2 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/a9/a74b8705e5258d2f28e130e73b658605edc8f2.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/aa 40755 root:root +File: /usr/lib/debug/.build-id/aa/0f377ed5e01ac8c98d9b75ef18f75944dd0b9e 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/aa/0f377ed5e01ac8c98d9b75ef18f75944dd0b9e.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/b441eb975d5fad1e7c5a2629f81eb91c601587 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/b0/b441eb975d5fad1e7c5a2629f81eb91c601587.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/400fb5e9f7dfaad236b399079da118148fc688 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/b1/400fb5e9f7dfaad236b399079da118148fc688.debug 120777 root:root ../../usr/bin/sumpix.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/be/4b9f71b44300f9fb38415c9876f53ea73749fc 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/be/4b9f71b44300f9fb38415c9876f53ea73749fc.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/5f61a67984950fa826460fbeda55b285e062a8 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/c0/5f61a67984950fa826460fbeda55b285e062a8.debug 120777 root:root ../../usr/bin/sky2xy.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/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/c6/3e40f12463599c4c7404f7b2974a0d9d21bc5f 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/c6/3e40f12463599c4c7404f7b2974a0d9d21bc5f.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/1fab0e109e1d2e8e1fb8738b42c85c9f556cbc 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/cb/1fab0e109e1d2e8e1fb8738b42c85c9f556cbc.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/d0 40755 root:root +File: /usr/lib/debug/.build-id/d0/5a13c7cc210a365ae789b0d895cdb87e377eb4 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/d0/5a13c7cc210a365ae789b0d895cdb87e377eb4.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/077998c8b11f0974c048fb7d0a71dd2cf11f40 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/d2/077998c8b11f0974c048fb7d0a71dd2cf11f40.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/d2/de75a97eae2e71e354f2523f74e22d0017b0c0 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/d2/de75a97eae2e71e354f2523f74e22d0017b0c0.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/d3 40755 root:root +File: /usr/lib/debug/.build-id/d3/e4395472696f3372396b12f2fd8e71dc167c22 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/d3/e4395472696f3372396b12f2fd8e71dc167c22.debug 120777 root:root ../../usr/bin/delhead.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/cba94d8c60e9ec4488d7f8ae9ae99e9e9a5b67 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/d6/cba94d8c60e9ec4488d7f8ae9ae99e9e9a5b67.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/f8b0701391ab1fa68ebdfe3376933e02165b98 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/db/f8b0701391ab1fa68ebdfe3376933e02165b98.debug 120777 root:root ../../usr/bin/setpix.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/e4/aeccff2ed7ef187ac6f019f20011c721a20f3a 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/e4/aeccff2ed7ef187ac6f019f20011c721a20f3a.debug 120777 root:root ../../usr/bin/isfits.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/ee/6228c4a1c507855f0e37b04c58a21a9c00d0a0 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/ee/6228c4a1c507855f0e37b04c58a21a9c00d0a0.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/f7 40755 root:root +File: /usr/lib/debug/.build-id/f7/6a6888f565d11f847150e2c5bf0e5827fdde75 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/f7/6a6888f565d11f847150e2c5bf0e5827fdde75.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root d3fd589adfa8df216487846f5a0df40f +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root b34423fe8ecd2998faac2ddc28ff9031 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 527c79a9aa06075bc62e424a26ef156a +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 1c7e16a8545aaa67db23ef94e926a38c +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root d0e7e67ba6be95ed71e0a49775755785 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 2c28eac2c488461775ee1f27bd9a7363 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root fc709f0328c4e7fcb4a5b500c6c6d43d +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root dd61a728c973ca0c3d66016e3558e4a3 +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 7a94420f5c564d529499c2ba6be68fd5 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root ce6ce1d69622331eb0ec039f38452fbe +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root a13689d7250acceb5a0f8339e05d1075 +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root ddd35c9ce5b99bd77881dea21b06de56 +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 2e98406efc2177aaa69005a2ab279c57 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 434848c14195f76294ba1a709697593d +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 95877ad1c5fcd01dd208e59529da34a6 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 6c1861bce445a1980fd2a259bf5ce688 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root c1f988df5620e83214edbc4265fb6f04 +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 43761fb98052b18c63bf48b8a61a99a3 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 4750e640d22f87c044bd84a5efe5c80a +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 31145aff8c32551c214a130fcbfe5299 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root b749732bf69341246d9ba1981103e460 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root a2cfbf1e20a9420ba07cc40247137d24 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 4a21ba5203cd8761325baab134f34d17 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 1fc7d7f43e42c14768f12f1e7c39ccb5 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 3c96b8251c15a049e9883f1660771e07 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 2800da2aa0c44e710e891f6ec2c1f330 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root b40077397f533b74de39c48e94c7cb83 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root d56d43cfb9c182a97eea6207ccc59118 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 7a276bfdd14dd2487d787c7f11157f3d +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root c5f0cbcd0079a7ac6a6ded0f5811b28d +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root fc7a1ba1f8da5a44dbc359fbfb448319 +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root bd2de715d1d68b816fbde93a2f77d4d2 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 5bbe22136033e7b80971071144223f38 +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 6bb59afb72b54ca9924e41663c89de5f +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 43ce225d89cfa98017f98c712896eabb +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 3797e30c481252c408722ce3099da0a3 +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root 8e05685ea3c900b3e9d47171713b69d5 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 2cb32891af9f2e2b301398991a815556 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root fb0e515ffa31fdd1c7b92f95fae99c5d +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 5bd69a4816a9125088cc3b7d84171818 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 4851f9cec92e8931b7826a12cf87baa8 +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 0906d3363040828db19d9ab92b5d7154 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 7dc741c9d41852a155c11e2ead9c25df +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 6c69ab6d4b5fddb2c5c8e20b0eebfa89 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root d43521b9e3340b03ac25f90a3a5184f5 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root f6bfc036d84df3c9af44e056777c52bb +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 490b1090512bfbd17e7ec64877c7824f +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 9585c0ca2d102dd8d379b89c90c74ffc +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root c0d1fbf7d6a43af4193884404a8417d0 +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root cc4ac69a196e4a677987d2205133200d +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root c0fe1124aec115f59ab0067fddaa8e82 File: /usr/src/debug/wcstools-3.9.7 40755 root:root @@ -511,2 +513,2 @@ File: /usr/src/debug/wcstools-3.9.7/xy2sky.c 100644 root:root 2cbb568b849b19713c5ddeca5222335e -RPMIdentity: be32762136c7f291d77196ec457635503ee3f71b3ae28b1c3cc9dbf7bf7996b719a0948bed4571db13332d542d38f6ddea7d48b3634480499f1df2d9b71b5ad3 +RPMIdentity: 791a12a91a33ae02d84e88935d29274f38e4d49f4f1caa53e7c4d3f0b185f67f99dc99b903622967aad9318eb1118ed098c15920db9069dbba5b1750a3fea964