<86>Feb 5 01:54:54 userdel[3862007]: delete user 'rooter' <86>Feb 5 01:54:54 userdel[3862007]: removed group 'rooter' owned by 'rooter' <86>Feb 5 01:54:54 userdel[3862007]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 5 01:54:54 groupadd[3862015]: group added to /etc/group: name=rooter, GID=654 <86>Feb 5 01:54:54 groupadd[3862015]: group added to /etc/gshadow: name=rooter <86>Feb 5 01:54:54 groupadd[3862015]: new group: name=rooter, GID=654 <86>Feb 5 01:54:54 useradd[3862023]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Feb 5 01:54:54 userdel[3862032]: delete user 'builder' <86>Feb 5 01:54:54 userdel[3862032]: removed group 'builder' owned by 'builder' <86>Feb 5 01:54:54 userdel[3862032]: removed shadow group 'builder' owned by 'builder' <86>Feb 5 01:54:54 groupadd[3862045]: group added to /etc/group: name=builder, GID=655 <86>Feb 5 01:54:54 groupadd[3862045]: group added to /etc/gshadow: name=builder <86>Feb 5 01:54:54 groupadd[3862045]: new group: name=builder, GID=655 <86>Feb 5 01:54:54 useradd[3862049]: new user: name=builder, UID=655, GID=655, 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.69182 + 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.69182 + 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.28744 + 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.58739 + 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.h74fir 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.qRk3D2 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.6s04nT Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90027 + 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.fHFQRp 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.R5KNjT 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.amyptv Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.11713 + 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.ywQalP 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.ULA8Pf 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.UzRO9S 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.iznSzi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.diDwja 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.EzbXeM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kw6hVO 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) 43.81user 9.91system 0:59.55elapsed 90%CPU (0avgtext+0avgdata 79996maxresident)k 0inputs+0outputs (0major+3906167minor)pagefaults 0swaps 47.59user 12.70system 1:05.14elapsed 92%CPU (0avgtext+0avgdata 99464maxresident)k 0inputs+0outputs (15699major+4180136minor)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 2022-02-05 01:55:57.933644545 +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 01eef82ebc2d90d3a092bedbc07b428f 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: 81c0a71e9da628ca9056e2ba33465b8b4388c78f4c722b74350d806e2aef71f8b6997895cbb8142692296c6969e112ffae572900ef614bdd651f367cbcf50d50 --- 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 2022-02-05 01:55:58.014644669 +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/70 40755 root:root +/usr/lib/debug/.build-id/70/5b5b337167f518b277edbbc60f139d1f39f24d 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/70/5b5b337167f518b277edbbc60f139d1f39f24d.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/70 40755 root:root +File: /usr/lib/debug/.build-id/70/5b5b337167f518b277edbbc60f139d1f39f24d 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/70/5b5b337167f518b277edbbc60f139d1f39f24d.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 60250eed1089932b300734948bab02e1 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: b6478acb81ae75d01f38f7647f90a88c47e35c6d2e886f84463140172e218f3bc4ab095af8c160d9514aaaff3b2b626b9af3be84489f179bb04f4c94ca4137b2 --- 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 2022-02-05 01:55:58.085644778 +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 84ed3de00ff317b2bd5d0f21bf4c39d6 +File: /usr/bin/bincat 100755 root:root 111efe19f6550d699bd8c596dbe083b7 +File: /usr/bin/char2sp 100755 root:root ece72e5ac128eb2d20eb46cdfda420c1 +File: /usr/bin/conpix 100755 root:root 83b2c5d1b6030c8d44d7476192bf57a3 +File: /usr/bin/cphead 100755 root:root 2ddccb382c2ac9b3e4674ca71599c9c9 +File: /usr/bin/crlf 100755 root:root 0666cb7d6151805ade41694453635a9f +File: /usr/bin/delhead 100755 root:root 3f817f9644c3b13c4fcc154f2dd33e5c +File: /usr/bin/delwcs 100755 root:root 04aae7ec16c4481fdcdcec02f68f6675 +File: /usr/bin/edhead 100755 root:root 71fc1172c9b602745c9924f250af185f +File: /usr/bin/filename 100755 root:root 1a9990e81a37b969ff58943cce07fe5b +File: /usr/bin/fileroot 100755 root:root 95ac8737fd4e30214448974b85ddfbc5 +File: /usr/bin/filext 100755 root:root 227c658f8c5d93b1e901f2c405c856eb +File: /usr/bin/fixpix 100755 root:root affc8978fa4f11e0c76b18ffca2c1608 +File: /usr/bin/getcol 100755 root:root 34da97c37347e79e61b1af4d235cedd7 +File: /usr/bin/getdate 100755 root:root a28e78b9b9bdb732c9b66fb2aa356593 +File: /usr/bin/getfits 100755 root:root 5ac59cb086184943e3e60ee8879b37b5 +File: /usr/bin/gethead 100755 root:root 7ccf0f21e501ed82f8bb0fa4689d7523 +File: /usr/bin/getpix 100755 root:root 06b451e47b3ba5dfe1db3bc9dc4b8976 +File: /usr/bin/gettab 100755 root:root 62168cd871c5dcf224516680440b1e3a +File: /usr/bin/htmlsp 100755 root:root a34f38984439cf651a6b75e85fc2a055 +File: /usr/bin/i2f 100755 root:root 27fcb2fd03d93a25fcfffe8c4021d504 +File: /usr/bin/imcat 100755 root:root 4ec7a2f3056ec33718578df488210d2b +File: /usr/bin/imextract 100755 root:root 0bfea0df31ac5cc33b104e0b713dfaeb +File: /usr/bin/imfill 100755 root:root d299661a9944187568ebae202f1c8463 +File: /usr/bin/imhead 100755 root:root edaba22d5a333e4c2af239b061341639 +File: /usr/bin/immatch 100755 root:root 72d14db03360354a0e653a6293215fc0 +File: /usr/bin/imresize 100755 root:root d41e92bf6b8b076c3d82152827708bc5 +File: /usr/bin/imrot 100755 root:root 4d7afcb4da2b9a70e7b14705c0804bea +File: /usr/bin/imsize 100755 root:root 8758e2a5ebffc296fa6680ed9088919a +File: /usr/bin/imsmooth 100755 root:root ab10d348d6e86a519f6314dd8eda70b3 +File: /usr/bin/imstack 100755 root:root a1817588593cf6006a04f8b8624670e7 +File: /usr/bin/imstar 100755 root:root e8957d546a5ad65230f5943a719f9842 +File: /usr/bin/imwcs 100755 root:root 6354bf630fd12433d9308c420285bf07 +File: /usr/bin/isfile 100755 root:root 582d22040c212e5cc3cf42571ab659e1 +File: /usr/bin/isfits 100755 root:root 91a15cedceb3608a49bb58f0173ac807 +File: /usr/bin/isnum 100755 root:root 9df75440269d5558b537ae83d51bb871 +File: /usr/bin/isrange 100755 root:root 611639f3329ca6d021b675bed88bf633 +File: /usr/bin/keyhead 100755 root:root 893c27e34f5b05b171b467502240bb1b +File: /usr/bin/newfits 100755 root:root ad6459833eca70213a2a92127004922e +File: /usr/bin/scat 100755 root:root 22575b64924e9b13bc5aefc5ac4e8009 +File: /usr/bin/sethead 100755 root:root 7987f81d1ae306ea61ca14783efe01dd +File: /usr/bin/setpix 100755 root:root e6a783b54a10d24cbc9f822f94ff178c +File: /usr/bin/simpos 100755 root:root b6189c605375ba1a8d86e51bbdf4adfb +File: /usr/bin/sky2xy 100755 root:root 7de45b6a41703d7d245b541cb129251f +File: /usr/bin/skycoor 100755 root:root b21aa8c9ecf1d38dd3338c37de5463d4 +File: /usr/bin/sp2char 100755 root:root 52f14c915f45208dc9af2395bc7ab633 +File: /usr/bin/subpix 100755 root:root b8acefe760f6b1f56dbd409d962e16aa +File: /usr/bin/sumpix 100755 root:root aca04a07bf4f75a23930cfbf5539936f +File: /usr/bin/wcshead 100755 root:root fa4d821275e691cbf8ef3f95761fe181 +File: /usr/bin/wcsremap 100755 root:root 83920515a22fc7a4d676771e3f002bf8 +File: /usr/bin/xy2sky 100755 root:root 497ea2467ac7df9becccaf31c118a475 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: 27abd2b2239e5dd34aee0e710713b6b25697b4bc864e879b182da0afb273bd55707c66bbc5d77ad554e2e4726784a4a30b9b1bd08c7f79ca4a2b77edab4287f1 --- 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 2022-02-05 01:55:58.284645082 +0000 @@ -1,149 +1,148 @@ -/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/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/08 40755 root:root +/usr/lib/debug/.build-id/08/06670086aaf8f4a7206f816a79a5a2631ce942 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/08/06670086aaf8f4a7206f816a79a5a2631ce942.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/08/ecf51339979a03a6bb38a0bf0e8a3edc376e43 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/08/ecf51339979a03a6bb38a0bf0e8a3edc376e43.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/0b 40755 root:root +/usr/lib/debug/.build-id/0b/9ba8f67e3204d5ef484161018ab3281f2ab38a 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/0b/9ba8f67e3204d5ef484161018ab3281f2ab38a.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/13 40755 root:root +/usr/lib/debug/.build-id/13/2c0db3aa5d84e3d93c16bfe2d0ceb03118c8b9 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/13/2c0db3aa5d84e3d93c16bfe2d0ceb03118c8b9.debug 120777 root:root ../../usr/bin/htmlsp.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/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/15/e5854e6472e8fcd8b1cf4609393437e5ba770d 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/15/e5854e6472e8fcd8b1cf4609393437e5ba770d.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/b210b1b1132b8f45eb38b4644467cd119c7c07 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/1a/b210b1b1132b8f45eb38b4644467cd119c7c07.debug 120777 root:root ../../usr/bin/gethead.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/b926419c81315d796face886c88d3c70a86695 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/25/b926419c81315d796face886c88d3c70a86695.debug 120777 root:root ../../usr/bin/cphead.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/2e/0f61eb0a9cf64b7db4be2be044ebccf183d8b3 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/2e/0f61eb0a9cf64b7db4be2be044ebccf183d8b3.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/2e/137fb76cd737ad8d5bceef75179c71eb74bcba 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/2e/137fb76cd737ad8d5bceef75179c71eb74bcba.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/2e/761e089808acd710d2d33721af9b17c1334f0e 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/2e/761e089808acd710d2d33721af9b17c1334f0e.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/30 40755 root:root +/usr/lib/debug/.build-id/30/b7db62d1d1af1410915dd89651a653ada8e3cf 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/30/b7db62d1d1af1410915dd89651a653ada8e3cf.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/43731d88c2ec1531993e9aa7c21565f81be921 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/36/43731d88c2ec1531993e9aa7c21565f81be921.debug 120777 root:root ../../usr/bin/isrange.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/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/3b/ca74a63972f1e73cc214c49397001c5cf227cf 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/3b/ca74a63972f1e73cc214c49397001c5cf227cf.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/3c 40755 root:root +/usr/lib/debug/.build-id/3c/5cd367895fb555c2a7a7cca82db78448985024 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/3c/5cd367895fb555c2a7a7cca82db78448985024.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/44 40755 root:root +/usr/lib/debug/.build-id/44/1ead8cc70755af3174a7c7622459f85cfe29a4 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/44/1ead8cc70755af3174a7c7622459f85cfe29a4.debug 120777 root:root ../../usr/bin/i2f.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/46/f38993c9e1b15ffbba24bfa17b1c53e8d45630 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/46/f38993c9e1b15ffbba24bfa17b1c53e8d45630.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/446ec41c0e611ea64ca0ff672f4ffe0b6b86db 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/4a/446ec41c0e611ea64ca0ff672f4ffe0b6b86db.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/4d 40755 root:root +/usr/lib/debug/.build-id/4d/6ccea2e701141eeab5199ff6b1a4c2037c6d4f 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/4d/6ccea2e701141eeab5199ff6b1a4c2037c6d4f.debug 120777 root:root ../../usr/bin/delhead.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/4e/c3d94b29d02d5a02a633331ed6afd838403d57 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/4e/c3d94b29d02d5a02a633331ed6afd838403d57.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/55 40755 root:root +/usr/lib/debug/.build-id/55/d8707bfc91380bcb880886c63fbd500fa33592 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/55/d8707bfc91380bcb880886c63fbd500fa33592.debug 120777 root:root ../../usr/bin/filext.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/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/57/1e35c2b230b33f2e991e8f2dd653f4ecd44028 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/57/1e35c2b230b33f2e991e8f2dd653f4ecd44028.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/60 40755 root:root +/usr/lib/debug/.build-id/60/c3ec7efcebf93d154294e0f081eb9ae21074a1 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/60/c3ec7efcebf93d154294e0f081eb9ae21074a1.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/64 40755 root:root +/usr/lib/debug/.build-id/64/a7324086afaef54e83db89c65af3e224ea5196 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/64/a7324086afaef54e83db89c65af3e224ea5196.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/65 40755 root:root +/usr/lib/debug/.build-id/65/8e010093ae8e140dc9b533d39d7647f9fd2f14 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/65/8e010093ae8e140dc9b533d39d7647f9fd2f14.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/66 40755 root:root +/usr/lib/debug/.build-id/66/cb3dc967b261fa7a03c04f325a468e9995aedf 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/66/cb3dc967b261fa7a03c04f325a468e9995aedf.debug 120777 root:root ../../usr/bin/imcat.debug +/usr/lib/debug/.build-id/67 40755 root:root +/usr/lib/debug/.build-id/67/1ca77c38db62dd6d7821b6207b7e8598c791a3 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/67/1ca77c38db62dd6d7821b6207b7e8598c791a3.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/6b 40755 root:root +/usr/lib/debug/.build-id/6b/1ea2e98407bf90fe0ce047337dec0a2c28fe23 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/6b/1ea2e98407bf90fe0ce047337dec0a2c28fe23.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/6e 40755 root:root +/usr/lib/debug/.build-id/6e/e1b026347bbf987557daad8856300878840654 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/6e/e1b026347bbf987557daad8856300878840654.debug 120777 root:root ../../usr/bin/imsmooth.debug +/usr/lib/debug/.build-id/7b 40755 root:root +/usr/lib/debug/.build-id/7b/88bf54c850610e92b53a065ca1f3beb3ce7723 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/7b/88bf54c850610e92b53a065ca1f3beb3ce7723.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/84 40755 root:root +/usr/lib/debug/.build-id/84/6037a43cb0e66108200c7b3f42cc1826967dce 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/84/6037a43cb0e66108200c7b3f42cc1826967dce.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/aeb07085b22fda982305504f09481c407b470c 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/8a/aeb07085b22fda982305504f09481c407b470c.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/99 40755 root:root +/usr/lib/debug/.build-id/99/7b30f53a6a2ca544900c4cd34077507a67fb56 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/99/7b30f53a6a2ca544900c4cd34077507a67fb56.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/7d8feff354c6aed232743c64554d1d4e2deb89 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/9c/7d8feff354c6aed232743c64554d1d4e2deb89.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/9c/db003afa2f78093a199f964236f22e9dd81f35 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/9c/db003afa2f78093a199f964236f22e9dd81f35.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/a4 40755 root:root +/usr/lib/debug/.build-id/a4/b54b3c7ebbb583dc2e89d83eff346aec94e458 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/a4/b54b3c7ebbb583dc2e89d83eff346aec94e458.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/a8 40755 root:root +/usr/lib/debug/.build-id/a8/59b00584618d627dffb03f25181488d3c4cac9 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/a8/59b00584618d627dffb03f25181488d3c4cac9.debug 120777 root:root ../../usr/bin/simpos.debug +/usr/lib/debug/.build-id/ab 40755 root:root +/usr/lib/debug/.build-id/ab/1a56894f2f7eb1908180257a8c922fc326e686 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/ab/1a56894f2f7eb1908180257a8c922fc326e686.debug 120777 root:root ../../usr/bin/keyhead.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/af/ae57d7585af608499058e76447dd4860e677e7 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/af/ae57d7585af608499058e76447dd4860e677e7.debug 120777 root:root ../../usr/bin/newfits.debug +/usr/lib/debug/.build-id/b4 40755 root:root +/usr/lib/debug/.build-id/b4/0e3705a77841f3d60ba07fdda369e7b3540bfa 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/b4/0e3705a77841f3d60ba07fdda369e7b3540bfa.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/b4/48674f2103ce861f8d227b993f6f33d43966ad 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/b4/48674f2103ce861f8d227b993f6f33d43966ad.debug 120777 root:root ../../usr/bin/fixpix.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/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/b7/5fdc9c4b0b146199ccac7fb741a7864dc51359 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/b7/5fdc9c4b0b146199ccac7fb741a7864dc51359.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/d0 40755 root:root +/usr/lib/debug/.build-id/d0/e8aee6c7b49419894764283274ae7eaa84577a 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/d0/e8aee6c7b49419894764283274ae7eaa84577a.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/e6/c0ce564f4fc8a7608f0ae6f34370489c8c997a 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/e6/c0ce564f4fc8a7608f0ae6f34370489c8c997a.debug 120777 root:root ../../usr/bin/isnum.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/ea/1250ec43aa7f8a81f47907237ec237d1350d12 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/ea/1250ec43aa7f8a81f47907237ec237d1350d12.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/ec 40755 root:root +/usr/lib/debug/.build-id/ec/635de6ccc8e0a9f4cb53df530237a1bc6639bf 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/ec/635de6ccc8e0a9f4cb53df530237a1bc6639bf.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/ee 40755 root:root +/usr/lib/debug/.build-id/ee/bdf192ed702b96ce9cc82ceca6e41ecf1f5ef4 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/ee/bdf192ed702b96ce9cc82ceca6e41ecf1f5ef4.debug 120777 root:root ../../usr/bin/sumpix.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/b0d2dbf2516d01a4d4248be727b5d50cf5233f 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/f0/b0d2dbf2516d01a4d4248be727b5d50cf5233f.debug 120777 root:root ../../usr/bin/xy2sky.debug +/usr/lib/debug/.build-id/f5 40755 root:root +/usr/lib/debug/.build-id/f5/f25ee58f1eea9272db024111855914c4a01b19 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/f5/f25ee58f1eea9272db024111855914c4a01b19.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/f5/f4593d3ddd51664095825774614649ba4002bb 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/f5/f4593d3ddd51664095825774614649ba4002bb.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/f4287799d36aa87a86cdbfeb77a4f96674e4bd 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/f6/f4287799d36aa87a86cdbfeb77a4f96674e4bd.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/ff 40755 root:root +/usr/lib/debug/.build-id/ff/560466de71e4d30cdd2aea5e2adc6981ff86f4 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/ff/560466de71e4d30cdd2aea5e2adc6981ff86f4.debug 120777 root:root ../../usr/bin/imstack.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +257,200 @@ Provides: wcstools-debuginfo = 3.9.6-alt1_2:sisyphus+276138.100.1.1 -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/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/08 40755 root:root +File: /usr/lib/debug/.build-id/08/06670086aaf8f4a7206f816a79a5a2631ce942 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/08/06670086aaf8f4a7206f816a79a5a2631ce942.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/08/ecf51339979a03a6bb38a0bf0e8a3edc376e43 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/08/ecf51339979a03a6bb38a0bf0e8a3edc376e43.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/0b 40755 root:root +File: /usr/lib/debug/.build-id/0b/9ba8f67e3204d5ef484161018ab3281f2ab38a 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/0b/9ba8f67e3204d5ef484161018ab3281f2ab38a.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/13 40755 root:root +File: /usr/lib/debug/.build-id/13/2c0db3aa5d84e3d93c16bfe2d0ceb03118c8b9 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/13/2c0db3aa5d84e3d93c16bfe2d0ceb03118c8b9.debug 120777 root:root ../../usr/bin/htmlsp.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/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/15/e5854e6472e8fcd8b1cf4609393437e5ba770d 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/15/e5854e6472e8fcd8b1cf4609393437e5ba770d.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/b210b1b1132b8f45eb38b4644467cd119c7c07 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/1a/b210b1b1132b8f45eb38b4644467cd119c7c07.debug 120777 root:root ../../usr/bin/gethead.debug +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/b926419c81315d796face886c88d3c70a86695 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/25/b926419c81315d796face886c88d3c70a86695.debug 120777 root:root ../../usr/bin/cphead.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/2e/0f61eb0a9cf64b7db4be2be044ebccf183d8b3 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/2e/0f61eb0a9cf64b7db4be2be044ebccf183d8b3.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/2e/137fb76cd737ad8d5bceef75179c71eb74bcba 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/2e/137fb76cd737ad8d5bceef75179c71eb74bcba.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/2e/761e089808acd710d2d33721af9b17c1334f0e 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/2e/761e089808acd710d2d33721af9b17c1334f0e.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/30 40755 root:root +File: /usr/lib/debug/.build-id/30/b7db62d1d1af1410915dd89651a653ada8e3cf 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/30/b7db62d1d1af1410915dd89651a653ada8e3cf.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/43731d88c2ec1531993e9aa7c21565f81be921 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/36/43731d88c2ec1531993e9aa7c21565f81be921.debug 120777 root:root ../../usr/bin/isrange.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/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/3b/ca74a63972f1e73cc214c49397001c5cf227cf 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/3b/ca74a63972f1e73cc214c49397001c5cf227cf.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/3c 40755 root:root +File: /usr/lib/debug/.build-id/3c/5cd367895fb555c2a7a7cca82db78448985024 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/3c/5cd367895fb555c2a7a7cca82db78448985024.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/44 40755 root:root +File: /usr/lib/debug/.build-id/44/1ead8cc70755af3174a7c7622459f85cfe29a4 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/44/1ead8cc70755af3174a7c7622459f85cfe29a4.debug 120777 root:root ../../usr/bin/i2f.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/46/f38993c9e1b15ffbba24bfa17b1c53e8d45630 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/46/f38993c9e1b15ffbba24bfa17b1c53e8d45630.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/446ec41c0e611ea64ca0ff672f4ffe0b6b86db 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/4a/446ec41c0e611ea64ca0ff672f4ffe0b6b86db.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/4d 40755 root:root +File: /usr/lib/debug/.build-id/4d/6ccea2e701141eeab5199ff6b1a4c2037c6d4f 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/4d/6ccea2e701141eeab5199ff6b1a4c2037c6d4f.debug 120777 root:root ../../usr/bin/delhead.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/4e/c3d94b29d02d5a02a633331ed6afd838403d57 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/4e/c3d94b29d02d5a02a633331ed6afd838403d57.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/55 40755 root:root +File: /usr/lib/debug/.build-id/55/d8707bfc91380bcb880886c63fbd500fa33592 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/55/d8707bfc91380bcb880886c63fbd500fa33592.debug 120777 root:root ../../usr/bin/filext.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/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/57/1e35c2b230b33f2e991e8f2dd653f4ecd44028 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/57/1e35c2b230b33f2e991e8f2dd653f4ecd44028.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/60 40755 root:root +File: /usr/lib/debug/.build-id/60/c3ec7efcebf93d154294e0f081eb9ae21074a1 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/60/c3ec7efcebf93d154294e0f081eb9ae21074a1.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/64 40755 root:root +File: /usr/lib/debug/.build-id/64/a7324086afaef54e83db89c65af3e224ea5196 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/64/a7324086afaef54e83db89c65af3e224ea5196.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/65 40755 root:root +File: /usr/lib/debug/.build-id/65/8e010093ae8e140dc9b533d39d7647f9fd2f14 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/65/8e010093ae8e140dc9b533d39d7647f9fd2f14.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/66 40755 root:root +File: /usr/lib/debug/.build-id/66/cb3dc967b261fa7a03c04f325a468e9995aedf 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/66/cb3dc967b261fa7a03c04f325a468e9995aedf.debug 120777 root:root ../../usr/bin/imcat.debug +File: /usr/lib/debug/.build-id/67 40755 root:root +File: /usr/lib/debug/.build-id/67/1ca77c38db62dd6d7821b6207b7e8598c791a3 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/67/1ca77c38db62dd6d7821b6207b7e8598c791a3.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/6b 40755 root:root +File: /usr/lib/debug/.build-id/6b/1ea2e98407bf90fe0ce047337dec0a2c28fe23 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/6b/1ea2e98407bf90fe0ce047337dec0a2c28fe23.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/6e 40755 root:root +File: /usr/lib/debug/.build-id/6e/e1b026347bbf987557daad8856300878840654 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/6e/e1b026347bbf987557daad8856300878840654.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/.build-id/7b 40755 root:root +File: /usr/lib/debug/.build-id/7b/88bf54c850610e92b53a065ca1f3beb3ce7723 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/7b/88bf54c850610e92b53a065ca1f3beb3ce7723.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/84 40755 root:root +File: /usr/lib/debug/.build-id/84/6037a43cb0e66108200c7b3f42cc1826967dce 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/84/6037a43cb0e66108200c7b3f42cc1826967dce.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/aeb07085b22fda982305504f09481c407b470c 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/8a/aeb07085b22fda982305504f09481c407b470c.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/99 40755 root:root +File: /usr/lib/debug/.build-id/99/7b30f53a6a2ca544900c4cd34077507a67fb56 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/99/7b30f53a6a2ca544900c4cd34077507a67fb56.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/9c 40755 root:root +File: /usr/lib/debug/.build-id/9c/7d8feff354c6aed232743c64554d1d4e2deb89 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/9c/7d8feff354c6aed232743c64554d1d4e2deb89.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/9c/db003afa2f78093a199f964236f22e9dd81f35 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/9c/db003afa2f78093a199f964236f22e9dd81f35.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/a4 40755 root:root +File: /usr/lib/debug/.build-id/a4/b54b3c7ebbb583dc2e89d83eff346aec94e458 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/a4/b54b3c7ebbb583dc2e89d83eff346aec94e458.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/a8 40755 root:root +File: /usr/lib/debug/.build-id/a8/59b00584618d627dffb03f25181488d3c4cac9 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/a8/59b00584618d627dffb03f25181488d3c4cac9.debug 120777 root:root ../../usr/bin/simpos.debug +File: /usr/lib/debug/.build-id/ab 40755 root:root +File: /usr/lib/debug/.build-id/ab/1a56894f2f7eb1908180257a8c922fc326e686 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/ab/1a56894f2f7eb1908180257a8c922fc326e686.debug 120777 root:root ../../usr/bin/keyhead.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/af/ae57d7585af608499058e76447dd4860e677e7 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/af/ae57d7585af608499058e76447dd4860e677e7.debug 120777 root:root ../../usr/bin/newfits.debug +File: /usr/lib/debug/.build-id/b4 40755 root:root +File: /usr/lib/debug/.build-id/b4/0e3705a77841f3d60ba07fdda369e7b3540bfa 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/b4/0e3705a77841f3d60ba07fdda369e7b3540bfa.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/b4/48674f2103ce861f8d227b993f6f33d43966ad 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/b4/48674f2103ce861f8d227b993f6f33d43966ad.debug 120777 root:root ../../usr/bin/fixpix.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/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/b7/5fdc9c4b0b146199ccac7fb741a7864dc51359 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/b7/5fdc9c4b0b146199ccac7fb741a7864dc51359.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/d0 40755 root:root +File: /usr/lib/debug/.build-id/d0/e8aee6c7b49419894764283274ae7eaa84577a 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/d0/e8aee6c7b49419894764283274ae7eaa84577a.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/e6/c0ce564f4fc8a7608f0ae6f34370489c8c997a 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/e6/c0ce564f4fc8a7608f0ae6f34370489c8c997a.debug 120777 root:root ../../usr/bin/isnum.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/ea/1250ec43aa7f8a81f47907237ec237d1350d12 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/ea/1250ec43aa7f8a81f47907237ec237d1350d12.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/ec 40755 root:root +File: /usr/lib/debug/.build-id/ec/635de6ccc8e0a9f4cb53df530237a1bc6639bf 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/ec/635de6ccc8e0a9f4cb53df530237a1bc6639bf.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/ee 40755 root:root +File: /usr/lib/debug/.build-id/ee/bdf192ed702b96ce9cc82ceca6e41ecf1f5ef4 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/ee/bdf192ed702b96ce9cc82ceca6e41ecf1f5ef4.debug 120777 root:root ../../usr/bin/sumpix.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/b0d2dbf2516d01a4d4248be727b5d50cf5233f 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/f0/b0d2dbf2516d01a4d4248be727b5d50cf5233f.debug 120777 root:root ../../usr/bin/xy2sky.debug +File: /usr/lib/debug/.build-id/f5 40755 root:root +File: /usr/lib/debug/.build-id/f5/f25ee58f1eea9272db024111855914c4a01b19 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/f5/f25ee58f1eea9272db024111855914c4a01b19.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/f5/f4593d3ddd51664095825774614649ba4002bb 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/f5/f4593d3ddd51664095825774614649ba4002bb.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/f4287799d36aa87a86cdbfeb77a4f96674e4bd 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/f6/f4287799d36aa87a86cdbfeb77a4f96674e4bd.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/ff 40755 root:root +File: /usr/lib/debug/.build-id/ff/560466de71e4d30cdd2aea5e2adc6981ff86f4 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/ff/560466de71e4d30cdd2aea5e2adc6981ff86f4.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 686fb7de74bc0e105b33dfba74672a89 +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 83d8c0300bdfeaab2b8723c86ef7cecb +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root 77be63f655eef691b70b9609283235b9 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root 7984efeff99c4374c7178ccc0ed389c7 +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root 0b19d48e35a64d912d1e36a4945fd395 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root 4d6da60cf0eba200ac671355693ddc01 +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root 41b7af102484b97ca77cbe18993f9e37 +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root 973af9da9842659a9564a7a33c550c2c +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root d73e05faacc38f79e1151e914fea71fc +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root 17b5dc3c82a5e43f56442a81a5514d5a +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root b60038f46931197f9aba0756a5809414 +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root a63efb799f58a90f2f9a88d6b3acd48c +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root aa3c1504d48370d7326e976ba700ea8c +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root b851baca72b9aa4cbedcbcc592961cd6 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root 9838678454e06fbc05a4e8af3ec8d047 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 771dce44c2f7aba558dda9c8c807faa2 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 314c82caebdd10609696d1b1e8d288bd +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root bac42c25ae1eb8b0421907876907cb47 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 541701333f93baba158780baaf43ae9c +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root 8537ade4625fe11785773e352c60b278 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root 9ffdba277830931772fa76f4a20d20f6 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 05d88c73f290d1c4d17aef6ae0d0f967 +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 4dcb7eb84c8e40f71154d2ac41112537 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root d47a471b07c071a7f0aab73983fe2843 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 96846b317df0f7239461b55a9865b9d5 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 91a2e5e96895d0489e58f6726599a471 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 4283fae1dc0cf359aacd200b9aeaa391 +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root a5a24f4358dba3c32049da2f050baf3d +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 7e9e9db5539f426cb5518c6fa44e7da9 +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 32ce73e1d18ba1904a782ab6180b2eda +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root f7a63d3ff7742071de83d661b8a4466a +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root 6937b8ddeca5be041a467c5c374bba17 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root b8bbd8c61a700f809208728c770654d7 +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 5739a35980c5dd671ca069ed47781069 +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 741219896b9c5c9fd7e4723ea02927cb +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root ac0474e9bb2924f41586a974ab0409f9 +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root cb84fa48970efd0b125205681b1534ad +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root b5cf4bb67232a48dc3a34bf7da858663 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root c3a87727effe5bf03101e0594a845172 +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root cd21eb749f360c31c79ea64da950869d +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root a0f8a6cbb3f21a39d8d58e1e5af64ebb +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 7994e1da3b3debe9179732d89f39a92d +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root a1ce305185b50efccd4436400943005d +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root 6d3a33debc933c26113cc1d1583734e9 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root bb533b605b550e3bdf3882f07506890a +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 92225f0131ff96387cf6f0ab349dfc1f +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 190d20cf62ee9c204fe56cb014ebc7f5 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root be9988cf6330c2be4c1762496b66808f +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 91550271f1b30621ea7f715bc9787f4d +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root f4b6502adf10ba25296a8a316929e141 +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 8e3af155553e62d8353f63bbf28530ae File: /usr/src/debug/wcstools-3.9.6 40755 root:root @@ -511,2 +509,2 @@ File: /usr/src/debug/wcstools-3.9.6/xy2sky.c 100644 root:root 30752bc131af7f4fe82015a731df72d8 -RPMIdentity: 732a618c6d6cad3c979851ee21539256ca0154e2353ec19639be488a8dacb60b50c6ed584be3fa8334d5f918095b2b60921a5a68888b567041758de1bf172bba +RPMIdentity: 61bb0bf4eb94cc1e41160018529dbf3e6bf770c70798c8449661d0ae347ed06d9816a079d40ed45ec147e04fef0bfb6e3c30ebf6aeca96a7dd8936ed98dcc65b