<86>Oct 29 17:53:32 userdel[542948]: delete user 'rooter' <86>Oct 29 17:53:32 userdel[542948]: removed group 'rooter' owned by 'rooter' <86>Oct 29 17:53:32 userdel[542948]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 17:53:32 groupadd[542961]: group added to /etc/group: name=rooter, GID=1823 <86>Oct 29 17:53:32 groupadd[542961]: group added to /etc/gshadow: name=rooter <86>Oct 29 17:53:32 groupadd[542961]: new group: name=rooter, GID=1823 <86>Oct 29 17:53:32 useradd[542972]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Oct 29 17:53:32 userdel[542989]: delete user 'builder' <86>Oct 29 17:53:32 userdel[542989]: removed group 'builder' owned by 'builder' <86>Oct 29 17:53:32 userdel[542989]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 17:53:32 groupadd[543001]: group added to /etc/group: name=builder, GID=1824 <86>Oct 29 17:53:32 groupadd[543001]: group added to /etc/gshadow: name=builder <86>Oct 29 17:53:32 groupadd[543001]: new group: name=builder, GID=1824 <86>Oct 29 17:53:32 useradd[543011]: new user: name=builder, UID=1824, GID=1824, 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.84067 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcstools-3.9.7 + echo 'Source #0 (wcstools-3.9.7.tar.gz):' Source #0 (wcstools-3.9.7.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.7.tar.gz + /bin/tar -xf - + cd wcstools-3.9.7 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wcstools-3.9.7-rename-shlib.patch):' Patch #0 (wcstools-3.9.7-rename-shlib.patch): + /usr/bin/patch -p1 patching file libwcs/Makefile patching file Makefile + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + xargs -i@ sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA./g' @ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84067 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.7 + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + make make: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7' make CC=gcc -C libwcs make[1]: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imsetwcs.o imsetwcs.c imsetwcs.c: In function 'SetWCSFITS': imsetwcs.c:238:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 238 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 239 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:243:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 243 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 244 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:246:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 246 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 247 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:249:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 249 | fprintf (stderr, "Could not calloc %d bytes for goff\n", | ~^ | | | int | %ld 250 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:312:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 312 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 313 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:315:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 315 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 316 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:318:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 318 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 319 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:321:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 321 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 322 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:324:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 324 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 325 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:327:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 327 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 328 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:332:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 332 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 333 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:337:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 337 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 338 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:340:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 340 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 341 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:377:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 377 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 378 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:380:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 380 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 381 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:383:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 383 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 384 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c: In function 'CompRes': imsetwcs.c:1059:17: warning: variable 'sep2' set but not used [-Wunused-but-set-variable] 1059 | double sep, sep2, rsep, rsep2, dsep, dsep2; | ^~~~ imsetwcs.c:1058:43: warning: unused variable 'mag0' [-Wunused-variable] 1058 | double gx, gy, dx, dy, dx2, dy2, dxy, mag0; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imgetwcs.o imgetwcs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o matchstar.o matchstar.c matchstar.c: In function 'WCSMatch': matchstar.c:962:9: warning: unused variable 'nsc' [-Wunused-variable] 962 | int nsc, j, nq[5]; | ^~~ matchstar.c: In function 'amoeba': matchstar.c:1816:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1816 | for (i=0,sum=0.0; icatlast - line, sc->nbent, istar); | ~~~~~~~~~~~~~~~~~~ | | | long int gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o webread.o webread.c webread.c: In function 'webopen': webread.c:415:20: warning: variable 'lbuff0' set but not used [-Wunused-but-set-variable] 415 | int lbuff = 0, lbuff0 = 0; | ^~~~~~ webread.c: In function 'webbuff': webread.c:621:11: warning: unused variable 'sokptr' [-Wunused-variable] 621 | char *sokptr; | ^~~~~~ webread.c:620:11: warning: unused variable 'newserver' [-Wunused-variable] 620 | char *newserver; | ^~~~~~~~~ webread.c:614:9: warning: unused variable 'lcom' [-Wunused-variable] 614 | int lcom; | ^~~~ webread.c:679:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 679 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:730:16: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 730 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:775:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 775 | (void) fgets (linebuff, LINE, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:815:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 815 | (void) fread (buff, 1, lchunk, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tmcread.o tmcread.c tmcread.c: In function 'tmcbin': tmcread.c:699:9: warning: variable 'magsort' set but not used [-Wunused-but-set-variable] 699 | int magsort; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o gscread.o gscread.c gscread.c: In function 'gscbin': gscread.c:794:12: warning: variable 'xnum' set but not used [-Wunused-but-set-variable] 794 | double xnum; /* Guide Star number */ | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o gsc2read.o gsc2read.c gsc2read.c: In function 'gsc2read': gsc2read.c:86:17: warning: unused variable 'sd' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:86:10: warning: unused variable 'sr' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:85:17: warning: unused variable 'ds' [-Wunused-variable] 85 | double ras, ds; | ^~ gsc2read.c:85:12: warning: unused variable 'ras' [-Wunused-variable] 85 | double ras, ds; | ^~~ gsc2read.c:84:23: warning: unused variable 'dm' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:19: warning: unused variable 'dd' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:14: warning: unused variable 'ram' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c:84:9: warning: unused variable 'rah' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c: In function 'gsc2c2t': gsc2read.c:243:21: warning: unused variable 'colsep' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~ gsc2read.c:243:11: warning: unused variable 'colhead' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~~ gsc2read.c: In function 'gsc2t2t': gsc2read.c:316:10: warning: unused variable 'colon' [-Wunused-variable] 316 | char colon = ':'; | ^~~~~ gsc2read.c: At top level: gsc2read.c:184:1: warning: 'parsex' defined but not used [-Wunused-function] 184 | parsex (str, ss, d, m, s) | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ujcread.o ujcread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o uacread.o uacread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ubcread.o ubcread.c ubcread.c: In function 'ubcbin': ubcread.c:811:32: warning: variable 'pmni' set but not used [-Wunused-but-set-variable] 811 | int istar, istar1, istar2, pmni, nid; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ucacread.o ucacread.c ucacread.c: In function 'ucacread': ucacread.c:221:23: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 221 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacrnum': ucacread.c:724:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] 724 | int verbose; | ^~~~~~~ ucacread.c: In function 'ucacbin': ucacread.c:932:21: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 932 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacsra': ucacread.c:1243:52: warning: unused variable 'sdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ ucacread.c:1243:44: warning: unused variable 'rdiff2' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:36: warning: unused variable 'rdiff1' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:29: warning: unused variable 'rdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sdssread.o sdssread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tabread.o tabread.c tabread.c: In function 'tabbin': tabread.c:793:9: warning: variable 'peak' set but not used [-Wunused-but-set-variable] 793 | int peak; | ^~~~ tabread.c: In function 'tabopen': tabread.c:1952:10: warning: variable 'tabcstr' set but not used [-Wunused-but-set-variable] 1952 | char tabcstr[4]; | ^~~~~~~ tabread.c:2182:16: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tabread.c: In function 'gettabline': tabread.c:2264:24: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2264 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tabread.c: At top level: tabread.c:2653:1: warning: 'tabcont' defined but not used [-Wunused-function] 2653 | tabcont (tabtable, keyword) | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o binread.o binread.c binread.c: In function 'binbin': binread.c:702:9: warning: variable 'mrv' set but not used [-Wunused-but-set-variable] 702 | int mrv; | ^~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ctgread.o ctgread.c ctgread.c: In function 'ctgrdate': ctgread.c:811:9: warning: variable 'starfound' set but not used [-Wunused-but-set-variable] 811 | int starfound; | ^~~~~~~~~ ctgread.c: In function 'ctgopen': ctgread.c:1249:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 1249 | int ntok; | ^~~~ ctgread.c: In function 'isacat': ctgread.c:1953:11: warning: variable 'errc' set but not used [-Wunused-but-set-variable] 1953 | char *errc; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o actread.o actread.c actread.c: In function 'actbin': actread.c:576:11: warning: variable 'str' set but not used [-Wunused-but-set-variable] 576 | char *str; | ^~~ actread.c:573:50: warning: variable 'magv' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ actread.c:573:44: warning: variable 'magb' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o catutil.o catutil.c catutil.c: In function 'tmcid': catutil.c:2546:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable] 2546 | char csign; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o skybotread.o skybotread.c skybotread.c: In function 'skybotread': skybotread.c:133:12: warning: unused variable 'dtemp' [-Wunused-variable] 133 | double dtemp, jdout; | ^~~~~ skybotread.c:128:10: warning: unused variable 'cmag' [-Wunused-variable] 128 | char cmag; | ^~~~ skybotread.c: In function 'skybot2tab': skybotread.c:315:10: warning: unused variable 'ccom' [-Wunused-variable] 315 | char ccom = ','; | ^~~~ skybotread.c:313:11: warning: unused variable 'buff' [-Wunused-variable] 313 | char *buff; | ^~~~ skybotread.c:309:16: warning: unused variable 'ldata' [-Wunused-variable] 309 | int lhead, ldata; | ^~~~~ skybotread.c:305:11: warning: unused variable 'head' [-Wunused-variable] 305 | char *head; | ^~~~ skybotread.c:304:11: warning: unused variable 'chead' [-Wunused-variable] 304 | char *chead; | ^~~~~ skybotread.c:302:11: warning: unused variable 'endhead' [-Wunused-variable] 302 | char *endhead; | ^~~~~~~ skybotread.c:298:11: warning: unused variable 'databuff' [-Wunused-variable] 298 | char *databuff; | ^~~~~~~~ skybotread.c:293:11: warning: unused variable 'heading' [-Wunused-variable] 293 | char *heading; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imrotate.o imrotate.c imrotate.c: In function 'RotWCSFITS': imrotate.c:374:22: warning: unused variable 'ctype2' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ imrotate.c:374:10: warning: unused variable 'ctype1' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o fitsfile.o fitsfile.c fitsfile.c: In function 'fitsrhead': fitsfile.c:293:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 293 | fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead); | ~^ ~~~~~~ | | | | int off_t {aka long int} | %ld gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imhfile.o imhfile.c imhfile.c: In function 'iraf2fits': imhfile.c:606:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 606 | else | ^~~~ imhfile.c:608:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 608 | hputcom (fitsheader,"NAXIS2", "IRAF .imh naxis[2]"); | ^~~~~~~ imhfile.c: In function 'irafwhead': imhfile.c:913:12: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 913 | (void) ftruncate (fd, nbhead); | ^~~~~~~~~~~~~~~~~~~~~~ imhfile.c: In function 'iraf2fits': imhfile.c:507:11: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 507 | (void)strncpy (endline,"END", 3); | ^ imhfile.c:861:5: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 861 | strncpy (endline," ",3); | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o hget.o hget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o hput.o hput.c hput.c: In function 'hputcom': hput.c:696:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 696 | else | ^~~~ hput.c:698:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 698 | q2 = NULL; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imio.o imio.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o dateutil.o dateutil.c dateutil.c: In function 'fd2mfd': dateutil.c:2124:27: warning: zero-length gnu_printf format string [-Wformat-zero-length] 2124 | sprintf (tstring, ""); | ^~ dateutil.c:2130:27: warning: zero-length gnu_printf format string [-Wformat-zero-length] 2130 | sprintf (dstring, ""); | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imutil.o imutil.c imutil.c: In function 'SetBadFITS': imutil.c:227:25: warning: value computed is not used [-Wunused-value] 227 | *b1++; | ^~~~~ imutil.c:246:25: warning: value computed is not used [-Wunused-value] 246 | *b1++; | ^~~~~ imutil.c:273:25: warning: value computed is not used [-Wunused-value] 273 | *b1++; | ^~~~~ imutil.c:292:25: warning: value computed is not used [-Wunused-value] 292 | *b1++; | ^~~~~ imutil.c:320:25: warning: value computed is not used [-Wunused-value] 320 | *b1++; | ^~~~~ imutil.c:339:25: warning: value computed is not used [-Wunused-value] 339 | *b1++; | ^~~~~ imutil.c:365:25: warning: value computed is not used [-Wunused-value] 365 | *b1++; | ^~~~~ imutil.c:384:25: warning: value computed is not used [-Wunused-value] 384 | *b1++; | ^~~~~ imutil.c: In function 'SetBadVal': imutil.c:460:21: warning: value computed is not used [-Wunused-value] 460 | *b1++; | ^~~~~ imutil.c:465:21: warning: value computed is not used [-Wunused-value] 465 | *b1++; | ^~~~~ imutil.c:492:21: warning: value computed is not used [-Wunused-value] 492 | *b1++; | ^~~~~ imutil.c:497:21: warning: value computed is not used [-Wunused-value] 497 | *b1++; | ^~~~~ imutil.c:524:21: warning: value computed is not used [-Wunused-value] 524 | *b1++; | ^~~~~ imutil.c:529:21: warning: value computed is not used [-Wunused-value] 529 | *b1++; | ^~~~~ imutil.c:556:21: warning: value computed is not used [-Wunused-value] 556 | *b1++; | ^~~~~ imutil.c:561:21: warning: value computed is not used [-Wunused-value] 561 | *b1++; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o worldpos.o worldpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tnxpos.o tnxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o zpxpos.o zpxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o dsspos.o dsspos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platepos.o platepos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sortstar.o sortstar.c sortstar.c: In function 'StarMerge': sortstar.c:954:35: warning: variable 'nums' set but not used [-Wunused-but-set-variable] 954 | int i, is, js, nthis, im, no, nums[MAXMERGE]; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platefit.o platefit.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o iget.o iget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o fileutil.o fileutil.c fileutil.c:30:1: warning: "/*" within comment [-Wcomment] 30 | /** Read, parse, and find out things about ASCII files fileutil.c: In function 'getmaxlength': fileutil.c:183:9: warning: unused variable 'nlines' [-Wunused-variable] 183 | int nlines = 0; | ^~~~~~ fileutil.c: In function 'agetl': fileutil.c:1286:9: warning: unused variable 'ieos' [-Wunused-variable] 1286 | int ieos = 0; | ^~~~ fileutil.c:1281:23: warning: variable 'lstring' set but not used [-Wunused-but-set-variable] 1281 | int ichar, jline, lstring; | ^~~~~~~ fileutil.c:1281:9: warning: unused variable 'ichar' [-Wunused-variable] 1281 | int ichar, jline, lstring; | ^~~~~ fileutil.c: In function 'agetw': fileutil.c:1412:11: warning: unused variable 'value' [-Wunused-variable] 1412 | char *value; | ^~~~~ fileutil.c: In function 'agets': fileutil.c:1446:24: warning: unused variable 'fkey' [-Wunused-variable] 1446 | int ipar, i, lkey, fkey; | ^~~~ fileutil.c:1446:15: warning: unused variable 'i' [-Wunused-variable] 1446 | int ipar, i, lkey, fkey; | ^ fileutil.c:1444:57: warning: unused variable 'iquot' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~ fileutil.c:1444:21: warning: unused variable 'rval' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1444:11: warning: unused variable 'lastval' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~~ fileutil.c:1443:27: warning: variable 'dquot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c:1443:17: warning: variable 'squot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c:1443:10: warning: variable 'cquot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c: In function 'aputnr8': fileutil.c:1645:12: warning: unused variable 'lval' [-Wunused-variable] 1645 | int i, lval; | ^~~~ fileutil.c:1645:9: warning: unused variable 'i' [-Wunused-variable] 1645 | int i, lval; | ^ fileutil.c: In function 'aputs': fileutil.c:1829:1: warning: "/*" within comment [-Wcomment] 1829 | /* Fix input string */ fileutil.c:1684:15: warning: variable 'ltok' set but not used [-Wunused-but-set-variable] 1684 | int ntok, ltok; | ^~~~ fileutil.c:1684:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 1684 | int ntok, ltok; | ^~~~ fileutil.c:1683:9: warning: variable 'lstr' set but not used [-Wunused-but-set-variable] 1683 | int lstr, lstring, lval, lnew, islash, ispace; | ^~~~ fileutil.c:1682:9: warning: unused variable 'i' [-Wunused-variable] 1682 | int i, lkey; | ^ fileutil.c:1680:65: warning: unused variable 'ival' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1680:57: warning: unused variable 'iquot' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~ fileutil.c:1680:37: warning: unused variable 'brack2' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~ fileutil.c:1680:28: warning: unused variable 'brack1' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~ fileutil.c:1680:21: warning: unused variable 'rval' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1680:11: warning: unused variable 'lastval' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~~ fileutil.c:1679:35: warning: variable 'dquot' set but not used [-Wunused-but-set-variable] 1679 | char cquot, slf[2], squot[2], dquot[2]; | ^~~~~ fileutil.c: In function 'next_line': fileutil.c:496:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | (void) fgets (line, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileutil.c: In function 'first_token': fileutil.c:532:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 532 | (void) fgets (token, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcslib.o wcslib.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o lin.o lin.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o cel.o cel.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o proj.o proj.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sph.o sph.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcstrig.o wcstrig.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o distort.o distort.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o poly.o poly.c gcc -shared -o libwcstools.so.1.0.0 -Wl,-soname,libwcstools.so.1 imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^ wcs.c: In function 'wcsxinit': wcs.c:198:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 198 | strncat (wcs->ctype[0],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ wcs.c:199:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 199 | strncat (wcs->ctype[1],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ fileutil.c: In function 'aputs': fileutil.c:1696:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1696 | slf[2] = ceos; | ^ fileutil.c:1679:17: note: at offset 2 into destination object 'slf' of size 2 1679 | char cquot, slf[2], squot[2], dquot[2]; | ^ ln -s libwcstools.so.1.0.0 libwcstools.so.1 ln -s libwcstools.so.1.0.0 libwcstools.so ar rv libwcstools.a imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o ar: creating libwcstools.a a - imsetwcs.o a - imgetwcs.o a - matchstar.o a - findstar.o a - daoread.o a - wcscon.o a - fitswcs.o a - wcsinit.o a - wcs.o a - ty2read.o a - webread.o a - tmcread.o a - gscread.o a - gsc2read.o a - ujcread.o a - uacread.o a - ubcread.o a - ucacread.o a - sdssread.o a - tabread.o a - binread.o a - ctgread.o a - actread.o a - catutil.o a - skybotread.o a - imrotate.o a - fitsfile.o a - imhfile.o a - hget.o a - hput.o a - imio.o a - dateutil.o a - imutil.o a - worldpos.o a - tnxpos.o a - zpxpos.o a - dsspos.o a - platepos.o a - sortstar.o a - platefit.o a - iget.o a - fileutil.o a - wcslib.o a - lin.o a - cel.o a - proj.o a - sph.o a - wcstrig.o a - distort.o a - poly.o ranlib libwcstools.a make[1]: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.7/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/cphead cphead.c -L libwcs -lwcstools -lm cphead.c: In function 'main': cphead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ cphead.c: In function 'CopyValues': cphead.c:375:16: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 375 | int naxis, ipos, nbhead, nbr, nbw; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/delhead delhead.c -L libwcs -lwcstools -lm delhead.c: In function 'main': delhead.c:72:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 72 | int nbytes; | ^~~~~~ delhead.c: In function 'DelKeywords': delhead.c:471:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 471 | if (nblnew == nblold && !newimage) | ^~ delhead.c:474:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 474 | hgeti4 (header,"NAXIS",&naxis); | ^~~~~~ delhead.c:286:9: warning: variable 'imageread' set but not used [-Wunused-but-set-variable] 286 | int imageread = 0; | ^~~~~~~~~ delhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, bitpix, i; | ^~~~ delhead.c: In function 'DelCOMMENT': delhead.c:563:21: warning: variable 'nline' set but not used [-Wunused-but-set-variable] 563 | int i, killcom, nline; | ^~~~~ delhead.c: In function 'main': delhead.c:196:39: warning: pointer 'kwd_108' may be used after 'realloc' [-Wuse-after-free] 196 | kwdnew[ikwd] = kwd[ikwd]; | ^ delhead.c:194:36: note: call to 'realloc' here 194 | kwdnew = (char **) realloc ((void *)kwd, maxnkwd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ delhead.c:197:17: warning: pointer 'kwd_108' used after 'realloc' [-Wuse-after-free] 197 | free (kwd); | ^~~~~~~~~~ delhead.c:194:36: note: call to 'realloc' here 194 | kwdnew = (char **) realloc ((void *)kwd, maxnkwd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/edhead edhead.c -L libwcs -lwcstools -lm edhead.c: In function 'EditHead': edhead.c:133:14: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 133 | int fdr, ipos, nbr, nbw; | ^~~~ edhead.c:304:9: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 304 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ edhead.c:253:13: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 253 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ edhead.c:240:9: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 240 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm fixpix.c: In function 'FixPix': fixpix.c:216:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 216 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/gethead gethead.c -L libwcs -lwcstools -lm gethead.c: In function 'main': gethead.c:115:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 115 | int nbytes; | ^~~~~~ gethead.c:95:10: warning: unused variable 'wcond' [-Wunused-variable] 95 | char wcond, **newccond; | ^~~~~ gethead.c: In function 'PrintValues': gethead.c:1143:40: warning: too many arguments for format [-Wformat-extra-args] 1143 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1145:40: warning: too many arguments for format [-Wformat-extra-args] 1145 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:1300:32: warning: too many arguments for format [-Wformat-extra-args] 1300 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1302:32: warning: too many arguments for format [-Wformat-extra-args] 1302 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:803:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable] 803 | int ikwd, nfound, notfound, nch, iepoch; | ^~~~~~~~ gethead.c: At top level: gethead.c:77:24: warning: 'newccond' defined but not used [-Wunused-variable] 77 | static char **ccond, **newccond; /* Condition characters */ | ^~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/i2f i2f.c -L libwcs -lwcstools -lm i2f.c: In function 'IRAFtoFITS': i2f.c:229:17: warning: pointer 'irafheader_64' may be used after 'free' [-Wuse-after-free] 229 | free (irafheader); | ^~~~~~~~~~~~~~~~~ i2f.c:221:13: note: call to 'free' here 221 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imcat imcat.c -L libwcs -lwcstools -lm imcat.c: In function 'main': imcat.c:591:20: warning: the comparison will always evaluate as 'false' for the address of 'refcatname' will never be NULL [-Waddress] 591 | if (refcatname == NULL) { | ^~ imcat.c:128:11: note: 'refcatname' declared here 128 | char *refcatname[5]; /* reference catalog name */ | ^~~~~~~~~~ imcat.c: In function 'ListCat': imcat.c:1285:25: warning: unused variable 'iy' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:1285:21: warning: unused variable 'ix' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:856:29: warning: unused variable 'epmd' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:23: warning: unused variable 'epmr' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:17: warning: unused variable 'edec' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:12: warning: unused variable 'era' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imhead imhead.c -L libwcs -lwcstools -lm imhead.c: In function 'PrintHead': imhead.c:167:12: warning: variable 'nw' set but not used [-Wunused-but-set-variable] 167 | int i, nw, nbytes, lhead, nblk; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/immatch immatch.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imrot imrot.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imstar imstar.c -L libwcs -lwcstools -lm imstar.c: In function 'ListStars': imstar.c:666:25: warning: unused variable 'iy' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ imstar.c:666:21: warning: unused variable 'ix' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/scat scat.c -L libwcs -lwcstools -lm scat.c: In function 'ListCat': scat.c:1236:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1236 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 1237 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1239:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1239 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 1240 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1242:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1242 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 1243 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1245:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1245 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1246 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1250:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1250 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1251 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1255:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1255 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 1256 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1258:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1258 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 1259 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1261:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1261 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 1262 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1264:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1264 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 1265 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1271:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1271 | fprintf (stderr, "Could not calloc %d bytes for path\n", | ~^ | | | int | %ld 1272 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1278:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1278 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 1279 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1281:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1281 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 1282 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1399:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1399 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1400 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1404:61: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1404 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1405 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:3251:33: warning: the comparison will always evaluate as 'true' for the address of 'starcat' will never be NULL [-Waddress] 3251 | if (starcat != NULL && | ^~ scat.c:112:24: note: 'starcat' declared here 112 | static struct StarCat *starcat[5]; /* Star catalog data structure */ | ^~~~~~~ scat.c:1147:10: warning: variable 'string' set but not used [-Wunused-but-set-variable] 1147 | char string[TABMAX]; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sethead sethead.c -L libwcs -lwcstools -lm sethead.c: In function 'main': sethead.c:315:45: warning: comparison between pointer and zero character constant [-Wpointer-compare] 315 | if (kw1 == (char) 0) | ^~ sethead.c:315:41: note: did you mean to dereference the pointer? 315 | if (kw1 == (char) 0) | ^ sethead.c:85:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 85 | int nbytes; | ^~~~~~ sethead.c: In function 'SetValues': sethead.c:725:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 725 | strncpy (cval, "RA--", 4); | ^ sethead.c:728:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 728 | strncpy (cval, "DEC-", 4); | ^ sethead.c:750:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 750 | strncpy (cval, "GLON", 4); | ^ sethead.c:753:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 753 | strncpy (cval, "GLAT", 4); | ^ sethead.c:775:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 775 | strncpy (cval, "ELON", 4); | ^ sethead.c:778:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 778 | strncpy (cval, "ELAT", 4); | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/addpix addpix.c -L libwcs -lwcstools -lm addpix.c: In function 'AddPix': addpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getpix getpix.c -L libwcs -lwcstools -lm getpix.c: In function 'main': getpix.c:388:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 388 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~ getpix.c:388:66: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 388 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~~~ getpix.c:100:18: warning: unused variable 'fcomma' [-Wunused-variable] 100 | char *fext, *fcomma; | ^~~~~~ getpix.c:100:11: warning: unused variable 'fext' [-Wunused-variable] 100 | char *fext, *fcomma; | ^~~~ getpix.c: In function 'PrintPix': getpix.c:645:11: warning: unused variable 'c' [-Wunused-variable] 645 | char *c; | ^ getpix.c:667:17: warning: pointer 'irafheader_522' may be used after 'free' [-Wuse-after-free] 667 | free (irafheader); | ^~~~~~~~~~~~~~~~~ getpix.c:659:13: note: call to 'free' here 659 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/setpix setpix.c -L libwcs -lwcstools -lm setpix.c: In function 'SetPix': setpix.c:271:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 271 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm sky2xy.c: In function 'main': sky2xy.c:74:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 74 | int modwcs = 0; /* 1 if image WCS modified on command line */ | ^~~~~~ sky2xy.c:68:9: warning: variable 'syscoor' set but not used [-Wunused-but-set-variable] 68 | int syscoor = 0; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm keyhead.c: In function 'main': keyhead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ keyhead.c: In function 'ChangeKeyNames': keyhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, nchange; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/subpix subpix.c -L libwcs -lwcstools -lm subpix.c: In function 'SubPix': subpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm xy2sky.c: In function 'main': xy2sky.c:92:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 92 | int modwcs = 0; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/gettab gettab.c -L libwcs -lwcstools -lm gettab.c: In function 'PrintValues': gettab.c:580:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 580 | int ntok; | ^~~~ gettab.c:564:9: warning: variable 'drop' set but not used [-Wunused-but-set-variable] 564 | int drop; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getfits getfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imstack imstack.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imextract imextract.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm sumpix.c: In function 'SumPix': sumpix.c:304:17: warning: pointer 'irafheader_337' may be used after 'free' [-Wuse-after-free] 304 | free (irafheader); | ^~~~~~~~~~~~~~~~~ sumpix.c:296:13: note: call to 'free' here 296 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/remap remap.c -L libwcs -lwcstools -lm remap.c: In function 'RemapImage': remap.c:422:27: warning: variable 'secpixin2' set but not used [-Wunused-but-set-variable] 422 | double dx, secpixin1, secpixin2, secpix1, dpix, dnpix; | ^~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getcol getcol.c -L libwcs -lwcstools -lm getcol.c: In function 'main': getcol.c:112:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] 112 | int match, newbytes; | ^~~~~ getcol.c: In function 'ListFile': getcol.c:1029:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1029 | else | ^~~~ getcol.c:1031:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1031 | iapp = 0; | ^~~~ getcol.c:1223:25: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1223 | for (j = nchar; j < ltok; j++); | ^~~ getcol.c:1224:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1224 | token[j] = (char) 0; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getdate getdate.c -L libwcs -lwcstools -lm getdate.c: In function 'main': getdate.c:108:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable] 108 | int lline; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imfill imfill.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/fileroot fileroot.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filename filename.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filext filext.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/char2sp char2sp.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/crlf crlf.c crlf.c: In function 'CRFix': crlf.c:102:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | (void) write (1, buffer, nbr); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/htmlsp htmlsp.c htmlsp.c: In function 'HTMLFix': htmlsp.c:100:20: warning: unused variable 'i' [-Wunused-variable] 100 | int nbr, nnbr, i; | ^ htmlsp.c:110:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | (void) write (1, buffer, nnbr); | ^~~~~~~~~~~~~~~~~~~~~~~ htmlsp.c: At top level: htmlsp.c:34:14: warning: 'RevMsg' defined but not used [-Wunused-variable] 34 | static char *RevMsg = "HTMLSP WCSTools 3.9.7, 11 August 2022, Jessica Mink (jmink@cfa.harvard.edu)"; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isrange isrange.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfile isfile.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/simpos simpos.c -L libwcs -lwcstools -lm simpos.c: In function 'main': simpos.c:86:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 86 | while (c = *++str) { | ^ simpos.c:186:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fgets (newobj, 32, flist); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/bincat bincat.c -L libwcs -lwcstools -lm make: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.22109 + 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.98163 + 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.ftZq3i 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.vVIZay 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.MJpHhZ Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16702 + 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.NtxtJJ 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.T4g27R 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.BlmfrQ Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.45559 + 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.FWshpC 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.v4Xw1i 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.cKWoVH 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.uqyoGh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rtLcdD 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.5QJY7i find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nnLw75 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) 42.35user 19.03system 0:49.02elapsed 125%CPU (0avgtext+0avgdata 84212maxresident)k 0inputs+0outputs (0major+3860521minor)pagefaults 0swaps 4.13user 2.70system 1:00.12elapsed 11%CPU (0avgtext+0avgdata 130280maxresident)k 0inputs+0outputs (0major+137779minor)pagefaults 0swaps --- libwcstools1-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.851098039 +0000 +++ libwcstools1-3.9.7-alt1_1.x86_64.rpm.hasher 2024-10-29 17:54:28.652699994 +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 2836c72c80232e02889aafcf46ca7817 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: dc82c1692524b307702991509772961dee07f0423040afd1b9eb60932f4e116c4bee0019bfd2f57fe2075b7ca2271eef4227afecb50454482912dcb3d3afdd86 --- libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.681096530 +0000 +++ libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2024-10-29 17:54:28.724701490 +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/79 40755 root:root +/usr/lib/debug/.build-id/79/55915d952e47259b5892aad7444fba22e39388 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/79/55915d952e47259b5892aad7444fba22e39388.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/79 40755 root:root +File: /usr/lib/debug/.build-id/79/55915d952e47259b5892aad7444fba22e39388 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/79/55915d952e47259b5892aad7444fba22e39388.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 8fe0e5b67984d8aa9ce8059898204e9a 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: ddcb219769c39de9beaf195710254edf8663d415702a73de1461cf23bc1f91c7c07834495aaf65c77c8b59fe8150fa2594912a8ea57b23dbcd20f15ce1e25e62 --- wcstools-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.322093342 +0000 +++ wcstools-3.9.7-alt1_1.x86_64.rpm.hasher 2024-10-29 17:54:28.812703317 +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 89ec7d9ba3c28189dd73e0261eade2f2 +File: /usr/bin/bincat 100755 root:root 31787e4792d3fe23f1b25482483c3107 +File: /usr/bin/char2sp 100755 root:root 61e69bbf98679722aaa0b3e0219886c5 +File: /usr/bin/conpix 100755 root:root d01c32f33ac128828bec4b9cb7ff8fca +File: /usr/bin/cphead 100755 root:root 54e1d2051c9b7c19337aef519cd0b11c +File: /usr/bin/crlf 100755 root:root b4ec761f13de1ae195a81877d637b7c1 +File: /usr/bin/delhead 100755 root:root e77c551d1fd9ec0607492914cec17c07 +File: /usr/bin/delwcs 100755 root:root aa5524ce163bf8959f2957a7a546c389 +File: /usr/bin/edhead 100755 root:root 59b1959cd529fbd93ca9b71bb2f419fb +File: /usr/bin/filename 100755 root:root edaec38adef2c72cb09c8141c3372032 +File: /usr/bin/fileroot 100755 root:root 4e9e520baa815a11a82fac88f0accafc +File: /usr/bin/filext 100755 root:root d26119d780a21408f5ad1eba02d9bb37 +File: /usr/bin/fixpix 100755 root:root 2479862cc8e9f6485b21686ddc94a55c +File: /usr/bin/getcol 100755 root:root 7896a503ce02be9de2a0e97a15430793 +File: /usr/bin/getdate 100755 root:root 95e2633a8d077fbdf349d07f2c8d29c9 +File: /usr/bin/getfits 100755 root:root 9c7684d463739527dba80ee6ffb20c8f +File: /usr/bin/gethead 100755 root:root 76d04782993b1f39aaa64415f952b574 +File: /usr/bin/getpix 100755 root:root 7a04122ccb89f5834723d201f4108f8b +File: /usr/bin/gettab 100755 root:root 7116b6ccf8e92122da15b5ddc60ba85e +File: /usr/bin/htmlsp 100755 root:root 7d7a8ffd30b336590477905f48f5dd76 +File: /usr/bin/i2f 100755 root:root 19f9a85aa9fdb9a19b2c6bb2ddb4ac72 +File: /usr/bin/imcat 100755 root:root b85027012b788eccce7b07b5e29cd4fa +File: /usr/bin/imextract 100755 root:root da8a869a756667abb4bda13904905011 +File: /usr/bin/imfill 100755 root:root c3ebb83b94c18da639a7e2ed1266fdbc +File: /usr/bin/imhead 100755 root:root 45f5ec738291b9b4315414235b2aeeef +File: /usr/bin/immatch 100755 root:root 93af343eaf68bc66988f2cc489781f07 +File: /usr/bin/imresize 100755 root:root bb3e09df1ffe97dffb97a6d7965f2104 +File: /usr/bin/imrot 100755 root:root 67808d8762c3d124f5f11115899a9ee3 +File: /usr/bin/imsize 100755 root:root 51acc208da4379924a6c52bcdd437870 +File: /usr/bin/imsmooth 100755 root:root 3a3e6574d9e2a1568e5f6cee9baa7abe +File: /usr/bin/imstack 100755 root:root a8ade9c7823c6deca655a24b8f2f4df5 +File: /usr/bin/imstar 100755 root:root b21cb79b8a6d040d813ee79fcfa26050 +File: /usr/bin/imwcs 100755 root:root 3a27a1fff0acc50a3825aeef88f15b1b +File: /usr/bin/isfile 100755 root:root 4e029da11b76cbad1b8c268d488f1796 +File: /usr/bin/isfits 100755 root:root f33e3fe3179771691ec4aa15cea0d4e1 +File: /usr/bin/isnum 100755 root:root 1cb99a7894ce1488e536c9cd9209042b +File: /usr/bin/isrange 100755 root:root aa44b7b1e3ecfbe06a8f72b5181a0018 +File: /usr/bin/keyhead 100755 root:root d8fb44b5df40504b9e1914adbbc85021 +File: /usr/bin/newfits 100755 root:root dae871b5495da7e45c6a18bdc715d2d0 +File: /usr/bin/scat 100755 root:root 18a1ef407232d4885c7dd53dc8afaad6 +File: /usr/bin/sethead 100755 root:root f4b036bde772344506025de01c201a16 +File: /usr/bin/setpix 100755 root:root a8c5ec211c72d83d95820026b19ebcfc +File: /usr/bin/simpos 100755 root:root 05980d862704c80ab7d5520131c00a37 +File: /usr/bin/sky2xy 100755 root:root 4df0949dbf28edad46b7354f8c8196ab +File: /usr/bin/skycoor 100755 root:root a62fb76d05e1c6df5174ee79bc61b151 +File: /usr/bin/sp2char 100755 root:root 54ad1a897ac2f00fc8314cd1360a3c20 +File: /usr/bin/subpix 100755 root:root 3979ea9761c95b8d90f59007138d5320 +File: /usr/bin/sumpix 100755 root:root 62ef20606436cc45768016608fdef4c2 +File: /usr/bin/wcshead 100755 root:root 82004f291d97294613112df94ac06c81 +File: /usr/bin/wcsremap 100755 root:root 63685e40a693fcecb547935e05b32f94 +File: /usr/bin/xy2sky 100755 root:root 0d59b1e496b91705212dfdd20ad56818 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: 6e08793c175f113a2227bca454a213190cc5108b540bc24ddd1238b33ca3c70b35693f8b22e242a87509d59be9f5af23c7e3604a0b1c6b9aaccf321d9900e072 --- wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.502094940 +0000 +++ wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2024-10-29 17:54:28.900705145 +0000 @@ -1,149 +1,152 @@ -/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/00 40755 root:root +/usr/lib/debug/.build-id/00/1dfa9617fd906fe357fde3a8437081f6cfa136 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/00/1dfa9617fd906fe357fde3a8437081f6cfa136.debug 120777 root:root ../../usr/bin/isnum.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/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/09/4df306841442111db4f5045f67c479044a24e1 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/09/4df306841442111db4f5045f67c479044a24e1.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/bf83a0e5e331d4c2bc4dd2dba8d962a83891b6 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/0f/bf83a0e5e331d4c2bc4dd2dba8d962a83891b6.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/12 40755 root:root +/usr/lib/debug/.build-id/12/9dccf3e02e4b86d3bd6a93bf4eb4fd99ac78ea 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/12/9dccf3e02e4b86d3bd6a93bf4eb4fd99ac78ea.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/1b 40755 root:root +/usr/lib/debug/.build-id/1b/2d055957d2064f0aa58bb5e741fcb7cfe46f03 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/1b/2d055957d2064f0aa58bb5e741fcb7cfe46f03.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/1c 40755 root:root +/usr/lib/debug/.build-id/1c/659db49b11a4002e1f814ebfb2c1fcee6acc3a 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/1c/659db49b11a4002e1f814ebfb2c1fcee6acc3a.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/32528f3b7351bd14a5de409e7cca52c08232c9 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/20/32528f3b7351bd14a5de409e7cca52c08232c9.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/23 40755 root:root +/usr/lib/debug/.build-id/23/087710b44cff9bf3179437d2a18513eb50a042 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/23/087710b44cff9bf3179437d2a18513eb50a042.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/a5a0f7542eba1212f039b43deb0300a9bd5fc9 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/2d/a5a0f7542eba1212f039b43deb0300a9bd5fc9.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/31 40755 root:root +/usr/lib/debug/.build-id/31/ba288b8187a1c850935fb8a97dd30033b24f8d 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/31/ba288b8187a1c850935fb8a97dd30033b24f8d.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/38cf645f40bc5899f4f47c431d41aa2fd01b54 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/33/38cf645f40bc5899f4f47c431d41aa2fd01b54.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/39 40755 root:root +/usr/lib/debug/.build-id/39/e1335f44d607a5094fd5c40a263f48909d6d68 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/39/e1335f44d607a5094fd5c40a263f48909d6d68.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/3b 40755 root:root +/usr/lib/debug/.build-id/3b/bec4cb4b6ea5093fff20faa40d7ef36377d48f 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/3b/bec4cb4b6ea5093fff20faa40d7ef36377d48f.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/43 40755 root:root +/usr/lib/debug/.build-id/43/ef209c5fe50bd6ed33aaca1e72dafda5a98550 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/43/ef209c5fe50bd6ed33aaca1e72dafda5a98550.debug 120777 root:root ../../usr/bin/cphead.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/47/0c7dc00ad71448b9ac647be7c1901627b6e579 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/47/0c7dc00ad71448b9ac647be7c1901627b6e579.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/57 40755 root:root +/usr/lib/debug/.build-id/57/2297810cfb8c3021af5731ee6f186d100b66df 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/57/2297810cfb8c3021af5731ee6f186d100b66df.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/58 40755 root:root +/usr/lib/debug/.build-id/58/e93eafc8e2c5f41794d046369282609a90d17c 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/58/e93eafc8e2c5f41794d046369282609a90d17c.debug 120777 root:root ../../usr/bin/gettab.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/5d/ff0a255bc2f5407460ddcaecc0543b5d7d313f 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/5d/ff0a255bc2f5407460ddcaecc0543b5d7d313f.debug 120777 root:root ../../usr/bin/imfill.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/5e/8af7e05a31d96748c7624e65b5f896b2ddb440 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/5e/8af7e05a31d96748c7624e65b5f896b2ddb440.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/62 40755 root:root +/usr/lib/debug/.build-id/62/6cd0a513cac3fbcf51f6c5d9ad13a801949e37 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/62/6cd0a513cac3fbcf51f6c5d9ad13a801949e37.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/64 40755 root:root +/usr/lib/debug/.build-id/64/6254de9ee12ef836183e68d0e8c06bdecebe6e 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/64/6254de9ee12ef836183e68d0e8c06bdecebe6e.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/6b/2bb4ebc357bd1283353436a1e2466abc9d85d0 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/6b/2bb4ebc357bd1283353436a1e2466abc9d85d0.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/6c 40755 root:root +/usr/lib/debug/.build-id/6c/696ad804160fe43f1118964dabceb5975d8c50 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/6c/696ad804160fe43f1118964dabceb5975d8c50.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/83a539f0ce2a33cd58b2bf3424542eb66bbe8e 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/78/83a539f0ce2a33cd58b2bf3424542eb66bbe8e.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/503fc1fdeb51455d3ade603fb3ee695a5cfeda 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/82/503fc1fdeb51455d3ade603fb3ee695a5cfeda.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/82/6a2df7c1d860effe0d1006bb6e8d65d51a2d61 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/82/6a2df7c1d860effe0d1006bb6e8d65d51a2d61.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/06560115a6b5b8f5fbde2acdd21e6b6614a510 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/96/06560115a6b5b8f5fbde2acdd21e6b6614a510.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/98 40755 root:root +/usr/lib/debug/.build-id/98/1cdcad000e29dc8b1dbd26e10474467b5e0eda 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/98/1cdcad000e29dc8b1dbd26e10474467b5e0eda.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/99 40755 root:root +/usr/lib/debug/.build-id/99/c53cb7bf4a68aa96c13fa59cbbe20a2d94210d 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/99/c53cb7bf4a68aa96c13fa59cbbe20a2d94210d.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/4665c97b4ac02d8ea2d5fdfb64a4bba502f577 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/9c/4665c97b4ac02d8ea2d5fdfb64a4bba502f577.debug 120777 root:root ../../usr/bin/gethead.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/a5/5fe95ff065d81ec5ef84ebba0990c4da0a78d1 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/a5/5fe95ff065d81ec5ef84ebba0990c4da0a78d1.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/a7 40755 root:root +/usr/lib/debug/.build-id/a7/65067f33e38d96698fdcef0b15dc32c34ce738 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/a7/65067f33e38d96698fdcef0b15dc32c34ce738.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/0ba960d341e07e86574f9103811b1f878f11e2 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/b1/0ba960d341e07e86574f9103811b1f878f11e2.debug 120777 root:root ../../usr/bin/getfits.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/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/b3/9f970e14c72afea36a6ca7878996a6e7813ea7 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/b3/9f970e14c72afea36a6ca7878996a6e7813ea7.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/3e44378c05c0483331a6683c1f750ab2eb0e5d 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/b9/3e44378c05c0483331a6683c1f750ab2eb0e5d.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/b554fc952a222deaf1142c2d53349153843ef0 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/ba/b554fc952a222deaf1142c2d53349153843ef0.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/c1 40755 root:root +/usr/lib/debug/.build-id/c1/5bd30b0932d1d14fdf4a0d3d29163f77b729df 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/c1/5bd30b0932d1d14fdf4a0d3d29163f77b729df.debug 120777 root:root ../../usr/bin/imextract.debug /usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/c3 40755 root:root -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug -/usr/lib/debug/.build-id/e0 40755 root:root -/usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80 120777 root:root ../../../../bin/imstack -/usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80.debug 120777 root:root ../../usr/bin/imstack.debug -/usr/lib/debug/.build-id/e4 40755 root:root -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/c2/7f7f86549b90bbd0e66880288c14d4323b4a26 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/c2/7f7f86549b90bbd0e66880288c14d4323b4a26.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/c5 40755 root:root +/usr/lib/debug/.build-id/c5/590f5e1d4d1acadcaf5985257cf8408df87368 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/c5/590f5e1d4d1acadcaf5985257cf8408df87368.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/c7 40755 root:root +/usr/lib/debug/.build-id/c7/5c287839c056bae689791fd7a9e6beeb520332 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/c7/5c287839c056bae689791fd7a9e6beeb520332.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/cc 40755 root:root +/usr/lib/debug/.build-id/cc/375726e96bbfe8d92c8ff512fd80276775fbac 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/cc/375726e96bbfe8d92c8ff512fd80276775fbac.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/d9 40755 root:root +/usr/lib/debug/.build-id/d9/8559cc1c7587dc335007c7e0bac7e2f32d1e14 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/d9/8559cc1c7587dc335007c7e0bac7e2f32d1e14.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/2e7195b9dad086d97d32b0cd6724a82c4a9c29 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/da/2e7195b9dad086d97d32b0cd6724a82c4a9c29.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/dd 40755 root:root +/usr/lib/debug/.build-id/dd/2164e2f5bbbf6d65d357281f50095bbb349072 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/dd/2164e2f5bbbf6d65d357281f50095bbb349072.debug 120777 root:root ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/e9 40755 root:root +/usr/lib/debug/.build-id/e9/5b27f6a4219ada1896a0f991a733ae46368c37 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/e9/5b27f6a4219ada1896a0f991a733ae46368c37.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/ec 40755 root:root +/usr/lib/debug/.build-id/ec/fa8c7f7fde6c605e9d2d986ab95ab0df2bb3c9 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/ec/fa8c7f7fde6c605e9d2d986ab95ab0df2bb3c9.debug 120777 root:root ../../usr/bin/imstar.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/f6/9b10395c68b4f27570899892caf62763533eb2 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/f6/9b10395c68b4f27570899892caf62763533eb2.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/f6/d153bc96b6e22a8b792906ae86d7e45c54dfc3 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/f6/d153bc96b6e22a8b792906ae86d7e45c54dfc3.debug 120777 root:root ../../usr/bin/simpos.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/fb/226748b85fca9a0fbecb7a0063fb6a5e00e880 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/fb/226748b85fca9a0fbecb7a0063fb6a5e00e880.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/f16207ffabf3fc716e3ae76e1210fd83b58f6a 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/fc/f16207ffabf3fc716e3ae76e1210fd83b58f6a.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/fd 40755 root:root +/usr/lib/debug/.build-id/fd/ad0cacd0ac54b9c4b337f895233487bd61e51a 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/fd/ad0cacd0ac54b9c4b337f895233487bd61e51a.debug 120777 root:root ../../usr/bin/char2sp.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +261,204 @@ Provides: wcstools-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1 -File: /usr/lib/debug/.build-id/05 40755 root:root -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/00 40755 root:root +File: /usr/lib/debug/.build-id/00/1dfa9617fd906fe357fde3a8437081f6cfa136 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/00/1dfa9617fd906fe357fde3a8437081f6cfa136.debug 120777 root:root ../../usr/bin/isnum.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/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/09/4df306841442111db4f5045f67c479044a24e1 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/09/4df306841442111db4f5045f67c479044a24e1.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/bf83a0e5e331d4c2bc4dd2dba8d962a83891b6 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/0f/bf83a0e5e331d4c2bc4dd2dba8d962a83891b6.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/12 40755 root:root +File: /usr/lib/debug/.build-id/12/9dccf3e02e4b86d3bd6a93bf4eb4fd99ac78ea 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/12/9dccf3e02e4b86d3bd6a93bf4eb4fd99ac78ea.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/1b 40755 root:root +File: /usr/lib/debug/.build-id/1b/2d055957d2064f0aa58bb5e741fcb7cfe46f03 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/1b/2d055957d2064f0aa58bb5e741fcb7cfe46f03.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/1c 40755 root:root +File: /usr/lib/debug/.build-id/1c/659db49b11a4002e1f814ebfb2c1fcee6acc3a 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/1c/659db49b11a4002e1f814ebfb2c1fcee6acc3a.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/32528f3b7351bd14a5de409e7cca52c08232c9 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/20/32528f3b7351bd14a5de409e7cca52c08232c9.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/23 40755 root:root +File: /usr/lib/debug/.build-id/23/087710b44cff9bf3179437d2a18513eb50a042 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/23/087710b44cff9bf3179437d2a18513eb50a042.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/a5a0f7542eba1212f039b43deb0300a9bd5fc9 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/2d/a5a0f7542eba1212f039b43deb0300a9bd5fc9.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/31 40755 root:root +File: /usr/lib/debug/.build-id/31/ba288b8187a1c850935fb8a97dd30033b24f8d 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/31/ba288b8187a1c850935fb8a97dd30033b24f8d.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/38cf645f40bc5899f4f47c431d41aa2fd01b54 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/33/38cf645f40bc5899f4f47c431d41aa2fd01b54.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/39 40755 root:root +File: /usr/lib/debug/.build-id/39/e1335f44d607a5094fd5c40a263f48909d6d68 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/39/e1335f44d607a5094fd5c40a263f48909d6d68.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/3b 40755 root:root +File: /usr/lib/debug/.build-id/3b/bec4cb4b6ea5093fff20faa40d7ef36377d48f 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/3b/bec4cb4b6ea5093fff20faa40d7ef36377d48f.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/43 40755 root:root +File: /usr/lib/debug/.build-id/43/ef209c5fe50bd6ed33aaca1e72dafda5a98550 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/43/ef209c5fe50bd6ed33aaca1e72dafda5a98550.debug 120777 root:root ../../usr/bin/cphead.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/47/0c7dc00ad71448b9ac647be7c1901627b6e579 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/47/0c7dc00ad71448b9ac647be7c1901627b6e579.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/57 40755 root:root +File: /usr/lib/debug/.build-id/57/2297810cfb8c3021af5731ee6f186d100b66df 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/57/2297810cfb8c3021af5731ee6f186d100b66df.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/58 40755 root:root +File: /usr/lib/debug/.build-id/58/e93eafc8e2c5f41794d046369282609a90d17c 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/58/e93eafc8e2c5f41794d046369282609a90d17c.debug 120777 root:root ../../usr/bin/gettab.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/5d/ff0a255bc2f5407460ddcaecc0543b5d7d313f 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/5d/ff0a255bc2f5407460ddcaecc0543b5d7d313f.debug 120777 root:root ../../usr/bin/imfill.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/5e/8af7e05a31d96748c7624e65b5f896b2ddb440 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/5e/8af7e05a31d96748c7624e65b5f896b2ddb440.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/62 40755 root:root +File: /usr/lib/debug/.build-id/62/6cd0a513cac3fbcf51f6c5d9ad13a801949e37 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/62/6cd0a513cac3fbcf51f6c5d9ad13a801949e37.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/64 40755 root:root +File: /usr/lib/debug/.build-id/64/6254de9ee12ef836183e68d0e8c06bdecebe6e 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/64/6254de9ee12ef836183e68d0e8c06bdecebe6e.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/6b/2bb4ebc357bd1283353436a1e2466abc9d85d0 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/6b/2bb4ebc357bd1283353436a1e2466abc9d85d0.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/6c 40755 root:root +File: /usr/lib/debug/.build-id/6c/696ad804160fe43f1118964dabceb5975d8c50 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/6c/696ad804160fe43f1118964dabceb5975d8c50.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/83a539f0ce2a33cd58b2bf3424542eb66bbe8e 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/78/83a539f0ce2a33cd58b2bf3424542eb66bbe8e.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/503fc1fdeb51455d3ade603fb3ee695a5cfeda 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/82/503fc1fdeb51455d3ade603fb3ee695a5cfeda.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/82/6a2df7c1d860effe0d1006bb6e8d65d51a2d61 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/82/6a2df7c1d860effe0d1006bb6e8d65d51a2d61.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/06560115a6b5b8f5fbde2acdd21e6b6614a510 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/96/06560115a6b5b8f5fbde2acdd21e6b6614a510.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/98 40755 root:root +File: /usr/lib/debug/.build-id/98/1cdcad000e29dc8b1dbd26e10474467b5e0eda 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/98/1cdcad000e29dc8b1dbd26e10474467b5e0eda.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/99 40755 root:root +File: /usr/lib/debug/.build-id/99/c53cb7bf4a68aa96c13fa59cbbe20a2d94210d 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/99/c53cb7bf4a68aa96c13fa59cbbe20a2d94210d.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/9c 40755 root:root +File: /usr/lib/debug/.build-id/9c/4665c97b4ac02d8ea2d5fdfb64a4bba502f577 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/9c/4665c97b4ac02d8ea2d5fdfb64a4bba502f577.debug 120777 root:root ../../usr/bin/gethead.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/a5/5fe95ff065d81ec5ef84ebba0990c4da0a78d1 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/a5/5fe95ff065d81ec5ef84ebba0990c4da0a78d1.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/a7 40755 root:root +File: /usr/lib/debug/.build-id/a7/65067f33e38d96698fdcef0b15dc32c34ce738 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/a7/65067f33e38d96698fdcef0b15dc32c34ce738.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/0ba960d341e07e86574f9103811b1f878f11e2 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/b1/0ba960d341e07e86574f9103811b1f878f11e2.debug 120777 root:root ../../usr/bin/getfits.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/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/b3/9f970e14c72afea36a6ca7878996a6e7813ea7 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/b3/9f970e14c72afea36a6ca7878996a6e7813ea7.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/3e44378c05c0483331a6683c1f750ab2eb0e5d 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/b9/3e44378c05c0483331a6683c1f750ab2eb0e5d.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/b554fc952a222deaf1142c2d53349153843ef0 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/ba/b554fc952a222deaf1142c2d53349153843ef0.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/5bd30b0932d1d14fdf4a0d3d29163f77b729df 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/c1/5bd30b0932d1d14fdf4a0d3d29163f77b729df.debug 120777 root:root ../../usr/bin/imextract.debug File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -File: /usr/lib/debug/.build-id/c3 40755 root:root -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug -File: /usr/lib/debug/.build-id/e0 40755 root:root -File: /usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80 120777 root:root ../../../../bin/imstack -File: /usr/lib/debug/.build-id/e0/0b60ff15ea59199497e77aacb90bf1a82c3e80.debug 120777 root:root ../../usr/bin/imstack.debug -File: /usr/lib/debug/.build-id/e4 40755 root:root -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/c2/7f7f86549b90bbd0e66880288c14d4323b4a26 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/c2/7f7f86549b90bbd0e66880288c14d4323b4a26.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/c5 40755 root:root +File: /usr/lib/debug/.build-id/c5/590f5e1d4d1acadcaf5985257cf8408df87368 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/c5/590f5e1d4d1acadcaf5985257cf8408df87368.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/c7 40755 root:root +File: /usr/lib/debug/.build-id/c7/5c287839c056bae689791fd7a9e6beeb520332 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/c7/5c287839c056bae689791fd7a9e6beeb520332.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/cc 40755 root:root +File: /usr/lib/debug/.build-id/cc/375726e96bbfe8d92c8ff512fd80276775fbac 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/cc/375726e96bbfe8d92c8ff512fd80276775fbac.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/d9 40755 root:root +File: /usr/lib/debug/.build-id/d9/8559cc1c7587dc335007c7e0bac7e2f32d1e14 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/d9/8559cc1c7587dc335007c7e0bac7e2f32d1e14.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/2e7195b9dad086d97d32b0cd6724a82c4a9c29 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/da/2e7195b9dad086d97d32b0cd6724a82c4a9c29.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/dd 40755 root:root +File: /usr/lib/debug/.build-id/dd/2164e2f5bbbf6d65d357281f50095bbb349072 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/dd/2164e2f5bbbf6d65d357281f50095bbb349072.debug 120777 root:root ../../usr/bin/delhead.debug +File: /usr/lib/debug/.build-id/e9 40755 root:root +File: /usr/lib/debug/.build-id/e9/5b27f6a4219ada1896a0f991a733ae46368c37 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/e9/5b27f6a4219ada1896a0f991a733ae46368c37.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/ec 40755 root:root +File: /usr/lib/debug/.build-id/ec/fa8c7f7fde6c605e9d2d986ab95ab0df2bb3c9 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/ec/fa8c7f7fde6c605e9d2d986ab95ab0df2bb3c9.debug 120777 root:root ../../usr/bin/imstar.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/f6/9b10395c68b4f27570899892caf62763533eb2 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/f6/9b10395c68b4f27570899892caf62763533eb2.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/f6/d153bc96b6e22a8b792906ae86d7e45c54dfc3 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/f6/d153bc96b6e22a8b792906ae86d7e45c54dfc3.debug 120777 root:root ../../usr/bin/simpos.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/fb/226748b85fca9a0fbecb7a0063fb6a5e00e880 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/fb/226748b85fca9a0fbecb7a0063fb6a5e00e880.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/f16207ffabf3fc716e3ae76e1210fd83b58f6a 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/fc/f16207ffabf3fc716e3ae76e1210fd83b58f6a.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/fd 40755 root:root +File: /usr/lib/debug/.build-id/fd/ad0cacd0ac54b9c4b337f895233487bd61e51a 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/fd/ad0cacd0ac54b9c4b337f895233487bd61e51a.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 6ca7ec943d508464f6f5eda4280f3f09 +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 439e9bcb16932f413d10dfe74e8673c1 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 09e0bf809fd5d4827ea4a3a0833a9d49 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 9637afa7280ae82d72245c4d4d4eacf7 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root 3b2078e1426fc42d53517c3ed74c72f7 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 418fed027f30cf099460da65758b04c0 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 61970d97aa9eb862b0029b390bef816a +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 061df5343a235c4746cc621323a65a77 +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 9cfb6171830524a47716aeeaeda5dab5 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root f8a8ffafd8e695b2af15cf2993bc5878 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 03007c5d7e808f2aa27f2f1117d77a8f +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 663f88c9e293f7c45650079c919017af +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 666dd2815098a40afdc0a3ce7d665938 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root a2019f22fa455eccce66e1fab0b751c0 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 3f4d1c1d053dc4c446d18736ada71c12 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 6724bb35cede5b190add40c8015c0879 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 3e970f97f48c311c9be03ef93efeb368 +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 95930f07f97f19a0d5987935782bd03a +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root d3898f0adbba4c4128e0fd0e97666965 +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 2d269f22ba81d5dd1afd505e2ae19c94 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root a20d731b4a8cb52b4d7a1793f0a18208 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 903965580fe577b1d42739052f4f4a2f +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 67930020b86dda89ee7864540e9fcea5 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root f76c4c0e01a0f0db173050792189fc5d +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 770fad2343b5150a950f443e9113af66 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 331b564c65516e8ccb51394285d0d6f1 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 92ae49a187eaedd6d323952fe68ae379 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 433f53e167db0238573162d4a56e50f4 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 8b5b83575b3ccb1ff106c76849445bc6 +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 82d4164c9215f6a5c215d9cc77c96619 +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 9272b27756bb02345f4f809c8d92cc9e +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 12ee9560527a8f7ec5bd7e8c32496ba0 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 63fa1069371663da68e54197b7de897f +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 98a91288569c3ecace0ca2aeba10a5ff +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 0fa817b0833d8b1aa8a1947da0c50e02 +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 0274fe7907cf56f3518a07d35053a713 +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root b0d25a172f126e7080a8d3fc96e8e508 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 9314f4aa42edab8c964e2490752e1a99 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root edd5bde92036b4a86dffb7dedd983ee0 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 2182dc2ef7d0c12b31e7432c3dca4fd1 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 201b6d07c19335e4cac7ff3c05843f85 +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 260d47d86c8091644fa3352571fa80a8 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root dc1f6a187e3b598d492379707ded4ab2 +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 5729eb87abdb189c66d1bd91814c36d9 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root ddc32d947e99879aef16ec5446f9f282 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root a80fa7a99c0ef399ef8e18510272d51f +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 8bc1cb6dfdef40d541a7e7bb9db8d57c +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 29b4400b220f29a681f9faf601fd93e2 +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 2d2cb74c8fff2493896dfa393fc7c64c +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 81df8e0590c9292f4b37a45228ade76d +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root b2608be2d06a88c89ed2d7726bca4fe9 File: /usr/src/debug/wcstools-3.9.7 40755 root:root @@ -511,2 +517,2 @@ File: /usr/src/debug/wcstools-3.9.7/xy2sky.c 100644 root:root 2cbb568b849b19713c5ddeca5222335e -RPMIdentity: be32762136c7f291d77196ec457635503ee3f71b3ae28b1c3cc9dbf7bf7996b719a0948bed4571db13332d542d38f6ddea7d48b3634480499f1df2d9b71b5ad3 +RPMIdentity: 6db6f217ebd9078f506a3b7bbb46ea7b1ee6d356ea5a7d474bd193dbcb7616378a27d78752af471bcfd712b8bf62e4611703ced3c06015a34c6ffa9cf68126fa