<86>May  7 11:52:06 userdel[878925]: delete user 'rooter'
<86>May  7 11:52:06 userdel[878925]: removed group 'rooter' owned by 'rooter'
<86>May  7 11:52:06 groupadd[878965]: group added to /etc/group: name=rooter, GID=645
<86>May  7 11:52:06 groupadd[878965]: group added to /etc/gshadow: name=rooter
<86>May  7 11:52:06 groupadd[878965]: new group: name=rooter, GID=645
<86>May  7 11:52:06 useradd[878976]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash
<86>May  7 11:52:06 userdel[879003]: delete user 'builder'
<86>May  7 11:52:06 userdel[879003]: removed group 'builder' owned by 'builder'
<86>May  7 11:52:06 userdel[879003]: removed shadow group 'builder' owned by 'builder'
<86>May  7 11:52:06 groupadd[879018]: group added to /etc/group: name=builder, GID=646
<86>May  7 11:52:06 groupadd[879018]: group added to /etc/gshadow: name=builder
<86>May  7 11:52:06 groupadd[879018]: new group: name=builder, GID=646
<86>May  7 11:52:06 useradd[879023]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash
<13>May  7 11:52:10 rpmi: gcc-c++-common-1.4.24-alt3 sisyphus+243033.100.1.1 1576462403 installed
<13>May  7 11:52:11 rpmi: libstdc++9-devel-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>May  7 11:52:12 rpmi: gcc9-c++-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>May  7 11:52:12 rpmi: gcc-c++-9-alt1 sisyphus+239632.300.3.1 1571788297 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libpasastro-1.1-alt1_1.nosrc.rpm
Installing libpasastro-1.1-alt1_1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7750
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libpasastro-1.1
+ echo 'Source #0 (libpasastro-1.1.tar.gz):'
Source #0 (libpasastro-1.1.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/libpasastro-1.1.tar.gz
+ /bin/tar -xf -
+ cd libpasastro-1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (libpasastro-1.0-fix-install.patch):'
Patch #0 (libpasastro-1.0-fix-install.patch):
+ /usr/bin/patch -p1
patching file install.sh
+ sed -i 's/\$destdir\/lib/\$destdir\/lib/g' ./install.sh
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.7750
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libpasastro-1.1
+ mkdir -p plan404/obj
+ make -j8 'arch_flags=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make -C getdss all
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o getdss_lib.o getdss_lib.cpp
getdss_lib.cpp: In function 'int ImageExtract(SImageConfig*)':
getdss_lib.cpp:120:18: warning: unused variable 'plate_to_use' [-Wunused-variable]
  120 |    int n_plates, plate_to_use = 0;
      |                  ^~~~~~~~~~~~
getdss_lib.cpp:121:9: warning: variable 'override_plate_name' set but not used [-Wunused-but-set-variable]
  121 |    char override_plate_name[40];
      |         ^~~~~~~~~~~~~~~~~~~
getdss_lib.cpp:122:8: warning: unused variable 'debug_level' [-Wunused-variable]
  122 |    int debug_level = 0, select_plate = 0;
      |        ^~~~~~~~~~~
getdss_lib.cpp:122:25: warning: unused variable 'select_plate' [-Wunused-variable]
  122 |    int debug_level = 0, select_plate = 0;
      |                         ^~~~~~~~~~~~
getdss_lib.cpp: In function 'int GetPlateList(SImageConfig*, SPlateData*)':
getdss_lib.cpp:280:18: warning: unused variable 'plate_to_use' [-Wunused-variable]
  280 |    int n_plates, plate_to_use = 0;
      |                  ^~~~~~~~~~~~
getdss_lib.cpp:281:9: warning: variable 'override_plate_name' set but not used [-Wunused-but-set-variable]
  281 |    char override_plate_name[40];
      |         ^~~~~~~~~~~~~~~~~~~
getdss_lib.cpp:282:8: warning: unused variable 'debug_level' [-Wunused-variable]
  282 |    int debug_level = 0, select_plate = 0;
      |        ^~~~~~~~~~~
getdss_lib.cpp:282:25: warning: unused variable 'select_plate' [-Wunused-variable]
  282 |    int debug_level = 0, select_plate = 0;
      |                         ^~~~~~~~~~~~
getdss_lib.cpp: In function 'int ImageExtractFromPlate(SImageConfig*, char*)':
getdss_lib.cpp:444:8: warning: unused variable 'debug_level' [-Wunused-variable]
  444 |    int debug_level = 0, select_plate = 0;
      |        ^~~~~~~~~~~
getdss_lib.cpp:444:25: warning: unused variable 'select_plate' [-Wunused-variable]
  444 |    int debug_level = 0, select_plate = 0;
      |                         ^~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o hdcmprss.o hdcmprss.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o getpiece.o getpiece.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o bitinput.o bitinput.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o decode.o decode.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o dodecode.o dodecode.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o hinv.o hinv.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o qtreedec.o qtreedec.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o dss.o dss.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o platelst.o platelst.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
g++  -I. -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -c -o extr_fit.o extr_fit.cpp
extr_fit.cpp: In function 'int extract_realsky_as_fits(const plate_data*, const environment_data*)':
extr_fit.cpp:510:32: warning: '%s' directive writing up to 9 bytes into a region of size between 1 and 256 [-Wformat-overflow=]
  510 |            sprintf( szPath, "%s%s.rsl",edata->szDrive,pdata->plate_name);
      |                                ^~
In file included from /usr/include/stdio.h:867,
                 from extr_fit.cpp:1:
/usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 5 and 269 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extr_fit.cpp:523:36: warning: '%s' directive writing up to 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=]
  523 |               sprintf( szPath, "%s/%s/%s.00", edata->szDrive,
      |                                    ^~
In file included from /usr/include/stdio.h:867,
                 from extr_fit.cpp:1:
/usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 6 and 279 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
gcc -shared -Wl,-soname,libpasgetdss.so.1 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o libpasgetdss.so.1.1 getdss_lib.o dss.o extr_fit.o getpiece.o hdcmprss.o bitinput.o decode.o dodecode.o hinv.o platelst.o qtreedec.o -lm -lstdc++
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/getdss'
make -C plan404 all
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c mer404.c -o obj/mer404.o
In file included from mer404.c:18:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c mar404.c -o obj/mar404.o
In file included from mar404.c:19:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c plan404.c -o obj/plan404.o
In file included from plan404.c:37:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c ura404.c -o obj/ura404.o
In file included from ura404.c:20:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c nep404.c -o obj/nep404.o
In file included from nep404.c:21:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c ven404.c -o obj/ven404.o
In file included from ven404.c:18:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c plu404.c -o obj/plu404.o
In file included from plu404.c:20:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c ear404.c -o obj/ear404.o
In file included from ear404.c:19:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c epsiln.c -o obj/epsiln.o
In file included from epsiln.c:23:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c jup404.c -o obj/jup404.o
In file included from jup404.c:21:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c sat404.c -o obj/sat404.o
In file included from sat404.c:21:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:19:15: warning: 'STR' defined but not used [-Wunused-variable]
   19 | static double STR = 4.8481368110953599359e-6; /* radians per arc second */
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c precess.c -o obj/precess.o
In file included from precess.c:5:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c gplan.c -o obj/gplan.o
In file included from gplan.c:1:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c nutate.c -o obj/nutate.o
nutate.c: In function 'nutate':
nutate.c:318:8: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
  318 | double dp[3], p1[3];
      |        ^~
In file included from nutate.c:23:
At top level:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
plantbl.h:21:15: warning: 'DTR' defined but not used [-Wunused-variable]
   21 | static double DTR = 1.7453292519943295769e-2;
      |               ^~~
plantbl.h:18:15: warning: 'J2000' defined but not used [-Wunused-variable]
   18 | static double J2000 = 2451545.0;
      |               ^~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c cmoon.c -o obj/cmoon.o
cmoon.c: In function 'gmoon':
cmoon.c:817:1: warning: implicit declaration of function 'epsiln' [-Wimplicit-function-declaration]
  817 | epsiln(J);
      | ^~~~~~
At top level:
cmoon.c:543:15: warning: 'dec' defined but not used [-Wunused-variable]
  543 | static double dec = 0.0; /* Declination */
      |               ^~~
cmoon.c:542:15: warning: 'ra' defined but not used [-Wunused-variable]
  542 | static double ra = 0.0;  /* Right Ascension */
      |               ^~
In file included from cmoon.c:129:
plantbl.h:23:15: warning: 'RTS' defined but not used [-Wunused-variable]
   23 | static double RTS = 2.0626480624709635516e5; /* arc seconds per radian */
      |               ^~~
plantbl.h:22:15: warning: 'RTD' defined but not used [-Wunused-variable]
   22 | static double RTD = 5.7295779513082320877e1;
      |               ^~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
gcc -O3 -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -shared -Wl,-soname,libpasplan404.so.1 -lc -lm -o libpasplan404.so.1.1 ./obj/plan404.o ./obj/mer404.o ./obj/ven404.o ./obj/ear404.o ./obj/mar404.o ./obj/jup404.o ./obj/sat404.o ./obj/ura404.o ./obj/nep404.o ./obj/plu404.o ./obj/gplan.o ./obj/cmoon.o ./obj/precess.o ./obj/epsiln.o ./obj/nutate.o -lm
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/plan404'
make -C wcs all
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o daoread.o daoread.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o cdcwcs.o cdcwcs.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o fitswcs.o fitswcs.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o wcsinit.o wcsinit.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o imgetwcs.o imgetwcs.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o imrotate.o imrotate.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o wcscon.o wcscon.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o hget.o hget.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o hput.o hput.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o tnxpos.o tnxpos.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o zpxpos.o zpxpos.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o imutil.o imutil.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o platepos.o platepos.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o dateutil.o dateutil.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o iget.o iget.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o fileutil.o fileutil.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o dsspos.o dsspos.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o worldpos.o worldpos.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o imio.o imio.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o wcslib.o wcslib.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o sortstar.o sortstar.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o cel.o cel.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o sph.o sph.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o wcstrig.o wcstrig.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o imhfile.o imhfile.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o lin.o lin.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o fitsfile.o fitsfile.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o distort.o distort.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o wcs.o wcs.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o poly.o poly.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -c -o proj.o proj.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
make[1]: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
gcc -w -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -shared -Wl,-soname,libpaswcs.so.1 -lc -lm -o libpaswcs.so.1.1 cdcwcs.o imgetwcs.o daoread.o wcscon.o fitswcs.o wcsinit.o wcs.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 iget.o fileutil.o wcslib.o lin.o cel.o proj.o sph.o wcstrig.o distort.o poly.o -lm
make[1]: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1/wcs'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52635
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libpasastro-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libpasastro-buildroot
+ cd libpasastro-1.1
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/libpasastro-buildroot PREFIX=/usr/src/tmp/libpasastro-buildroot/usr
make: Entering directory '/usr/src/RPM/BUILD/libpasastro-1.1'
./install.sh /usr/src/tmp/libpasastro-buildroot/usr 
Install LibPasAstro to /usr/src/tmp/libpasastro-buildroot/usr
'getdss/libpasgetdss.so.1.1' -> '/usr/src/tmp/libpasastro-buildroot/usr/lib/libpasgetdss.so.1.1'
'plan404/libpasplan404.so.1.1' -> '/usr/src/tmp/libpasastro-buildroot/usr/lib/libpasplan404.so.1.1'
'wcs/libpaswcs.so.1.1' -> '/usr/src/tmp/libpasastro-buildroot/usr/lib/libpaswcs.so.1.1'
'changelog' -> '/usr/src/tmp/libpasastro-buildroot/usr/share/doc/libpasastro/changelog'
'copyright' -> '/usr/src/tmp/libpasastro-buildroot/usr/share/doc/libpasastro/copyright'
make: Leaving directory '/usr/src/RPM/BUILD/libpasastro-1.1'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libpasastro-buildroot (auto)
mode of './usr/lib/libpaswcs.so.1.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/libpasplan404.so.1.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/libpasgetdss.so.1.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libpasastro-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/libpasastro-buildroot/ (default)
Compressing files in /usr/src/tmp/libpasastro-buildroot (auto)
Adjusting library links in /usr/src/tmp/libpasastro-buildroot
./usr/lib:
	libpasgetdss.so.1 -> libpasgetdss.so.1.1 (changed)
	libpasplan404.so.1 -> libpasplan404.so.1.1 (changed)
	libpaswcs.so.1 -> libpaswcs.so.1.1 (changed)
Verifying ELF objects in /usr/src/tmp/libpasastro-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libpaswcs.so.1.1: uses non-LFS functions: __xstat fopen ftruncate lseek open
verify-elf: WARNING: ./usr/lib/libpasgetdss.so.1.1: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: libpasastro-1.1-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tT4KvP
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libpasastro-buildroot/usr/lib/libpasgetdss.so.1: 31 symbols, 15 bpp
lib.prov: /usr/src/tmp/libpasastro-buildroot/usr/lib/libpasplan404.so.1: 41 symbols, 16 bpp
lib.prov: /usr/src/tmp/libpasastro-buildroot/usr/lib/libpaswcs.so.1: 674 symbols, 20 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4qzdtP
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libpasgetdss.so.1 = set:idocxk3QnWYaSTydCqWYbBuMLNXgnFxMsZ9igHItDcgT6TzowYJPWpOyEYW5Jn0, libpasplan404.so.1 = set:jdcCtZ6tVUUmiUNZHTHGBm2wwy4HZjTabpNmqZkRNtL3yL7naHzANvRT4xgbCGksrMYEsqiX5vZENaYqLwJ9Wn, libpaswcs.so.1 = set:ndYZgEj2m0pFfJj0T3FwDZ2NyKrx8aA57PgrlzgZeByN0BaRes7q0KZH8lwSguoH4Iaz0Uaf6YFPUPA5gzievmpQKHireZ2VeB8Ceb9llmTI4r6DkNyaZaDufZCtom0doF9a8yTrzmkqpLdOtqPEgNaJ38GZkKkZidHghUqc4YqPOVJMzK6qXsjMtUZuPhjaRlRe0esal6pHxHiWUQIbozHIOnuYoZHBVvIIZkgigrFJc9v5jOzgY5m3Z58ikF81CbwY1tnKlWnq5glXbESCH2tuqvXvxyiskZg3jq8qh9r9KtKpx0qwjcraI1yJ6oVGZh4vgOEpkcFnZhU2MNDuT7sJ5xnds3V4h2Z7AZFKN6QtX4wSGiZmy02AjSMmt5ZcaBdEHnxcqlPszCOSsQ7KuQ9mXm6olP7rbTQXHC3xyNLLN7ZKphjymI3clt374i0acYcoH2xpli3Byfmmt2MHfLZ4bmFsDyeyPpoZ4vROqSD92l4veSXX9Lng28w9L00P1oPCw8Zgf5h1FGa2oDgeWkQmkQ2DyZ8kVDi3TZLDObsr0QcULTmP3FHSU9yD72lS6nC26aY8n0BgAAfZDbWIZ3u3eoo4AHbuD916p7uZdPMDIWhY575eTVqgfULZiWG2mZn1ajAAMsGXptHAwiHdVZ8DlZohyMyp6Uj3W2G1U3zRUJhzC9QQaKp9dXsTABuwAJZ7MAMDYhTw8T0Zp1D6ro0AgaZqYBkC6HfJvnhMK98mzgERDP9rtll1D5ZGcGZrgsC5wr1i8QgKaWKFo7jvhLtMJWA2cB64Z3Zhp4XqrOsIJ4ipyZhdclptpDCNnQI2DBIa24ztAyG3Ro3tDgib8p1YPZCcrR3YpZ9ZChL0n1Lw7ddleLZG6Cd5y1HOXDfiUs43hzGA0rvrZEounlZqhD4zVG09VuXKd0yzCaOxZcc0KJb7K2f3h0IGZseaZ6fPjLSSr9pnHaopIvsvHPUebpPxZENcEr9PJsGtBgbcEpCvEezWyZfUoNAZzZcbZdYn0mYXIgYbkIhYD2Z3TRh9vskXDxh3y8OR35qc5Z9nKdqFZ8Z4hI5t9v3O4aX4f1MpuEauUp7YDah6Am0alTFKObY8YO2ilDsFywa3CFT39lgssohZKMeWBdZ3SBq0nYq4bjZxKhuPZiwfIxyn1RUSVzlDsU0sc28JH2jyuUP7NaWxk4tIrGrKJlTGZHHoygrobMrQA9XqFZEZy7wRhhRpwa4gZaPMdbI2BEddahJP8LnRf4wFIx7cLEQIMObBxMeh3Oh5sMq6NxEtz0CD29uiNMQcfnLNkyj7OBwLIA3Stu69IDuewtzfSJoMojYJTU8ZEItT8zjqa6ZhZDE4MGmqJua1z95wfvaZuGJt45
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Lful3O
Creating libpasastro-debuginfo package
Processing files: libpasastro-debuginfo-1.1-alt1_1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gFEBsO
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5u84tQ
find-requires: running scripts (debuginfo)
Provides: debug(libpasgetdss.so.1), debug(libpasplan404.so.1), debug(libpaswcs.so.1)
Requires: libpasastro = 1.1-alt1_1, debug(libc.so.6), debug(libm.so.6)
Adding to libpasastro-debuginfo a strict dependency on libpasastro
Wrote: /usr/src/RPM/RPMS/i586/libpasastro-1.1-alt1_1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libpasastro-debuginfo-1.1-alt1_1.i586.rpm
20.95user 2.08system 0:20.60elapsed 111%CPU (0avgtext+0avgdata 40932maxresident)k
0inputs+0outputs (0major+660008minor)pagefaults 0swaps
28.26user 7.01system 0:36.99elapsed 95%CPU (0avgtext+0avgdata 108592maxresident)k
0inputs+0outputs (0major+941103minor)pagefaults 0swaps
--- libpasastro-1.1-alt1_1.i586.rpm.repo	2019-09-30 13:06:35.000000000 +0000
+++ libpasastro-1.1-alt1_1.i586.rpm.hasher	2020-05-07 11:52:39.488556505 +0000
@@ -18,2 +18,3 @@
 Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: rtld(GNU_HASH)