<86>Nov 2 01:50:59 userdel[1552812]: delete user 'rooter' <86>Nov 2 01:50:59 userdel[1552812]: removed group 'rooter' owned by 'rooter' <86>Nov 2 01:50:59 userdel[1552812]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 2 01:50:59 groupadd[1552830]: group added to /etc/group: name=rooter, GID=639 <86>Nov 2 01:50:59 groupadd[1552830]: group added to /etc/gshadow: name=rooter <86>Nov 2 01:50:59 groupadd[1552830]: new group: name=rooter, GID=639 <86>Nov 2 01:50:59 useradd[1552840]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Nov 2 01:50:59 userdel[1552858]: delete user 'builder' <86>Nov 2 01:50:59 userdel[1552858]: removed group 'builder' owned by 'builder' <86>Nov 2 01:50:59 userdel[1552858]: removed shadow group 'builder' owned by 'builder' <86>Nov 2 01:50:59 groupadd[1552871]: group added to /etc/group: name=builder, GID=640 <86>Nov 2 01:50:59 groupadd[1552871]: group added to /etc/gshadow: name=builder <86>Nov 2 01:50:59 groupadd[1552871]: new group: name=builder, GID=640 <86>Nov 2 01:50:59 useradd[1552882]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wcstools-3.9.6-alt1_2.nosrc.rpm (w1.gzdio) Installing wcstools-3.9.6-alt1_2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.66184 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcstools-3.9.6 + echo 'Source #0 (wcstools-3.9.6.tar.gz):' Source #0 (wcstools-3.9.6.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wcstools-3.9.6.tar.gz + /bin/tar -xf - + cd wcstools-3.9.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wcstools-3.9.6-rename-shlib.patch):' Patch #0 (wcstools-3.9.6-rename-shlib.patch): + /usr/bin/patch -p1 patching file Makefile patching file libwcs/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.15416 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + 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.6' make CC=gcc -C libwcs make[1]: Entering directory '/usr/src/RPM/BUILD/wcstools-3.9.6/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:414:20: warning: variable 'lbuff0' set but not used [-Wunused-but-set-variable] 414 | int lbuff = 0, lbuff0 = 0; | ^~~~~~ webread.c: In function 'webbuff': webread.c:641:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 641 | if ( port = strchr (servurl,':') ) { | ^~~~ webread.c:620:11: warning: unused variable 'sokptr' [-Wunused-variable] 620 | char *sokptr; | ^~~~~~ webread.c:619:11: warning: unused variable 'newserver' [-Wunused-variable] 619 | char *newserver; | ^~~~~~~~~ webread.c:613:9: warning: unused variable 'lcom' [-Wunused-variable] 613 | int lcom; | ^~~~ webread.c: In function 'encodeURL': webread.c:1052:13: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] 1052 | if (isalnum(*pstr) || *pstr == '-' || *pstr == '_' || *pstr == '.' || *pstr == '~' || *pstr == '/' || *pstr == '?') | ^~~~~~~ webread.c:60:1: note: include '' or provide a declaration of 'isalnum' 59 | #include +++ |+#include 60 | #endif webread.c: In function 'webbuff': webread.c:678:12: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 678 | (void) fscanf(sok, "%*s %d %s\r\n", &status, linebuff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:729:16: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 729 | (void) fscanf(sok, "%*s %d %*s\r\n", &status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:774:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 774 | (void) fgets (linebuff, LINE, sok); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ webread.c:814:20: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 814 | (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 = ':'; | ^~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 'agets': catutil.c:2627:24: warning: unused variable 'fkey' [-Wunused-variable] 2627 | int ipar, i, lkey, fkey; | ^~~~ catutil.c: In function 'tmcid': catutil.c:3059:10: warning: variable 'csign' set but not used [-Wunused-but-set-variable] 3059 | 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); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from imhfile.c:83: In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:507:11: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'iraf2fits' at imhfile.c:861:5: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ 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:695:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 695 | else | ^~~~ hput.c:697:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 697 | 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 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: In function 'next_line': fileutil.c:357:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 357 | (void) fgets (line, ncmax, diskfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileutil.c: In function 'first_token': fileutil.c:393:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 393 | (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 'wcsxinit' at wcs.c:198:5: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^ wcs.c: In function 'wcsxinit': wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ In function 'strncat', inlined from 'wcsxinit' at wcs.c:199:5: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^ wcs.c: In function 'wcsxinit': wcs.c:195:13: note: length computed here 195 | lproj = strlen (proj); | ^ In function 'strncat', inlined from 'same_path' at imhfile.c:1078:8: /usr/include/bits/string_fortified.h:135:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 135 | return __builtin___strncat_chk (__dest, __src, __len, | ^ 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.6/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:1141:40: warning: too many arguments for format [-Wformat-extra-args] 1141 | sprintf (temp, "%c_", keyword[0], str); | ^~~~~ gethead.c:1143:40: warning: too many arguments for format [-Wformat-extra-args] 1143 | sprintf (temp, "%c___", keyword[0], str); | ^~~~~~~ gethead.c:1298:32: warning: too many arguments for format [-Wformat-extra-args] 1298 | 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:801:23: warning: variable 'notfound' set but not used [-Wunused-but-set-variable] 801 | int ikwd, nfound, notfound, nch, iepoch; | ^~~~~~~~ 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 '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: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; | ^~~~~~ In file included from /usr/include/string.h:532, from sethead.c:26: In function 'strncpy', inlined from 'SetValues' at sethead.c:725:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:728:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:750:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:753:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:775:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'SetValues' at sethead.c:778:6: /usr/include/bits/string_fortified.h:95:10: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ 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:328:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 328 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~ getpix.c:328:66: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 328 | else if (ixrange && iynum || ixnum && iyrange || ixrange && iyrange) { | ~~~~~~~~^~~~~~~~~~ getpix.c: In function 'PrintPix': getpix.c:515:11: warning: unused variable 'c' [-Wunused-variable] 515 | 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:106:9: warning: variable 'lline' set but not used [-Wunused-but-set-variable] 106 | 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); | ^~~~~~~~~~~~~~~~~~~~~~~ At top level: htmlsp.c:34:14: warning: 'RevMsg' defined but not used [-Wunused-variable] 34 | static char *RevMsg = "HTMLSP WCSTools 3.9.6, 14 May 2020, 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.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36438 + 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.6 + 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/fitsfile1.h libwcs/fitshead.h libwcs/fitswcs.h libwcs/imio.h libwcs/lwcs.h libwcs/wcs.h libwcs/wcscat.h libwcs/wcscat1.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.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + cp -prL --no-dereference COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + cp -prL NEWS Readme Programs /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/wcstools-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QdpPL8 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.qkeLFw 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.14)(64bit), 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:neuvgDAK6BSmnCN4Q0z6gm4mveqr0KZDhW3Sutqr4wstoqT6woGFhJfqx5OeZ0aBNOEHTcaam6iNtWQm8ABJc27g84MdxXgh83smNqsZxVQonM67ZsiiNIlmrnmxrY5ch2ZfoE0m3uqXYaaVClvc9MC5OlaS8uiwaamt3x6JaY1thhZKjeO6SGrh78D0rrHtbzo4QSBjHsAtgTfEOV6uh4IpugWwMOqD0GPkp4FXanTpCgEi1NWZg81TjuTw1coGyykLZEvMay83mZcTirhhbO98RUF8x2m2rHCfZc3XdUqeR45ztytmiiscvCM1rf3ZoMyZjVENXLGMHVzZLK0GvSVZHwsqcSQbdEePODey4YxrdZmz6tBjXSPegZ8LlryofyhQtTM4hWADaRp39n1uVGP4q7GwXehA2ici7nxyZANkiqjx5fAkdHEHMbL9oKHPUsOZ8zvqtGxela3Z72jcIU7IxYpZFLAPngrLa57CZpZ7IwYLMhcapsLscVntBSYpe8aZmGIKfTm82DAit9saPbcVAaZryRXXWIetyZ4jiCXOhJjHxjtGwPO0wjCKMtCDkcKPvID5b0zf2yK3zJLg0hoMpezuMwUyPQPEn5kZIPxz4CFZxnXobZ6AWOBokPexnGJLi2uiEBFqlorj8IV6Q2xQwh6N3reTmZfpFiO43pTqodtx4iEW7FprZoO01DJjZ8o0g0ar5OnT850BtphbIz3hS6KUBdnLI8hyVZpIbEDkKs9b3Qv0I6BMYQpZoGnlwT5d8KPOSX64rTRO31ryMN5, 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.EA7uru Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + cp -prL --no-dereference libwcs/COPYING /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools1-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GJJy4r find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/wcstools-buildroot/usr/lib64/libwcstools.so.1: 892 symbols, 20 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oFD7AA 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:ndYZuAgX5bmWqYaPivqDwFVYt6DU35Oo5tnwgx8aA532zoEJGhEuLkc6EkFS9C6kswq0KZH8lwSgLWMUa9kVqSsASy0Uaf6YFPUZ4EUcHcqTlFJhwZn9ejGrSkyoWIc4ahnmTIFqHvGohBuZ4LDvH3Pyrq7S6F1GO6xA5Ew8uLdqhFBZ6AcPEs5eFiGFZdmmqwmZjV2h8YBClE8sd62uJpVYmUhn3JZ9oaNUesvveqiFKGS1MxjFO8rdsli7DCtNMmZrMogUzvwD0QA7fSZCpZnYMYZe9894NWOJB9VH8dK2e2NnU8k2Wb49GkA0P5gZgE9tARLQawGSn8yBiQnOlxefJLZf25BUEYxdnax6ymkOmyrDrm8w6U4PC2rwoH1mm9IQfiKOih7eO3GChNkqjlV3s1Uw7cETZ1sJ5xnds3V45nBVZxRAcH61GMiprJKt2oroiGAL928Ox4gTMiazFyZmAvgqGv0tZag6JGpKhjprKRhiNiCVo3ZbAB1mRZ8ZBE4KBrWZ5nAFLgNUTTUsCzKD5d9WTWgexZk6WfKx3yJXbixxD1rlTnI6use86a5vIIW4M7s5VIATuqNaBXkQhse7rMlKYQnJICZ992l5A7CKT0WoLLDYu19w0CY2oXRPhnJRyTv2yU3fBXZC1FGaiA1mZ4eWkQmkQ2DyZf1NyUjJDd9YZLFY2T6blkyUHMvLJC7inJNj4ff4GIdKc5IQ4WE8n8RwZk4CAZkDEIC3W7L17IIbbFstNXc9M8XMHLDxfpRzm1mQuOO4VqkdASbfrKnQlJVrdyaT5Ec5pIPZHwVkTPWKd0RwkIdVZ8DlZohyMyp6UjzuksdXAJl3MiIWwRUJhYFjO4qq5TIACtKrOifgOSZjklZF5PvHfW64V6q3sBgZfHrmQKbcx8tb7K1ncza7AAOQ8ndjQZnXSDppGlG8kD5obJWjxaZzsOmnllz0CnCOZlpkZ794jkoRBa3AVIsQv694q8n5tTkIzFLETubbK1rMjW21ANzh3yKh8U7p4LzjZ5fcpeSm2FchZE6CGVnPjXQcZiqW4fKp9Hy0NoDxwPjt8QlFcQt2tC6UQWXon6SiMjXrcrR3YpZ9ZChL0n1Lw7dHIh4DTvRMIFoZsfuluZyQZnbseyxEhliwJLJveCmjtlVHhD4zVG0FswVTzbeKQT08eqG87SPc0KJb7K2f3h0hprN7qAokWJDV9mSwIZ69BV3jDQUj0SOoZEXrtmDSSnOKZd8luZoNcEr9PJsGtJCsZyna94qFeDBZANVOA57bCYvWVBZmZr0uVW2XIgYbkIhYfJg7Z9XWEAfeGZ33z64hAH7aQoaWPHMlZaNDmqferUe8SuxU064Nt9jFpiY4I1WwgcqEauMzuG4pOY4t0BUXhWoktDWaLMzMbb8ltOBa2C3z4cjL7iGEtEBCB7mciTetQy496RICuEU4nGJLM8xPFA0bjZxKhuPZiwfsSsdWlgdKt6guAWA3D3gwML06Y1ASlx9hTja83mZoAacou85NhCinjtPJJWmZft5j4q3r1uzCcZ7WuAJLsxcwBrEIkUcg52Eut6KpxlE4BaDfB14sKanKuklRHW7W46yXrMmNJbMBmTOS8v46npTfC3Z2IYip8IjQwsQvZ03J1Frns47izFF6Ny4i3TYRzZ35OQcfnLNkyjDSKCGi6IPAsZgEygyqYRejo5T5jewtzfSJoMojYJTUTB64TpTRNiT8zHUmazxXCOWfk2olbJmfBwBuol0UPDyLHTfXwl5 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(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.Hkgrgv Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23713 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcstools-3.9.6 + DOCDIR=/usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + export DOCDIR + rm -rf /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + /bin/mkdir -p /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + cp -prL libwcs/NEWS /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + chmod -R go-w /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + chmod -R a+rX /usr/src/tmp/wcstools-buildroot/usr/share/doc/libwcstools-devel-3.9.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1LHF8u 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.ymAoCq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h:30: error: unterminated #ifndef 30 | #ifndef fitsfile_h_ | cpp.req: /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h: cpp failed, trying c++ mode x86_64-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory compilation terminated. cpp.req: WARNING: /usr/src/tmp/wcstools-buildroot/usr/include/libwcs/fitsfile1.h: cpp failed Provides: wcstools-devel = 3.9.6-alt1_2 Requires: libwcstools1 >= 3.9.6-alt1_2, /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.4MHgkR Processing files: wcstools-debuginfo-3.9.6-alt1_2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XuRIxX find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.INXC7b find-requires: running scripts (debuginfo) Requires: wcstools = 3.9.6-alt1_2, /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.6-alt1_2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KuwUpi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KbFuxk find-requires: running scripts (debuginfo) Provides: debug64(libwcstools.so.1) Requires: libwcstools1 = 3.9.6-alt1_2, 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 8 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.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools-devel-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm (w2.lzdio) 44.66user 10.74system 1:04.91elapsed 85%CPU (0avgtext+0avgdata 79844maxresident)k 0inputs+0outputs (0major+3917009minor)pagefaults 0swaps 48.27user 13.80system 1:10.60elapsed 87%CPU (0avgtext+0avgdata 99380maxresident)k 0inputs+0outputs (15745major+4186078minor)pagefaults 0swaps --- libwcstools1-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ libwcstools1-3.9.6-alt1_2.x86_64.rpm.hasher 2021-11-02 01:52:08.221966756 +0000 @@ -7,2 +7,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -16,5 +17,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 6ce536f0d90909e8d289516ff92eac18 +File: /usr/lib64/libwcstools.so.1.0.0 100644 root:root f7a093281ae68c5537856ab6c9ca97a2 File: /usr/share/doc/libwcstools1-3.9.6 40755 root:root File: /usr/share/doc/libwcstools1-3.9.6/COPYING 100644 root:root 633b959a0bdd0fc45e743facd0debe50 -RPMIdentity: 3c767cf3b1d46bc44fe2c55e0a0c2be72f964815207d2fd03dbeb3cd9db5981e3d3a1be53c34f3f1ed02d7e26d8aa2478411dba5e8e15594ada5665663c7f3d3 +RPMIdentity: 99eba8dada236b7c85f91ebc562e5d23a1e91b416068043a58171b4412a2bab973e80880ea9ae2a58fc8fd5c0a883664ce5d02167cb967c1f8e03fa3143646ab --- libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ libwcstools1-debuginfo-3.9.6-alt1_2.x86_64.rpm.hasher 2021-11-02 01:52:08.291967042 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7e 40755 root:root -/usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -/usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c.debug 120777 root:root ../../usr/lib64/libwcstools.so.1.0.0.debug +/usr/lib/debug/.build-id/28 40755 root:root +/usr/lib/debug/.build-id/28/a2dc30a2e5e8df602f8b0bf705962dcc5e2acf 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/28/a2dc30a2e5e8df602f8b0bf705962dcc5e2acf.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.6-alt1_2:sisyphus+276138.100.1.1 -File: /usr/lib/debug/.build-id/7e 40755 root:root -File: /usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 -File: /usr/lib/debug/.build-id/7e/381d661be8da408e1a9e7cf5a4f4950f6a3d2c.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 f24fcb67cb3c04700a408eeba4a169d3 +File: /usr/lib/debug/.build-id/28 40755 root:root +File: /usr/lib/debug/.build-id/28/a2dc30a2e5e8df602f8b0bf705962dcc5e2acf 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/28/a2dc30a2e5e8df602f8b0bf705962dcc5e2acf.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 4317174d65f1f7e3967e5134a220e0b2 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.6/libwcs/zpxpos.c 100644 root:root 68ffa53a0cfa3bd0fbede8ef2f35580d -RPMIdentity: 3d8e559262084ca2461464529f112bdfd00b8b34b49839d68d132ac438ccafc9f05cf0221ec766354ce95f9afe57b1ffd6293a289f7246daf68ad834a99578cb +RPMIdentity: ebb370ba118c9359a2bd63d44717475644712c8a14f956fe96bb16c2f404a9672c6131ca742dda755a7efbfb12398cc2e9abf641b8006b2f4296e7174cb32e2a --- wcstools-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ wcstools-3.9.6-alt1_2.x86_64.rpm.hasher 2021-11-02 01:52:08.352967292 +0000 @@ -87,2 +87,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libwcstools1 = 3.9.6-alt1_2:sisyphus+276138.100.1.1 @@ -90,53 +91,53 @@ Provides: wcstools = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -File: /usr/bin/addpix 100755 root:root e1f20dd1def53142d95a23d2ab2ac4e7 -File: /usr/bin/bincat 100755 root:root 72c321d05c95ff57c6875822897402b2 -File: /usr/bin/char2sp 100755 root:root 3818a4f79eae9522a7b27f870cc4136d -File: /usr/bin/conpix 100755 root:root a9ad02372bdddf17157b785cbb4e0809 -File: /usr/bin/cphead 100755 root:root 0398c80d88dfbdd3d815988ea66a609b -File: /usr/bin/crlf 100755 root:root db911077ae8d65b8074808c83b57e238 -File: /usr/bin/delhead 100755 root:root b6b37f31234f13ea8cd014d89d8a950c -File: /usr/bin/delwcs 100755 root:root 8dc17f6b5918f79885e3a465ceb3f240 -File: /usr/bin/edhead 100755 root:root 014c16e212dea846244e3acfd11b9a7a -File: /usr/bin/filename 100755 root:root bd3e9cb974ab75754ecdc8bbca9ece8f -File: /usr/bin/fileroot 100755 root:root 4d2960acbb390767cb674c33501e1389 -File: /usr/bin/filext 100755 root:root fb4fab7ff4b65d84a90a29e36a2e37a2 -File: /usr/bin/fixpix 100755 root:root e42587227d18dca5cc6d4c0368fdecc3 -File: /usr/bin/getcol 100755 root:root d8b6455801655727519db193ac751db8 -File: /usr/bin/getdate 100755 root:root 36d1e14e65c8a5b10d0dca5202023e65 -File: /usr/bin/getfits 100755 root:root 3ca7445f8942057349fba859451159f0 -File: /usr/bin/gethead 100755 root:root 12a0b0d34018e27276b4a619f8e9bd0b -File: /usr/bin/getpix 100755 root:root ed85116d3df8ba6e9fe1723a45d9d574 -File: /usr/bin/gettab 100755 root:root 58db56936e79655851dd45edac1c5dc0 -File: /usr/bin/htmlsp 100755 root:root ab350eb90e0afda84fe84d9a4506f681 -File: /usr/bin/i2f 100755 root:root 8b01574f2938a28bdfa3b579a1b34931 -File: /usr/bin/imcat 100755 root:root 0b6c1ebed25db50861ef398d3be17500 -File: /usr/bin/imextract 100755 root:root 46c248a6bb5e391c430ec86f04d350d8 -File: /usr/bin/imfill 100755 root:root 553438f5469bb20988e4e2d512d70f92 -File: /usr/bin/imhead 100755 root:root 4fedfe4885d11818e3a996e3590627f4 -File: /usr/bin/immatch 100755 root:root 6686d7c33023e2f833c843ac7e2becdf -File: /usr/bin/imresize 100755 root:root a64dee2330d3ac1f917e271a79bdc6dc -File: /usr/bin/imrot 100755 root:root 588d356a2ab57982e6ab14afdb7614d5 -File: /usr/bin/imsize 100755 root:root 47857c6cb1191929ef1544748aac82b0 -File: /usr/bin/imsmooth 100755 root:root 26c0c02910e9bd53e5929ee126b9c3fd -File: /usr/bin/imstack 100755 root:root 1c07cd1e29527fad60e6631602ada442 -File: /usr/bin/imstar 100755 root:root 3d61a6fd77dcce73dc509afedbcc6214 -File: /usr/bin/imwcs 100755 root:root 8c35f648074a519725071d020aa30619 -File: /usr/bin/isfile 100755 root:root 0b2e390353750628ffa8d6318867fa00 -File: /usr/bin/isfits 100755 root:root b72ea0abaef0f8439936365d11d5ec53 -File: /usr/bin/isnum 100755 root:root 6f0d866d80c6b45a09b2fbc32dbcc4f9 -File: /usr/bin/isrange 100755 root:root a0f00f5b25bea49004983ee2b963a030 -File: /usr/bin/keyhead 100755 root:root 55510c60a14480bab2b59a957cffa4f1 -File: /usr/bin/newfits 100755 root:root 395f111cc5f32f9a07801a784e048880 -File: /usr/bin/scat 100755 root:root a582a9dc66810414251e588ac4644f37 -File: /usr/bin/sethead 100755 root:root b29269bd119909af33f1bd3779f4249b -File: /usr/bin/setpix 100755 root:root 2b4f0fb704735fd759d1306ae0fed586 -File: /usr/bin/simpos 100755 root:root ea3e99ce90d656022cca83ccefe3a481 -File: /usr/bin/sky2xy 100755 root:root 0e33013e0340f3ddf965b441d3a2603b -File: /usr/bin/skycoor 100755 root:root d1ffeebe7438d334ddd99709143d77c1 -File: /usr/bin/sp2char 100755 root:root cb9f79263450ff2aaa5b8740bd9107eb -File: /usr/bin/subpix 100755 root:root 302e293fce99a01ac3266c23c6e95852 -File: /usr/bin/sumpix 100755 root:root 8e9a9f731f6c00178c13c629da154198 -File: /usr/bin/wcshead 100755 root:root d86146d4ecdadebb2114b6619c02b5b7 -File: /usr/bin/wcsremap 100755 root:root 4f1e640ddceadf3083ba1eae411689cd -File: /usr/bin/xy2sky 100755 root:root 310ab8f281671b9e239970636477741b +File: /usr/bin/addpix 100755 root:root 9d6ded9be8caec4d18b5c8d50752161c +File: /usr/bin/bincat 100755 root:root fa568dc92aa3586c629c449ded12c1ce +File: /usr/bin/char2sp 100755 root:root a0f035d4182b59188f4e1a0165952cf8 +File: /usr/bin/conpix 100755 root:root 534b183a6a68ccda85b639f821fa5c32 +File: /usr/bin/cphead 100755 root:root 176d377113b5745fb2c797c57454fc23 +File: /usr/bin/crlf 100755 root:root 9ddb9ee08f6e01e1a17e701263a95901 +File: /usr/bin/delhead 100755 root:root 4c6345d392fabbf9c71cef77f7f849e5 +File: /usr/bin/delwcs 100755 root:root 0e71a23cc85cfc0ee82da4cb37cd7960 +File: /usr/bin/edhead 100755 root:root eaffab7349bc60dd9dc9a5ba64576efb +File: /usr/bin/filename 100755 root:root 360b3318c95862d4c6c9ac541d0bb3a0 +File: /usr/bin/fileroot 100755 root:root 27a045c6494576f2d226d2258f0533ac +File: /usr/bin/filext 100755 root:root 77e539112ab6527df59ea127c789053b +File: /usr/bin/fixpix 100755 root:root 2d34a9cce8316f96edc3ad11fc5ff61e +File: /usr/bin/getcol 100755 root:root eae4c20466aa70efd3d67e12566993a8 +File: /usr/bin/getdate 100755 root:root d15d6ada069c0f1dcb8be64ff6d02ddb +File: /usr/bin/getfits 100755 root:root 66866f92bd69a60069fcab618245b09c +File: /usr/bin/gethead 100755 root:root 611bcc973a45365920f0e5886daf1e46 +File: /usr/bin/getpix 100755 root:root 41c8781901ccff6a771a69f5f5b9b7ef +File: /usr/bin/gettab 100755 root:root 95c5c39d419c2f7ae701b36b9d4d3c01 +File: /usr/bin/htmlsp 100755 root:root 7eebe6586adb00bd2ade6b1841437f66 +File: /usr/bin/i2f 100755 root:root cf63b05b93a6ff8e448558e42af3a21d +File: /usr/bin/imcat 100755 root:root a3877d865c37dbb30c7599e5ded30bff +File: /usr/bin/imextract 100755 root:root ee0b05f46cf4b9c51c7a2577fb5370d9 +File: /usr/bin/imfill 100755 root:root 7eacd5bb7dd1e160614af09a0856a3e2 +File: /usr/bin/imhead 100755 root:root fcf25e4418fc737752c7383e484c61ff +File: /usr/bin/immatch 100755 root:root 5e0fc2aad1733178b1a20f983ef85954 +File: /usr/bin/imresize 100755 root:root 391618cda6ca645a57979213c8839037 +File: /usr/bin/imrot 100755 root:root f8f162530b1a9091b142a0c4815dc885 +File: /usr/bin/imsize 100755 root:root aa717096ff006c0034f88d1161a51e65 +File: /usr/bin/imsmooth 100755 root:root 99f185661e7fad6d1cb790f4c8e1a9c5 +File: /usr/bin/imstack 100755 root:root a2b493c098408972ffa042f094cda867 +File: /usr/bin/imstar 100755 root:root da69b6d066997c0799eb7d7de8d06037 +File: /usr/bin/imwcs 100755 root:root f0be293a47e2480c962418a3dd95092a +File: /usr/bin/isfile 100755 root:root 88575b4f23859a1ef25bb3e5d76b0a5a +File: /usr/bin/isfits 100755 root:root 87cb384966961088468ec602bc9ab522 +File: /usr/bin/isnum 100755 root:root 3851966d9f5900102e8f160a17e5dca4 +File: /usr/bin/isrange 100755 root:root ffb4c2052e8034472eac522546bb03fa +File: /usr/bin/keyhead 100755 root:root 2687db3b0ba52df1683efa8c39a3ca09 +File: /usr/bin/newfits 100755 root:root e1acd08cae5ff4b5de69dd2c3f0b8742 +File: /usr/bin/scat 100755 root:root 8ae104b63e984023887890515c1c157d +File: /usr/bin/sethead 100755 root:root c32035614e07187039f813ca2679a25f +File: /usr/bin/setpix 100755 root:root dd496989e091751a35437a42a78a2f78 +File: /usr/bin/simpos 100755 root:root f5b8f43605cf7d4cf58916c6d8f008be +File: /usr/bin/sky2xy 100755 root:root 883e9350800dc900fdef02e0c550ae20 +File: /usr/bin/skycoor 100755 root:root cd32869d48c2e1ace74e8398e5858c45 +File: /usr/bin/sp2char 100755 root:root ce80df31062a2ae09a6b28a47f59b9bd +File: /usr/bin/subpix 100755 root:root 138743e71c8e0aab9fbf0e85209cd81c +File: /usr/bin/sumpix 100755 root:root f355ae67eb0b81b123ce982fd12c375c +File: /usr/bin/wcshead 100755 root:root c8f431d94ec26e699c2f28c65447438d +File: /usr/bin/wcsremap 100755 root:root 64de1e6d508912d9a80f4159bc0b55d3 +File: /usr/bin/xy2sky 100755 root:root e6f9650df35b76cb9208ecacbb7f00c1 File: /usr/share/doc/wcstools-3.9.6 40755 root:root @@ -176,2 +177,2 @@ File: /usr/share/man/man1/xy2sky.1.xz 100644 root:root 077dbddc01421e40ed5964dce38b81ea -RPMIdentity: 426abdf135231529f6a6933d5a35f3ad32f417bae63883ca1e3afbb83dac50099cc8c360f6311338d798abd8743fe0fac2d0e18987b8da38db352e1923f423b0 +RPMIdentity: f99c3c36c843c38344ca95a3ea6a251a5896d709d7a19012c629a76f7d3a3b7f22acd0657d1ddf47480bebea5ea631eee61101a4810ad67d680fb58f0d19ce0f --- wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm.repo 2021-06-28 06:22:16.000000000 +0000 +++ wcstools-debuginfo-3.9.6-alt1_2.x86_64.rpm.hasher 2021-11-02 01:52:08.427967599 +0000 @@ -1,149 +1,150 @@ /usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1 120777 root:root ../../../../bin/char2sp -/usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1.debug 120777 root:root ../../usr/bin/char2sp.debug -/usr/lib/debug/.build-id/02 40755 root:root -/usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5 120777 root:root ../../../../bin/imfill -/usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/00/c072517450c7f4c994716690f01935e1c9ae51 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/00/c072517450c7f4c994716690f01935e1c9ae51.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/01 40755 root:root +/usr/lib/debug/.build-id/01/999a2a9ca18245c6d4c9539c59e1595f9a22a6 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/01/999a2a9ca18245c6d4c9539c59e1595f9a22a6.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/03 40755 root:root +/usr/lib/debug/.build-id/03/9509b93f93f4f5170ab070f10693b8719e0431 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/03/9509b93f93f4f5170ab070f10693b8719e0431.debug 120777 root:root ../../usr/bin/fixpix.debug /usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d 120777 root:root ../../../../bin/imsmooth -/usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/09/41c2c53f51db7f1804808a7b60b4d0d9363959 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/09/41c2c53f51db7f1804808a7b60b4d0d9363959.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/0b 40755 root:root +/usr/lib/debug/.build-id/0b/f0f3d6cc40dd2f0f9d94fe93d161c1cab7fa6a 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/0b/f0f3d6cc40dd2f0f9d94fe93d161c1cab7fa6a.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/635b14286ba8f6054272b68e70ec75566bbcbb 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/0f/635b14286ba8f6054272b68e70ec75566bbcbb.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/13 40755 root:root +/usr/lib/debug/.build-id/13/40cc35c9f723e523c1a230a5d0f09ea11c9607 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/13/40cc35c9f723e523c1a230a5d0f09ea11c9607.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/14 40755 root:root +/usr/lib/debug/.build-id/14/90d87de302ac1d6b0736ddba0b1f579f7359ec 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/14/90d87de302ac1d6b0736ddba0b1f579f7359ec.debug 120777 root:root ../../usr/bin/delhead.debug /usr/lib/debug/.build-id/15 40755 root:root -/usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab 120777 root:root ../../../../bin/wcsremap -/usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/15/897258855c843659d05a217877f15fde00c367 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/15/897258855c843659d05a217877f15fde00c367.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/15/a9162b89562d0cd717a1450f57b671a19ce540 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/15/a9162b89562d0cd717a1450f57b671a19ce540.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/16 40755 root:root +/usr/lib/debug/.build-id/16/c458555cba4d0ef6a9013bdfe76b4729e70704 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/16/c458555cba4d0ef6a9013bdfe76b4729e70704.debug 120777 root:root ../../usr/bin/isrange.debug /usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853 120777 root:root ../../../../bin/newfits -/usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853.debug 120777 root:root ../../usr/bin/newfits.debug -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd 120777 root:root ../../../../bin/simpos -/usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd.debug 120777 root:root ../../usr/bin/simpos.debug -/usr/lib/debug/.build-id/1c 40755 root:root -/usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5 120777 root:root ../../../../bin/wcshead -/usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5.debug 120777 root:root ../../usr/bin/wcshead.debug -/usr/lib/debug/.build-id/1e 40755 root:root -/usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763 120777 root:root ../../../../bin/sethead -/usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763.debug 120777 root:root ../../usr/bin/sethead.debug -/usr/lib/debug/.build-id/2a 40755 root:root -/usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef 120777 root:root ../../../../bin/isfile -/usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/17/e5b9363cb719717f7493bca0324d25d815cb1f 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/17/e5b9363cb719717f7493bca0324d25d815cb1f.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/1d 40755 root:root +/usr/lib/debug/.build-id/1d/ce1abd68a480d07e95d5514e3dc029bcf38e69 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/1d/ce1abd68a480d07e95d5514e3dc029bcf38e69.debug 120777 root:root ../../usr/bin/htmlsp.debug +/usr/lib/debug/.build-id/23 40755 root:root +/usr/lib/debug/.build-id/23/1d09ac1cc01725427425885199653f98e9ad1c 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/23/1d09ac1cc01725427425885199653f98e9ad1c.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/24 40755 root:root +/usr/lib/debug/.build-id/24/d6aa58c8fce0434a554a65a6fa40a87f29edad 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/24/d6aa58c8fce0434a554a65a6fa40a87f29edad.debug 120777 root:root ../../usr/bin/sethead.debug /usr/lib/debug/.build-id/2e 40755 root:root -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -/usr/lib/debug/.build-id/31 40755 root:root -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/41 40755 root:root -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/2e/10daf28b3abc4319b4498c9b343988745edda3 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/2e/10daf28b3abc4319b4498c9b343988745edda3.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/3e 40755 root:root +/usr/lib/debug/.build-id/3e/f59e7e9219fcb6d9c2f3ef81a97145930a3a62 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/3e/f59e7e9219fcb6d9c2f3ef81a97145930a3a62.debug 120777 root:root ../../usr/bin/sumpix.debug /usr/lib/debug/.build-id/43 40755 root:root -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug -/usr/lib/debug/.build-id/47 40755 root:root -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -/usr/lib/debug/.build-id/4e 40755 root:root -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug -/usr/lib/debug/.build-id/57 40755 root:root -/usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313 120777 root:root ../../../../bin/imstar -/usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313.debug 120777 root:root ../../usr/bin/imstar.debug -/usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2 120777 root:root ../../../../bin/getdate -/usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2.debug 120777 root:root ../../usr/bin/getdate.debug -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08 120777 root:root ../../../../bin/delhead -/usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08.debug 120777 root:root ../../usr/bin/delhead.debug -/usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff 120777 root:root ../../../../bin/subpix -/usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff.debug 120777 root:root ../../usr/bin/subpix.debug -/usr/lib/debug/.build-id/6d 40755 root:root -/usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666 120777 root:root ../../../../bin/addpix -/usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666.debug 120777 root:root ../../usr/bin/addpix.debug -/usr/lib/debug/.build-id/6f 40755 root:root -/usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38 120777 root:root ../../../../bin/imcat -/usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/43/e0d03b0743f1bf1455d51f2b4f422903c3b8f1 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/43/e0d03b0743f1bf1455d51f2b4f422903c3b8f1.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/4b 40755 root:root +/usr/lib/debug/.build-id/4b/9ee89525b6f52d19072aac35c9c1b84c369098 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/4b/9ee89525b6f52d19072aac35c9c1b84c369098.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/51 40755 root:root +/usr/lib/debug/.build-id/51/e39e100bf0d2464af7a0499650365b6b39e793 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/51/e39e100bf0d2464af7a0499650365b6b39e793.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/60 40755 root:root +/usr/lib/debug/.build-id/60/4dca53f1d0afe4c1c1423f20779ab406c2b9b1 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/60/4dca53f1d0afe4c1c1423f20779ab406c2b9b1.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/6a 40755 root:root +/usr/lib/debug/.build-id/6a/c82c94e0a263501019fe50fe3232d29f40de51 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/6a/c82c94e0a263501019fe50fe3232d29f40de51.debug 120777 root:root ../../usr/bin/addpix.debug /usr/lib/debug/.build-id/71 40755 root:root -/usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf 120777 root:root ../../../../bin/getfits -/usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf.debug 120777 root:root ../../usr/bin/getfits.debug -/usr/lib/debug/.build-id/76 40755 root:root -/usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22 120777 root:root ../../../../bin/keyhead -/usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22.debug 120777 root:root ../../usr/bin/keyhead.debug -/usr/lib/debug/.build-id/77 40755 root:root -/usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835 120777 root:root ../../../../bin/imstack -/usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835.debug 120777 root:root ../../usr/bin/imstack.debug -/usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227 120777 root:root ../../../../bin/fixpix -/usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227.debug 120777 root:root ../../usr/bin/fixpix.debug -/usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6 120777 root:root ../../../../bin/htmlsp -/usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6.debug 120777 root:root ../../usr/bin/htmlsp.debug -/usr/lib/debug/.build-id/7c 40755 root:root -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -/usr/lib/debug/.build-id/89 40755 root:root -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug -/usr/lib/debug/.build-id/93 40755 root:root -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug -/usr/lib/debug/.build-id/af 40755 root:root -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/b0 40755 root:root -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/b7 40755 root:root -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug -/usr/lib/debug/.build-id/bc 40755 root:root -/usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a 120777 root:root ../../../../bin/imextract -/usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a.debug 120777 root:root ../../usr/bin/imextract.debug -/usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1 120777 root:root ../../../../bin/gethead -/usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1.debug 120777 root:root ../../usr/bin/gethead.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489 120777 root:root ../../../../bin/bincat -/usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489.debug 120777 root:root ../../usr/bin/bincat.debug -/usr/lib/debug/.build-id/cd 40755 root:root -/usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846 120777 root:root ../../../../bin/imrot -/usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846.debug 120777 root:root ../../usr/bin/imrot.debug -/usr/lib/debug/.build-id/d5 40755 root:root -/usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c 120777 root:root ../../../../bin/xy2sky -/usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/71/f3b639b9f24512fe9dcc79399e7493da454e00 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/71/f3b639b9f24512fe9dcc79399e7493da454e00.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/72 40755 root:root +/usr/lib/debug/.build-id/72/04dba2236a6ee781d25f94c2eeeb39bd08d4d6 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/72/04dba2236a6ee781d25f94c2eeeb39bd08d4d6.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/72/148107613bf766822df4a12fa409b1b19d9c32 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/72/148107613bf766822df4a12fa409b1b19d9c32.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/2abb86dc92905b0de88aa9c352226ae5dde779 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/78/2abb86dc92905b0de88aa9c352226ae5dde779.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/3f12fdb87097667c1c583851a8b3ebbc5aec12 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/79/3f12fdb87097667c1c583851a8b3ebbc5aec12.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/7e 40755 root:root +/usr/lib/debug/.build-id/7e/931010766b12286b90beb9caab933e3c3c8726 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/7e/931010766b12286b90beb9caab933e3c3c8726.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/03f875bc22db8149cea84f261201a10fde3d2f 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/82/03f875bc22db8149cea84f261201a10fde3d2f.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/85 40755 root:root +/usr/lib/debug/.build-id/85/f6d7ac4ba2ff9481c7cb6f3ad198d5b6fec275 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/85/f6d7ac4ba2ff9481c7cb6f3ad198d5b6fec275.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/8b 40755 root:root +/usr/lib/debug/.build-id/8b/4dfcb19a7c8fea60a4cae049c0aeed125c15c8 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/8b/4dfcb19a7c8fea60a4cae049c0aeed125c15c8.debug 120777 root:root ../../usr/bin/keyhead.debug +/usr/lib/debug/.build-id/94 40755 root:root +/usr/lib/debug/.build-id/94/a44096ef3b2074ea9d7b8ddee22f3947409048 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/94/a44096ef3b2074ea9d7b8ddee22f3947409048.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/ab 40755 root:root +/usr/lib/debug/.build-id/ab/d8a70c6e50f367bdd9e1bda42988bf8dd45699 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/ab/d8a70c6e50f367bdd9e1bda42988bf8dd45699.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/b5 40755 root:root +/usr/lib/debug/.build-id/b5/a264b6723a0ec022ad0d0ac803e1b52bc2420f 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/b5/a264b6723a0ec022ad0d0ac803e1b52bc2420f.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/b8 40755 root:root +/usr/lib/debug/.build-id/b8/c6172c2a8e8f8219ee9589086c90b963f7e08c 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/b8/c6172c2a8e8f8219ee9589086c90b963f7e08c.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/b4a6d2aea9875db1108585a3e54916eaa12798 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/ba/b4a6d2aea9875db1108585a3e54916eaa12798.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/c1 40755 root:root +/usr/lib/debug/.build-id/c1/7503f2c428e06314812d53c88e65ce61ce5f54 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/c1/7503f2c428e06314812d53c88e65ce61ce5f54.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/c1/8d3b91578aade557338a9242bbb5334a754b4c 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/c1/8d3b91578aade557338a9242bbb5334a754b4c.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/ce 40755 root:root +/usr/lib/debug/.build-id/ce/85f0e48473da63f72952d3413ad679795236d9 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/ce/85f0e48473da63f72952d3413ad679795236d9.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/ce/b68c9a89202ca070d0facb26f8c3d83b4b51ae 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/ce/b68c9a89202ca070d0facb26f8c3d83b4b51ae.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/d1 40755 root:root +/usr/lib/debug/.build-id/d1/586e2454401499428e8dd6a3dba0a66041b9b1 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/d1/586e2454401499428e8dd6a3dba0a66041b9b1.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/9059491c07c1eba02aa99b102e51d6b2c5282f 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/d6/9059491c07c1eba02aa99b102e51d6b2c5282f.debug 120777 root:root ../../usr/bin/imstar.debug /usr/lib/debug/.build-id/da 40755 root:root -/usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142 120777 root:root ../../../../bin/imwcs -/usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142.debug 120777 root:root ../../usr/bin/imwcs.debug -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4 120777 root:root ../../../../bin/sp2char -/usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4.debug 120777 root:root ../../usr/bin/sp2char.debug -/usr/lib/debug/.build-id/e6 40755 root:root -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug +/usr/lib/debug/.build-id/da/2a7bf41e9ebbe376c6e93cffcc0f6e1dfdb963 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/da/2a7bf41e9ebbe376c6e93cffcc0f6e1dfdb963.debug 120777 root:root ../../usr/bin/isnum.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/a13250acb6fe3d72716978578c08ba04fc5658 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/db/a13250acb6fe3d72716978578c08ba04fc5658.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/df 40755 root:root +/usr/lib/debug/.build-id/df/4f02a99f57e263542b85298ad523d47e74ffbd 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/df/4f02a99f57e263542b85298ad523d47e74ffbd.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/8d6ecb248760aa5e72be6be24f6656e4f4a3f2 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/e1/8d6ecb248760aa5e72be6be24f6656e4f4a3f2.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/ec 40755 root:root +/usr/lib/debug/.build-id/ec/afaec0628d754ff12b6019fc68bb289d6d52aa 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/ec/afaec0628d754ff12b6019fc68bb289d6d52aa.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/ee 40755 root:root +/usr/lib/debug/.build-id/ee/44ec24523b92bb9847fa1a0cdee98991d33d20 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/ee/44ec24523b92bb9847fa1a0cdee98991d33d20.debug 120777 root:root ../../usr/bin/delwcs.debug /usr/lib/debug/.build-id/f0 40755 root:root -/usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f 120777 root:root ../../../../bin/filename -/usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f.debug 120777 root:root ../../usr/bin/filename.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f 120777 root:root ../../../../bin/gettab -/usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f.debug 120777 root:root ../../usr/bin/gettab.debug -/usr/lib/debug/.build-id/fe 40755 root:root -/usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad 120777 root:root ../../../../bin/conpix -/usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/f0/1426526410b5fcdb975016ac68caaffa4fbe91 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/f0/1426526410b5fcdb975016ac68caaffa4fbe91.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/f797c56bf387e74d14c85dba746a66325d2f05 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/f3/f797c56bf387e74d14c85dba746a66325d2f05.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/0a951fb756e98fc21a104969f13e7af91cdb02 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/f4/0a951fb756e98fc21a104969f13e7af91cdb02.debug 120777 root:root ../../usr/bin/simpos.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -259,200 +260,201 @@ File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1 120777 root:root ../../../../bin/char2sp -File: /usr/lib/debug/.build-id/00/94ab5f0314e74fdc09ccee8057c4793efb6ad1.debug 120777 root:root ../../usr/bin/char2sp.debug -File: /usr/lib/debug/.build-id/02 40755 root:root -File: /usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5 120777 root:root ../../../../bin/imfill -File: /usr/lib/debug/.build-id/02/75f496256366de30bf298a030d6bc0e4dff5b5.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/00/c072517450c7f4c994716690f01935e1c9ae51 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/00/c072517450c7f4c994716690f01935e1c9ae51.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/01 40755 root:root +File: /usr/lib/debug/.build-id/01/999a2a9ca18245c6d4c9539c59e1595f9a22a6 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/01/999a2a9ca18245c6d4c9539c59e1595f9a22a6.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/03 40755 root:root +File: /usr/lib/debug/.build-id/03/9509b93f93f4f5170ab070f10693b8719e0431 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/03/9509b93f93f4f5170ab070f10693b8719e0431.debug 120777 root:root ../../usr/bin/fixpix.debug File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d 120777 root:root ../../../../bin/imsmooth -File: /usr/lib/debug/.build-id/09/ef70906dd5436f4e906ce498d34d7f096a1c9d.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/09/41c2c53f51db7f1804808a7b60b4d0d9363959 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/09/41c2c53f51db7f1804808a7b60b4d0d9363959.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/0b 40755 root:root +File: /usr/lib/debug/.build-id/0b/f0f3d6cc40dd2f0f9d94fe93d161c1cab7fa6a 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/0b/f0f3d6cc40dd2f0f9d94fe93d161c1cab7fa6a.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/635b14286ba8f6054272b68e70ec75566bbcbb 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/0f/635b14286ba8f6054272b68e70ec75566bbcbb.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/13 40755 root:root +File: /usr/lib/debug/.build-id/13/40cc35c9f723e523c1a230a5d0f09ea11c9607 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/13/40cc35c9f723e523c1a230a5d0f09ea11c9607.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/14 40755 root:root +File: /usr/lib/debug/.build-id/14/90d87de302ac1d6b0736ddba0b1f579f7359ec 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/14/90d87de302ac1d6b0736ddba0b1f579f7359ec.debug 120777 root:root ../../usr/bin/delhead.debug File: /usr/lib/debug/.build-id/15 40755 root:root -File: /usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab 120777 root:root ../../../../bin/wcsremap -File: /usr/lib/debug/.build-id/15/381ece8770a73af49d29c8583344f5fda1c9ab.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/15/897258855c843659d05a217877f15fde00c367 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/15/897258855c843659d05a217877f15fde00c367.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/15/a9162b89562d0cd717a1450f57b671a19ce540 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/15/a9162b89562d0cd717a1450f57b671a19ce540.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/16 40755 root:root +File: /usr/lib/debug/.build-id/16/c458555cba4d0ef6a9013bdfe76b4729e70704 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/16/c458555cba4d0ef6a9013bdfe76b4729e70704.debug 120777 root:root ../../usr/bin/isrange.debug File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853 120777 root:root ../../../../bin/newfits -File: /usr/lib/debug/.build-id/17/e7ec121da13dac850fd7364f67404ccbd6f853.debug 120777 root:root ../../usr/bin/newfits.debug -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd 120777 root:root ../../../../bin/simpos -File: /usr/lib/debug/.build-id/1b/94ab089b5eb5a465e847b3b10bcd4fcde266bd.debug 120777 root:root ../../usr/bin/simpos.debug -File: /usr/lib/debug/.build-id/1c 40755 root:root -File: /usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5 120777 root:root ../../../../bin/wcshead -File: /usr/lib/debug/.build-id/1c/cf91c471dc3d1a852ec76305eca266392ccda5.debug 120777 root:root ../../usr/bin/wcshead.debug -File: /usr/lib/debug/.build-id/1e 40755 root:root -File: /usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763 120777 root:root ../../../../bin/sethead -File: /usr/lib/debug/.build-id/1e/53741d62fd95741d20d241a2c65fcbecb1e763.debug 120777 root:root ../../usr/bin/sethead.debug -File: /usr/lib/debug/.build-id/2a 40755 root:root -File: /usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef 120777 root:root ../../../../bin/isfile -File: /usr/lib/debug/.build-id/2a/1541ea43a73a86c40efcf6d2f14c61f45c6bef.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/17/e5b9363cb719717f7493bca0324d25d815cb1f 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/17/e5b9363cb719717f7493bca0324d25d815cb1f.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/1d 40755 root:root +File: /usr/lib/debug/.build-id/1d/ce1abd68a480d07e95d5514e3dc029bcf38e69 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/1d/ce1abd68a480d07e95d5514e3dc029bcf38e69.debug 120777 root:root ../../usr/bin/htmlsp.debug +File: /usr/lib/debug/.build-id/23 40755 root:root +File: /usr/lib/debug/.build-id/23/1d09ac1cc01725427425885199653f98e9ad1c 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/23/1d09ac1cc01725427425885199653f98e9ad1c.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/d6aa58c8fce0434a554a65a6fa40a87f29edad 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/24/d6aa58c8fce0434a554a65a6fa40a87f29edad.debug 120777 root:root ../../usr/bin/sethead.debug File: /usr/lib/debug/.build-id/2e 40755 root:root -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -File: /usr/lib/debug/.build-id/31 40755 root:root -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -File: /usr/lib/debug/.build-id/35 40755 root:root -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -File: /usr/lib/debug/.build-id/41 40755 root:root -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/2e/10daf28b3abc4319b4498c9b343988745edda3 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/2e/10daf28b3abc4319b4498c9b343988745edda3.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/3e 40755 root:root +File: /usr/lib/debug/.build-id/3e/f59e7e9219fcb6d9c2f3ef81a97145930a3a62 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/3e/f59e7e9219fcb6d9c2f3ef81a97145930a3a62.debug 120777 root:root ../../usr/bin/sumpix.debug File: /usr/lib/debug/.build-id/43 40755 root:root -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug -File: /usr/lib/debug/.build-id/47 40755 root:root -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -File: /usr/lib/debug/.build-id/4e 40755 root:root -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug -File: /usr/lib/debug/.build-id/57 40755 root:root -File: /usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313 120777 root:root ../../../../bin/imstar -File: /usr/lib/debug/.build-id/57/062bb6ce24ac176c954bde35fc8865540f4313.debug 120777 root:root ../../usr/bin/imstar.debug -File: /usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2 120777 root:root ../../../../bin/getdate -File: /usr/lib/debug/.build-id/57/9b3f424f49c60b12be28d8fcd6003b5dfaccb2.debug 120777 root:root ../../usr/bin/getdate.debug -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08 120777 root:root ../../../../bin/delhead -File: /usr/lib/debug/.build-id/5c/78dcc9eb1282c192f98af4dc7b38d695c9aa08.debug 120777 root:root ../../usr/bin/delhead.debug -File: /usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff 120777 root:root ../../../../bin/subpix -File: /usr/lib/debug/.build-id/5c/eeeb7e90feb4fb483a7ad35d68799992bc62ff.debug 120777 root:root ../../usr/bin/subpix.debug -File: /usr/lib/debug/.build-id/6d 40755 root:root -File: /usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666 120777 root:root ../../../../bin/addpix -File: /usr/lib/debug/.build-id/6d/8170b2f09f6f99a57dd3317714608d40adb666.debug 120777 root:root ../../usr/bin/addpix.debug -File: /usr/lib/debug/.build-id/6f 40755 root:root -File: /usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38 120777 root:root ../../../../bin/imcat -File: /usr/lib/debug/.build-id/6f/7c23092438f6936e70a3a4f01d3b47be3daf38.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/43/e0d03b0743f1bf1455d51f2b4f422903c3b8f1 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/43/e0d03b0743f1bf1455d51f2b4f422903c3b8f1.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/4b 40755 root:root +File: /usr/lib/debug/.build-id/4b/9ee89525b6f52d19072aac35c9c1b84c369098 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/4b/9ee89525b6f52d19072aac35c9c1b84c369098.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/51 40755 root:root +File: /usr/lib/debug/.build-id/51/e39e100bf0d2464af7a0499650365b6b39e793 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/51/e39e100bf0d2464af7a0499650365b6b39e793.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/60 40755 root:root +File: /usr/lib/debug/.build-id/60/4dca53f1d0afe4c1c1423f20779ab406c2b9b1 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/60/4dca53f1d0afe4c1c1423f20779ab406c2b9b1.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/6a 40755 root:root +File: /usr/lib/debug/.build-id/6a/c82c94e0a263501019fe50fe3232d29f40de51 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/6a/c82c94e0a263501019fe50fe3232d29f40de51.debug 120777 root:root ../../usr/bin/addpix.debug File: /usr/lib/debug/.build-id/71 40755 root:root -File: /usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf 120777 root:root ../../../../bin/getfits -File: /usr/lib/debug/.build-id/71/dba6338e9c762fed07fe26ee015985900778bf.debug 120777 root:root ../../usr/bin/getfits.debug -File: /usr/lib/debug/.build-id/76 40755 root:root -File: /usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22 120777 root:root ../../../../bin/keyhead -File: /usr/lib/debug/.build-id/76/f6b7622dd86bd6ff0310c3d271090aa7463c22.debug 120777 root:root ../../usr/bin/keyhead.debug -File: /usr/lib/debug/.build-id/77 40755 root:root -File: /usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835 120777 root:root ../../../../bin/imstack -File: /usr/lib/debug/.build-id/77/71bd296fcfd37a8f7e0ff5cebc7f4ab6b4d835.debug 120777 root:root ../../usr/bin/imstack.debug -File: /usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227 120777 root:root ../../../../bin/fixpix -File: /usr/lib/debug/.build-id/77/f9e1ef77f361009708a129f041d8eb47c14227.debug 120777 root:root ../../usr/bin/fixpix.debug -File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6 120777 root:root ../../../../bin/htmlsp -File: /usr/lib/debug/.build-id/7a/59d90ad28e3157f556a78b4aca1baa5250d9d6.debug 120777 root:root ../../usr/bin/htmlsp.debug -File: /usr/lib/debug/.build-id/7c 40755 root:root -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -File: /usr/lib/debug/.build-id/89 40755 root:root -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug -File: /usr/lib/debug/.build-id/93 40755 root:root -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug -File: /usr/lib/debug/.build-id/af 40755 root:root -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/b0 40755 root:root -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug -File: /usr/lib/debug/.build-id/b7 40755 root:root -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug -File: /usr/lib/debug/.build-id/bc 40755 root:root -File: /usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a 120777 root:root ../../../../bin/imextract -File: /usr/lib/debug/.build-id/bc/77637d9e61bd7e458f5122cb2ea0ecda9c408a.debug 120777 root:root ../../usr/bin/imextract.debug -File: /usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1 120777 root:root ../../../../bin/gethead -File: /usr/lib/debug/.build-id/bc/e9efa66d8947e08bd9d0b70ca1e27a80dd38c1.debug 120777 root:root ../../usr/bin/gethead.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489 120777 root:root ../../../../bin/bincat -File: /usr/lib/debug/.build-id/c2/0f0f16419e9910d7dbc9f6a31b15d599cbe489.debug 120777 root:root ../../usr/bin/bincat.debug -File: /usr/lib/debug/.build-id/cd 40755 root:root -File: /usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846 120777 root:root ../../../../bin/imrot -File: /usr/lib/debug/.build-id/cd/2cd18d2f983bc44e6c54ea8b7df8fc0dace846.debug 120777 root:root ../../usr/bin/imrot.debug -File: /usr/lib/debug/.build-id/d5 40755 root:root -File: /usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c 120777 root:root ../../../../bin/xy2sky -File: /usr/lib/debug/.build-id/d5/a9f3932fa92171d4e7a39bfd35fa383713e10c.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/71/f3b639b9f24512fe9dcc79399e7493da454e00 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/71/f3b639b9f24512fe9dcc79399e7493da454e00.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/72 40755 root:root +File: /usr/lib/debug/.build-id/72/04dba2236a6ee781d25f94c2eeeb39bd08d4d6 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/72/04dba2236a6ee781d25f94c2eeeb39bd08d4d6.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/72/148107613bf766822df4a12fa409b1b19d9c32 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/72/148107613bf766822df4a12fa409b1b19d9c32.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/2abb86dc92905b0de88aa9c352226ae5dde779 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/78/2abb86dc92905b0de88aa9c352226ae5dde779.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/3f12fdb87097667c1c583851a8b3ebbc5aec12 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/79/3f12fdb87097667c1c583851a8b3ebbc5aec12.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/7e 40755 root:root +File: /usr/lib/debug/.build-id/7e/931010766b12286b90beb9caab933e3c3c8726 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/7e/931010766b12286b90beb9caab933e3c3c8726.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/03f875bc22db8149cea84f261201a10fde3d2f 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/82/03f875bc22db8149cea84f261201a10fde3d2f.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/85 40755 root:root +File: /usr/lib/debug/.build-id/85/f6d7ac4ba2ff9481c7cb6f3ad198d5b6fec275 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/85/f6d7ac4ba2ff9481c7cb6f3ad198d5b6fec275.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/8b 40755 root:root +File: /usr/lib/debug/.build-id/8b/4dfcb19a7c8fea60a4cae049c0aeed125c15c8 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/8b/4dfcb19a7c8fea60a4cae049c0aeed125c15c8.debug 120777 root:root ../../usr/bin/keyhead.debug +File: /usr/lib/debug/.build-id/94 40755 root:root +File: /usr/lib/debug/.build-id/94/a44096ef3b2074ea9d7b8ddee22f3947409048 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/94/a44096ef3b2074ea9d7b8ddee22f3947409048.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/ab 40755 root:root +File: /usr/lib/debug/.build-id/ab/d8a70c6e50f367bdd9e1bda42988bf8dd45699 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/ab/d8a70c6e50f367bdd9e1bda42988bf8dd45699.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/b5 40755 root:root +File: /usr/lib/debug/.build-id/b5/a264b6723a0ec022ad0d0ac803e1b52bc2420f 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/b5/a264b6723a0ec022ad0d0ac803e1b52bc2420f.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/b8 40755 root:root +File: /usr/lib/debug/.build-id/b8/c6172c2a8e8f8219ee9589086c90b963f7e08c 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/b8/c6172c2a8e8f8219ee9589086c90b963f7e08c.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/b4a6d2aea9875db1108585a3e54916eaa12798 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/ba/b4a6d2aea9875db1108585a3e54916eaa12798.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/7503f2c428e06314812d53c88e65ce61ce5f54 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/c1/7503f2c428e06314812d53c88e65ce61ce5f54.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/c1/8d3b91578aade557338a9242bbb5334a754b4c 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/c1/8d3b91578aade557338a9242bbb5334a754b4c.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/85f0e48473da63f72952d3413ad679795236d9 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/ce/85f0e48473da63f72952d3413ad679795236d9.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/ce/b68c9a89202ca070d0facb26f8c3d83b4b51ae 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/ce/b68c9a89202ca070d0facb26f8c3d83b4b51ae.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/d1 40755 root:root +File: /usr/lib/debug/.build-id/d1/586e2454401499428e8dd6a3dba0a66041b9b1 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/d1/586e2454401499428e8dd6a3dba0a66041b9b1.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/9059491c07c1eba02aa99b102e51d6b2c5282f 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/d6/9059491c07c1eba02aa99b102e51d6b2c5282f.debug 120777 root:root ../../usr/bin/imstar.debug File: /usr/lib/debug/.build-id/da 40755 root:root -File: /usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142 120777 root:root ../../../../bin/imwcs -File: /usr/lib/debug/.build-id/da/13de022f70d51206aa2e92f3b90a067d56a142.debug 120777 root:root ../../usr/bin/imwcs.debug -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4 120777 root:root ../../../../bin/sp2char -File: /usr/lib/debug/.build-id/e2/3f74be02bc52f8258a8b095ad090dfd834e2b4.debug 120777 root:root ../../usr/bin/sp2char.debug -File: /usr/lib/debug/.build-id/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug +File: /usr/lib/debug/.build-id/da/2a7bf41e9ebbe376c6e93cffcc0f6e1dfdb963 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/da/2a7bf41e9ebbe376c6e93cffcc0f6e1dfdb963.debug 120777 root:root ../../usr/bin/isnum.debug +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/a13250acb6fe3d72716978578c08ba04fc5658 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/db/a13250acb6fe3d72716978578c08ba04fc5658.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/df 40755 root:root +File: /usr/lib/debug/.build-id/df/4f02a99f57e263542b85298ad523d47e74ffbd 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/df/4f02a99f57e263542b85298ad523d47e74ffbd.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/8d6ecb248760aa5e72be6be24f6656e4f4a3f2 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/e1/8d6ecb248760aa5e72be6be24f6656e4f4a3f2.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/ec 40755 root:root +File: /usr/lib/debug/.build-id/ec/afaec0628d754ff12b6019fc68bb289d6d52aa 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/ec/afaec0628d754ff12b6019fc68bb289d6d52aa.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/ee 40755 root:root +File: /usr/lib/debug/.build-id/ee/44ec24523b92bb9847fa1a0cdee98991d33d20 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/ee/44ec24523b92bb9847fa1a0cdee98991d33d20.debug 120777 root:root ../../usr/bin/delwcs.debug File: /usr/lib/debug/.build-id/f0 40755 root:root -File: /usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f 120777 root:root ../../../../bin/filename -File: /usr/lib/debug/.build-id/f0/fe57ec3a6e5aa46024079a4afc0879ca4c495f.debug 120777 root:root ../../usr/bin/filename.debug -File: /usr/lib/debug/.build-id/fa 40755 root:root -File: /usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f 120777 root:root ../../../../bin/gettab -File: /usr/lib/debug/.build-id/fa/e18818073c0b2d637bca0dce14c76224bb010f.debug 120777 root:root ../../usr/bin/gettab.debug -File: /usr/lib/debug/.build-id/fe 40755 root:root -File: /usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad 120777 root:root ../../../../bin/conpix -File: /usr/lib/debug/.build-id/fe/84796350443d83b9c012625ee8d99b74a452ad.debug 120777 root:root ../../usr/bin/conpix.debug -File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root a008422f6180b3c6faec74768ab8b176 -File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root a2fc67b7d061e5ca57abb0fdd6bdb7c3 -File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 93230e32d4984f47c192b5a3cabd6eaa -File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 11049f13bd1eacdc09255f1e5132d907 -File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root b6441f1ebba8c44d020a5ff6356501c6 -File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 8a958cdbd89502fe33eabd99c46d2a01 -File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 0c75e6ca5e7605b8fdf99407ba95d96f -File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root d041a73e41dae46f44e850247709808c -File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 5490aa08c0a4439107ff75f17b8596b9 -File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 6c29d9f031a3bf7d9a48bd7f34c41e1a -File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root ab590152cc1a4465cae8870522929ce7 -File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 125b5d3236a245ec3651746f3058f4fe -File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 662b75c9c1007fd90f433c8ce293135b -File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root e04749ca01b6adc68ce57515bc95ed53 -File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 671743f1da5571f692a49cb4412a8d8f -File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root d91d05087212e42c49b25ca058872630 -File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 6abce5c48f165b1f6193120e347b146e -File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 977215937d29d3603d4bc1242b599054 -File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root e4f329bed176d6698f83222a9663a077 -File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 3e867b8bb67eb4b7bf282b989936c235 -File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root b4daf945f15711a9870290a4cecd28b9 -File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 6244a2204267c5c8a12ab476cda49a68 -File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root ad02de3a2dfbf5ce855dc2c94808621b -File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 9dc0c385d316b0223369ea0a40e5e99c -File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root f1bc2cdd273ba351eff335fb7365123f -File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 6dffef7798b80ee3742c44c260a858b3 -File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root dec16416d60a6273c64d1526f28ac405 -File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 6a02f96a9398f26759d9daade38c3080 -File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root dd3ca1ac0c34b73d6990b4766fd92c45 -File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 8218a73a307ecfd56f77cb66146b5962 -File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 91139452bf7de8166465f8a34b6c6f1a -File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 3714715135d355db51d270260a88f949 -File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 4d5208538434bb5ba5137cac760058c4 -File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 09f35cbd24303729507ad0af1a9c50d1 -File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root aa0ac7abc8c0dffbff20850a8765ceee -File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 466ef8010c5f6e76cb9bb925ac0e84d9 -File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root d6157ff7062f40130df0763140b0f6b5 -File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root e2865294657e2f3af1da93c4337e4d4d -File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root f5cc0569af6e2b4aa821775f817f2ffc -File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 4ce348f66a1c0359ca7d45fcd74a8914 -File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 8f71694cb810db705c2f28bc42ef1a7c -File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root a065baffdc254ec1de6af822f5d4b597 -File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 2b5e7e8f4edf266e8486fef5052312e5 -File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 21c9e5d8900f085e8045e919c02d1bd1 -File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 59203fca203f061e64f0d1e9736dce03 -File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 478471edfbab66c47f0510b466b9f55f -File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root f2bb784cd14c660882fb794b45d3701e -File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 16eb9748464a52c981bc38d3f62f0236 -File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 1ddec97046c41e6145b24c773ad1b276 -File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 46d5a94ca0ebcbed2421092d627f9afc -File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 7143fa4766b03193604626cac9b053e5 +File: /usr/lib/debug/.build-id/f0/1426526410b5fcdb975016ac68caaffa4fbe91 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/f0/1426526410b5fcdb975016ac68caaffa4fbe91.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/f797c56bf387e74d14c85dba746a66325d2f05 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/f3/f797c56bf387e74d14c85dba746a66325d2f05.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/0a951fb756e98fc21a104969f13e7af91cdb02 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/f4/0a951fb756e98fc21a104969f13e7af91cdb02.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 19317f81e83000cfc5bda2801af2523f +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root f4f79e93be8b67dea06a71b42da17f99 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 5db8ab706f9707d6a97c3654fdabfffa +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root ec34d2aeda774c284321b07ecf5a0d21 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root 2fd9b6c2b22a6b028aea7fc22fb48fd9 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root c63d31bee3cfb4d1a6a20afe2e486990 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 7c2fa6bce7301b88204f3fdc9b3d7d9c +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 6aa60999224be9a10f0663eb880a101c +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root b8d41fe99ff7d29fcdb450fb5cd484f5 +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 94ea6e1a23e2f4a97ac949f91ff8f5c4 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root fe1113eb366353f68fac020e9d6056bd +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root 63d307e286fbc4a74df7b379ddf91cf3 +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root 6b79b32b66e6a20628e6c815365256d8 +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 1b28a7fb59c933d43b2e39b89c96ac2a +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 28ea4e65e1705902af60612bca262dd2 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root aaca11cf19fc53c4c323c80597733225 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 86634a036fe1ad6161e45ee2c18e34bb +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root c4a7df60193dd8c21edd265d8b2ddc62 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root be032bd5e05514890fa4892978b89bd0 +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 6222a7f3aa2702ce7af5a4d69751f9ee +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 86b485dfb3aa383d849d8c7906a7e640 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 422e07987dc91f76408544cde3936ed5 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 514df745dacf909ac8808586622e0d3f +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 52f0f8a9389349ee388ee78d7c85aac4 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 9d42bf672d2b41fa7f1bb3f381549f8f +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 628712e5c69c11f00fa8794adb89793d +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 6e37d5ad2e7981a0f66f340242eedcf9 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 6c86ce2dde3d261aca2cfcf54c512115 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 1c90d24a7873aea95e9edc6edd568168 +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root bee01b11584351c99250a6511608b33b +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root b2cd60a3a971c322044d5e3808a6034f +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root a07e3fbb607689eef3d8dba1fbc3c5c7 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root 15ec7db53e7a0ad440d495c6e2e88444 +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root a0bb2ee3d6f8749e0c7a1cb9e57ebe1c +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root cd6274af591131cab31569f668c0860f +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 4c205fa107cc033ab704c45181c2fc6c +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root d67989e7d4be592404e309a457715100 +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root bfa1e4678c98638b59c86ef3d0c27be0 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root 3e05e807d49c99d97512cfecb9549200 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root 8135c58e462a487d464a726c54e8aba0 +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root f2d14a80e4c73bd3541000146e1d7532 +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 428c60119b7b39f0dd79000614320dc9 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root f3ca3e7ab2646986c89bd4759831b6f8 +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root de9f3dca31f706946bbaa02eb9d4603d +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root b3ee06fc84cbad6cea0d378749865a4b +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 33ef66ae5a9ca08c2789106b4d82ada2 +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root f9a55d026d9748e41ecf60c8bf639952 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 33f1f4e99ebdb6274d45ea95959b1cec +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 25cd68b03a017a7103e7d49fb4b369cc +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root cf348d2f6d5a52c1a4365dee1344b065 +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 9ba4bbb012c515bb44ca6d3580e2dc83 File: /usr/src/debug/wcstools-3.9.6 40755 root:root @@ -511,2 +513,2 @@ File: /usr/src/debug/wcstools-3.9.6/xy2sky.c 100644 root:root 30752bc131af7f4fe82015a731df72d8 -RPMIdentity: 732a618c6d6cad3c979851ee21539256ca0154e2353ec19639be488a8dacb60b50c6ed584be3fa8334d5f918095b2b60921a5a68888b567041758de1bf172bba +RPMIdentity: 1d906962b9d158cd60992bf7ac5818efa28da3662c210c49a458fc86402f3549050d1fc3ebb99456017c963a41a9a61485ad76cd3a31a7963c36445ffa53b5aa