<86>Jun 2 02:32:48 userdel[275847]: delete user 'rooter' <86>Jun 2 02:32:48 userdel[275847]: removed group 'rooter' owned by 'rooter' <86>Jun 2 02:32:48 userdel[275847]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 2 02:32:48 groupadd[275897]: group added to /etc/group: name=rooter, GID=1805 <86>Jun 2 02:32:48 groupadd[275897]: group added to /etc/gshadow: name=rooter <86>Jun 2 02:32:48 groupadd[275897]: new group: name=rooter, GID=1805 <86>Jun 2 02:32:48 useradd[275926]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>Jun 2 02:32:48 userdel[275982]: delete user 'builder' <86>Jun 2 02:32:48 userdel[275982]: removed group 'builder' owned by 'builder' <86>Jun 2 02:32:48 userdel[275982]: removed shadow group 'builder' owned by 'builder' <86>Jun 2 02:32:48 groupadd[276027]: group added to /etc/group: name=builder, GID=1806 <86>Jun 2 02:32:48 groupadd[276027]: group added to /etc/gshadow: name=builder <86>Jun 2 02:32:48 groupadd[276027]: new group: name=builder, GID=1806 <86>Jun 2 02:32:48 useradd[276046]: new user: name=builder, UID=1806, GID=1806, 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.57584 + 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.57584 + 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, | ^ 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]; | ^ 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); | ^ 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; | ^~~~~ 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; | ^~~~ 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 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; | ^ 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 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.64593 + 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.36795 + 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.7QvN32 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.JwGCt7 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.5hQONC Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85206 + 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.kt2PJH 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.iIZfbC 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), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.emmXce Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.7-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67501 + 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.dLphmA 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.jYQIEa 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.vrK9TO 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.80A1pP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PnbgQY 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.MuJMU2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YdbTsz 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) 33.31user 17.16system 0:40.97elapsed 123%CPU (0avgtext+0avgdata 84112maxresident)k 0inputs+0outputs (0major+3950400minor)pagefaults 0swaps 1.60user 1.10system 0:46.17elapsed 5%CPU (0avgtext+0avgdata 105276maxresident)k 0inputs+0outputs (0major+142553minor)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-06-02 02:33:33.095522413 +0000 @@ -18,5 +18,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 119a51a1e695ea45f61f9efecb774258 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: 91cf8ac86c132543d3ec243bea2ce8c66399d25ebccee41b8f134a848e45a0c1c3652d6a317dfd0adf1c11625304a900d170c8694d4077088c45df98aea116f3 --- 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-06-02 02:33:33.157523635 +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/cb 40755 root:root +/usr/lib/debug/.build-id/cb/a8851c3a482e0c95bfa4bad5a0cdd6692e9fa5 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/cb/a8851c3a482e0c95bfa4bad5a0cdd6692e9fa5.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/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/a8851c3a482e0c95bfa4bad5a0cdd6692e9fa5 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/cb/a8851c3a482e0c95bfa4bad5a0cdd6692e9fa5.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 4d6aa8ad8074c70d4a5f2b186aeb7653 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: 3283310c2a9c116ad7450bd2dbee35ccc9a4e020dba81be4b569c1830ab40e87692639dff3cbd85b0d850b13bfc24066516cd085a70a4fe05deceba671bae3af --- 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-06-02 02:33:33.225524975 +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 f7c756ae14e32a9f6068feb8ea1e0066 +File: /usr/bin/bincat 100755 root:root 57535c2abade9ef0043d9f49086cc427 +File: /usr/bin/char2sp 100755 root:root 3ff410db87f963b8b669499967c8fe1d +File: /usr/bin/conpix 100755 root:root ec793cbc4b3bfd1e67971cefea714c01 +File: /usr/bin/cphead 100755 root:root 481b5c11a895d9c643532bfb59fee8de +File: /usr/bin/crlf 100755 root:root d7f278056fb9b2fcebd32a6c64caee2a +File: /usr/bin/delhead 100755 root:root 76f66829672f3e8fc91409ab7b625d40 +File: /usr/bin/delwcs 100755 root:root 6ddb94492ee02c170602e8d093b20c43 +File: /usr/bin/edhead 100755 root:root 7f76e4d41730b640404128ddf9b0d357 +File: /usr/bin/filename 100755 root:root a005889ebedf55fdbeb01bb00388351c +File: /usr/bin/fileroot 100755 root:root 4516b2d51ca6c3820d22174799fede79 +File: /usr/bin/filext 100755 root:root b362905add92e2d60cd130340c5c0797 +File: /usr/bin/fixpix 100755 root:root 3911fb7666300310c1fccca344e40707 +File: /usr/bin/getcol 100755 root:root 1a9381f6330d4668e7cda04c3999c720 +File: /usr/bin/getdate 100755 root:root 152455099ea9e4c40b7a5bd0f9986a31 +File: /usr/bin/getfits 100755 root:root e4a3111e03670f800b75d39130b9bc52 +File: /usr/bin/gethead 100755 root:root d3c1bd0e4cf8ada9b20140a63be56085 +File: /usr/bin/getpix 100755 root:root 552d1b96ba36608acdc2dd41ce0e95b5 +File: /usr/bin/gettab 100755 root:root d151cd6f38f81932b58ec57b51421af7 +File: /usr/bin/htmlsp 100755 root:root b941fc3d9f6a86f54a1bd1149db7f216 +File: /usr/bin/i2f 100755 root:root 4d10ec78bd65c82cdefaee3b9d47e351 +File: /usr/bin/imcat 100755 root:root f5c6827669b3ca66462d6941695840d3 +File: /usr/bin/imextract 100755 root:root 1ccc623bfcb18a02ecb7a620c961558e +File: /usr/bin/imfill 100755 root:root 049310b636ac2c0c0c5cb4653d67b92b +File: /usr/bin/imhead 100755 root:root c1aa02b9621ac7e70f547b1865866d49 +File: /usr/bin/immatch 100755 root:root 4f53878e50f16641bffd2f54b9832383 +File: /usr/bin/imresize 100755 root:root 54187d8de845acb915df36069c7cd837 +File: /usr/bin/imrot 100755 root:root 360609d35e7111d4a9090b37eecb070e +File: /usr/bin/imsize 100755 root:root 258ee60440b4881a9485459f66e814ff +File: /usr/bin/imsmooth 100755 root:root a25d2370eeb75c9da09220fb1c05350f +File: /usr/bin/imstack 100755 root:root bd7fd1485afb8de146969e8d1c839e13 +File: /usr/bin/imstar 100755 root:root 338940c07b1718eb60f41b99873fac60 +File: /usr/bin/imwcs 100755 root:root 50576b90976a9acd029940d47de0d057 +File: /usr/bin/isfile 100755 root:root d27751c4726f80e9e7f9d9a5004c698f +File: /usr/bin/isfits 100755 root:root 1b199d4d0cd0c702db14fd7ba8c48f42 +File: /usr/bin/isnum 100755 root:root df1cf0967de06c20f20bdcb42a6c3cc1 +File: /usr/bin/isrange 100755 root:root 1ca89c00717ad61ea6815004b1334352 +File: /usr/bin/keyhead 100755 root:root 74910a5bbdbf5816f64a8edd0fde6127 +File: /usr/bin/newfits 100755 root:root b2a9a1e8be6d10d07e2adde0eb10fbb7 +File: /usr/bin/scat 100755 root:root 48a6d67976846552bd11abc99e16d424 +File: /usr/bin/sethead 100755 root:root 1f422d2f96acd520175df88f46f73347 +File: /usr/bin/setpix 100755 root:root db0f6f1992854a19e652bbe34895d346 +File: /usr/bin/simpos 100755 root:root 85450375fadf0ab94948222f6ed8680b +File: /usr/bin/sky2xy 100755 root:root 715db9069833933f0e887cebbdee705f +File: /usr/bin/skycoor 100755 root:root c845bbdce744f7dc97ccf61bb14c4ca8 +File: /usr/bin/sp2char 100755 root:root af111c0b6067fbf9542405f2f07013d3 +File: /usr/bin/subpix 100755 root:root dca96645f2952568bb21bf37018bd9a0 +File: /usr/bin/sumpix 100755 root:root 1341c5f010a69d417d9dd4eb2d75cde5 +File: /usr/bin/wcshead 100755 root:root b6f0785230badcee52568a98a817f574 +File: /usr/bin/wcsremap 100755 root:root 4b72ebe14fae7a8c6bef44180f897f84 +File: /usr/bin/xy2sky 100755 root:root 9d97a10ac130aae73c31d7de387aa491 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: 6b54943a11ffc4f837a35e1a83aa14744bcc45ad2b244ddd9ff2e51c4e771120b54312a345fa9a7054563eb2ba3ff0103fe4ff7000cddcc99ddd4b7a2edfb429 --- 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-06-02 02:33:33.298526413 +0000 @@ -1,149 +1,147 @@ -/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/0d 40755 root:root +/usr/lib/debug/.build-id/0d/16c823eceda7b219df2afcfa0c86e67b3645ae 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/0d/16c823eceda7b219df2afcfa0c86e67b3645ae.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/1b 40755 root:root +/usr/lib/debug/.build-id/1b/818c45ff4e8e28a805552fd4c1e855fbd08a4a 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/1b/818c45ff4e8e28a805552fd4c1e855fbd08a4a.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/1e 40755 root:root +/usr/lib/debug/.build-id/1e/c3b8a3bb00c219fe966cec0ee01f5da73961a2 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/1e/c3b8a3bb00c219fe966cec0ee01f5da73961a2.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/1f 40755 root:root +/usr/lib/debug/.build-id/1f/77d1cc64284091b6f31f137ed9d5c7455a8e92 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/1f/77d1cc64284091b6f31f137ed9d5c7455a8e92.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/3976b3b91465fc293b66035c34c8d1814424f5 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/20/3976b3b91465fc293b66035c34c8d1814424f5.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/2a 40755 root:root +/usr/lib/debug/.build-id/2a/aaec6c0da15d3b8f9d1e0c4a2616596c9fda49 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/2a/aaec6c0da15d3b8f9d1e0c4a2616596c9fda49.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/37 40755 root:root +/usr/lib/debug/.build-id/37/789e9ee6d197ceb61e6261116590afebbea7fc 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/37/789e9ee6d197ceb61e6261116590afebbea7fc.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/3b 40755 root:root +/usr/lib/debug/.build-id/3b/32999c82ad63f46412546991d0adde4c2faeac 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/3b/32999c82ad63f46412546991d0adde4c2faeac.debug 120777 root:root ../../usr/bin/getdate.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/1262f54b944ac5e507693b61496130ae1dad6c 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/3c/1262f54b944ac5e507693b61496130ae1dad6c.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/3c/fc0a22f80e3a39b3ce428f22cf5634316e90ea 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/3c/fc0a22f80e3a39b3ce428f22cf5634316e90ea.debug 120777 root:root ../../usr/bin/imresize.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/59490dc2c39fbca3d218213eeddb5bc6a65168 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/4e/59490dc2c39fbca3d218213eeddb5bc6a65168.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/4e/a7c6ca7d5f14353d36b587d1e3998ecb38c6a8 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/4e/a7c6ca7d5f14353d36b587d1e3998ecb38c6a8.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/4e/c2a8fb50266060189abb0d5e3fbe98218c4e6a 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/4e/c2a8fb50266060189abb0d5e3fbe98218c4e6a.debug 120777 root:root ../../usr/bin/setpix.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/52/787d1fceb3a33a0fed5735d0610abf9203d145 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/52/787d1fceb3a33a0fed5735d0610abf9203d145.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/65 40755 root:root +/usr/lib/debug/.build-id/65/340bb5b20c32d5591a80f9f90a2a8170fb6b93 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/65/340bb5b20c32d5591a80f9f90a2a8170fb6b93.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/67 40755 root:root +/usr/lib/debug/.build-id/67/66530f5afa647a5d037b5157dfb2aa0e64674c 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/67/66530f5afa647a5d037b5157dfb2aa0e64674c.debug 120777 root:root ../../usr/bin/getpix.debug /usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/76 40755 root:root -/usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4 120777 root:root ../../../../bin/newfits -/usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4.debug 120777 root:root ../../usr/bin/newfits.debug -/usr/lib/debug/.build-id/81 40755 root:root -/usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8 120777 root:root ../../../../bin/simpos -/usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/6b/f77b789f54e8b0b5099510aa3047d7f4868a03 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/6b/f77b789f54e8b0b5099510aa3047d7f4868a03.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/6d 40755 root:root +/usr/lib/debug/.build-id/6d/eac5ec8c4a20d8e5c40ede0fd9bab9fd33db0c 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/6d/eac5ec8c4a20d8e5c40ede0fd9bab9fd33db0c.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/73 40755 root:root +/usr/lib/debug/.build-id/73/909da5f58602ff126c230ea952a5bd5a1ce342 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/73/909da5f58602ff126c230ea952a5bd5a1ce342.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/fd7a0e8b9c6ea9a5f7d05df04ec9d2e39fbc7b 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/78/fd7a0e8b9c6ea9a5f7d05df04ec9d2e39fbc7b.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/2397ff1d700cd3461836db43f00473554ced21 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/79/2397ff1d700cd3461836db43f00473554ced21.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/7b 40755 root:root +/usr/lib/debug/.build-id/7b/697a0d0df4e77d30aad0beda4a0425ef01946e 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/7b/697a0d0df4e77d30aad0beda4a0425ef01946e.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/7e 40755 root:root +/usr/lib/debug/.build-id/7e/9b8d36d940adeedbbefcb79a2f60e2ac705e9b 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/7e/9b8d36d940adeedbbefcb79a2f60e2ac705e9b.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/7e/b1c1dde1e6fdda249b9c8829e2f65b1d50bd03 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/7e/b1c1dde1e6fdda249b9c8829e2f65b1d50bd03.debug 120777 root:root ../../usr/bin/char2sp.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/83/01bd9d59195efd0c0e950c6d28306503c571e7 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/83/01bd9d59195efd0c0e950c6d28306503c571e7.debug 120777 root:root ../../usr/bin/sp2char.debug /usr/lib/debug/.build-id/84 40755 root:root -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -/usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/85 40755 root:root -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -/usr/lib/debug/.build-id/87 40755 root:root -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -/usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -/usr/lib/debug/.build-id/8c 40755 root:root -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -/usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -/usr/lib/debug/.build-id/9d 40755 root:root -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -/usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/a3 40755 root:root -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -/usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/84/d38a1b74494233270d88e9873a026fd458aea8 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/84/d38a1b74494233270d88e9873a026fd458aea8.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/8f 40755 root:root +/usr/lib/debug/.build-id/8f/286887922468db279f312948b033bb0e826992 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/8f/286887922468db279f312948b033bb0e826992.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/90 40755 root:root +/usr/lib/debug/.build-id/90/b2edfa8faebe1443082ff83f657d8757d0d0c1 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/90/b2edfa8faebe1443082ff83f657d8757d0d0c1.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/98 40755 root:root +/usr/lib/debug/.build-id/98/897732b89e6cadd683f810a866eb8383e21a98 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/98/897732b89e6cadd683f810a866eb8383e21a98.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/99 40755 root:root +/usr/lib/debug/.build-id/99/5a9c5a7bb66762bd103c07be2ce633a9fd974a 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/99/5a9c5a7bb66762bd103c07be2ce633a9fd974a.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/9a 40755 root:root +/usr/lib/debug/.build-id/9a/ff51fd8754fe3261c41173ecb9027d8cff7b9b 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/9a/ff51fd8754fe3261c41173ecb9027d8cff7b9b.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/c54ec985c64cf9e1b0c2b1d1bd0ef84a072e04 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/9e/c54ec985c64cf9e1b0c2b1d1bd0ef84a072e04.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/a0 40755 root:root +/usr/lib/debug/.build-id/a0/1626cb786b9f501129d60f50ed61ee9c3185c5 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/a0/1626cb786b9f501129d60f50ed61ee9c3185c5.debug 120777 root:root ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/a2 40755 root:root +/usr/lib/debug/.build-id/a2/b02ddd0f4208d3f6e60fe5caa7bde9c2086a0d 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/a2/b02ddd0f4208d3f6e60fe5caa7bde9c2086a0d.debug 120777 root:root ../../usr/bin/fixpix.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/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/ac/1e857143dea6cda70742cead05d00f389d9449 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/ac/1e857143dea6cda70742cead05d00f389d9449.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/ac/ccecc311f8cb2f2097527ea7db708df6829e64 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/ac/ccecc311f8cb2f2097527ea7db708df6829e64.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/7f72ba4801d671f096b89cf9ce400f832483a1 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/c0/7f72ba4801d671f096b89cf9ce400f832483a1.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/cc 40755 root:root +/usr/lib/debug/.build-id/cc/51b2d1342f6d647efe2a115e1b171cac7071ad 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/cc/51b2d1342f6d647efe2a115e1b171cac7071ad.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/d9 40755 root:root +/usr/lib/debug/.build-id/d9/d0ae728e1147ec43bfdd6383085086497136f5 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/d9/d0ae728e1147ec43bfdd6383085086497136f5.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/dc 40755 root:root +/usr/lib/debug/.build-id/dc/86255c32e103164df35ff8a7f8f14be1d9b59f 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/dc/86255c32e103164df35ff8a7f8f14be1d9b59f.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/e2 40755 root:root +/usr/lib/debug/.build-id/e2/abaa91d5832fc49a4cef1cea57a90f0e29f9ad 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/e2/abaa91d5832fc49a4cef1cea57a90f0e29f9ad.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/ee3173e9661ead33fc84940a37bbd8a24da62f 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/e8/ee3173e9661ead33fc84940a37bbd8a24da62f.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/ea 40755 root:root +/usr/lib/debug/.build-id/ea/d7e134a0e780c950fb5c038630e86d62297e23 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/ea/d7e134a0e780c950fb5c038630e86d62297e23.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/f1 40755 root:root +/usr/lib/debug/.build-id/f1/e8c7d89c2f480a39b3171c61df5a3789a97b51 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/f1/e8c7d89c2f480a39b3171c61df5a3789a97b51.debug 120777 root:root ../../usr/bin/delhead.debug +/usr/lib/debug/.build-id/f7 40755 root:root +/usr/lib/debug/.build-id/f7/2ea0142d5b39fca2e79a39bb491add9f7a100d 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/f7/2ea0142d5b39fca2e79a39bb491add9f7a100d.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/f7/5800bc93d023abb26ce4329e23e852c40e0930 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/f7/5800bc93d023abb26ce4329e23e852c40e0930.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/f9 40755 root:root +/usr/lib/debug/.build-id/f9/cacdc2ae543c51a95b3631aa117e11ed75848b 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/f9/cacdc2ae543c51a95b3631aa117e11ed75848b.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/223b10a6849f5580017b6f12271d7f33ba1376 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/fc/223b10a6849f5580017b6f12271d7f33ba1376.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/fd 40755 root:root +/usr/lib/debug/.build-id/fd/228cac21b0b3925c91a41638af4ce26712ce5f 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/fd/228cac21b0b3925c91a41638af4ce26712ce5f.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/fd/fe9646f47f4bfb213878142697fa83d897f220 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/fd/fe9646f47f4bfb213878142697fa83d897f220.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/fe 40755 root:root +/usr/lib/debug/.build-id/fe/764f72d7696492f719afebbc7cfc3e35833f5b 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/fe/764f72d7696492f719afebbc7cfc3e35833f5b.debug 120777 root:root ../../usr/bin/sky2xy.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +256,199 @@ 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/0d 40755 root:root +File: /usr/lib/debug/.build-id/0d/16c823eceda7b219df2afcfa0c86e67b3645ae 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/0d/16c823eceda7b219df2afcfa0c86e67b3645ae.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/1b 40755 root:root +File: /usr/lib/debug/.build-id/1b/818c45ff4e8e28a805552fd4c1e855fbd08a4a 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/1b/818c45ff4e8e28a805552fd4c1e855fbd08a4a.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/1e 40755 root:root +File: /usr/lib/debug/.build-id/1e/c3b8a3bb00c219fe966cec0ee01f5da73961a2 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/1e/c3b8a3bb00c219fe966cec0ee01f5da73961a2.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/1f 40755 root:root +File: /usr/lib/debug/.build-id/1f/77d1cc64284091b6f31f137ed9d5c7455a8e92 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/1f/77d1cc64284091b6f31f137ed9d5c7455a8e92.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/3976b3b91465fc293b66035c34c8d1814424f5 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/20/3976b3b91465fc293b66035c34c8d1814424f5.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/aaec6c0da15d3b8f9d1e0c4a2616596c9fda49 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/2a/aaec6c0da15d3b8f9d1e0c4a2616596c9fda49.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/37 40755 root:root +File: /usr/lib/debug/.build-id/37/789e9ee6d197ceb61e6261116590afebbea7fc 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/37/789e9ee6d197ceb61e6261116590afebbea7fc.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/3b 40755 root:root +File: /usr/lib/debug/.build-id/3b/32999c82ad63f46412546991d0adde4c2faeac 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/3b/32999c82ad63f46412546991d0adde4c2faeac.debug 120777 root:root ../../usr/bin/getdate.debug File: /usr/lib/debug/.build-id/3c 40755 root:root -File: /usr/lib/debug/.build-id/3c/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/1262f54b944ac5e507693b61496130ae1dad6c 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/3c/1262f54b944ac5e507693b61496130ae1dad6c.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/3c/fc0a22f80e3a39b3ce428f22cf5634316e90ea 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/3c/fc0a22f80e3a39b3ce428f22cf5634316e90ea.debug 120777 root:root ../../usr/bin/imresize.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/59490dc2c39fbca3d218213eeddb5bc6a65168 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/4e/59490dc2c39fbca3d218213eeddb5bc6a65168.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/4e/a7c6ca7d5f14353d36b587d1e3998ecb38c6a8 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/4e/a7c6ca7d5f14353d36b587d1e3998ecb38c6a8.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/4e/c2a8fb50266060189abb0d5e3fbe98218c4e6a 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/4e/c2a8fb50266060189abb0d5e3fbe98218c4e6a.debug 120777 root:root ../../usr/bin/setpix.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/52/787d1fceb3a33a0fed5735d0610abf9203d145 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/52/787d1fceb3a33a0fed5735d0610abf9203d145.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/65 40755 root:root +File: /usr/lib/debug/.build-id/65/340bb5b20c32d5591a80f9f90a2a8170fb6b93 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/65/340bb5b20c32d5591a80f9f90a2a8170fb6b93.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/67 40755 root:root +File: /usr/lib/debug/.build-id/67/66530f5afa647a5d037b5157dfb2aa0e64674c 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/67/66530f5afa647a5d037b5157dfb2aa0e64674c.debug 120777 root:root ../../usr/bin/getpix.debug File: /usr/lib/debug/.build-id/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/6b/befdfdc3655d642333f8f62ec9cde1d64d61b4.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/6b/f580cf2de81aeb24591fe8f74ea89cc9c52cbc.debug 120777 root:root ../../usr/bin/scat.debug -File: /usr/lib/debug/.build-id/76 40755 root:root -File: /usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4 120777 root:root ../../../../bin/newfits -File: /usr/lib/debug/.build-id/76/2f2b870a8a8664c2af98f9ae276b56d8ea70b4.debug 120777 root:root ../../usr/bin/newfits.debug -File: /usr/lib/debug/.build-id/81 40755 root:root -File: /usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8 120777 root:root ../../../../bin/simpos -File: /usr/lib/debug/.build-id/81/e9b6cfb56a527c242d02d8ec98eef15a857cc8.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/6b/f77b789f54e8b0b5099510aa3047d7f4868a03 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/6b/f77b789f54e8b0b5099510aa3047d7f4868a03.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/6d 40755 root:root +File: /usr/lib/debug/.build-id/6d/eac5ec8c4a20d8e5c40ede0fd9bab9fd33db0c 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/6d/eac5ec8c4a20d8e5c40ede0fd9bab9fd33db0c.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/73 40755 root:root +File: /usr/lib/debug/.build-id/73/909da5f58602ff126c230ea952a5bd5a1ce342 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/73/909da5f58602ff126c230ea952a5bd5a1ce342.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/fd7a0e8b9c6ea9a5f7d05df04ec9d2e39fbc7b 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/78/fd7a0e8b9c6ea9a5f7d05df04ec9d2e39fbc7b.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/2397ff1d700cd3461836db43f00473554ced21 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/79/2397ff1d700cd3461836db43f00473554ced21.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/7b 40755 root:root +File: /usr/lib/debug/.build-id/7b/697a0d0df4e77d30aad0beda4a0425ef01946e 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/7b/697a0d0df4e77d30aad0beda4a0425ef01946e.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/7e 40755 root:root +File: /usr/lib/debug/.build-id/7e/9b8d36d940adeedbbefcb79a2f60e2ac705e9b 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/7e/9b8d36d940adeedbbefcb79a2f60e2ac705e9b.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/7e/b1c1dde1e6fdda249b9c8829e2f65b1d50bd03 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/7e/b1c1dde1e6fdda249b9c8829e2f65b1d50bd03.debug 120777 root:root ../../usr/bin/char2sp.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/83/01bd9d59195efd0c0e950c6d28306503c571e7 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/83/01bd9d59195efd0c0e950c6d28306503c571e7.debug 120777 root:root ../../usr/bin/sp2char.debug File: /usr/lib/debug/.build-id/84 40755 root:root -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128 120777 root:root ../../../../bin/delhead -File: /usr/lib/debug/.build-id/84/ab45e38cee0563e75ec3a1f06184f98e5c0128.debug 120777 root:root ../../usr/bin/delhead.debug -File: /usr/lib/debug/.build-id/85 40755 root:root -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/85/3217b7b8fab84527eb0253599c8480b5875975.debug 120777 root:root ../../usr/bin/isrange.debug -File: /usr/lib/debug/.build-id/87 40755 root:root -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039 120777 root:root ../../../../bin/getdate -File: /usr/lib/debug/.build-id/87/926cae8143c467b6c903744454110fe30a8039.debug 120777 root:root ../../usr/bin/getdate.debug -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/88/64f3fef8646aba63b1c5a6f6690eb098accc6c.debug 120777 root:root ../../usr/bin/getpix.debug -File: /usr/lib/debug/.build-id/8c 40755 root:root -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037 120777 root:root ../../../../bin/imfill -File: /usr/lib/debug/.build-id/8c/ef9c4b1f809f42e57f3677011f64eac75ef037.debug 120777 root:root ../../usr/bin/imfill.debug -File: /usr/lib/debug/.build-id/9d 40755 root:root -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156 120777 root:root ../../../../bin/subpix -File: /usr/lib/debug/.build-id/9d/8806628e48e1c21699fb003e7ed77d684e6156.debug 120777 root:root ../../usr/bin/subpix.debug -File: /usr/lib/debug/.build-id/a3 40755 root:root -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429 120777 root:root ../../../../bin/imrot -File: /usr/lib/debug/.build-id/a3/afe787b9ec9597032408339c3d9db763bce429.debug 120777 root:root ../../usr/bin/imrot.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/a5/70ea20af1f0fd41a892772362f2a3c32275345.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/84/d38a1b74494233270d88e9873a026fd458aea8 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/84/d38a1b74494233270d88e9873a026fd458aea8.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/8f 40755 root:root +File: /usr/lib/debug/.build-id/8f/286887922468db279f312948b033bb0e826992 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/8f/286887922468db279f312948b033bb0e826992.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/90 40755 root:root +File: /usr/lib/debug/.build-id/90/b2edfa8faebe1443082ff83f657d8757d0d0c1 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/90/b2edfa8faebe1443082ff83f657d8757d0d0c1.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/98 40755 root:root +File: /usr/lib/debug/.build-id/98/897732b89e6cadd683f810a866eb8383e21a98 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/98/897732b89e6cadd683f810a866eb8383e21a98.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/99 40755 root:root +File: /usr/lib/debug/.build-id/99/5a9c5a7bb66762bd103c07be2ce633a9fd974a 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/99/5a9c5a7bb66762bd103c07be2ce633a9fd974a.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/ff51fd8754fe3261c41173ecb9027d8cff7b9b 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/9a/ff51fd8754fe3261c41173ecb9027d8cff7b9b.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/c54ec985c64cf9e1b0c2b1d1bd0ef84a072e04 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/9e/c54ec985c64cf9e1b0c2b1d1bd0ef84a072e04.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/a0 40755 root:root +File: /usr/lib/debug/.build-id/a0/1626cb786b9f501129d60f50ed61ee9c3185c5 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/a0/1626cb786b9f501129d60f50ed61ee9c3185c5.debug 120777 root:root ../../usr/bin/isnum.debug +File: /usr/lib/debug/.build-id/a2 40755 root:root +File: /usr/lib/debug/.build-id/a2/b02ddd0f4208d3f6e60fe5caa7bde9c2086a0d 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/a2/b02ddd0f4208d3f6e60fe5caa7bde9c2086a0d.debug 120777 root:root ../../usr/bin/fixpix.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/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/ac/1e857143dea6cda70742cead05d00f389d9449 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/ac/1e857143dea6cda70742cead05d00f389d9449.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/ac/ccecc311f8cb2f2097527ea7db708df6829e64 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/ac/ccecc311f8cb2f2097527ea7db708df6829e64.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/7f72ba4801d671f096b89cf9ce400f832483a1 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/c0/7f72ba4801d671f096b89cf9ce400f832483a1.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/cc 40755 root:root +File: /usr/lib/debug/.build-id/cc/51b2d1342f6d647efe2a115e1b171cac7071ad 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/cc/51b2d1342f6d647efe2a115e1b171cac7071ad.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/d9 40755 root:root +File: /usr/lib/debug/.build-id/d9/d0ae728e1147ec43bfdd6383085086497136f5 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/d9/d0ae728e1147ec43bfdd6383085086497136f5.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/dc 40755 root:root +File: /usr/lib/debug/.build-id/dc/86255c32e103164df35ff8a7f8f14be1d9b59f 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/dc/86255c32e103164df35ff8a7f8f14be1d9b59f.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/e2 40755 root:root +File: /usr/lib/debug/.build-id/e2/abaa91d5832fc49a4cef1cea57a90f0e29f9ad 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/e2/abaa91d5832fc49a4cef1cea57a90f0e29f9ad.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/ee3173e9661ead33fc84940a37bbd8a24da62f 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/e8/ee3173e9661ead33fc84940a37bbd8a24da62f.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/ea 40755 root:root +File: /usr/lib/debug/.build-id/ea/d7e134a0e780c950fb5c038630e86d62297e23 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/ea/d7e134a0e780c950fb5c038630e86d62297e23.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/f1 40755 root:root +File: /usr/lib/debug/.build-id/f1/e8c7d89c2f480a39b3171c61df5a3789a97b51 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/f1/e8c7d89c2f480a39b3171c61df5a3789a97b51.debug 120777 root:root ../../usr/bin/delhead.debug +File: /usr/lib/debug/.build-id/f7 40755 root:root +File: /usr/lib/debug/.build-id/f7/2ea0142d5b39fca2e79a39bb491add9f7a100d 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/f7/2ea0142d5b39fca2e79a39bb491add9f7a100d.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/f7/5800bc93d023abb26ce4329e23e852c40e0930 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/f7/5800bc93d023abb26ce4329e23e852c40e0930.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/f9 40755 root:root +File: /usr/lib/debug/.build-id/f9/cacdc2ae543c51a95b3631aa117e11ed75848b 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/f9/cacdc2ae543c51a95b3631aa117e11ed75848b.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/223b10a6849f5580017b6f12271d7f33ba1376 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/fc/223b10a6849f5580017b6f12271d7f33ba1376.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/fd 40755 root:root +File: /usr/lib/debug/.build-id/fd/228cac21b0b3925c91a41638af4ce26712ce5f 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/fd/228cac21b0b3925c91a41638af4ce26712ce5f.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/fd/fe9646f47f4bfb213878142697fa83d897f220 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/fd/fe9646f47f4bfb213878142697fa83d897f220.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/764f72d7696492f719afebbc7cfc3e35833f5b 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/fe/764f72d7696492f719afebbc7cfc3e35833f5b.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 2b75a2b2719137c24022b318d7526523 +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root d33ddd33cd966750bf78aa33a6453cc0 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 4acd39df8326e8f162eb068d88948004 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 854b883d1523b1bfcfd83b04792e05b4 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root bd5b48be63c69cfcdae9c0556b6cacea +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 6c9cfca87ca79b9fcb6925806d9e257a +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root b30f2cfad664168b8ad129940c79148a +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 3b5bb6ceaba7ca16832656ef66e11aa8 +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root f6f6e502a9fd6930584e78ed11f55cb6 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 2b567d03de3d5cd428e8cd82bfd36103 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root a438368075cb412e81fd3eb794496c8e +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 099c6540023da056e37d41986ea88307 +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root bd0ebcd1997b4c87ed2cdb5da603ee78 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 2e0d6f5b94d71454e726d42a6c743c67 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 0204586edaa5c9b7bf101cef0dcb68ce +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root c5ac921497dacf2352ddfc740907eb50 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 7c5c18e4447b53c1acdaac7fc3dc4b95 +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root de6c8d2942200c18d7ab325ca80d7516 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 0020c780826e43e8cef67bbdf9899cf2 +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root b6bfd3502fc7041cfd0b34f59950421e +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 49a968d69d86c85e087b0624ed777881 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root ba30809f9f5143da78ab031e82dd8cf3 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 80a1946e45722e571e18d168e3042238 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 5ec58259cbec8582416832af6f86e5f4 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 7e164cf51a00c09b01f7ee9c74a7f3a5 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root aab68e5f3d60e9c1e0a5dc0c71a2c94c +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root c77ac0983145deec24add8b661a0ea87 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root ee95f605f05bd7d023aee42f19088692 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root f91f9c4ec1d12871e1e48a06e209027e +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 5ddaf2c1990bd8ef1d6379cbd5aac208 +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root b98dfd4129d8edbc7c1ec76595d1caef +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 3bc1c2429c242c29186b0aa8d50e96e7 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 8b83ce5e3c15f1b70120b98ed00ffafc +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 328cf001107ed4801f2f66bd746e7480 +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root dee0d869708a2c6482f0fc6fb41160df +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 8e121d5edd4d50c7da0115297d0c164c +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root 9b5354f7162b3e59292856fa2f98b027 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root bb7299b2638b0568c09cb7501320d41d +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root 9c86fc02796d93590cf2b2f8d71012ae +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root de8b462288d5e9f565cb1ea4ce5be7c6 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 856b4ea80f59a3fd4aec5ba76036eacc +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 8d8756ceebe1ccdc83b301a99938d7f8 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root edda8baf4ee09805e59858ebe4d6b190 +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root cc7d54e16f65d37f50ec8f7cefdf7690 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 12c3cad737404bf1d61750ac725b0e90 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root a945e3b7274bbfd91cf57ddffa8dfcff +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 37335517b50e599edd6a414c72d465a5 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 2aabab8fcc7c27ea1690561b84f63ab8 +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 0c934403de978e465dd32265a693213d +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 1a67fa264e6c1b4c2ab2abe386044f3b +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root ca347509797f41057d127537d631dd21 File: /usr/src/debug/wcstools-3.9.7 40755 root:root @@ -511,2 +507,2 @@ File: /usr/src/debug/wcstools-3.9.7/xy2sky.c 100644 root:root 2cbb568b849b19713c5ddeca5222335e -RPMIdentity: be32762136c7f291d77196ec457635503ee3f71b3ae28b1c3cc9dbf7bf7996b719a0948bed4571db13332d542d38f6ddea7d48b3634480499f1df2d9b71b5ad3 +RPMIdentity: 006bbee331bcd46f2f605b49d3e372671547e6fafceafded86f54871053bf95d6ffe3aad106ea684186d76449b55779363dee3669a15e6925785cda8f5ec5b87