<86>Aug 23 02:56:37 userdel[4000799]: delete user 'rooter' <86>Aug 23 02:56:37 groupadd[4000840]: group added to /etc/group: name=rooter, GID=1859 <86>Aug 23 02:56:37 groupadd[4000840]: group added to /etc/gshadow: name=rooter <86>Aug 23 02:56:37 groupadd[4000840]: new group: name=rooter, GID=1859 <86>Aug 23 02:56:37 useradd[4000883]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>Aug 23 02:56:37 userdel[4000927]: delete user 'builder' <86>Aug 23 02:56:37 userdel[4000927]: removed group 'builder' owned by 'builder' <86>Aug 23 02:56:37 userdel[4000927]: removed shadow group 'builder' owned by 'builder' <86>Aug 23 02:56:37 groupadd[4000966]: group added to /etc/group: name=builder, GID=1860 <86>Aug 23 02:56:37 groupadd[4000966]: group added to /etc/gshadow: name=builder <86>Aug 23 02:56:37 groupadd[4000966]: new group: name=builder, GID=1860 <86>Aug 23 02:56:37 useradd[4000996]: new user: name=builder, UID=1860, GID=1860, 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.17075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcstools-3.9.7 + echo 'Source #0 (wcstools-3.9.7.tar.gz):' Source #0 (wcstools-3.9.7.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.7.tar.gz + /bin/tar -xf - + cd wcstools-3.9.7 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wcstools-3.9.7-rename-shlib.patch):' Patch #0 (wcstools-3.9.7-rename-shlib.patch): + /usr/bin/patch -p1 patching file libwcs/Makefile patching file Makefile + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + xargs -i@ sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA./g' @ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.17075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.7 + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export 'CPPFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + CPPFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + make make: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7' make CC=gcc -C libwcs make[1]: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.7/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imsetwcs.o imsetwcs.c imsetwcs.c: In function 'SetWCSFITS': imsetwcs.c:238:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 238 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 239 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:243:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 243 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 244 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:246:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 246 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 247 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:249:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 249 | fprintf (stderr, "Could not calloc %d bytes for goff\n", | ~^ | | | int | %ld 250 | nbin*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:312:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 312 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 313 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:315:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 315 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 316 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:318:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 318 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 319 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:321:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 321 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 322 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:324:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 324 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 325 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:327:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 327 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 328 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:332:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 332 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 333 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:337:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 337 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 338 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:340:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 340 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 341 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:377:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 377 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 378 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:380:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 380 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 381 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c:383:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 383 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 384 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int imsetwcs.c: In function 'CompRes': imsetwcs.c:1059:17: warning: variable 'sep2' set but not used [-Wunused-but-set-variable] 1059 | double sep, sep2, rsep, rsep2, dsep, dsep2; | ^~~~ imsetwcs.c:1058:43: warning: unused variable 'mag0' [-Wunused-variable] 1058 | double gx, gy, dx, dy, dx2, dy2, dxy, mag0; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imgetwcs.o imgetwcs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o matchstar.o matchstar.c matchstar.c: In function 'WCSMatch': matchstar.c:962:9: warning: unused variable 'nsc' [-Wunused-variable] 962 | int nsc, j, nq[5]; | ^~~ matchstar.c: In function 'amoeba': matchstar.c:1816:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1816 | for (i=0,sum=0.0; icatlast - line, sc->nbent, istar); | ~~~~~~~~~~~~~~~~~~ | | | long int gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o webread.o webread.c webread.c: In function 'webopen': webread.c:415:20: warning: variable 'lbuff0' set but not used [-Wunused-but-set-variable] 415 | int lbuff = 0, lbuff0 = 0; | ^~~~~~ webread.c: In function 'webbuff': webread.c:621:11: warning: unused variable 'sokptr' [-Wunused-variable] 621 | char *sokptr; | ^~~~~~ webread.c:620:11: warning: unused variable 'newserver' [-Wunused-variable] 620 | char *newserver; | ^~~~~~~~~ webread.c:614:9: warning: unused variable 'lcom' [-Wunused-variable] 614 | int lcom; | ^~~~ webread.c:679:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 679 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:730:16: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 730 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:775:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 775 | (void) fgets (linebuff, LINE, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:815:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 815 | (void) fread (buff, 1, lchunk, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tmcread.o tmcread.c tmcread.c: In function 'tmcbin': tmcread.c:699:9: warning: variable 'magsort' set but not used [-Wunused-but-set-variable] 699 | int magsort; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o gscread.o gscread.c gscread.c: In function 'gscbin': gscread.c:794:12: warning: variable 'xnum' set but not used [-Wunused-but-set-variable] 794 | double xnum; /* Guide Star number */ | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o gsc2read.o gsc2read.c gsc2read.c: In function 'gsc2read': gsc2read.c:86:17: warning: unused variable 'sd' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:86:10: warning: unused variable 'sr' [-Wunused-variable] 86 | char sr[4], sd[4]; | ^~ gsc2read.c:85:17: warning: unused variable 'ds' [-Wunused-variable] 85 | double ras, ds; | ^~ gsc2read.c:85:12: warning: unused variable 'ras' [-Wunused-variable] 85 | double ras, ds; | ^~~ gsc2read.c:84:23: warning: unused variable 'dm' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:19: warning: unused variable 'dd' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~ gsc2read.c:84:14: warning: unused variable 'ram' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c:84:9: warning: unused variable 'rah' [-Wunused-variable] 84 | int rah, ram, dd, dm; | ^~~ gsc2read.c: In function 'gsc2c2t': gsc2read.c:243:21: warning: unused variable 'colsep' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~ gsc2read.c:243:11: warning: unused variable 'colhead' [-Wunused-variable] 243 | char *colhead, *colsep; | ^~~~~~~ gsc2read.c: In function 'gsc2t2t': gsc2read.c:316:10: warning: unused variable 'colon' [-Wunused-variable] 316 | char colon = ':'; | ^~~~~ gsc2read.c: At top level: gsc2read.c:184:1: warning: 'parsex' defined but not used [-Wunused-function] 184 | parsex (str, ss, d, m, s) | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ujcread.o ujcread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o uacread.o uacread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ubcread.o ubcread.c ubcread.c: In function 'ubcbin': ubcread.c:811:32: warning: variable 'pmni' set but not used [-Wunused-but-set-variable] 811 | int istar, istar1, istar2, pmni, nid; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ucacread.o ucacread.c ucacread.c: In function 'ucacread': ucacread.c:221:23: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 221 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacrnum': ucacread.c:724:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] 724 | int verbose; | ^~~~~~~ ucacread.c: In function 'ucacbin': ucacread.c:932:21: warning: variable 'nread' set but not used [-Wunused-but-set-variable] 932 | int jtable,iwrap, nread; | ^~~~~ ucacread.c: In function 'ucacsra': ucacread.c:1243:52: warning: unused variable 'sdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ ucacread.c:1243:44: warning: unused variable 'rdiff2' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:36: warning: unused variable 'rdiff1' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~~ ucacread.c:1243:29: warning: unused variable 'rdiff' [-Wunused-variable] 1243 | double rax, ra1, ra2, ra, rdiff, rdiff1, rdiff2, sdiff; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sdssread.o sdssread.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tabread.o tabread.c tabread.c: In function 'tabbin': tabread.c:793:9: warning: variable 'peak' set but not used [-Wunused-but-set-variable] 793 | int peak; | ^~~~ tabread.c: In function 'tabopen': tabread.c:1952:10: warning: variable 'tabcstr' set but not used [-Wunused-but-set-variable] 1952 | char tabcstr[4]; | ^~~~~~~ tabread.c:2182:16: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2182 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tabread.c: In function 'gettabline': tabread.c:2264:24: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2264 | (void) fgets (tabtable->tabline, tabtable->lline, tabtable->tcat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tabread.c: At top level: tabread.c:2653:1: warning: 'tabcont' defined but not used [-Wunused-function] 2653 | tabcont (tabtable, keyword) | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o binread.o binread.c binread.c: In function 'binbin': binread.c:702:9: warning: variable 'mrv' set but not used [-Wunused-but-set-variable] 702 | int mrv; | ^~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o ctgread.o ctgread.c ctgread.c: In function 'ctgrdate': ctgread.c:811:9: warning: variable 'starfound' set but not used [-Wunused-but-set-variable] 811 | int starfound; | ^~~~~~~~~ ctgread.c: In function 'ctgopen': ctgread.c:1249:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 1249 | int ntok; | ^~~~ ctgread.c: In function 'isacat': ctgread.c:1953:11: warning: variable 'errc' set but not used [-Wunused-but-set-variable] 1953 | char *errc; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o actread.o actread.c actread.c: In function 'actbin': actread.c:576:11: warning: variable 'str' set but not used [-Wunused-but-set-variable] 576 | char *str; | ^~~ actread.c:573:50: warning: variable 'magv' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ actread.c:573:44: warning: variable 'magb' set but not used [-Wunused-but-set-variable] 573 | double num, ra, dec, rapm, decpm, mag, magb, magv; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o catutil.o catutil.c catutil.c: In function 'tmcid': catutil.c:2546:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable] 2546 | char csign; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o skybotread.o skybotread.c skybotread.c: In function 'skybotread': skybotread.c:133:12: warning: unused variable 'dtemp' [-Wunused-variable] 133 | double dtemp, jdout; | ^~~~~ skybotread.c:128:10: warning: unused variable 'cmag' [-Wunused-variable] 128 | char cmag; | ^~~~ skybotread.c: In function 'skybot2tab': skybotread.c:315:10: warning: unused variable 'ccom' [-Wunused-variable] 315 | char ccom = ','; | ^~~~ skybotread.c:313:11: warning: unused variable 'buff' [-Wunused-variable] 313 | char *buff; | ^~~~ skybotread.c:309:16: warning: unused variable 'ldata' [-Wunused-variable] 309 | int lhead, ldata; | ^~~~~ skybotread.c:305:11: warning: unused variable 'head' [-Wunused-variable] 305 | char *head; | ^~~~ skybotread.c:304:11: warning: unused variable 'chead' [-Wunused-variable] 304 | char *chead; | ^~~~~ skybotread.c:302:11: warning: unused variable 'endhead' [-Wunused-variable] 302 | char *endhead; | ^~~~~~~ skybotread.c:298:11: warning: unused variable 'databuff' [-Wunused-variable] 298 | char *databuff; | ^~~~~~~~ skybotread.c:293:11: warning: unused variable 'heading' [-Wunused-variable] 293 | char *heading; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imrotate.o imrotate.c imrotate.c: In function 'RotWCSFITS': imrotate.c:374:22: warning: unused variable 'ctype2' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ imrotate.c:374:10: warning: unused variable 'ctype1' [-Wunused-variable] 374 | char ctype1[16], ctype2[16]; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o fitsfile.o fitsfile.c fitsfile.c: In function 'fitsrhead': fitsfile.c:293:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 293 | fprintf (stderr,"FITSRHEAD: %d bytes in header\n",ibhead); | ~^ ~~~~~~ | | | | int off_t {aka long int} | %ld gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imhfile.o imhfile.c imhfile.c: In function 'iraf2fits': imhfile.c:606:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 606 | else | ^~~~ imhfile.c:608:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 608 | hputcom (fitsheader,"NAXIS2", "IRAF .imh naxis[2]"); | ^~~~~~~ imhfile.c: In function 'irafwhead': imhfile.c:913:12: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 913 | (void) ftruncate (fd, nbhead); | ^~~~~~~~~~~~~~~~~~~~~~ imhfile.c: In function 'iraf2fits': imhfile.c:507:11: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 507 | (void)strncpy (endline,"END", 3); | ^ imhfile.c:861:5: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 861 | strncpy (endline," ",3); | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o hget.o hget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o hput.o hput.c hput.c: In function 'hputcom': hput.c:696:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 696 | else | ^~~~ hput.c:698:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 698 | q2 = NULL; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imio.o imio.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o dateutil.o dateutil.c dateutil.c: In function 'fd2mfd': dateutil.c:2124:27: warning: zero-length gnu_printf format string [-Wformat-zero-length] 2124 | sprintf (tstring, ""); | ^~ dateutil.c:2130:27: warning: zero-length gnu_printf format string [-Wformat-zero-length] 2130 | sprintf (dstring, ""); | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o imutil.o imutil.c imutil.c: In function 'SetBadFITS': imutil.c:227:25: warning: value computed is not used [-Wunused-value] 227 | *b1++; | ^~~~~ imutil.c:246:25: warning: value computed is not used [-Wunused-value] 246 | *b1++; | ^~~~~ imutil.c:273:25: warning: value computed is not used [-Wunused-value] 273 | *b1++; | ^~~~~ imutil.c:292:25: warning: value computed is not used [-Wunused-value] 292 | *b1++; | ^~~~~ imutil.c:320:25: warning: value computed is not used [-Wunused-value] 320 | *b1++; | ^~~~~ imutil.c:339:25: warning: value computed is not used [-Wunused-value] 339 | *b1++; | ^~~~~ imutil.c:365:25: warning: value computed is not used [-Wunused-value] 365 | *b1++; | ^~~~~ imutil.c:384:25: warning: value computed is not used [-Wunused-value] 384 | *b1++; | ^~~~~ imutil.c: In function 'SetBadVal': imutil.c:460:21: warning: value computed is not used [-Wunused-value] 460 | *b1++; | ^~~~~ imutil.c:465:21: warning: value computed is not used [-Wunused-value] 465 | *b1++; | ^~~~~ imutil.c:492:21: warning: value computed is not used [-Wunused-value] 492 | *b1++; | ^~~~~ imutil.c:497:21: warning: value computed is not used [-Wunused-value] 497 | *b1++; | ^~~~~ imutil.c:524:21: warning: value computed is not used [-Wunused-value] 524 | *b1++; | ^~~~~ imutil.c:529:21: warning: value computed is not used [-Wunused-value] 529 | *b1++; | ^~~~~ imutil.c:556:21: warning: value computed is not used [-Wunused-value] 556 | *b1++; | ^~~~~ imutil.c:561:21: warning: value computed is not used [-Wunused-value] 561 | *b1++; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o worldpos.o worldpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o tnxpos.o tnxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o zpxpos.o zpxpos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o dsspos.o dsspos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platepos.o platepos.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sortstar.o sortstar.c sortstar.c: In function 'StarMerge': sortstar.c:954:35: warning: variable 'nums' set but not used [-Wunused-but-set-variable] 954 | int i, is, js, nthis, im, no, nums[MAXMERGE]; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o platefit.o platefit.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o iget.o iget.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o fileutil.o fileutil.c fileutil.c:30:1: warning: "/*" within comment [-Wcomment] 30 | /** Read, parse, and find out things about ASCII files | fileutil.c: In function 'getmaxlength': fileutil.c:183:9: warning: unused variable 'nlines' [-Wunused-variable] 183 | int nlines = 0; | ^~~~~~ fileutil.c: In function 'agetl': fileutil.c:1286:9: warning: unused variable 'ieos' [-Wunused-variable] 1286 | int ieos = 0; | ^~~~ fileutil.c:1281:23: warning: variable 'lstring' set but not used [-Wunused-but-set-variable] 1281 | int ichar, jline, lstring; | ^~~~~~~ fileutil.c:1281:9: warning: unused variable 'ichar' [-Wunused-variable] 1281 | int ichar, jline, lstring; | ^~~~~ fileutil.c: In function 'agetw': fileutil.c:1412:11: warning: unused variable 'value' [-Wunused-variable] 1412 | char *value; | ^~~~~ fileutil.c: In function 'agets': fileutil.c:1446:24: warning: unused variable 'fkey' [-Wunused-variable] 1446 | int ipar, i, lkey, fkey; | ^~~~ fileutil.c:1446:15: warning: unused variable 'i' [-Wunused-variable] 1446 | int ipar, i, lkey, fkey; | ^ fileutil.c:1444:57: warning: unused variable 'iquot' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~ fileutil.c:1444:21: warning: unused variable 'rval' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1444:11: warning: unused variable 'lastval' [-Wunused-variable] 1444 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~~ fileutil.c:1443:27: warning: variable 'dquot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c:1443:17: warning: variable 'squot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c:1443:10: warning: variable 'cquot' set but not used [-Wunused-but-set-variable] 1443 | char cquot, squot[2], dquot[2], lbracket[2], rbracket[2], comma[2]; | ^~~~~ fileutil.c: In function 'aputnr8': fileutil.c:1645:12: warning: unused variable 'lval' [-Wunused-variable] 1645 | int i, lval; | ^~~~ fileutil.c:1645:9: warning: unused variable 'i' [-Wunused-variable] 1645 | int i, lval; | ^ fileutil.c: In function 'aputs': fileutil.c:1829:1: warning: "/*" within comment [-Wcomment] 1829 | /* Fix input string */ | fileutil.c:1684:15: warning: variable 'ltok' set but not used [-Wunused-but-set-variable] 1684 | int ntok, ltok; | ^~~~ fileutil.c:1684:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 1684 | int ntok, ltok; | ^~~~ fileutil.c:1683:9: warning: variable 'lstr' set but not used [-Wunused-but-set-variable] 1683 | int lstr, lstring, lval, lnew, islash, ispace; | ^~~~ fileutil.c:1682:9: warning: unused variable 'i' [-Wunused-variable] 1682 | int i, lkey; | ^ fileutil.c:1680:65: warning: unused variable 'ival' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1680:57: warning: unused variable 'iquot' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~ fileutil.c:1680:37: warning: unused variable 'brack2' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~ fileutil.c:1680:28: warning: unused variable 'brack1' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~ fileutil.c:1680:21: warning: unused variable 'rval' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~ fileutil.c:1680:11: warning: unused variable 'lastval' [-Wunused-variable] 1680 | char *lastval, *rval, *brack1, *brack2, *lastring, *iquot, *ival; | ^~~~~~~ fileutil.c:1679:35: warning: variable 'dquot' set but not used [-Wunused-but-set-variable] 1679 | char cquot, slf[2], squot[2], dquot[2]; | ^~~~~ fileutil.c: In function 'next_line': fileutil.c:496:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | (void) fgets (line, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileutil.c: In function 'first_token': fileutil.c:532:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 532 | (void) fgets (token, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcslib.o wcslib.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o lin.o lin.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o cel.o cel.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o proj.o proj.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o sph.o sph.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o wcstrig.o wcstrig.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o distort.o distort.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o poly.o poly.c gcc -shared -o libwcstools.so.1.0.0 -Wl,-soname,libwcstools.so.1 imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^ wcs.c: In function 'wcsxinit': wcs.c:198:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 198 | strncat (wcs->ctype[0],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ wcs.c:199:5: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 199 | strncat (wcs->ctype[1],proj, lproj); | ^ wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ fileutil.c: In function 'aputs': fileutil.c:1696:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1696 | slf[2] = ceos; | ^ fileutil.c:1679:17: note: at offset 2 into destination object 'slf' of size 2 1679 | char cquot, slf[2], squot[2], dquot[2]; | ^ ln -s libwcstools.so.1.0.0 libwcstools.so.1 ln -s libwcstools.so.1.0.0 libwcstools.so ar rv libwcstools.a imsetwcs.o imgetwcs.o matchstar.o findstar.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.o ty2read.o webread.o tmcread.o gscread.o gsc2read.o ujcread.o uacread.o ubcread.o ucacread.o sdssread.o tabread.o binread.o ctgread.o actread.o catutil.o skybotread.o imrotate.o fitsfile.o imhfile.o hget.o hput.o imio.o dateutil.o imutil.o worldpos.o tnxpos.o zpxpos.o dsspos.o platepos.o sortstar.o platefit.o iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o ar: creating libwcstools.a a - imsetwcs.o a - imgetwcs.o a - matchstar.o a - findstar.o a - daoread.o a - wcscon.o a - fitswcs.o a - wcsinit.o a - wcs.o a - ty2read.o a - webread.o a - tmcread.o a - gscread.o a - gsc2read.o a - ujcread.o a - uacread.o a - ubcread.o a - ucacread.o a - sdssread.o a - tabread.o a - binread.o a - ctgread.o a - actread.o a - catutil.o a - skybotread.o a - imrotate.o a - fitsfile.o a - imhfile.o a - hget.o a - hput.o a - imio.o a - dateutil.o a - imutil.o a - worldpos.o a - tnxpos.o a - zpxpos.o a - dsspos.o a - platepos.o a - sortstar.o a - platefit.o a - iget.o a - fileutil.o a - wcslib.o a - lin.o a - cel.o a - proj.o a - sph.o a - wcstrig.o a - distort.o a - poly.o ranlib libwcstools.a make[1]: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.7/libwcs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/cphead cphead.c -L libwcs -lwcstools -lm cphead.c: In function 'main': cphead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ cphead.c: In function 'CopyValues': cphead.c:375:16: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 375 | int naxis, ipos, nbhead, nbr, nbw; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/delwcs delwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/delhead delhead.c -L libwcs -lwcstools -lm delhead.c: In function 'main': delhead.c:72:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 72 | int nbytes; | ^~~~~~ delhead.c: In function 'DelKeywords': delhead.c:471:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 471 | if (nblnew == nblold && !newimage) | ^~ delhead.c:474:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 474 | hgeti4 (header,"NAXIS",&naxis); | ^~~~~~ delhead.c:286:9: warning: variable 'imageread' set but not used [-Wunused-but-set-variable] 286 | int imageread = 0; | ^~~~~~~~~ delhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, bitpix, i; | ^~~~ delhead.c: In function 'DelCOMMENT': delhead.c:563:21: warning: variable 'nline' set but not used [-Wunused-but-set-variable] 563 | int i, killcom, nline; | ^~~~~ delhead.c: In function 'main': delhead.c:196:39: warning: pointer 'kwd_109' may be used after 'realloc' [-Wuse-after-free] 196 | kwdnew[ikwd] = kwd[ikwd]; | ^ delhead.c:194:36: note: call to 'realloc' here 194 | kwdnew = (char **) realloc ((void *)kwd, maxnkwd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ delhead.c:197:17: warning: pointer 'kwd_109' used after 'realloc' [-Wuse-after-free] 197 | free (kwd); | ^~~~~~~~~~ delhead.c:194:36: note: call to 'realloc' here 194 | kwdnew = (char **) realloc ((void *)kwd, maxnkwd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/edhead edhead.c -L libwcs -lwcstools -lm edhead.c: In function 'EditHead': edhead.c:133:14: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 133 | int fdr, ipos, nbr, nbw; | ^~~~ edhead.c:304:9: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 304 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ edhead.c:253:13: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 253 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ edhead.c:240:9: warning: pointer 'header_83' may be used after 'free' [-Wuse-after-free] 240 | free (header); | ^~~~~~~~~~~~~ edhead.c:217:9: note: call to 'free' here 217 | free (header); | ^~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/fixpix fixpix.c -L libwcs -lwcstools -lm fixpix.c: In function 'FixPix': fixpix.c:216:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 216 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/gethead gethead.c -L libwcs -lwcstools -lm gethead.c: In function 'main': gethead.c:115:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 115 | int nbytes; | ^~~~~~ gethead.c:95:10: warning: unused variable 'wcond' [-Wunused-variable] 95 | char wcond, **newccond; | ^~~~~ gethead.c: In function 'PrintValues': gethead.c:1143:40: warning: too many arguments for format [-Wformat-extra-args] 1143 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1145:40: warning: too many arguments for format [-Wformat-extra-args] 1145 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:1300:32: warning: too many arguments for format [-Wformat-extra-args] 1300 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1302:32: warning: too many arguments for format [-Wformat-extra-args] 1302 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:803:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable] 803 | int ikwd, nfound, notfound, nch, iepoch; | ^~~~~~~~ gethead.c: At top level: gethead.c:77:24: warning: 'newccond' defined but not used [-Wunused-variable] 77 | static char **ccond, **newccond; /* Condition characters */ | ^~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/i2f i2f.c -L libwcs -lwcstools -lm i2f.c: In function 'IRAFtoFITS': i2f.c:229:17: warning: pointer 'irafheader_64' may be used after 'free' [-Wuse-after-free] 229 | free (irafheader); | ^~~~~~~~~~~~~~~~~ i2f.c:221:13: note: call to 'free' here 221 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imcat imcat.c -L libwcs -lwcstools -lm imcat.c: In function 'main': imcat.c:591:20: warning: the comparison will always evaluate as 'false' for the address of 'refcatname' will never be NULL [-Waddress] 591 | if (refcatname == NULL) { | ^~ imcat.c:128:11: note: 'refcatname' declared here 128 | char *refcatname[5]; /* reference catalog name */ | ^~~~~~~~~~ imcat.c: In function 'ListCat': imcat.c:1285:25: warning: unused variable 'iy' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:1285:21: warning: unused variable 'ix' [-Wunused-variable] 1285 | int radius, ix, iy; | ^~ imcat.c:856:29: warning: unused variable 'epmd' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:23: warning: unused variable 'epmr' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:17: warning: unused variable 'edec' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~~ imcat.c:856:12: warning: unused variable 'era' [-Wunused-variable] 856 | double era, edec, epmr, epmd; | ^~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imhead imhead.c -L libwcs -lwcstools -lm imhead.c: In function 'PrintHead': imhead.c:167:12: warning: variable 'nw' set but not used [-Wunused-but-set-variable] 167 | int i, nw, nbytes, lhead, nblk; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/immatch immatch.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imrot imrot.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsize imsize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imstar imstar.c -L libwcs -lwcstools -lm imstar.c: In function 'ListStars': imstar.c:666:25: warning: unused variable 'iy' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ imstar.c:666:21: warning: unused variable 'ix' [-Wunused-variable] 666 | int radius, ix, iy; | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imwcs imwcs.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/scat scat.c -L libwcs -lwcstools -lm scat.c: In function 'ListCat': scat.c:1236:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1236 | fprintf (stderr, "Could not calloc %d bytes for gnum\n", | ~^ | | | int | %ld 1237 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1239:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1239 | fprintf (stderr, "Could not calloc %d bytes for gra\n", | ~^ | | | int | %ld 1240 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1242:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1242 | fprintf (stderr, "Could not calloc %d bytes for gdec\n", | ~^ | | | int | %ld 1243 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1245:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1245 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1246 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1250:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1250 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1251 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1255:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1255 | fprintf (stderr, "Could not calloc %d bytes for gc\n", | ~^ | | | int | %ld 1256 | ngmax*sizeof(int)); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1258:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1258 | fprintf (stderr, "Could not calloc %d bytes for gx\n", | ~^ | | | int | %ld 1259 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1261:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1261 | fprintf (stderr, "Could not calloc %d bytes for gy\n", | ~^ | | | int | %ld 1262 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1264:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1264 | fprintf (stderr, "Could not calloc %d bytes for obj\n", | ~^ | | | int | %ld 1265 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1271:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1271 | fprintf (stderr, "Could not calloc %d bytes for path\n", | ~^ | | | int | %ld 1272 | ngmax*sizeof(char *)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1278:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1278 | fprintf (stderr, "Could not calloc %d bytes for gpra\n", | ~^ | | | int | %ld 1279 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1281:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1281 | fprintf (stderr, "Could not calloc %d bytes for gpdec\n", | ~^ | | | int | %ld 1282 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1399:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1399 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1400 | nmagmax*sizeof(double *)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:1404:61: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 1404 | fprintf (stderr, "Could not calloc %d bytes for gm\n", | ~^ | | | int | %ld 1405 | ngmax*sizeof(double)); | ~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int scat.c:3251:33: warning: the comparison will always evaluate as 'true' for the address of 'starcat' will never be NULL [-Waddress] 3251 | if (starcat != NULL && | ^~ scat.c:112:24: note: 'starcat' declared here 112 | static struct StarCat *starcat[5]; /* Star catalog data structure */ | ^~~~~~~ scat.c:1147:10: warning: variable 'string' set but not used [-Wunused-but-set-variable] 1147 | char string[TABMAX]; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sethead sethead.c -L libwcs -lwcstools -lm sethead.c: In function 'main': sethead.c:315:45: warning: comparison between pointer and zero character constant [-Wpointer-compare] 315 | if (kw1 == (char) 0) | ^~ sethead.c:315:41: note: did you mean to dereference the pointer? 315 | if (kw1 == (char) 0) | ^ sethead.c:85:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 85 | int nbytes; | ^~~~~~ sethead.c: In function 'SetValues': sethead.c:725:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 725 | strncpy (cval, "RA--", 4); | ^ sethead.c:728:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 728 | strncpy (cval, "DEC-", 4); | ^ sethead.c:750:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 750 | strncpy (cval, "GLON", 4); | ^ sethead.c:753:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 753 | strncpy (cval, "GLAT", 4); | ^ sethead.c:775:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 775 | strncpy (cval, "ELON", 4); | ^ sethead.c:778:13: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 778 | strncpy (cval, "ELAT", 4); | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/addpix addpix.c -L libwcs -lwcstools -lm addpix.c: In function 'AddPix': addpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getpix getpix.c -L libwcs -lwcstools -lm getpix.c: In function 'main': getpix.c:388:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 388 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~ getpix.c:388:66: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 388 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~~~ getpix.c:100:18: warning: unused variable 'fcomma' [-Wunused-variable] 100 | char *fext, *fcomma; | ^~~~~~ getpix.c:100:11: warning: unused variable 'fext' [-Wunused-variable] 100 | char *fext, *fcomma; | ^~~~ getpix.c: In function 'PrintPix': getpix.c:645:11: warning: unused variable 'c' [-Wunused-variable] 645 | char *c; | ^ getpix.c:667:17: warning: pointer 'irafheader_522' may be used after 'free' [-Wuse-after-free] 667 | free (irafheader); | ^~~~~~~~~~~~~~~~~ getpix.c:659:13: note: call to 'free' here 659 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/setpix setpix.c -L libwcs -lwcstools -lm setpix.c: In function 'SetPix': setpix.c:271:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 271 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sky2xy sky2xy.c -L libwcs -lwcstools -lm sky2xy.c: In function 'main': sky2xy.c:74:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 74 | int modwcs = 0; /* 1 if image WCS modified on command line */ | ^~~~~~ sky2xy.c:68:9: warning: variable 'syscoor' set but not used [-Wunused-but-set-variable] 68 | int syscoor = 0; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/keyhead keyhead.c -L libwcs -lwcstools -lm keyhead.c: In function 'main': keyhead.c:68:9: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] 68 | int nbytes; | ^~~~~~ keyhead.c: In function 'ChangeKeyNames': keyhead.c:285:19: warning: variable 'ipos' set but not used [-Wunused-but-set-variable] 285 | int fdr, fdw, ipos, nbr, nbw, nchange; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/skycoor skycoor.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/subpix subpix.c -L libwcs -lwcstools -lm subpix.c: In function 'SubPix': subpix.c:138:10: warning: variable 'newline' set but not used [-Wunused-but-set-variable] 138 | char newline[1]; | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/xy2sky xy2sky.c -L libwcs -lwcstools -lm xy2sky.c: In function 'main': xy2sky.c:92:9: warning: variable 'modwcs' set but not used [-Wunused-but-set-variable] 92 | int modwcs = 0; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/wcshead wcshead.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/conpix conpix.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/gettab gettab.c -L libwcs -lwcstools -lm gettab.c: In function 'PrintValues': gettab.c:580:9: warning: variable 'ntok' set but not used [-Wunused-but-set-variable] 580 | int ntok; | ^~~~ gettab.c:564:9: warning: variable 'drop' set but not used [-Wunused-but-set-variable] 564 | int drop; | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/newfits newfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getfits getfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imstack imstack.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imextract imextract.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sumpix sumpix.c -L libwcs -lwcstools -lm sumpix.c: In function 'SumPix': sumpix.c:304:17: warning: pointer 'irafheader_337' may be used after 'free' [-Wuse-after-free] 304 | free (irafheader); | ^~~~~~~~~~~~~~~~~ sumpix.c:296:13: note: call to 'free' here 296 | free (irafheader); | ^~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/remap remap.c -L libwcs -lwcstools -lm remap.c: In function 'RemapImage': remap.c:422:27: warning: variable 'secpixin2' set but not used [-Wunused-but-set-variable] 422 | double dx, secpixin1, secpixin2, secpix1, dpix, dnpix; | ^~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getcol getcol.c -L libwcs -lwcstools -lm getcol.c: In function 'main': getcol.c:112:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] 112 | int match, newbytes; | ^~~~~ getcol.c: In function 'ListFile': getcol.c:1029:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1029 | else | ^~~~ getcol.c:1031:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1031 | iapp = 0; | ^~~~ getcol.c:1223:25: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1223 | for (j = nchar; j < ltok; j++); | ^~~ getcol.c:1224:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1224 | token[j] = (char) 0; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/getdate getdate.c -L libwcs -lwcstools -lm getdate.c: In function 'main': getdate.c:108:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable] 108 | int lline; | ^~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imfill imfill.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imsmooth imsmooth.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/imresize imresize.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/fileroot fileroot.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filename filename.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/filext filext.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/char2sp char2sp.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/sp2char sp2char.c libwcs/libwcstools.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/crlf crlf.c crlf.c: In function 'CRFix': crlf.c:102:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | (void) write (1, buffer, nbr); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/htmlsp htmlsp.c htmlsp.c: In function 'HTMLFix': htmlsp.c:100:20: warning: unused variable 'i' [-Wunused-variable] 100 | int nbr, nnbr, i; | ^ htmlsp.c:110:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | (void) write (1, buffer, nnbr); | ^~~~~~~~~~~~~~~~~~~~~~~ htmlsp.c: At top level: htmlsp.c:34:14: warning: 'RevMsg' defined but not used [-Wunused-variable] 34 | static char *RevMsg = "HTMLSP WCSTools 3.9.7, 11 August 2022, Jessica Mink (jmink@cfa.harvard.edu)"; | ^~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isnum isnum.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isrange isrange.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfits isfits.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/isfile isfile.c -L libwcs -lwcstools -lm gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/simpos simpos.c -L libwcs -lwcstools -lm simpos.c: In function 'main': simpos.c:86:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 86 | while (c = *++str) { | ^ simpos.c:186:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fgets (newobj, 32, flist); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin/bincat bincat.c -L libwcs -lwcstools -lm make: Leaving directory '/usr/src/RPM/BUILD/wcstools-3.9.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84857 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wcstools-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wcstools-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wcstools-3.9.7 + mkdir -p /usr/src/tmp/wcstools-buildroot/usr/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) Processing files: wcstools-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3134 + 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.xX5jY5 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.8ALGWJ 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.ti0HHX Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10325 + 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.2KhdZW 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.X2Yapg 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.mmvCpS Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.27493 + 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.ofMYqB 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.P3NnIH 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.Kpyhil 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.Drvnkd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dcoDL3 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.KHlpBY find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X617s6 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) 36.91user 9.00system 0:41.91elapsed 109%CPU (0avgtext+0avgdata 84116maxresident)k 0inputs+0outputs (0major+3987520minor)pagefaults 0swaps 2.87user 1.18system 0:48.32elapsed 8%CPU (0avgtext+0avgdata 120664maxresident)k 0inputs+0outputs (0major+133726minor)pagefaults 0swaps --- libwcstools1-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ libwcstools1-3.9.7-alt1_1.x86_64.rpm.hasher 2023-08-23 02:57:24.576186032 +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 2b825ab8d96f4ff86239e58099b33aff 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: 67e129294eaa00d8253436cb1e5019c4ac9643a474ccf61b85fbb3f4cc1986f8f169e547e5de0609ce8f2fb88fad4ccf479544a4283f12f043db45b1f96ab210 --- libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ libwcstools1-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2023-08-23 02:57:24.631186659 +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/84 40755 root:root +/usr/lib/debug/.build-id/84/d6a1933ac0d5bf9e6435c3d04d1d064eaba98a 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/84/d6a1933ac0d5bf9e6435c3d04d1d064eaba98a.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/84 40755 root:root +File: /usr/lib/debug/.build-id/84/d6a1933ac0d5bf9e6435c3d04d1d064eaba98a 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/84/d6a1933ac0d5bf9e6435c3d04d1d064eaba98a.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 7c3cc97c0241b482b0161219e5261471 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: f43cf322f324097bf05ae5cface55436056e4c2a84d0e6867c104c1106935b0a0f0c109df9cab5b6e87d1e0e1117069ccb93e04f2ecf8beba1867c634573237c --- wcstools-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ wcstools-3.9.7-alt1_1.x86_64.rpm.hasher 2023-08-23 02:57:24.811188713 +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 545af31370a0a8a9320368052b4bfbb1 +File: /usr/bin/bincat 100755 root:root c75b53168f959d7d478126bc1368bc74 +File: /usr/bin/char2sp 100755 root:root a9ec98fd340c0570d396f76fb1f7885a +File: /usr/bin/conpix 100755 root:root f33fc569d1eaf18fabce08e3435c2c0a +File: /usr/bin/cphead 100755 root:root d977ae53753dbee63eb752e2d23d07df +File: /usr/bin/crlf 100755 root:root c2f56735142735272ac8f518c3878ae5 +File: /usr/bin/delhead 100755 root:root 03c94eadcc0e36a0a3ec693ff21413de +File: /usr/bin/delwcs 100755 root:root 758afe2055dd56806b683364c79b58ea +File: /usr/bin/edhead 100755 root:root af125a3f7c5e4221d7972af11937dd80 +File: /usr/bin/filename 100755 root:root beeab6c9bcef0cd33e7713c4102f2344 +File: /usr/bin/fileroot 100755 root:root f87cd9b9418b25f5f996cbbe033cd4b4 +File: /usr/bin/filext 100755 root:root e066dbf171da45cd952ff2cb221b2a7e +File: /usr/bin/fixpix 100755 root:root 5823ba4ad7607420ea1e97958c3e7808 +File: /usr/bin/getcol 100755 root:root 5f1edf95b2c3643934fb2dff041b28d9 +File: /usr/bin/getdate 100755 root:root 3f42a568fa70b668e8f94e2ca34d8973 +File: /usr/bin/getfits 100755 root:root 31630c8c797878a8a2560af648fa5ee1 +File: /usr/bin/gethead 100755 root:root dcae3cf5cb2c9c9600e73c559c7b8536 +File: /usr/bin/getpix 100755 root:root 8cc861aad51ff4f8e54777ba1d66b502 +File: /usr/bin/gettab 100755 root:root 36a6d37e4224bfa523c02e817d3ca7ef +File: /usr/bin/htmlsp 100755 root:root 5dfe0420ea9b2a715f30c441b384fb8e +File: /usr/bin/i2f 100755 root:root f40c674afefae46f1dfc65ff78a6eabf +File: /usr/bin/imcat 100755 root:root 002e86d2fe9f6de3572229e9edba429b +File: /usr/bin/imextract 100755 root:root 40af6cc0ec8a8ffc680f0effc07065e8 +File: /usr/bin/imfill 100755 root:root da3ee89c093bae3288e58aa4e6d96996 +File: /usr/bin/imhead 100755 root:root 45e424a6c9a44999110c2a998ed1aa29 +File: /usr/bin/immatch 100755 root:root 90d8ec675a8636384f503f199761f5c2 +File: /usr/bin/imresize 100755 root:root 4d92917a880e974eb506cc3b7f3b3806 +File: /usr/bin/imrot 100755 root:root 6ac82bc228b384263f8de8dc32fdb950 +File: /usr/bin/imsize 100755 root:root ceba6ffe7b1ea1a823dd5c3d75393589 +File: /usr/bin/imsmooth 100755 root:root 7dd9b7b0861f46f70109c60e501df1a8 +File: /usr/bin/imstack 100755 root:root dfad0d957205123a61fab6fed9241ae0 +File: /usr/bin/imstar 100755 root:root 5d3e33b4e40f575f769700516c175856 +File: /usr/bin/imwcs 100755 root:root 3d6288120c1621110e75dfcd634bb9a6 +File: /usr/bin/isfile 100755 root:root 243224d7fd21057ab009176ff19cea91 +File: /usr/bin/isfits 100755 root:root f252dbda8bca7080a731ce251d711589 +File: /usr/bin/isnum 100755 root:root 1d3baeb8dde0a2e9ed7fe3052b32c984 +File: /usr/bin/isrange 100755 root:root 867f04a32161c916cad34efe1095399d +File: /usr/bin/keyhead 100755 root:root d5c32f26d66a1ffd21dc4cbaddc7b33f +File: /usr/bin/newfits 100755 root:root d212e638e6886f773692bb2bfd3088f2 +File: /usr/bin/scat 100755 root:root faf27b4e88236eceafaf7c841c43ad4a +File: /usr/bin/sethead 100755 root:root 51fda2c33ad44a6de5b7000cf21b691a +File: /usr/bin/setpix 100755 root:root 2326cab92fa07fbc5b8fb2b84fe799b6 +File: /usr/bin/simpos 100755 root:root a7465e3188c611f089abb066e3ef14dc +File: /usr/bin/sky2xy 100755 root:root 49c3fb3845456dfaadbc9622e6ed2762 +File: /usr/bin/skycoor 100755 root:root e211708acf485bb5111749b07d420850 +File: /usr/bin/sp2char 100755 root:root 9b7c35bea784f370fcef3ca921668ab9 +File: /usr/bin/subpix 100755 root:root cd6bcd87dfa0563d7ee51b9ff776f4d6 +File: /usr/bin/sumpix 100755 root:root 08581dd9c98b18e55e1f27b270407f01 +File: /usr/bin/wcshead 100755 root:root 007e2ead401820845b41f8ec49189a82 +File: /usr/bin/wcsremap 100755 root:root ab0c86c4433253d8f14fdd4cfa60f188 +File: /usr/bin/xy2sky 100755 root:root aace5b05ac794ea37da4cc2c51b2576d 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: 2ba0c2de7f6c85289921b46e2dc9e84e0bb4c61a2c8568772f554ae34bb235094fb94e37c93017704e5cd740bc67ea7959874b642e939e4e28baba3f63ae8d6e --- wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.repo 2022-09-02 12:15:44.000000000 +0000 +++ wcstools-debuginfo-3.9.7-alt1_1.x86_64.rpm.hasher 2023-08-23 02:57:24.876189455 +0000 @@ -1,149 +1,150 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c 120777 root:root ../../../../bin/delwcs -/usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c.debug 120777 root:root ../../usr/bin/delwcs.debug -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d 120777 root:root ../../../../bin/filext -/usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d.debug 120777 root:root ../../usr/bin/filext.debug -/usr/lib/debug/.build-id/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/0b 40755 root:root +/usr/lib/debug/.build-id/0b/caec03c679ed85796fd32710a9c1a328b7c6cf 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/0b/caec03c679ed85796fd32710a9c1a328b7c6cf.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/0c 40755 root:root +/usr/lib/debug/.build-id/0c/fbe7337590e7dec10cc7735b7d0cbf36c7acff 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/0c/fbe7337590e7dec10cc7735b7d0cbf36c7acff.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/17 40755 root:root +/usr/lib/debug/.build-id/17/10d901e818c02cbd3c2e5592f2b99f374a3109 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/17/10d901e818c02cbd3c2e5592f2b99f374a3109.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/18 40755 root:root +/usr/lib/debug/.build-id/18/c8e51216600db0473862ade365027dac68a8c1 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/18/c8e51216600db0473862ade365027dac68a8c1.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/1c 40755 root:root +/usr/lib/debug/.build-id/1c/1b0526536d82c06b83781f17931c87104d0235 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/1c/1b0526536d82c06b83781f17931c87104d0235.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/1d 40755 root:root +/usr/lib/debug/.build-id/1d/acffabd8419852afa04e12ecd11ab0b8ff6ba3 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/1d/acffabd8419852afa04e12ecd11ab0b8ff6ba3.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/3b2a4b16923cde4f5e4c29d1299e30eafe0991 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/20/3b2a4b16923cde4f5e4c29d1299e30eafe0991.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/28 40755 root:root +/usr/lib/debug/.build-id/28/2fd15c5677a18828d622350f72627cdc35e427 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/28/2fd15c5677a18828d622350f72627cdc35e427.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/29 40755 root:root +/usr/lib/debug/.build-id/29/e7a28d253311432c904c6d11345974a8eb4a95 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/29/e7a28d253311432c904c6d11345974a8eb4a95.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/b90d5e4fdf12e9a93f7a9116693e3478014a67 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/33/b90d5e4fdf12e9a93f7a9116693e3478014a67.debug 120777 root:root ../../usr/bin/imhead.debug /usr/lib/debug/.build-id/3c 40755 root:root -/usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9 120777 root:root ../../../../bin/i2f -/usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9.debug 120777 root:root ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/47 40755 root:root -/usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4 120777 root:root ../../../../bin/isnum -/usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4.debug 120777 root:root ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/48 40755 root:root -/usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a 120777 root:root ../../../../bin/cphead -/usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/3c/042520d7996788a8af579b3c71fc34c747bd3c 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/3c/042520d7996788a8af579b3c71fc34c747bd3c.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/45 40755 root:root +/usr/lib/debug/.build-id/45/0426ae17ee276ae67fb06f384d356ab37e1407 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/45/0426ae17ee276ae67fb06f384d356ab37e1407.debug 120777 root:root ../../usr/bin/sp2char.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/4e/1c6599ce15da4169bb6f662cb558d25ff0f22f 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/4e/1c6599ce15da4169bb6f662cb558d25ff0f22f.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/51 40755 root:root +/usr/lib/debug/.build-id/51/376c4f770012453e4b2a52c01c6a1b01c70d1d 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/51/376c4f770012453e4b2a52c01c6a1b01c70d1d.debug 120777 root:root ../../usr/bin/skycoor.debug /usr/lib/debug/.build-id/52 40755 root:root -/usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a 120777 root:root ../../../../bin/xy2sky -/usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a.debug 120777 root:root ../../usr/bin/xy2sky.debug -/usr/lib/debug/.build-id/54 40755 root:root -/usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719 120777 root:root ../../../../bin/imextract -/usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719.debug 120777 root:root ../../usr/bin/imextract.debug -/usr/lib/debug/.build-id/59 40755 root:root -/usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68 120777 root:root ../../../../bin/gethead -/usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68.debug 120777 root:root ../../usr/bin/gethead.debug -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f 120777 root:root ../../../../bin/crlf -/usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f.debug 120777 root:root ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187 120777 root:root ../../../../bin/sky2xy -/usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187.debug 120777 root:root ../../usr/bin/sky2xy.debug -/usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053 120777 root:root ../../../../bin/getfits -/usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053.debug 120777 root:root ../../usr/bin/getfits.debug -/usr/lib/debug/.build-id/5e 40755 root:root -/usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa 120777 root:root ../../../../bin/imwcs -/usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa.debug 120777 root:root ../../usr/bin/imwcs.debug -/usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/52/3c4791f69bc0a8da02bb63a2013eb9c7f5c77c 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/52/3c4791f69bc0a8da02bb63a2013eb9c7f5c77c.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/53 40755 root:root +/usr/lib/debug/.build-id/53/942755afedb6a4beb8b828d8539dc58834d309 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/53/942755afedb6a4beb8b828d8539dc58834d309.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/55 40755 root:root +/usr/lib/debug/.build-id/55/1e8d783677d9e180e2c40bf46d0ef7aa6559be 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/55/1e8d783677d9e180e2c40bf46d0ef7aa6559be.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/5a 40755 root:root +/usr/lib/debug/.build-id/5a/d3d355f869a2c3c31ab53b8eeab9f868647633 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/5a/d3d355f869a2c3c31ab53b8eeab9f868647633.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/826c17a75ffabe9e450a5ff859b8810747c53c 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/5b/826c17a75ffabe9e450a5ff859b8810747c53c.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/5f 40755 root:root +/usr/lib/debug/.build-id/5f/20a277cceec2e9fa9f56e46211e2a17096e08e 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/5f/20a277cceec2e9fa9f56e46211e2a17096e08e.debug 120777 root:root ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/69 40755 root:root +/usr/lib/debug/.build-id/69/6b2c870b982d2330bcfef6814d9afbbd63be3f 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/69/6b2c870b982d2330bcfef6814d9afbbd63be3f.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/23fb507dfc4ad42843907439d49a202fe3d96e 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/6f/23fb507dfc4ad42843907439d49a202fe3d96e.debug 120777 root:root ../../usr/bin/imresize.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/76/0dbb6a5250314b9b8597150ff8532ecb785fe6 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/76/0dbb6a5250314b9b8597150ff8532ecb785fe6.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/76/1ac502619b234b5e85c59cdf276ca615e3181c 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/76/1ac502619b234b5e85c59cdf276ca615e3181c.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/278dfbddaa61e095fd3ef7362c125ad50019e0 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/80/278dfbddaa61e095fd3ef7362c125ad50019e0.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/80/31839cf7496b9426a109172af79f091927603b 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/80/31839cf7496b9426a109172af79f091927603b.debug 120777 root:root ../../usr/bin/wcshead.debug /usr/lib/debug/.build-id/83 40755 root:root -/usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161 120777 root:root ../../../../bin/imsize -/usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161.debug 120777 root:root ../../usr/bin/imsize.debug -/usr/lib/debug/.build-id/84 40755 root:root -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/85 40755 root:root -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -/usr/lib/debug/.build-id/87 40755 root:root -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -/usr/lib/debug/.build-id/8c 40755 root:root -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -/usr/lib/debug/.build-id/9d 40755 root:root -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/a3 40755 root:root -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69 120777 root:root ../../../../bin/keyhead -/usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69.debug 120777 root:root ../../usr/bin/keyhead.debug -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc 120777 root:root ../../../../bin/addpix -/usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc.debug 120777 root:root ../../usr/bin/addpix.debug -/usr/lib/debug/.build-id/b4 40755 root:root -/usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297 120777 root:root ../../../../bin/wcsremap -/usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297.debug 120777 root:root ../../usr/bin/wcsremap.debug -/usr/lib/debug/.build-id/b5 40755 root:root -/usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039 120777 root:root ../../../../bin/htmlsp -/usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039.debug 120777 root:root ../../usr/bin/htmlsp.debug -/usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00 120777 root:root ../../../../bin/isfile -/usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00.debug 120777 root:root ../../usr/bin/isfile.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1 120777 root:root ../../../../bin/sp2char -/usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1.debug 120777 root:root ../../usr/bin/sp2char.debug -/usr/lib/debug/.build-id/be 40755 root:root -/usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840 120777 root:root ../../../../bin/bincat -/usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840.debug 120777 root:root ../../usr/bin/bincat.debug -/usr/lib/debug/.build-id/bf 40755 root:root -/usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93 120777 root:root ../../../../bin/fixpix -/usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93.debug 120777 root:root ../../usr/bin/fixpix.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -/usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/c3 40755 root:root -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -/usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug -/usr/lib/debug/.build-id/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/83/9bae0b6db7ec12a323d950f2476195d7602f52 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/83/9bae0b6db7ec12a323d950f2476195d7602f52.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/86 40755 root:root +/usr/lib/debug/.build-id/86/524d98e9e2fd9b9fcf4b00d7a70214a3c363e4 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/86/524d98e9e2fd9b9fcf4b00d7a70214a3c363e4.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/86/a00e7e362217fa48c02036f4301b93cbc1959f 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/86/a00e7e362217fa48c02036f4301b93cbc1959f.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/c47576832f69698c965eaf094e625cd5271b4f 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/8a/c47576832f69698c965eaf094e625cd5271b4f.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/8d 40755 root:root +/usr/lib/debug/.build-id/8d/4345003504e6c4422270bdc62cd6391a221a48 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/8d/4345003504e6c4422270bdc62cd6391a221a48.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/7d23e50a7fdc3d410883e88dca6f36d987f4b5 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/91/7d23e50a7fdc3d410883e88dca6f36d987f4b5.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/de02d87592b79dbf60e6edb34c8f1568e3332f 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/96/de02d87592b79dbf60e6edb34c8f1568e3332f.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/4d9f24c4ac162f19ecb9d56a06459976010b16 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/97/4d9f24c4ac162f19ecb9d56a06459976010b16.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/bbf609342f59e50f88501c0fc8feb047181254 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/9b/bbf609342f59e50f88501c0fc8feb047181254.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/a6 40755 root:root +/usr/lib/debug/.build-id/a6/32ec1cc6348fdcb7145566efec2af440ea25d5 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/a6/32ec1cc6348fdcb7145566efec2af440ea25d5.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/a6/680c142aac9250c78efc53f9e0eab324c7efc6 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/a6/680c142aac9250c78efc53f9e0eab324c7efc6.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/d4b0bc4b3e85f26d18e0d3f7e31fd2c51e48ff 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/b0/d4b0bc4b3e85f26d18e0d3f7e31fd2c51e48ff.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/f15ec9e4735a58df835f9e34cb7bff0bacf255 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/ba/f15ec9e4735a58df835f9e34cb7bff0bacf255.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/bc 40755 root:root +/usr/lib/debug/.build-id/bc/97cdb955731f3d8157b8194250b0e479b2474c 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/bc/97cdb955731f3d8157b8194250b0e479b2474c.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/c4 40755 root:root +/usr/lib/debug/.build-id/c4/86f20e1274bcc85162d77f7de6b85a292979ec 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/c4/86f20e1274bcc85162d77f7de6b85a292979ec.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/c5 40755 root:root +/usr/lib/debug/.build-id/c5/45cc3e65ce84321de8c0b015c1b928eb382e38 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/c5/45cc3e65ce84321de8c0b015c1b928eb382e38.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/c8 40755 root:root +/usr/lib/debug/.build-id/c8/3902ca83cc56e54fa75f6c6130c528a222fc6e 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/c8/3902ca83cc56e54fa75f6c6130c528a222fc6e.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/d4 40755 root:root +/usr/lib/debug/.build-id/d4/26ed75f7afae3c16bd0864fbbbd15e4da32ff5 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/d4/26ed75f7afae3c16bd0864fbbbd15e4da32ff5.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/3d6f70a32cc97117599affb422870d60cc8b51 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/d6/3d6f70a32cc97117599affb422870d60cc8b51.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/ccc2832521eb7c44dddce9a127198f21ace1dc 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/e1/ccc2832521eb7c44dddce9a127198f21ace1dc.debug 120777 root:root ../../usr/bin/edhead.debug /usr/lib/debug/.build-id/e4 40755 root:root -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -/usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug -/usr/lib/debug/.build-id/f6 40755 root:root -/usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5 120777 root:root ../../../../bin/getcol -/usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5.debug 120777 root:root ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/fb 40755 root:root -/usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978 120777 root:root ../../../../bin/imresize -/usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/e4/24964600bf9156caa2ecce49ac7f86ea0fbd73 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/e4/24964600bf9156caa2ecce49ac7f86ea0fbd73.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/e5 40755 root:root +/usr/lib/debug/.build-id/e5/cd5db41838537736b9cb13f58bd050d71c50c8 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/e5/cd5db41838537736b9cb13f58bd050d71c50c8.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/ed 40755 root:root +/usr/lib/debug/.build-id/ed/0087843c60677a0143420888ccb34d67015baa 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/ed/0087843c60677a0143420888ccb34d67015baa.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/f0 40755 root:root +/usr/lib/debug/.build-id/f0/6e7a631ae7983f58b89dad62c28235d1055f17 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/f0/6e7a631ae7983f58b89dad62c28235d1055f17.debug 120777 root:root ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/f5 40755 root:root +/usr/lib/debug/.build-id/f5/0467b6251f99fee4371dc81a132bac4a4d5cee 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/f5/0467b6251f99fee4371dc81a132bac4a4d5cee.debug 120777 root:root ../../usr/bin/wcsremap.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +259,202 @@ Provides: wcstools-debuginfo = 3.9.7-alt1_1:sisyphus+306119.100.1.1 -File: /usr/lib/debug/.build-id/05 40755 root:root -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/05/d6ff13482983caf03a5ec56b4d753a1be39a0c.debug 120777 root:root ../../usr/bin/delwcs.debug -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d 120777 root:root ../../../../bin/filext -File: /usr/lib/debug/.build-id/09/d854d97940dd5abdb6bc7d66fa389a57e63a6d.debug 120777 root:root ../../usr/bin/filext.debug -File: /usr/lib/debug/.build-id/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/0b 40755 root:root +File: /usr/lib/debug/.build-id/0b/caec03c679ed85796fd32710a9c1a328b7c6cf 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/0b/caec03c679ed85796fd32710a9c1a328b7c6cf.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/0c 40755 root:root +File: /usr/lib/debug/.build-id/0c/fbe7337590e7dec10cc7735b7d0cbf36c7acff 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/0c/fbe7337590e7dec10cc7735b7d0cbf36c7acff.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/17 40755 root:root +File: /usr/lib/debug/.build-id/17/10d901e818c02cbd3c2e5592f2b99f374a3109 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/17/10d901e818c02cbd3c2e5592f2b99f374a3109.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/18 40755 root:root +File: /usr/lib/debug/.build-id/18/c8e51216600db0473862ade365027dac68a8c1 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/18/c8e51216600db0473862ade365027dac68a8c1.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/1c 40755 root:root +File: /usr/lib/debug/.build-id/1c/1b0526536d82c06b83781f17931c87104d0235 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/1c/1b0526536d82c06b83781f17931c87104d0235.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/1d 40755 root:root +File: /usr/lib/debug/.build-id/1d/acffabd8419852afa04e12ecd11ab0b8ff6ba3 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/1d/acffabd8419852afa04e12ecd11ab0b8ff6ba3.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/3b2a4b16923cde4f5e4c29d1299e30eafe0991 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/20/3b2a4b16923cde4f5e4c29d1299e30eafe0991.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/28 40755 root:root +File: /usr/lib/debug/.build-id/28/2fd15c5677a18828d622350f72627cdc35e427 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/28/2fd15c5677a18828d622350f72627cdc35e427.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/29 40755 root:root +File: /usr/lib/debug/.build-id/29/e7a28d253311432c904c6d11345974a8eb4a95 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/29/e7a28d253311432c904c6d11345974a8eb4a95.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/b90d5e4fdf12e9a93f7a9116693e3478014a67 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/33/b90d5e4fdf12e9a93f7a9116693e3478014a67.debug 120777 root:root ../../usr/bin/imhead.debug File: /usr/lib/debug/.build-id/3c 40755 root:root -File: /usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9 120777 root:root ../../../../bin/i2f -File: /usr/lib/debug/.build-id/3c/57192ae36dfa466a756d9b3545fabd296ba8b9.debug 120777 root:root ../../usr/bin/i2f.debug -File: /usr/lib/debug/.build-id/47 40755 root:root -File: /usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4 120777 root:root ../../../../bin/isnum -File: /usr/lib/debug/.build-id/47/1bb5d9552387092e707df129535410c01792a4.debug 120777 root:root ../../usr/bin/isnum.debug -File: /usr/lib/debug/.build-id/48 40755 root:root -File: /usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a 120777 root:root ../../../../bin/cphead -File: /usr/lib/debug/.build-id/48/37c777855d7f2293d57002cd4945433bf3239a.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/3c/042520d7996788a8af579b3c71fc34c747bd3c 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/3c/042520d7996788a8af579b3c71fc34c747bd3c.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/45 40755 root:root +File: /usr/lib/debug/.build-id/45/0426ae17ee276ae67fb06f384d356ab37e1407 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/45/0426ae17ee276ae67fb06f384d356ab37e1407.debug 120777 root:root ../../usr/bin/sp2char.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/4e/1c6599ce15da4169bb6f662cb558d25ff0f22f 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/4e/1c6599ce15da4169bb6f662cb558d25ff0f22f.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/51 40755 root:root +File: /usr/lib/debug/.build-id/51/376c4f770012453e4b2a52c01c6a1b01c70d1d 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/51/376c4f770012453e4b2a52c01c6a1b01c70d1d.debug 120777 root:root ../../usr/bin/skycoor.debug File: /usr/lib/debug/.build-id/52 40755 root:root -File: /usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a 120777 root:root ../../../../bin/xy2sky -File: /usr/lib/debug/.build-id/52/c3e73eb466ceaf790073be55d8044e372abf1a.debug 120777 root:root ../../usr/bin/xy2sky.debug -File: /usr/lib/debug/.build-id/54 40755 root:root -File: /usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719 120777 root:root ../../../../bin/imextract -File: /usr/lib/debug/.build-id/54/5f6e0684ea3cec56781162bc6aa55615c40719.debug 120777 root:root ../../usr/bin/imextract.debug -File: /usr/lib/debug/.build-id/59 40755 root:root -File: /usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68 120777 root:root ../../../../bin/gethead -File: /usr/lib/debug/.build-id/59/e562c1b9de803662f1b00fe42e85f68d84dc68.debug 120777 root:root ../../usr/bin/gethead.debug -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f 120777 root:root ../../../../bin/crlf -File: /usr/lib/debug/.build-id/5c/371ad1d9c504a76bf1c3176ae714a60519946f.debug 120777 root:root ../../usr/bin/crlf.debug -File: /usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187 120777 root:root ../../../../bin/sky2xy -File: /usr/lib/debug/.build-id/5c/9b8b5bb47ae542beeadf90e8b592a632ea3187.debug 120777 root:root ../../usr/bin/sky2xy.debug -File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053 120777 root:root ../../../../bin/getfits -File: /usr/lib/debug/.build-id/5d/fb6f25a9ef77c4137a7272eab5814c7aac2053.debug 120777 root:root ../../usr/bin/getfits.debug -File: /usr/lib/debug/.build-id/5e 40755 root:root -File: /usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa 120777 root:root ../../../../bin/imwcs -File: /usr/lib/debug/.build-id/5e/ed8c339e8c58220a508399159e2f00efe54afa.debug 120777 root:root ../../usr/bin/imwcs.debug -File: /usr/lib/debug/.build-id/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/52/3c4791f69bc0a8da02bb63a2013eb9c7f5c77c 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/52/3c4791f69bc0a8da02bb63a2013eb9c7f5c77c.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/53 40755 root:root +File: /usr/lib/debug/.build-id/53/942755afedb6a4beb8b828d8539dc58834d309 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/53/942755afedb6a4beb8b828d8539dc58834d309.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/55 40755 root:root +File: /usr/lib/debug/.build-id/55/1e8d783677d9e180e2c40bf46d0ef7aa6559be 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/55/1e8d783677d9e180e2c40bf46d0ef7aa6559be.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/5a 40755 root:root +File: /usr/lib/debug/.build-id/5a/d3d355f869a2c3c31ab53b8eeab9f868647633 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/5a/d3d355f869a2c3c31ab53b8eeab9f868647633.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/826c17a75ffabe9e450a5ff859b8810747c53c 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/5b/826c17a75ffabe9e450a5ff859b8810747c53c.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/5f 40755 root:root +File: /usr/lib/debug/.build-id/5f/20a277cceec2e9fa9f56e46211e2a17096e08e 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/5f/20a277cceec2e9fa9f56e46211e2a17096e08e.debug 120777 root:root ../../usr/bin/isnum.debug +File: /usr/lib/debug/.build-id/69 40755 root:root +File: /usr/lib/debug/.build-id/69/6b2c870b982d2330bcfef6814d9afbbd63be3f 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/69/6b2c870b982d2330bcfef6814d9afbbd63be3f.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/23fb507dfc4ad42843907439d49a202fe3d96e 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/6f/23fb507dfc4ad42843907439d49a202fe3d96e.debug 120777 root:root ../../usr/bin/imresize.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/76/0dbb6a5250314b9b8597150ff8532ecb785fe6 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/76/0dbb6a5250314b9b8597150ff8532ecb785fe6.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/76/1ac502619b234b5e85c59cdf276ca615e3181c 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/76/1ac502619b234b5e85c59cdf276ca615e3181c.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/278dfbddaa61e095fd3ef7362c125ad50019e0 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/80/278dfbddaa61e095fd3ef7362c125ad50019e0.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/80/31839cf7496b9426a109172af79f091927603b 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/80/31839cf7496b9426a109172af79f091927603b.debug 120777 root:root ../../usr/bin/wcshead.debug File: /usr/lib/debug/.build-id/83 40755 root:root -File: /usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161 120777 root:root ../../../../bin/imsize -File: /usr/lib/debug/.build-id/83/c136390ae18ee49f1c4e63d177d232883f4161.debug 120777 root:root ../../usr/bin/imsize.debug -File: /usr/lib/debug/.build-id/84 40755 root:root -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -File: /usr/lib/debug/.build-id/85 40755 root:root -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -File: /usr/lib/debug/.build-id/87 40755 root:root -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -File: /usr/lib/debug/.build-id/8c 40755 root:root -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -File: /usr/lib/debug/.build-id/9d 40755 root:root -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -File: /usr/lib/debug/.build-id/a3 40755 root:root -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69 120777 root:root ../../../../bin/keyhead -File: /usr/lib/debug/.build-id/ac/29a22106268dec8be5fadf2cc8f4a33837fb69.debug 120777 root:root ../../usr/bin/keyhead.debug -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc 120777 root:root ../../../../bin/addpix -File: /usr/lib/debug/.build-id/b3/d9d9836785fddf69f86ac4444d12635ba20dcc.debug 120777 root:root ../../usr/bin/addpix.debug -File: /usr/lib/debug/.build-id/b4 40755 root:root -File: /usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297 120777 root:root ../../../../bin/wcsremap -File: /usr/lib/debug/.build-id/b4/0b1577738374462552d37a79f0314aa8f7b297.debug 120777 root:root ../../usr/bin/wcsremap.debug -File: /usr/lib/debug/.build-id/b5 40755 root:root -File: /usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039 120777 root:root ../../../../bin/htmlsp -File: /usr/lib/debug/.build-id/b5/1e78a2de178c06b57650bf0aacb4950cf73039.debug 120777 root:root ../../usr/bin/htmlsp.debug -File: /usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00 120777 root:root ../../../../bin/isfile -File: /usr/lib/debug/.build-id/b5/9c130c60dba08c72fdf62de3599dc428d57a00.debug 120777 root:root ../../usr/bin/isfile.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1 120777 root:root ../../../../bin/sp2char -File: /usr/lib/debug/.build-id/b6/ef768b24cc6b2f0c5af9a8c0dec7f74d113af1.debug 120777 root:root ../../usr/bin/sp2char.debug -File: /usr/lib/debug/.build-id/be 40755 root:root -File: /usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840 120777 root:root ../../../../bin/bincat -File: /usr/lib/debug/.build-id/be/9ed419579e8d0b8649e613191d9c20f3bd0840.debug 120777 root:root ../../usr/bin/bincat.debug -File: /usr/lib/debug/.build-id/bf 40755 root:root -File: /usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93 120777 root:root ../../../../bin/fixpix -File: /usr/lib/debug/.build-id/bf/f1d7e0fbf7b4bf53c5254284bbbf89bc4aef93.debug 120777 root:root ../../usr/bin/fixpix.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff 120777 root:root ../../../../bin/sethead -File: /usr/lib/debug/.build-id/c2/95c3b3a62918b60281df250df2a2e2e06640ff.debug 120777 root:root ../../usr/bin/sethead.debug -File: /usr/lib/debug/.build-id/c3 40755 root:root -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/c3/0513a6ee2e79081673bd6780db06e98e5746b0.debug 120777 root:root ../../usr/bin/setpix.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886 120777 root:root ../../../../bin/gettab -File: /usr/lib/debug/.build-id/c6/5736215ae8de567f89387534abee550d48c886.debug 120777 root:root ../../usr/bin/gettab.debug -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/c6/b4585b5530064f500cea3ce78fe166ed5bea1c.debug 120777 root:root ../../usr/bin/immatch.debug -File: /usr/lib/debug/.build-id/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/83/9bae0b6db7ec12a323d950f2476195d7602f52 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/83/9bae0b6db7ec12a323d950f2476195d7602f52.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/86 40755 root:root +File: /usr/lib/debug/.build-id/86/524d98e9e2fd9b9fcf4b00d7a70214a3c363e4 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/86/524d98e9e2fd9b9fcf4b00d7a70214a3c363e4.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/86/a00e7e362217fa48c02036f4301b93cbc1959f 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/86/a00e7e362217fa48c02036f4301b93cbc1959f.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/c47576832f69698c965eaf094e625cd5271b4f 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/8a/c47576832f69698c965eaf094e625cd5271b4f.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/8d 40755 root:root +File: /usr/lib/debug/.build-id/8d/4345003504e6c4422270bdc62cd6391a221a48 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/8d/4345003504e6c4422270bdc62cd6391a221a48.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/91 40755 root:root +File: /usr/lib/debug/.build-id/91/7d23e50a7fdc3d410883e88dca6f36d987f4b5 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/91/7d23e50a7fdc3d410883e88dca6f36d987f4b5.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/de02d87592b79dbf60e6edb34c8f1568e3332f 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/96/de02d87592b79dbf60e6edb34c8f1568e3332f.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/4d9f24c4ac162f19ecb9d56a06459976010b16 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/97/4d9f24c4ac162f19ecb9d56a06459976010b16.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/bbf609342f59e50f88501c0fc8feb047181254 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/9b/bbf609342f59e50f88501c0fc8feb047181254.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/a6 40755 root:root +File: /usr/lib/debug/.build-id/a6/32ec1cc6348fdcb7145566efec2af440ea25d5 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/a6/32ec1cc6348fdcb7145566efec2af440ea25d5.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/a6/680c142aac9250c78efc53f9e0eab324c7efc6 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/a6/680c142aac9250c78efc53f9e0eab324c7efc6.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/d4b0bc4b3e85f26d18e0d3f7e31fd2c51e48ff 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/b0/d4b0bc4b3e85f26d18e0d3f7e31fd2c51e48ff.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/f15ec9e4735a58df835f9e34cb7bff0bacf255 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/ba/f15ec9e4735a58df835f9e34cb7bff0bacf255.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/97cdb955731f3d8157b8194250b0e479b2474c 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/bc/97cdb955731f3d8157b8194250b0e479b2474c.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/c4 40755 root:root +File: /usr/lib/debug/.build-id/c4/86f20e1274bcc85162d77f7de6b85a292979ec 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/c4/86f20e1274bcc85162d77f7de6b85a292979ec.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/c5 40755 root:root +File: /usr/lib/debug/.build-id/c5/45cc3e65ce84321de8c0b015c1b928eb382e38 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/c5/45cc3e65ce84321de8c0b015c1b928eb382e38.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/c8 40755 root:root +File: /usr/lib/debug/.build-id/c8/3902ca83cc56e54fa75f6c6130c528a222fc6e 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/c8/3902ca83cc56e54fa75f6c6130c528a222fc6e.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/d4 40755 root:root +File: /usr/lib/debug/.build-id/d4/26ed75f7afae3c16bd0864fbbbd15e4da32ff5 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/d4/26ed75f7afae3c16bd0864fbbbd15e4da32ff5.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/3d6f70a32cc97117599affb422870d60cc8b51 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/d6/3d6f70a32cc97117599affb422870d60cc8b51.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/ccc2832521eb7c44dddce9a127198f21ace1dc 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/e1/ccc2832521eb7c44dddce9a127198f21ace1dc.debug 120777 root:root ../../usr/bin/edhead.debug File: /usr/lib/debug/.build-id/e4 40755 root:root -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314 120777 root:root ../../../../bin/imstar -File: /usr/lib/debug/.build-id/e4/dc22b3ea9efab0d943270800f315f2c4f96314.debug 120777 root:root ../../usr/bin/imstar.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/eb/fedda991f89d7bdd4632396c006ca841042998.debug 120777 root:root ../../usr/bin/imhead.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/ee/77b8ae32a72a490c9bf9e35f1d6b387df41837.debug 120777 root:root ../../usr/bin/skycoor.debug -File: /usr/lib/debug/.build-id/f6 40755 root:root -File: /usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5 120777 root:root ../../../../bin/getcol -File: /usr/lib/debug/.build-id/f6/0c7e2bb5978fea3ad6925cd10f538e95cf29e5.debug 120777 root:root ../../usr/bin/getcol.debug -File: /usr/lib/debug/.build-id/fb 40755 root:root -File: /usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978 120777 root:root ../../../../bin/imresize -File: /usr/lib/debug/.build-id/fb/70f4ab836a355f2058b2c633418fc84bc4f978.debug 120777 root:root ../../usr/bin/imresize.debug -File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 555375fb9f876dd20344fe29d2a1018f -File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 245f5ff6638d910f0c66b3ef5b41ceb9 -File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 4aacbc9ab33be7783c6d6df9dfb130f9 -File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 577544eeda499c27d08d7fad60f34c6d -File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root e8bf4b3a8706c5b0f0c229fe32998b63 -File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 683c22c36a9d8be1c883e9e5586909f4 -File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root bd85f833286dcacd1447f8b7b03ee582 -File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 12aa7d5ebc29b3361b33bf102ae27fc1 -File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root f74608e7456c94c04341d6351663e7fb -File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 56bb19a9d0f665e7704655dd67c0deb8 -File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 760d6a2ab8870c5ec79099bef7b0fa8e -File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root a300dae4c345a7253d704fdad22a124b -File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 4f8fa5de576ab1e5e94f71e5198c2edd -File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 9911c063848dc677fb922c03f8caad0d -File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 0aabfd4206869a53cf6b6694531f5b54 -File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 5a89c05e0d7aed1de9af584da5060dc0 -File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root a47858daa4c16f5371a38517cd6c4c83 -File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 6c88dbbefbe1454661f8e50740da6a91 -File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root f842885edc53659d5119eb9ca67ed3e4 -File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 1ba9953d5646fa289d65124ee54cc5ca -File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 6178c7b67a2a58fca3f9de1ba86b3123 -File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 7df484d12172241528e5d98ff3de4189 -File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 97c6e8fa7f34e7d15883ac3848ad5c5e -File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 09994588d7194831bfd6fdbea4daeef6 -File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 6c455dcc4928d551bcab907b77e64368 -File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 26ca68d060223af14100fc86f48aaf96 -File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root fc81325b60099753b73479c676b59a99 -File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root ead2ef1a1ddfba7e7838c4c57fd90310 -File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 569c9ca8bd64c8321077e71870db6081 -File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root aaed95d26706dd811ab9d155970809d5 -File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 9f580b08c73cb0431623c059d01ad283 -File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root d056254d7da328bffe994bc4966ce892 -File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 65e1665bb744f41084342a13ff30fa96 -File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root e516c8b8aacf5e541300cfbe2b6e121f -File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root a4b0f8be105ee44daae1a51c88496a7d -File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 4a541b4d31b36ace60d1a5acbfb5da46 -File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root a0c2d449c51662e4f01809cd0c34caec -File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root 9d79c64918ac0e44397d58452019934e -File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root b747405dddbd8f193e96f1a64d0854c6 -File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 65c66892e3a3c2632ee71cad87dfc2b2 -File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 0c7497b9609b9cf2f0fdbe528d60646e -File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root e849f5cae9c9ff6f91e72ea120ad3727 -File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 42396d8e104c0550d790e11e030db439 -File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root e4a423f95dabc2e4a0a2975f7f95bdd2 -File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 18ee90ae6df1f8c87bed8bc7525b8262 -File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 2f7f79b34cb079c7a71de53818da39dd -File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root ffd9a6fe9e3f69e46d3849de166a2b8e -File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 45dfe5c34fabb2f8532bfeaad3164d90 -File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root d0c0557f888078c616237c8905288ba0 -File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 05dd6ca36481874eee2919e62eadfb78 -File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 79487849a1c216a0faed9b4c08123822 +File: /usr/lib/debug/.build-id/e4/24964600bf9156caa2ecce49ac7f86ea0fbd73 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/e4/24964600bf9156caa2ecce49ac7f86ea0fbd73.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/e5 40755 root:root +File: /usr/lib/debug/.build-id/e5/cd5db41838537736b9cb13f58bd050d71c50c8 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/e5/cd5db41838537736b9cb13f58bd050d71c50c8.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/ed 40755 root:root +File: /usr/lib/debug/.build-id/ed/0087843c60677a0143420888ccb34d67015baa 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/ed/0087843c60677a0143420888ccb34d67015baa.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/f0 40755 root:root +File: /usr/lib/debug/.build-id/f0/6e7a631ae7983f58b89dad62c28235d1055f17 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/f0/6e7a631ae7983f58b89dad62c28235d1055f17.debug 120777 root:root ../../usr/bin/delhead.debug +File: /usr/lib/debug/.build-id/f5 40755 root:root +File: /usr/lib/debug/.build-id/f5/0467b6251f99fee4371dc81a132bac4a4d5cee 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/f5/0467b6251f99fee4371dc81a132bac4a4d5cee.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 30911b5157145eb30f5fe5c0853e366d +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root c2f01f0137e84f913ae1c61e3e7a1681 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 4816e38777ebdf4c1ff999bedde5828b +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 9399e3fa81c729ee3075e99c1cf43102 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root 46ac16413c6bb3de87debed2e0582376 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root b28a4a47c92e78e5464e9179f0b1bed1 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 2293d3a7dc13414e1d152822a48de302 +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root e3671bf0cd3d4b53d081be47436a0784 +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root fa5079d0268cc81966a0c0754cb2c2e2 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 7ff23f03a589d4d7c47f78698677c7eb +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 30138e3e81a2345fbf5036b0cb93a56e +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 85497e5503a6786fae6853389450c31a +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root a31e97b1c14c99cfeda902b718fab9aa +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 922d57269daf1581bf247c9f74dd41e2 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root acbec7dc1a6bfc1511d2096be0e1ec0c +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 65a0188143e28b9bc519a1689dd8a1bf +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root d3f677d2e38584e1bc9ab5330279c188 +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root a921709ca6a59538302a17c8c123bb49 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 0e997c75d5102d633e1f5512dec1951f +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 40efb42c554b4f2a7216c3209d4bd549 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 97b1ba1a2f0884165083fa10e83cb6ae +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root aad644626cce55553fdf9fe9b9f7d137 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root b5f972ad6fdbb049e076ef4cdf52aaed +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root da3624b02b20da2f5dcfb2c9450d51b6 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 02ea860f94ac36feea93076854b6993a +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 4afd01c96fd9ce4b45a2cb7d4850db86 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 1613cde40bcf7f9fe33678338d43243d +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root c23a682fd9105e4eda2f6ae915d21b33 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root af0e27cac7321c87ed84ba28a4fd3b4d +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 9580d18c0c52306073e61bbfa5b88c44 +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 47a411da5a339a1b40453e9482f8ce43 +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 031b3e7c5245e9553c45309c8f37af00 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 41c9f1e4fb7db487d0e887bbb332266d +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root b04eb4c8536509a5bc51227693e95573 +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 836e7a752310bf773c2c437f812d08e5 +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root d364767f8c95e00deda60e2077923475 +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root c7413af7d98eb65de6478a69f009ef18 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root cc336b7d4307a137a331915865ba2279 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root 786bee2f10df8479d5a2fdd0f0e404f7 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 8980fba5772efbf898957244d2e801de +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 4eb70720c79ebc7d473a79e6082ce05f +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 40fb4d874860ce69bb9d948cea0c191e +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root ee04fd905cbd22ff563e599fe81beaaf +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 88520e34405473652cff00df5fdc1fa6 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 73dca5a97468e2f7b3369090f04b86e1 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root a91ca26b34bae1205af2da7538a2e6ef +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root f27ba02eb697f1b2239b407b129e2ef5 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 0603c0cd006724f5c376d195ab517e55 +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 5da17f5d66b9e97f5a9e4dbffee80622 +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root f950bbcd955537e4005ef9acea2e409b +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 65ab497a3a4f8a3c3dd13b22cb4af59d File: /usr/src/debug/wcstools-3.9.7 40755 root:root @@ -511,2 +513,2 @@ File: /usr/src/debug/wcstools-3.9.7/xy2sky.c 100644 root:root 2cbb568b849b19713c5ddeca5222335e -RPMIdentity: be32762136c7f291d77196ec457635503ee3f71b3ae28b1c3cc9dbf7bf7996b719a0948bed4571db13332d542d38f6ddea7d48b3634480499f1df2d9b71b5ad3 +RPMIdentity: 14dcd7128d35ca609088e619957ad57eb3203c7321524b36cf71b26b0a849c55e803ecfb5509cada2726c0c7c7c24268bd2d2da3c96972fe256701e2ad86e2ad