<86>May 28 02:37:32 userdel[3562406]: delete user 'rooter' <86>May 28 02:37:32 userdel[3562406]: removed group 'rooter' owned by 'rooter' <86>May 28 02:37:32 userdel[3562406]: removed shadow group 'rooter' owned by 'rooter' <86>May 28 02:37:32 groupadd[3562419]: group added to /etc/group: name=rooter, GID=984 <86>May 28 02:37:32 groupadd[3562419]: group added to /etc/gshadow: name=rooter <86>May 28 02:37:32 groupadd[3562419]: new group: name=rooter, GID=984 <86>May 28 02:37:32 useradd[3562431]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>May 28 02:37:32 userdel[3562444]: delete user 'builder' <86>May 28 02:37:32 userdel[3562444]: removed group 'builder' owned by 'builder' <86>May 28 02:37:32 userdel[3562444]: removed shadow group 'builder' owned by 'builder' <86>May 28 02:37:32 groupadd[3562454]: group added to /etc/group: name=builder, GID=985 <86>May 28 02:37:32 groupadd[3562454]: group added to /etc/gshadow: name=builder <86>May 28 02:37:32 groupadd[3562454]: new group: name=builder, GID=985 <86>May 28 02:37:32 useradd[3562494]: new user: name=builder, UID=985, GID=985, 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.47973 + 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 + 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' @ + grep -rl '59 Temple Place, Suite 330, Boston, MA 02111-1307 USA' '--include=*.c' '--include=*.h' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.47973 + 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:548, 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:138:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 138 | 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:138:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 138 | 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:138:10: warning: '__builtin___strncat_chk' specified bound 255 equals destination size [-Wstringop-overflow=] 138 | 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:548, 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.61613 + 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.14140 + 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.AXeQZ1 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.yiUQvA 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.HHDGWa Creating wcstools-debuginfo package Processing files: libwcstools1-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76100 + 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.7CRPEo 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.iw5i20 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.jg17pk Creating libwcstools1-debuginfo package Processing files: libwcstools-devel-3.9.6-alt1_2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38676 + 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.jmn1wV 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.VshmNL 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.eFyToH 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.qGKhPh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xarT7o 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.jIeXuD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9JG1sX 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) 35.56user 11.13system 0:53.48elapsed 87%CPU (0avgtext+0avgdata 80120maxresident)k 0inputs+0outputs (0major+3913671minor)pagefaults 0swaps 38.08user 13.86system 0:57.92elapsed 89%CPU (0avgtext+0avgdata 99064maxresident)k 0inputs+0outputs (15743major+4190107minor)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-05-28 02:38:29.022615024 +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 c47c6ddc876aca444d6727ec52ba1a13 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: 4d3026231fcb2f54455eb3d648e5bfe48c3a638420cf13e98e4c292b25b466005a72e0000ee451492aec768980dbc59312bbdc3c184a2e007eed5e0ef19bfa34 --- 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-05-28 02:38:29.082615992 +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/41 40755 root:root +/usr/lib/debug/.build-id/41/63a54b54b213a67a0f4c5d4796074c7323bb56 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +/usr/lib/debug/.build-id/41/63a54b54b213a67a0f4c5d4796074c7323bb56.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/41 40755 root:root +File: /usr/lib/debug/.build-id/41/63a54b54b213a67a0f4c5d4796074c7323bb56 120777 root:root ../../../../lib64/libwcstools.so.1.0.0 +File: /usr/lib/debug/.build-id/41/63a54b54b213a67a0f4c5d4796074c7323bb56.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 329bd4b72644d514f06eee9dc13d1278 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: 4f5fc8033622e330dc92352c38f2c0484ac2cb7f28f1ebf4205e05a1f53a7112b6b9b1f871a0149e8c6567064282c05f5d21da9407f221c6af5ccfb662fd014c --- 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-05-28 02:38:29.142616961 +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 84f6955546b46008f0faf3c783c02641 +File: /usr/bin/bincat 100755 root:root d99330cba691d0a9a937906c367b9095 +File: /usr/bin/char2sp 100755 root:root b6fe79915e8153a01c014eed2115faca +File: /usr/bin/conpix 100755 root:root 0a6cdc571540d3001b8c9e1febc0456b +File: /usr/bin/cphead 100755 root:root d47d01ca200c2168e2db46f854cf25e9 +File: /usr/bin/crlf 100755 root:root 36fa7ccaeb59d5c1c308738f9a4f5e69 +File: /usr/bin/delhead 100755 root:root 14096b02eb7888f6765e194bbd5819a2 +File: /usr/bin/delwcs 100755 root:root 2ec5a4beffc54241d264461fbc111c05 +File: /usr/bin/edhead 100755 root:root d7762def6965d76bb085a167fcf41d58 +File: /usr/bin/filename 100755 root:root 8f532a74324a42478c69318933b085a5 +File: /usr/bin/fileroot 100755 root:root 29388720cffe0e18d2a05b13cb46bf74 +File: /usr/bin/filext 100755 root:root 1e6ac271938547fc45321939b91ed016 +File: /usr/bin/fixpix 100755 root:root ac093a54f7d0ff7c87bc428e89b32f2c +File: /usr/bin/getcol 100755 root:root cf6d53b02b623cdb1eff057ab022374c +File: /usr/bin/getdate 100755 root:root fc9b9be0c399dd07d0e27ab19cc744d8 +File: /usr/bin/getfits 100755 root:root b7b5d7f076f78e186ff3b4857bff4ddb +File: /usr/bin/gethead 100755 root:root b9bda3acd9549cf056887daf06a442d2 +File: /usr/bin/getpix 100755 root:root 6089718b5764dab5ff8ce31c264b30e3 +File: /usr/bin/gettab 100755 root:root 7ab0d93501673f47637d95c324963ab4 +File: /usr/bin/htmlsp 100755 root:root bf269b07d35683fe4c79f56ff063cb3d +File: /usr/bin/i2f 100755 root:root df031298b67a1911b4aea344f21695b8 +File: /usr/bin/imcat 100755 root:root a88067330db7265e34b4cf13de7e5399 +File: /usr/bin/imextract 100755 root:root 9175a3c462a1808bbabc6dafbbdf9e7c +File: /usr/bin/imfill 100755 root:root a42d111585bb4c2c081d93ef1462a946 +File: /usr/bin/imhead 100755 root:root 76bbe04e0286e41426e868c467c5c61b +File: /usr/bin/immatch 100755 root:root eb3fdc0ab0c6ee007faf0d31dc2b67b7 +File: /usr/bin/imresize 100755 root:root acccaf66e82927bcd09268af9f7d0ca5 +File: /usr/bin/imrot 100755 root:root a295b213d1031d65139e58282e90c566 +File: /usr/bin/imsize 100755 root:root 04086f5fe6f2d67100376954f2928e8b +File: /usr/bin/imsmooth 100755 root:root b1895b0d35c1ad5266736be3fecd949a +File: /usr/bin/imstack 100755 root:root 40efa6a77291f4ca1430a848893d5d55 +File: /usr/bin/imstar 100755 root:root 86f8bffefb10e842803d4c6d2788b88b +File: /usr/bin/imwcs 100755 root:root c978daab18a625ba5e7f03b291c50da0 +File: /usr/bin/isfile 100755 root:root 5ae8a640842e4d7cfa1c5ecd5f5335f4 +File: /usr/bin/isfits 100755 root:root 5699d72d9f2468eb4462ccce579362c8 +File: /usr/bin/isnum 100755 root:root b2c93fe55fcd5477cca9bf881ff19f8f +File: /usr/bin/isrange 100755 root:root 33ac9534f328b750c735c3dbdc4de6f6 +File: /usr/bin/keyhead 100755 root:root f7486351689f4e9da4174c312168ff1b +File: /usr/bin/newfits 100755 root:root ce9caa8d4ea6e7c11235468ada106234 +File: /usr/bin/scat 100755 root:root 7d1cb0febd02426f261e5bba0d0daa3c +File: /usr/bin/sethead 100755 root:root 874c5b6790d8d0d50b6507502386d9c5 +File: /usr/bin/setpix 100755 root:root 03fd6489a000ad9ce59a79a1133af1f8 +File: /usr/bin/simpos 100755 root:root 0ffe468d42d87aca0a20983cc5230bdd +File: /usr/bin/sky2xy 100755 root:root 4afd7a43610c0f75a94e790ed79d1fd4 +File: /usr/bin/skycoor 100755 root:root 3b60b8630747e02bae742d8ca879c3bb +File: /usr/bin/sp2char 100755 root:root 35277b96dcd15e1b0cd5a824878bd14f +File: /usr/bin/subpix 100755 root:root c7dae86f9d11bcb4cc456d431a6efd80 +File: /usr/bin/sumpix 100755 root:root 2659175f3db555c8920640f6ba916825 +File: /usr/bin/wcshead 100755 root:root 60fc9855d1dc56c1e53eb5708cfc6efc +File: /usr/bin/wcsremap 100755 root:root a0cac0b08a8e50bfa456df5079030367 +File: /usr/bin/xy2sky 100755 root:root 014f4b4b7a1b17b279535ffde5a83c61 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: 7914f8455eae771ecba0b30ecce9aa3298c8aafe25a8fa9dc39b7c1c38031232cf1524326dba4a63d6173c6ac6a20632a2ffb723c8b500e0a0871282c8a50c2a --- 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-05-28 02:38:29.212618092 +0000 @@ -1,149 +1,149 @@ -/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/03 40755 root:root +/usr/lib/debug/.build-id/03/37566d66936f6fc91086783ff51134a18d45b3 120777 root:root ../../../../bin/delwcs +/usr/lib/debug/.build-id/03/37566d66936f6fc91086783ff51134a18d45b3.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/08 40755 root:root +/usr/lib/debug/.build-id/08/fc470f7622c767d168647b43483a2b490a392f 120777 root:root ../../../../bin/htmlsp +/usr/lib/debug/.build-id/08/fc470f7622c767d168647b43483a2b490a392f.debug 120777 root:root ../../usr/bin/htmlsp.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/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/09/d125a0ff4178a4b69ac8c4d03b71c723b0377a 120777 root:root ../../../../bin/filename +/usr/lib/debug/.build-id/09/d125a0ff4178a4b69ac8c4d03b71c723b0377a.debug 120777 root:root ../../usr/bin/filename.debug +/usr/lib/debug/.build-id/0c 40755 root:root +/usr/lib/debug/.build-id/0c/706f46c4ceced588d79851c7bfdc26a53d905e 120777 root:root ../../../../bin/immatch +/usr/lib/debug/.build-id/0c/706f46c4ceced588d79851c7bfdc26a53d905e.debug 120777 root:root ../../usr/bin/immatch.debug +/usr/lib/debug/.build-id/13 40755 root:root +/usr/lib/debug/.build-id/13/b0be5c833ba8922034f4e5cc5c1ab356a5d9d1 120777 root:root ../../../../bin/sumpix +/usr/lib/debug/.build-id/13/b0be5c833ba8922034f4e5cc5c1ab356a5d9d1.debug 120777 root:root ../../usr/bin/sumpix.debug +/usr/lib/debug/.build-id/13/f7942768024d8a2a4580bdeadef2917120954a 120777 root:root ../../../../bin/getpix +/usr/lib/debug/.build-id/13/f7942768024d8a2a4580bdeadef2917120954a.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/19 40755 root:root +/usr/lib/debug/.build-id/19/16dd5018014e8dbac09bfa118a6819b482dd34 120777 root:root ../../../../bin/simpos +/usr/lib/debug/.build-id/19/16dd5018014e8dbac09bfa118a6819b482dd34.debug 120777 root:root ../../usr/bin/simpos.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/2e 40755 root:root -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -/usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -/usr/lib/debug/.build-id/31 40755 root:root -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -/usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -/usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -/usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -/usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -/usr/lib/debug/.build-id/41 40755 root:root -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -/usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug +/usr/lib/debug/.build-id/1b/1dc368734bfda178d4ee11a36eab633092efe5 120777 root:root ../../../../bin/imresize +/usr/lib/debug/.build-id/1b/1dc368734bfda178d4ee11a36eab633092efe5.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/2f741128dd732b4c9c8d2500550a0c994ef1e6 120777 root:root ../../../../bin/char2sp +/usr/lib/debug/.build-id/20/2f741128dd732b4c9c8d2500550a0c994ef1e6.debug 120777 root:root ../../usr/bin/char2sp.debug +/usr/lib/debug/.build-id/20/fcb72887e4623500d898ba2758a236315a3dbe 120777 root:root ../../../../bin/getfits +/usr/lib/debug/.build-id/20/fcb72887e4623500d898ba2758a236315a3dbe.debug 120777 root:root ../../usr/bin/getfits.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/9e933c298199b109c12ddf9e37225e4bc48935 120777 root:root ../../../../bin/gettab +/usr/lib/debug/.build-id/2b/9e933c298199b109c12ddf9e37225e4bc48935.debug 120777 root:root ../../usr/bin/gettab.debug +/usr/lib/debug/.build-id/30 40755 root:root +/usr/lib/debug/.build-id/30/3240a5485cd80e5f6ada16cd54b9808db2856a 120777 root:root ../../../../bin/imstack +/usr/lib/debug/.build-id/30/3240a5485cd80e5f6ada16cd54b9808db2856a.debug 120777 root:root ../../usr/bin/imstack.debug +/usr/lib/debug/.build-id/32 40755 root:root +/usr/lib/debug/.build-id/32/6a94b9705d954673a2c35b0f439e9158a2b0e8 120777 root:root ../../../../bin/delhead +/usr/lib/debug/.build-id/32/6a94b9705d954673a2c35b0f439e9158a2b0e8.debug 120777 root:root ../../usr/bin/delhead.debug /usr/lib/debug/.build-id/43 40755 root:root -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -/usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -/usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug +/usr/lib/debug/.build-id/43/1519534a3c24f95c469a252224d355101408ad 120777 root:root ../../../../bin/imcat +/usr/lib/debug/.build-id/43/1519534a3c24f95c469a252224d355101408ad.debug 120777 root:root ../../usr/bin/imcat.debug /usr/lib/debug/.build-id/47 40755 root:root -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -/usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -/usr/lib/debug/.build-id/4e 40755 root:root -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -/usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/47/30ee13cda04df090c2a6333a165b70c67c9993 120777 root:root ../../../../bin/imfill +/usr/lib/debug/.build-id/47/30ee13cda04df090c2a6333a165b70c67c9993.debug 120777 root:root ../../usr/bin/imfill.debug +/usr/lib/debug/.build-id/52 40755 root:root +/usr/lib/debug/.build-id/52/5558e2dc46afe6af7c60debbe18ad2d7682cf4 120777 root:root ../../../../bin/addpix +/usr/lib/debug/.build-id/52/5558e2dc46afe6af7c60debbe18ad2d7682cf4.debug 120777 root:root ../../usr/bin/addpix.debug +/usr/lib/debug/.build-id/53 40755 root:root +/usr/lib/debug/.build-id/53/f9828a8efe9826f35a48960ba1a18a270c91ee 120777 root:root ../../../../bin/isrange +/usr/lib/debug/.build-id/53/f9828a8efe9826f35a48960ba1a18a270c91ee.debug 120777 root:root ../../usr/bin/isrange.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/57/777efc5cd2433bf4d1d0f4bac3a8a78d2c4a61 120777 root:root ../../../../bin/bincat +/usr/lib/debug/.build-id/57/777efc5cd2433bf4d1d0f4bac3a8a78d2c4a61.debug 120777 root:root ../../usr/bin/bincat.debug +/usr/lib/debug/.build-id/5a 40755 root:root +/usr/lib/debug/.build-id/5a/6063677570fd5cf08f41ab69b4f964b8608f41 120777 root:root ../../../../bin/filext +/usr/lib/debug/.build-id/5a/6063677570fd5cf08f41ab69b4f964b8608f41.debug 120777 root:root ../../usr/bin/filext.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/f4d08cf03d29d45bb4031ca326fcb8b8ec4707 120777 root:root ../../../../bin/xy2sky +/usr/lib/debug/.build-id/5b/f4d08cf03d29d45bb4031ca326fcb8b8ec4707.debug 120777 root:root ../../usr/bin/xy2sky.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/6f/1bae5ce5798b0e241289fe4225e7c7de74bc66 120777 root:root ../../../../bin/imsize +/usr/lib/debug/.build-id/6f/1bae5ce5798b0e241289fe4225e7c7de74bc66.debug 120777 root:root ../../usr/bin/imsize.debug +/usr/lib/debug/.build-id/6f/4c6d7c14c258c5a6fc16266f8f93a34299945c 120777 root:root ../../../../bin/scat +/usr/lib/debug/.build-id/6f/4c6d7c14c258c5a6fc16266f8f93a34299945c.debug 120777 root:root ../../usr/bin/scat.debug +/usr/lib/debug/.build-id/73 40755 root:root +/usr/lib/debug/.build-id/73/ec84df01030ceb5afc086dfc94b44b54d7e086 120777 root:root ../../../../bin/sp2char +/usr/lib/debug/.build-id/73/ec84df01030ceb5afc086dfc94b44b54d7e086.debug 120777 root:root ../../usr/bin/sp2char.debug +/usr/lib/debug/.build-id/74 40755 root:root +/usr/lib/debug/.build-id/74/786c6042dbac43101440e37765b58ebf371d49 120777 root:root ../../../../bin/imstar +/usr/lib/debug/.build-id/74/786c6042dbac43101440e37765b58ebf371d49.debug 120777 root:root ../../usr/bin/imstar.debug +/usr/lib/debug/.build-id/75 40755 root:root +/usr/lib/debug/.build-id/75/100c9f4d32b9101f8a730b8237a414ee23263c 120777 root:root ../../../../bin/keyhead +/usr/lib/debug/.build-id/75/100c9f4d32b9101f8a730b8237a414ee23263c.debug 120777 root:root ../../usr/bin/keyhead.debug /usr/lib/debug/.build-id/7c 40755 root:root -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -/usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -/usr/lib/debug/.build-id/89 40755 root:root -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -/usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -/usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug -/usr/lib/debug/.build-id/93 40755 root:root -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -/usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -/usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -/usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug -/usr/lib/debug/.build-id/af 40755 root:root -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -/usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -/usr/lib/debug/.build-id/b0 40755 root:root -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -/usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug -/usr/lib/debug/.build-id/b7 40755 root:root -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -/usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug +/usr/lib/debug/.build-id/7c/69058102acde556cfc89c6d29892c8b232addc 120777 root:root ../../../../bin/isfits +/usr/lib/debug/.build-id/7c/69058102acde556cfc89c6d29892c8b232addc.debug 120777 root:root ../../usr/bin/isfits.debug +/usr/lib/debug/.build-id/7e 40755 root:root +/usr/lib/debug/.build-id/7e/d9ca3f35c4cf660d0fe6b34b3b6063b8dace2f 120777 root:root ../../../../bin/isfile +/usr/lib/debug/.build-id/7e/d9ca3f35c4cf660d0fe6b34b3b6063b8dace2f.debug 120777 root:root ../../usr/bin/isfile.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/924c3f4ba0c94c03a920e185457d0c091b7c8a 120777 root:root ../../../../bin/edhead +/usr/lib/debug/.build-id/80/924c3f4ba0c94c03a920e185457d0c091b7c8a.debug 120777 root:root ../../usr/bin/edhead.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/7442964c0ac35ebdf2225d50a20bb355b178b7 120777 root:root ../../../../bin/sethead +/usr/lib/debug/.build-id/82/7442964c0ac35ebdf2225d50a20bb355b178b7.debug 120777 root:root ../../usr/bin/sethead.debug +/usr/lib/debug/.build-id/85 40755 root:root +/usr/lib/debug/.build-id/85/ac20784ee38786bf8870fa8dd344de567ff64b 120777 root:root ../../../../bin/skycoor +/usr/lib/debug/.build-id/85/ac20784ee38786bf8870fa8dd344de567ff64b.debug 120777 root:root ../../usr/bin/skycoor.debug +/usr/lib/debug/.build-id/90 40755 root:root +/usr/lib/debug/.build-id/90/4d75c598ec70bd4d49deee7f1769fab51a1574 120777 root:root ../../../../bin/conpix +/usr/lib/debug/.build-id/90/4d75c598ec70bd4d49deee7f1769fab51a1574.debug 120777 root:root ../../usr/bin/conpix.debug +/usr/lib/debug/.build-id/92 40755 root:root +/usr/lib/debug/.build-id/92/0c0ee3e8fdbe50daa420eb4061da439855ac0f 120777 root:root ../../../../bin/sky2xy +/usr/lib/debug/.build-id/92/0c0ee3e8fdbe50daa420eb4061da439855ac0f.debug 120777 root:root ../../usr/bin/sky2xy.debug +/usr/lib/debug/.build-id/9f 40755 root:root +/usr/lib/debug/.build-id/9f/6640d0169b2ff5dbd119bf1675d84c1662607c 120777 root:root ../../../../bin/subpix +/usr/lib/debug/.build-id/9f/6640d0169b2ff5dbd119bf1675d84c1662607c.debug 120777 root:root ../../usr/bin/subpix.debug +/usr/lib/debug/.build-id/a3 40755 root:root +/usr/lib/debug/.build-id/a3/9e1c802f6871e9710f5329867f3b20891701b7 120777 root:root ../../../../bin/imextract +/usr/lib/debug/.build-id/a3/9e1c802f6871e9710f5329867f3b20891701b7.debug 120777 root:root ../../usr/bin/imextract.debug +/usr/lib/debug/.build-id/a8 40755 root:root +/usr/lib/debug/.build-id/a8/a47cd6de0b6244d0eec8ff1aeecef3a6245f13 120777 root:root ../../../../bin/setpix +/usr/lib/debug/.build-id/a8/a47cd6de0b6244d0eec8ff1aeecef3a6245f13.debug 120777 root:root ../../usr/bin/setpix.debug +/usr/lib/debug/.build-id/a9 40755 root:root +/usr/lib/debug/.build-id/a9/dbdde8834022daf4c314864116c63181e3febe 120777 root:root ../../../../bin/getdate +/usr/lib/debug/.build-id/a9/dbdde8834022daf4c314864116c63181e3febe.debug 120777 root:root ../../usr/bin/getdate.debug +/usr/lib/debug/.build-id/ae 40755 root:root +/usr/lib/debug/.build-id/ae/9a8ea84e95a854d2ccf82b94e179c352d80f62 120777 root:root ../../../../bin/imhead +/usr/lib/debug/.build-id/ae/9a8ea84e95a854d2ccf82b94e179c352d80f62.debug 120777 root:root ../../usr/bin/imhead.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/60eda4b857171e790cbe35b09f199c72f4cb62 120777 root:root ../../../../bin/i2f +/usr/lib/debug/.build-id/b9/60eda4b857171e790cbe35b09f199c72f4cb62.debug 120777 root:root ../../usr/bin/i2f.debug +/usr/lib/debug/.build-id/bb 40755 root:root +/usr/lib/debug/.build-id/bb/2ba2f7b026497fc929111629d4c69bd622ecd8 120777 root:root ../../../../bin/gethead +/usr/lib/debug/.build-id/bb/2ba2f7b026497fc929111629d4c69bd622ecd8.debug 120777 root:root ../../usr/bin/gethead.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/bc/b6df4e165ac0431c79cb163c875d0e24b3c8d5 120777 root:root ../../../../bin/newfits +/usr/lib/debug/.build-id/bc/b6df4e165ac0431c79cb163c875d0e24b3c8d5.debug 120777 root:root ../../usr/bin/newfits.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/e6 40755 root:root -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -/usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -/usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug -/usr/lib/debug/.build-id/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/c2/d7b4c81087b78f904ae274c94f41ee2600cc1f 120777 root:root ../../../../bin/wcsremap +/usr/lib/debug/.build-id/c2/d7b4c81087b78f904ae274c94f41ee2600cc1f.debug 120777 root:root ../../usr/bin/wcsremap.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/b4120b86ec9d70bb892044ed6052fb1752b4a6 120777 root:root ../../../../bin/wcshead +/usr/lib/debug/.build-id/d3/b4120b86ec9d70bb892044ed6052fb1752b4a6.debug 120777 root:root ../../usr/bin/wcshead.debug +/usr/lib/debug/.build-id/d4 40755 root:root +/usr/lib/debug/.build-id/d4/b00c514fc51c0186aae501028e61071674d5df 120777 root:root ../../../../bin/fileroot +/usr/lib/debug/.build-id/d4/b00c514fc51c0186aae501028e61071674d5df.debug 120777 root:root ../../usr/bin/fileroot.debug +/usr/lib/debug/.build-id/dc 40755 root:root +/usr/lib/debug/.build-id/dc/32cab1f2b4cdf096737d7966406b5a3aa85d5b 120777 root:root ../../../../bin/cphead +/usr/lib/debug/.build-id/dc/32cab1f2b4cdf096737d7966406b5a3aa85d5b.debug 120777 root:root ../../usr/bin/cphead.debug +/usr/lib/debug/.build-id/dc/bff1e9e9f89ca88de11a6a7a823275c7a1ee5c 120777 root:root ../../../../bin/fixpix +/usr/lib/debug/.build-id/dc/bff1e9e9f89ca88de11a6a7a823275c7a1ee5c.debug 120777 root:root ../../usr/bin/fixpix.debug +/usr/lib/debug/.build-id/df 40755 root:root +/usr/lib/debug/.build-id/df/1addf32a330c2ceb38f7584e3c0a839a5e04c4 120777 root:root ../../../../bin/imwcs +/usr/lib/debug/.build-id/df/1addf32a330c2ceb38f7584e3c0a839a5e04c4.debug 120777 root:root ../../usr/bin/imwcs.debug +/usr/lib/debug/.build-id/df/7e76cafe1585f96e93aabd4579dc0432219ded 120777 root:root ../../../../bin/imrot +/usr/lib/debug/.build-id/df/7e76cafe1585f96e93aabd4579dc0432219ded.debug 120777 root:root ../../usr/bin/imrot.debug +/usr/lib/debug/.build-id/e4 40755 root:root +/usr/lib/debug/.build-id/e4/10580ec23133bf847e64f71436dc4384918ea9 120777 root:root ../../../../bin/crlf +/usr/lib/debug/.build-id/e4/10580ec23133bf847e64f71436dc4384918ea9.debug 120777 root:root ../../usr/bin/crlf.debug +/usr/lib/debug/.build-id/e5 40755 root:root +/usr/lib/debug/.build-id/e5/01ce86b402e343a0fd2c545b6a2b0890454950 120777 root:root ../../../../bin/getcol +/usr/lib/debug/.build-id/e5/01ce86b402e343a0fd2c545b6a2b0890454950.debug 120777 root:root ../../usr/bin/getcol.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/7dffccb550b54c5230f5f48c98a3440e72a5cc 120777 root:root ../../../../bin/isnum +/usr/lib/debug/.build-id/f3/7dffccb550b54c5230f5f48c98a3440e72a5cc.debug 120777 root:root ../../usr/bin/isnum.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/fe/ba9f3e3db831fd43e1570da58922789cd10bfe 120777 root:root ../../../../bin/imsmooth +/usr/lib/debug/.build-id/fe/ba9f3e3db831fd43e1570da58922789cd10bfe.debug 120777 root:root ../../usr/bin/imsmooth.debug /usr/lib/debug/usr/bin/addpix.debug 100644 root:root @@ -258,201 +258,201 @@ 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/03 40755 root:root +File: /usr/lib/debug/.build-id/03/37566d66936f6fc91086783ff51134a18d45b3 120777 root:root ../../../../bin/delwcs +File: /usr/lib/debug/.build-id/03/37566d66936f6fc91086783ff51134a18d45b3.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/08 40755 root:root +File: /usr/lib/debug/.build-id/08/fc470f7622c767d168647b43483a2b490a392f 120777 root:root ../../../../bin/htmlsp +File: /usr/lib/debug/.build-id/08/fc470f7622c767d168647b43483a2b490a392f.debug 120777 root:root ../../usr/bin/htmlsp.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/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/09/d125a0ff4178a4b69ac8c4d03b71c723b0377a 120777 root:root ../../../../bin/filename +File: /usr/lib/debug/.build-id/09/d125a0ff4178a4b69ac8c4d03b71c723b0377a.debug 120777 root:root ../../usr/bin/filename.debug +File: /usr/lib/debug/.build-id/0c 40755 root:root +File: /usr/lib/debug/.build-id/0c/706f46c4ceced588d79851c7bfdc26a53d905e 120777 root:root ../../../../bin/immatch +File: /usr/lib/debug/.build-id/0c/706f46c4ceced588d79851c7bfdc26a53d905e.debug 120777 root:root ../../usr/bin/immatch.debug +File: /usr/lib/debug/.build-id/13 40755 root:root +File: /usr/lib/debug/.build-id/13/b0be5c833ba8922034f4e5cc5c1ab356a5d9d1 120777 root:root ../../../../bin/sumpix +File: /usr/lib/debug/.build-id/13/b0be5c833ba8922034f4e5cc5c1ab356a5d9d1.debug 120777 root:root ../../usr/bin/sumpix.debug +File: /usr/lib/debug/.build-id/13/f7942768024d8a2a4580bdeadef2917120954a 120777 root:root ../../../../bin/getpix +File: /usr/lib/debug/.build-id/13/f7942768024d8a2a4580bdeadef2917120954a.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/19 40755 root:root +File: /usr/lib/debug/.build-id/19/16dd5018014e8dbac09bfa118a6819b482dd34 120777 root:root ../../../../bin/simpos +File: /usr/lib/debug/.build-id/19/16dd5018014e8dbac09bfa118a6819b482dd34.debug 120777 root:root ../../usr/bin/simpos.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/2e 40755 root:root -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078 120777 root:root ../../../../bin/edhead -File: /usr/lib/debug/.build-id/2e/37bdb760950ce65574dd4420fb6e414cdd6078.debug 120777 root:root ../../usr/bin/edhead.debug -File: /usr/lib/debug/.build-id/31 40755 root:root -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723 120777 root:root ../../../../bin/i2f -File: /usr/lib/debug/.build-id/31/5438228776a6d13585cd31fe0ed657dc513723.debug 120777 root:root ../../usr/bin/i2f.debug -File: /usr/lib/debug/.build-id/35 40755 root:root -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155 120777 root:root ../../../../bin/sumpix -File: /usr/lib/debug/.build-id/35/a4b02a326a21de545c5c2c4369315f710ad155.debug 120777 root:root ../../usr/bin/sumpix.debug -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a 120777 root:root ../../../../bin/isnum -File: /usr/lib/debug/.build-id/39/dbf5ad154db0b2ad4cd9972435a7a3bb07143a.debug 120777 root:root ../../usr/bin/isnum.debug -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f 120777 root:root ../../../../bin/getcol -File: /usr/lib/debug/.build-id/3b/8ad4c18534138de62af71fd1d2af69f62ce26f.debug 120777 root:root ../../usr/bin/getcol.debug -File: /usr/lib/debug/.build-id/41 40755 root:root -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422 120777 root:root ../../../../bin/getpix -File: /usr/lib/debug/.build-id/41/e59eaa9ebd49c587ec5cba97891f34b0288422.debug 120777 root:root ../../usr/bin/getpix.debug +File: /usr/lib/debug/.build-id/1b/1dc368734bfda178d4ee11a36eab633092efe5 120777 root:root ../../../../bin/imresize +File: /usr/lib/debug/.build-id/1b/1dc368734bfda178d4ee11a36eab633092efe5.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/2f741128dd732b4c9c8d2500550a0c994ef1e6 120777 root:root ../../../../bin/char2sp +File: /usr/lib/debug/.build-id/20/2f741128dd732b4c9c8d2500550a0c994ef1e6.debug 120777 root:root ../../usr/bin/char2sp.debug +File: /usr/lib/debug/.build-id/20/fcb72887e4623500d898ba2758a236315a3dbe 120777 root:root ../../../../bin/getfits +File: /usr/lib/debug/.build-id/20/fcb72887e4623500d898ba2758a236315a3dbe.debug 120777 root:root ../../usr/bin/getfits.debug +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/9e933c298199b109c12ddf9e37225e4bc48935 120777 root:root ../../../../bin/gettab +File: /usr/lib/debug/.build-id/2b/9e933c298199b109c12ddf9e37225e4bc48935.debug 120777 root:root ../../usr/bin/gettab.debug +File: /usr/lib/debug/.build-id/30 40755 root:root +File: /usr/lib/debug/.build-id/30/3240a5485cd80e5f6ada16cd54b9808db2856a 120777 root:root ../../../../bin/imstack +File: /usr/lib/debug/.build-id/30/3240a5485cd80e5f6ada16cd54b9808db2856a.debug 120777 root:root ../../usr/bin/imstack.debug +File: /usr/lib/debug/.build-id/32 40755 root:root +File: /usr/lib/debug/.build-id/32/6a94b9705d954673a2c35b0f439e9158a2b0e8 120777 root:root ../../../../bin/delhead +File: /usr/lib/debug/.build-id/32/6a94b9705d954673a2c35b0f439e9158a2b0e8.debug 120777 root:root ../../usr/bin/delhead.debug File: /usr/lib/debug/.build-id/43 40755 root:root -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721 120777 root:root ../../../../bin/crlf -File: /usr/lib/debug/.build-id/43/920fedc686ed92f335a655320df06198696721.debug 120777 root:root ../../usr/bin/crlf.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4 120777 root:root ../../../../bin/imresize -File: /usr/lib/debug/.build-id/46/44245d5384501bf5251bf1cc76d19bf1c5aed4.debug 120777 root:root ../../usr/bin/imresize.debug +File: /usr/lib/debug/.build-id/43/1519534a3c24f95c469a252224d355101408ad 120777 root:root ../../../../bin/imcat +File: /usr/lib/debug/.build-id/43/1519534a3c24f95c469a252224d355101408ad.debug 120777 root:root ../../usr/bin/imcat.debug File: /usr/lib/debug/.build-id/47 40755 root:root -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84 120777 root:root ../../../../bin/isfits -File: /usr/lib/debug/.build-id/47/f7f69e4f41a8f59fa61ce59f4f6fcd35e86e84.debug 120777 root:root ../../usr/bin/isfits.debug -File: /usr/lib/debug/.build-id/4e 40755 root:root -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd 120777 root:root ../../../../bin/cphead -File: /usr/lib/debug/.build-id/4e/06887bdf8cdb5ae43c4b7aad7e6e6617fd76dd.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/47/30ee13cda04df090c2a6333a165b70c67c9993 120777 root:root ../../../../bin/imfill +File: /usr/lib/debug/.build-id/47/30ee13cda04df090c2a6333a165b70c67c9993.debug 120777 root:root ../../usr/bin/imfill.debug +File: /usr/lib/debug/.build-id/52 40755 root:root +File: /usr/lib/debug/.build-id/52/5558e2dc46afe6af7c60debbe18ad2d7682cf4 120777 root:root ../../../../bin/addpix +File: /usr/lib/debug/.build-id/52/5558e2dc46afe6af7c60debbe18ad2d7682cf4.debug 120777 root:root ../../usr/bin/addpix.debug +File: /usr/lib/debug/.build-id/53 40755 root:root +File: /usr/lib/debug/.build-id/53/f9828a8efe9826f35a48960ba1a18a270c91ee 120777 root:root ../../../../bin/isrange +File: /usr/lib/debug/.build-id/53/f9828a8efe9826f35a48960ba1a18a270c91ee.debug 120777 root:root ../../usr/bin/isrange.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/57/777efc5cd2433bf4d1d0f4bac3a8a78d2c4a61 120777 root:root ../../../../bin/bincat +File: /usr/lib/debug/.build-id/57/777efc5cd2433bf4d1d0f4bac3a8a78d2c4a61.debug 120777 root:root ../../usr/bin/bincat.debug +File: /usr/lib/debug/.build-id/5a 40755 root:root +File: /usr/lib/debug/.build-id/5a/6063677570fd5cf08f41ab69b4f964b8608f41 120777 root:root ../../../../bin/filext +File: /usr/lib/debug/.build-id/5a/6063677570fd5cf08f41ab69b4f964b8608f41.debug 120777 root:root ../../usr/bin/filext.debug +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/f4d08cf03d29d45bb4031ca326fcb8b8ec4707 120777 root:root ../../../../bin/xy2sky +File: /usr/lib/debug/.build-id/5b/f4d08cf03d29d45bb4031ca326fcb8b8ec4707.debug 120777 root:root ../../usr/bin/xy2sky.debug File: /usr/lib/debug/.build-id/6f 40755 root:root -File: /usr/lib/debug/.build-id/6f/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/6f/1bae5ce5798b0e241289fe4225e7c7de74bc66 120777 root:root ../../../../bin/imsize +File: /usr/lib/debug/.build-id/6f/1bae5ce5798b0e241289fe4225e7c7de74bc66.debug 120777 root:root ../../usr/bin/imsize.debug +File: /usr/lib/debug/.build-id/6f/4c6d7c14c258c5a6fc16266f8f93a34299945c 120777 root:root ../../../../bin/scat +File: /usr/lib/debug/.build-id/6f/4c6d7c14c258c5a6fc16266f8f93a34299945c.debug 120777 root:root ../../usr/bin/scat.debug +File: /usr/lib/debug/.build-id/73 40755 root:root +File: /usr/lib/debug/.build-id/73/ec84df01030ceb5afc086dfc94b44b54d7e086 120777 root:root ../../../../bin/sp2char +File: /usr/lib/debug/.build-id/73/ec84df01030ceb5afc086dfc94b44b54d7e086.debug 120777 root:root ../../usr/bin/sp2char.debug +File: /usr/lib/debug/.build-id/74 40755 root:root +File: /usr/lib/debug/.build-id/74/786c6042dbac43101440e37765b58ebf371d49 120777 root:root ../../../../bin/imstar +File: /usr/lib/debug/.build-id/74/786c6042dbac43101440e37765b58ebf371d49.debug 120777 root:root ../../usr/bin/imstar.debug +File: /usr/lib/debug/.build-id/75 40755 root:root +File: /usr/lib/debug/.build-id/75/100c9f4d32b9101f8a730b8237a414ee23263c 120777 root:root ../../../../bin/keyhead +File: /usr/lib/debug/.build-id/75/100c9f4d32b9101f8a730b8237a414ee23263c.debug 120777 root:root ../../usr/bin/keyhead.debug File: /usr/lib/debug/.build-id/7c 40755 root:root -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd 120777 root:root ../../../../bin/filext -File: /usr/lib/debug/.build-id/7c/64425d06cd804a5286431ef3429d2e580ef6fd.debug 120777 root:root ../../usr/bin/filext.debug -File: /usr/lib/debug/.build-id/89 40755 root:root -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5 120777 root:root ../../../../bin/imsize -File: /usr/lib/debug/.build-id/89/7a0d41a2879883edd271e718bc950e70b52be5.debug 120777 root:root ../../usr/bin/imsize.debug -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2 120777 root:root ../../../../bin/sky2xy -File: /usr/lib/debug/.build-id/89/a683feea6811a7e3d20897f0cf66902c5974f2.debug 120777 root:root ../../usr/bin/sky2xy.debug -File: /usr/lib/debug/.build-id/93 40755 root:root -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494 120777 root:root ../../../../bin/immatch -File: /usr/lib/debug/.build-id/93/710b35b070894a8fe3fb8fef219a821e65d494.debug 120777 root:root ../../usr/bin/immatch.debug -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245 120777 root:root ../../../../bin/scat -File: /usr/lib/debug/.build-id/a2/3885f26dc62b776f6ac7f37f251103ae166245.debug 120777 root:root ../../usr/bin/scat.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4 120777 root:root ../../../../bin/skycoor -File: /usr/lib/debug/.build-id/a5/0f55684f4278ef688218fafae67bd48b8115d4.debug 120777 root:root ../../usr/bin/skycoor.debug -File: /usr/lib/debug/.build-id/af 40755 root:root -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941 120777 root:root ../../../../bin/fileroot -File: /usr/lib/debug/.build-id/af/4d85b6d3c39aa23d7315514c8e8b6315105941.debug 120777 root:root ../../usr/bin/fileroot.debug -File: /usr/lib/debug/.build-id/b0 40755 root:root -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b 120777 root:root ../../../../bin/setpix -File: /usr/lib/debug/.build-id/b0/804cffd2e0f241acc6e40e73fd226a8bef427b.debug 120777 root:root ../../usr/bin/setpix.debug -File: /usr/lib/debug/.build-id/b7 40755 root:root -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d 120777 root:root ../../../../bin/delwcs -File: /usr/lib/debug/.build-id/b7/8b55b9098fe2eac5733e2c0a2e16887d14596d.debug 120777 root:root ../../usr/bin/delwcs.debug +File: /usr/lib/debug/.build-id/7c/69058102acde556cfc89c6d29892c8b232addc 120777 root:root ../../../../bin/isfits +File: /usr/lib/debug/.build-id/7c/69058102acde556cfc89c6d29892c8b232addc.debug 120777 root:root ../../usr/bin/isfits.debug +File: /usr/lib/debug/.build-id/7e 40755 root:root +File: /usr/lib/debug/.build-id/7e/d9ca3f35c4cf660d0fe6b34b3b6063b8dace2f 120777 root:root ../../../../bin/isfile +File: /usr/lib/debug/.build-id/7e/d9ca3f35c4cf660d0fe6b34b3b6063b8dace2f.debug 120777 root:root ../../usr/bin/isfile.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/924c3f4ba0c94c03a920e185457d0c091b7c8a 120777 root:root ../../../../bin/edhead +File: /usr/lib/debug/.build-id/80/924c3f4ba0c94c03a920e185457d0c091b7c8a.debug 120777 root:root ../../usr/bin/edhead.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/7442964c0ac35ebdf2225d50a20bb355b178b7 120777 root:root ../../../../bin/sethead +File: /usr/lib/debug/.build-id/82/7442964c0ac35ebdf2225d50a20bb355b178b7.debug 120777 root:root ../../usr/bin/sethead.debug +File: /usr/lib/debug/.build-id/85 40755 root:root +File: /usr/lib/debug/.build-id/85/ac20784ee38786bf8870fa8dd344de567ff64b 120777 root:root ../../../../bin/skycoor +File: /usr/lib/debug/.build-id/85/ac20784ee38786bf8870fa8dd344de567ff64b.debug 120777 root:root ../../usr/bin/skycoor.debug +File: /usr/lib/debug/.build-id/90 40755 root:root +File: /usr/lib/debug/.build-id/90/4d75c598ec70bd4d49deee7f1769fab51a1574 120777 root:root ../../../../bin/conpix +File: /usr/lib/debug/.build-id/90/4d75c598ec70bd4d49deee7f1769fab51a1574.debug 120777 root:root ../../usr/bin/conpix.debug +File: /usr/lib/debug/.build-id/92 40755 root:root +File: /usr/lib/debug/.build-id/92/0c0ee3e8fdbe50daa420eb4061da439855ac0f 120777 root:root ../../../../bin/sky2xy +File: /usr/lib/debug/.build-id/92/0c0ee3e8fdbe50daa420eb4061da439855ac0f.debug 120777 root:root ../../usr/bin/sky2xy.debug +File: /usr/lib/debug/.build-id/9f 40755 root:root +File: /usr/lib/debug/.build-id/9f/6640d0169b2ff5dbd119bf1675d84c1662607c 120777 root:root ../../../../bin/subpix +File: /usr/lib/debug/.build-id/9f/6640d0169b2ff5dbd119bf1675d84c1662607c.debug 120777 root:root ../../usr/bin/subpix.debug +File: /usr/lib/debug/.build-id/a3 40755 root:root +File: /usr/lib/debug/.build-id/a3/9e1c802f6871e9710f5329867f3b20891701b7 120777 root:root ../../../../bin/imextract +File: /usr/lib/debug/.build-id/a3/9e1c802f6871e9710f5329867f3b20891701b7.debug 120777 root:root ../../usr/bin/imextract.debug +File: /usr/lib/debug/.build-id/a8 40755 root:root +File: /usr/lib/debug/.build-id/a8/a47cd6de0b6244d0eec8ff1aeecef3a6245f13 120777 root:root ../../../../bin/setpix +File: /usr/lib/debug/.build-id/a8/a47cd6de0b6244d0eec8ff1aeecef3a6245f13.debug 120777 root:root ../../usr/bin/setpix.debug +File: /usr/lib/debug/.build-id/a9 40755 root:root +File: /usr/lib/debug/.build-id/a9/dbdde8834022daf4c314864116c63181e3febe 120777 root:root ../../../../bin/getdate +File: /usr/lib/debug/.build-id/a9/dbdde8834022daf4c314864116c63181e3febe.debug 120777 root:root ../../usr/bin/getdate.debug +File: /usr/lib/debug/.build-id/ae 40755 root:root +File: /usr/lib/debug/.build-id/ae/9a8ea84e95a854d2ccf82b94e179c352d80f62 120777 root:root ../../../../bin/imhead +File: /usr/lib/debug/.build-id/ae/9a8ea84e95a854d2ccf82b94e179c352d80f62.debug 120777 root:root ../../usr/bin/imhead.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/60eda4b857171e790cbe35b09f199c72f4cb62 120777 root:root ../../../../bin/i2f +File: /usr/lib/debug/.build-id/b9/60eda4b857171e790cbe35b09f199c72f4cb62.debug 120777 root:root ../../usr/bin/i2f.debug +File: /usr/lib/debug/.build-id/bb 40755 root:root +File: /usr/lib/debug/.build-id/bb/2ba2f7b026497fc929111629d4c69bd622ecd8 120777 root:root ../../../../bin/gethead +File: /usr/lib/debug/.build-id/bb/2ba2f7b026497fc929111629d4c69bd622ecd8.debug 120777 root:root ../../usr/bin/gethead.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/bc/b6df4e165ac0431c79cb163c875d0e24b3c8d5 120777 root:root ../../../../bin/newfits +File: /usr/lib/debug/.build-id/bc/b6df4e165ac0431c79cb163c875d0e24b3c8d5.debug 120777 root:root ../../usr/bin/newfits.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/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26 120777 root:root ../../../../bin/imhead -File: /usr/lib/debug/.build-id/e6/841424b27a318026a5b2b045d193a5f3829c26.debug 120777 root:root ../../usr/bin/imhead.debug -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb 120777 root:root ../../../../bin/isrange -File: /usr/lib/debug/.build-id/ea/68da6be5fe0400bf2fc1df68722ac988732bdb.debug 120777 root:root ../../usr/bin/isrange.debug -File: /usr/lib/debug/.build-id/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/c2/d7b4c81087b78f904ae274c94f41ee2600cc1f 120777 root:root ../../../../bin/wcsremap +File: /usr/lib/debug/.build-id/c2/d7b4c81087b78f904ae274c94f41ee2600cc1f.debug 120777 root:root ../../usr/bin/wcsremap.debug +File: /usr/lib/debug/.build-id/d3 40755 root:root +File: /usr/lib/debug/.build-id/d3/b4120b86ec9d70bb892044ed6052fb1752b4a6 120777 root:root ../../../../bin/wcshead +File: /usr/lib/debug/.build-id/d3/b4120b86ec9d70bb892044ed6052fb1752b4a6.debug 120777 root:root ../../usr/bin/wcshead.debug +File: /usr/lib/debug/.build-id/d4 40755 root:root +File: /usr/lib/debug/.build-id/d4/b00c514fc51c0186aae501028e61071674d5df 120777 root:root ../../../../bin/fileroot +File: /usr/lib/debug/.build-id/d4/b00c514fc51c0186aae501028e61071674d5df.debug 120777 root:root ../../usr/bin/fileroot.debug +File: /usr/lib/debug/.build-id/dc 40755 root:root +File: /usr/lib/debug/.build-id/dc/32cab1f2b4cdf096737d7966406b5a3aa85d5b 120777 root:root ../../../../bin/cphead +File: /usr/lib/debug/.build-id/dc/32cab1f2b4cdf096737d7966406b5a3aa85d5b.debug 120777 root:root ../../usr/bin/cphead.debug +File: /usr/lib/debug/.build-id/dc/bff1e9e9f89ca88de11a6a7a823275c7a1ee5c 120777 root:root ../../../../bin/fixpix +File: /usr/lib/debug/.build-id/dc/bff1e9e9f89ca88de11a6a7a823275c7a1ee5c.debug 120777 root:root ../../usr/bin/fixpix.debug +File: /usr/lib/debug/.build-id/df 40755 root:root +File: /usr/lib/debug/.build-id/df/1addf32a330c2ceb38f7584e3c0a839a5e04c4 120777 root:root ../../../../bin/imwcs +File: /usr/lib/debug/.build-id/df/1addf32a330c2ceb38f7584e3c0a839a5e04c4.debug 120777 root:root ../../usr/bin/imwcs.debug +File: /usr/lib/debug/.build-id/df/7e76cafe1585f96e93aabd4579dc0432219ded 120777 root:root ../../../../bin/imrot +File: /usr/lib/debug/.build-id/df/7e76cafe1585f96e93aabd4579dc0432219ded.debug 120777 root:root ../../usr/bin/imrot.debug +File: /usr/lib/debug/.build-id/e4 40755 root:root +File: /usr/lib/debug/.build-id/e4/10580ec23133bf847e64f71436dc4384918ea9 120777 root:root ../../../../bin/crlf +File: /usr/lib/debug/.build-id/e4/10580ec23133bf847e64f71436dc4384918ea9.debug 120777 root:root ../../usr/bin/crlf.debug +File: /usr/lib/debug/.build-id/e5 40755 root:root +File: /usr/lib/debug/.build-id/e5/01ce86b402e343a0fd2c545b6a2b0890454950 120777 root:root ../../../../bin/getcol +File: /usr/lib/debug/.build-id/e5/01ce86b402e343a0fd2c545b6a2b0890454950.debug 120777 root:root ../../usr/bin/getcol.debug +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/7dffccb550b54c5230f5f48c98a3440e72a5cc 120777 root:root ../../../../bin/isnum +File: /usr/lib/debug/.build-id/f3/7dffccb550b54c5230f5f48c98a3440e72a5cc.debug 120777 root:root ../../usr/bin/isnum.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/fe/ba9f3e3db831fd43e1570da58922789cd10bfe 120777 root:root ../../../../bin/imsmooth +File: /usr/lib/debug/.build-id/fe/ba9f3e3db831fd43e1570da58922789cd10bfe.debug 120777 root:root ../../usr/bin/imsmooth.debug +File: /usr/lib/debug/usr/bin/addpix.debug 100644 root:root 004ea5ce3bb5a589f33322af81436bda +File: /usr/lib/debug/usr/bin/bincat.debug 100644 root:root 4df4c489ed853632b912a14201330e23 +File: /usr/lib/debug/usr/bin/char2sp.debug 100644 root:root d2684cfe971460e919f06c9b65741cd1 +File: /usr/lib/debug/usr/bin/conpix.debug 100644 root:root d8eec7cd76601366f45b6aead3aa037c +File: /usr/lib/debug/usr/bin/cphead.debug 100644 root:root 75d7c56fec59cebc6b7eb49d70794b07 +File: /usr/lib/debug/usr/bin/crlf.debug 100644 root:root e46a9338098f852eb3e963ecadb4b5cd +File: /usr/lib/debug/usr/bin/delhead.debug 100644 root:root f8320d979141deb0ac4d20596fec4b3c +File: /usr/lib/debug/usr/bin/delwcs.debug 100644 root:root c0dc197bf589078f8e87a9aea5cd87d5 +File: /usr/lib/debug/usr/bin/edhead.debug 100644 root:root 425eb4ebbcc5552fbfa3710fafe55abd +File: /usr/lib/debug/usr/bin/filename.debug 100644 root:root d2bc4d040d348895cd1caef45c30dbd1 +File: /usr/lib/debug/usr/bin/fileroot.debug 100644 root:root 09d948f474bf8a3e56f4c3551e707cef +File: /usr/lib/debug/usr/bin/filext.debug 100644 root:root ba7233cf9435513bb1cfe58ee144f1fe +File: /usr/lib/debug/usr/bin/fixpix.debug 100644 root:root a95962e79d23606023b8e7403734924e +File: /usr/lib/debug/usr/bin/getcol.debug 100644 root:root 19a12ae95f233088e4e72b4fc997aa04 +File: /usr/lib/debug/usr/bin/getdate.debug 100644 root:root dd63d0d331f1c91425fb89cc79e51348 +File: /usr/lib/debug/usr/bin/getfits.debug 100644 root:root 401b6fe923fc90e589a21473f966c074 +File: /usr/lib/debug/usr/bin/gethead.debug 100644 root:root 20b3d81ea789aaa26b8e843f1868e27b +File: /usr/lib/debug/usr/bin/getpix.debug 100644 root:root 7c3b3f8e994c05c8de4e2a1af54e6909 +File: /usr/lib/debug/usr/bin/gettab.debug 100644 root:root 6312dfe49feceb202406e9e8522dbdc2 +File: /usr/lib/debug/usr/bin/htmlsp.debug 100644 root:root cc71dcf2b6b338d57597304db3867085 +File: /usr/lib/debug/usr/bin/i2f.debug 100644 root:root b01a4c7b8fd93c19652396bbdd6d5d77 +File: /usr/lib/debug/usr/bin/imcat.debug 100644 root:root 9c8e8e8d705fac2cd1a868563c45723e +File: /usr/lib/debug/usr/bin/imextract.debug 100644 root:root 9523ea63f08ee001b63556f3a6d95ff0 +File: /usr/lib/debug/usr/bin/imfill.debug 100644 root:root 25de1f6ebfc0957d1a53c875361802d0 +File: /usr/lib/debug/usr/bin/imhead.debug 100644 root:root 6592041508df92c25e4ff3035d001e58 +File: /usr/lib/debug/usr/bin/immatch.debug 100644 root:root 13ff5e22b5706c19ba7d3b3fa9f3c6d3 +File: /usr/lib/debug/usr/bin/imresize.debug 100644 root:root 16ae2f3236bbb2aa722978bb22932d0d +File: /usr/lib/debug/usr/bin/imrot.debug 100644 root:root 1513eb45f129c399f4f085119f89f328 +File: /usr/lib/debug/usr/bin/imsize.debug 100644 root:root 3cc174de13c919e777067505076c8203 +File: /usr/lib/debug/usr/bin/imsmooth.debug 100644 root:root 30556df3bc324d35de8c32275c3c855b +File: /usr/lib/debug/usr/bin/imstack.debug 100644 root:root 0fd8655d76ef47961e814b065050d347 +File: /usr/lib/debug/usr/bin/imstar.debug 100644 root:root e33a1928a798aea443d346d51ac97901 +File: /usr/lib/debug/usr/bin/imwcs.debug 100644 root:root b2e1a93bec2d3d5ebb79c5f90bba94c9 +File: /usr/lib/debug/usr/bin/isfile.debug 100644 root:root 5d865f87e9329a122410af8d8d2d0c12 +File: /usr/lib/debug/usr/bin/isfits.debug 100644 root:root 251dbfef4145b3e9d42b42f2a286291b +File: /usr/lib/debug/usr/bin/isnum.debug 100644 root:root 8c0acc3bd582cdf325564151bb4e1d4a +File: /usr/lib/debug/usr/bin/isrange.debug 100644 root:root 1a4769b758760f743f14ed6952d4d2db +File: /usr/lib/debug/usr/bin/keyhead.debug 100644 root:root bf39af897957bda58884879d790cfb80 +File: /usr/lib/debug/usr/bin/newfits.debug 100644 root:root 526558a7fcf2d905864c42a7d1a5f4eb +File: /usr/lib/debug/usr/bin/scat.debug 100644 root:root fd6b1be08e005a04cc141f54fc6fb01b +File: /usr/lib/debug/usr/bin/sethead.debug 100644 root:root 8ec36a69cf44ae8d316eff37259603fd +File: /usr/lib/debug/usr/bin/setpix.debug 100644 root:root 08d9a6cdbb66bd01e51af8f54e86f394 +File: /usr/lib/debug/usr/bin/simpos.debug 100644 root:root 97a4e5f86353b87a84de52a09c4a225e +File: /usr/lib/debug/usr/bin/sky2xy.debug 100644 root:root ed42834f08847bbda6c6f63559fea0f1 +File: /usr/lib/debug/usr/bin/skycoor.debug 100644 root:root 462e5f504538414ebe18b28d1f69bdc2 +File: /usr/lib/debug/usr/bin/sp2char.debug 100644 root:root 3aa4b565f60475e55d6cbd2e93e8afbb +File: /usr/lib/debug/usr/bin/subpix.debug 100644 root:root 39a3a443aed6fc7ae171d1510ce6e308 +File: /usr/lib/debug/usr/bin/sumpix.debug 100644 root:root 5e5920313c9111b6c411e4dda206439e +File: /usr/lib/debug/usr/bin/wcshead.debug 100644 root:root 10784fd39ac8a2b46ec0e4c1941449f2 +File: /usr/lib/debug/usr/bin/wcsremap.debug 100644 root:root 14610287127f24f3ee8125c6f743d365 +File: /usr/lib/debug/usr/bin/xy2sky.debug 100644 root:root 32c5f56cdd5b967ffe2599e09d0bb965 File: /usr/src/debug/wcstools-3.9.6 40755 root:root @@ -511,2 +511,2 @@ File: /usr/src/debug/wcstools-3.9.6/xy2sky.c 100644 root:root 30752bc131af7f4fe82015a731df72d8 -RPMIdentity: 732a618c6d6cad3c979851ee21539256ca0154e2353ec19639be488a8dacb60b50c6ed584be3fa8334d5f918095b2b60921a5a68888b567041758de1bf172bba +RPMIdentity: 032c48f4629bc8cf936e2e349e6f4c2dfb55404e109d3faa08a5bfc4fde429f7781eec4bcbf67c126e0bc6172829fbcc7a1028b5df4811c9c37dbd907a6f99b3