<86>Apr 22 06:06:44 userdel[2923832]: delete user 'rooter'
<86>Apr 22 06:06:44 userdel[2923832]: removed group 'rooter' owned by 'rooter'
<86>Apr 22 06:06:44 userdel[2923832]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr 22 06:06:44 groupadd[2923850]: group added to /etc/group: name=rooter, GID=759
<86>Apr 22 06:06:44 groupadd[2923850]: group added to /etc/gshadow: name=rooter
<86>Apr 22 06:06:44 groupadd[2923850]: new group: name=rooter, GID=759
<86>Apr 22 06:06:44 useradd[2923862]: new user: name=rooter, UID=759, GID=759, home=/root, shell=/bin/bash
<86>Apr 22 06:06:44 userdel[2923884]: delete user 'builder'
<86>Apr 22 06:06:44 userdel[2923884]: removed group 'builder' owned by 'builder'
<86>Apr 22 06:06:44 userdel[2923884]: removed shadow group 'builder' owned by 'builder'
<86>Apr 22 06:06:44 groupadd[2923933]: group added to /etc/group: name=builder, GID=760
<86>Apr 22 06:06:44 groupadd[2923933]: group added to /etc/gshadow: name=builder
<86>Apr 22 06:06:44 groupadd[2923933]: new group: name=builder, GID=760
<86>Apr 22 06:06:44 useradd[2923957]: new user: name=builder, UID=760, GID=760, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/intcc-1-alt1.src.rpm: license not found in '/usr/share/license' directory: Distributable
<13>Apr 22 06:06:46 rpmi: libquadmath0-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr 22 06:06:46 rpmi: libquadmath12-devel-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr 22 06:06:46 rpmi: libgfortran5-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr 22 06:06:46 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Apr 22 06:06:46 rpmi: libgfortran12-devel-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr 22 06:06:47 rpmi: gcc12-fortran-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr 22 06:06:47 rpmi: gcc-fortran-12-alt1 sisyphus+300988.300.1.1 1654033914 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/intcc-1-alt1.nosrc.rpm (w1.gzdio)
Installing intcc-1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7078
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf intcc-1
+ echo 'Source #0 (intcc-1.tar):'
Source #0 (intcc-1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/intcc-1.tar
+ cd intcc-1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.7078
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd intcc-1
+ mkdir f tc tf ../src
+ mv chebexpt.c intcc1t.c intcc2t.c tc/
+ mv chebexpt.f intcc1t.f intcc2t.f tf/
+ cp chebexp.c fft2f.c intcc1.c intcc2.c chebexp.f fft2f.f intcc1.f intcc2.f readme.txt chebexp.doc intcc1.doc intcc2.doc ../src/
+ mv chebexp.f fft2f.f intcc1.f intcc2.f f/
+ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1 chebexp.c fft2f.c intcc1.c intcc2.c
+ pushd f
~/RPM/BUILD/intcc-1/f ~/RPM/BUILD/intcc-1
+ gfortran -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC chebexp.f fft2f.f intcc1.f intcc2.f
+ popd
~/RPM/BUILD/intcc-1
+ pushd tc
~/RPM/BUILD/intcc-1/tc ~/RPM/BUILD/intcc-1
+ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1/tc/.. chebexpt.c intcc1t.c intcc2t.c
chebexpt.c: In function 'main':
chebexpt.c:31:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   31 |                 exit(0);
      |                 ^~~~
chebexpt.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "chebexp.c"
  +++ |+#include <stdlib.h>
    8 | 
chebexpt.c:31:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   31 |                 exit(0);
      |                 ^~~~
chebexpt.c:31:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
intcc1t.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int]
   11 | main()
      | ^~~~
intcc1t.c: In function 'main':
intcc1t.c:20:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   20 |                 exit(0);
      |                 ^~~~
intcc1t.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "intcc1.c"
  +++ |+#include <stdlib.h>
    8 | 
intcc1t.c:20:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   20 |                 exit(0);
      |                 ^~~~
intcc1t.c:20:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
intcc2t.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int]
   11 | main()
      | ^~~~
intcc2t.c: In function 'main':
intcc2t.c:21:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   21 |                 exit(0);
      |                 ^~~~
intcc2t.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "intcc2.c"
  +++ |+#include <stdlib.h>
    8 | 
intcc2t.c:21:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   21 |                 exit(0);
      |                 ^~~~
intcc2t.c:21:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ popd
~/RPM/BUILD/intcc-1
+ pushd tf
~/RPM/BUILD/intcc-1/tf ~/RPM/BUILD/intcc-1
+ gfortran -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1/tf/../f chebexpt.f intcc1t.f intcc2t.f
+ popd
~/RPM/BUILD/intcc-1
+ for i in fft2f.o *.o
++ echo fft2f.o
++ sed 's|\.o$||'
+ j=fft2f
+ rm -f 'libfft2f.so*'
+ '[' fft2f.o == fft2f.o ']'
+ LIBS=
+ gcc -shared fft2f.o -Wl,-soname=libfft2f.so.0 -lm -o libfft2f.so.0
+ ln -s libfft2f.so.0 libfft2f.so
+ '[' fft2f.o == fft2f.o ']'
+ LIBS='-L. -lfft2f'
+ for i in fft2f.o *.o
++ echo chebexp.o
++ sed 's|\.o$||'
+ j=chebexp
+ rm -f 'libchebexp.so*'
+ '[' chebexp.o == fft2f.o ']'
+ gcc -shared chebexp.o -Wl,-soname=libchebexp.so.0 -L. -lfft2f -lm -o libchebexp.so.0
+ ln -s libchebexp.so.0 libchebexp.so
+ '[' chebexp.o == fft2f.o ']'
+ for i in fft2f.o *.o
++ echo fft2f.o
++ sed 's|\.o$||'
+ j=fft2f
+ rm -f libfft2f.so libfft2f.so.0
+ '[' fft2f.o == fft2f.o ']'
+ LIBS=
+ gcc -shared fft2f.o -Wl,-soname=libfft2f.so.0 -lm -o libfft2f.so.0
+ ln -s libfft2f.so.0 libfft2f.so
+ '[' fft2f.o == fft2f.o ']'
+ LIBS='-L. -lfft2f'
+ for i in fft2f.o *.o
++ echo intcc1.o
++ sed 's|\.o$||'
+ j=intcc1
+ rm -f 'libintcc1.so*'
+ '[' intcc1.o == fft2f.o ']'
+ gcc -shared intcc1.o -Wl,-soname=libintcc1.so.0 -L. -lfft2f -lm -o libintcc1.so.0
+ ln -s libintcc1.so.0 libintcc1.so
+ '[' intcc1.o == fft2f.o ']'
+ for i in fft2f.o *.o
++ echo intcc2.o
++ sed 's|\.o$||'
+ j=intcc2
+ rm -f 'libintcc2.so*'
+ '[' intcc2.o == fft2f.o ']'
+ gcc -shared intcc2.o -Wl,-soname=libintcc2.so.0 -L. -lfft2f -lm -o libintcc2.so.0
+ ln -s libintcc2.so.0 libintcc2.so
+ '[' intcc2.o == fft2f.o ']'
+ LIBS=
+ pushd f
~/RPM/BUILD/intcc-1/f ~/RPM/BUILD/intcc-1
+ for i in fft2f.o *.o
++ echo fft2f.o
++ sed 's|\.o$||'
+ j=fft2f_f
+ rm -f '../libfft2f_f.so*'
+ '[' fft2f.o == fft2f.o ']'
+ LIBS=
+ gfortran -shared fft2f.o -Wl,-soname=libfft2f_f.so.0 -lm -o ../libfft2f_f.so.0
+ ln -s libfft2f_f.so.0 ../libfft2f_f.so
+ '[' fft2f.o == fft2f.o ']'
+ LIBS='-L.. -lfft2f_f'
+ for i in fft2f.o *.o
++ echo chebexp.o
++ sed 's|\.o$||'
+ j=chebexp_f
+ rm -f '../libchebexp_f.so*'
+ '[' chebexp.o == fft2f.o ']'
+ gfortran -shared chebexp.o -Wl,-soname=libchebexp_f.so.0 -L.. -lfft2f_f -lm -o ../libchebexp_f.so.0
+ ln -s libchebexp_f.so.0 ../libchebexp_f.so
+ '[' chebexp.o == fft2f.o ']'
+ for i in fft2f.o *.o
++ echo fft2f.o
++ sed 's|\.o$||'
+ j=fft2f_f
+ rm -f ../libfft2f_f.so ../libfft2f_f.so.0
+ '[' fft2f.o == fft2f.o ']'
+ LIBS=
+ gfortran -shared fft2f.o -Wl,-soname=libfft2f_f.so.0 -lm -o ../libfft2f_f.so.0
+ ln -s libfft2f_f.so.0 ../libfft2f_f.so
+ '[' fft2f.o == fft2f.o ']'
+ LIBS='-L.. -lfft2f_f'
+ for i in fft2f.o *.o
++ echo intcc1.o
++ sed 's|\.o$||'
+ j=intcc1_f
+ rm -f '../libintcc1_f.so*'
+ '[' intcc1.o == fft2f.o ']'
+ gfortran -shared intcc1.o -Wl,-soname=libintcc1_f.so.0 -L.. -lfft2f_f -lm -o ../libintcc1_f.so.0
+ ln -s libintcc1_f.so.0 ../libintcc1_f.so
+ '[' intcc1.o == fft2f.o ']'
+ for i in fft2f.o *.o
++ echo intcc2.o
++ sed 's|\.o$||'
+ j=intcc2_f
+ rm -f '../libintcc2_f.so*'
+ '[' intcc2.o == fft2f.o ']'
+ gfortran -shared intcc2.o -Wl,-soname=libintcc2_f.so.0 -L.. -lfft2f_f -lm -o ../libintcc2_f.so.0
+ ln -s libintcc2_f.so.0 ../libintcc2_f.so
+ '[' intcc2.o == fft2f.o ']'
+ popd
~/RPM/BUILD/intcc-1
++ ls tc/chebexpt.o tc/intcc1t.o tc/intcc2t.o tf/chebexpt.o tf/intcc1t.o tf/intcc2t.o
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tc/chebexpt.o -o tc/chebexpt.o.out -lm -lgfortran
+ echo test ./tc/chebexpt.o.out
test ./tc/chebexpt.o.out
+ ./tc/chebexpt.o.out
interpolation of sin(log(x)) over [1,2]
N_eval= 33  n= 20  err= 5.35941e-15  max_err= 1.88245e-16
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tc/intcc1t.o -o tc/intcc1t.o.out -lm -lgfortran
+ echo test ./tc/intcc1t.o.out
test ./tc/intcc1t.o.out
+ ./tc/intcc1t.o.out
I= integral_0^1 4/(1+x^2) dx
I= 3.14159	 err= 6.21504e-15	 N= 33
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tc/intcc2t.o -o tc/intcc2t.o.out -lm -lgfortran
+ echo test ./tc/intcc2t.o.out
test ./tc/intcc2t.o.out
+ ./tc/intcc2t.o.out
I= integral_0^1 4/(1+x^2) dx
I= 3.14159	 err= 6.21504e-15	 N= 33
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tf/chebexpt.o -o tf/chebexpt.o.out -lm -lgfortran
+ echo test ./tf/chebexpt.o.out
test ./tf/chebexpt.o.out
+ ./tf/chebexpt.o.out
 interpolation of sin(log(x)) over [   1.0000000000000000      ,   2.0000000000000000      ]
 N_eval=          33   n=          20   err=   5.3594090442165943E-015   max_err=   1.8824460219779571E-016
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tf/intcc1t.o -o tf/intcc1t.o.out -lm -lgfortran
+ echo test ./tf/intcc1t.o.out
test ./tf/intcc1t.o.out
+ ./tf/intcc1t.o.out
 I= integral_0^1 4/(1+x^2) dx
 I=   3.1415926535897936        err=   6.2150442477876113E-015   N=           33
+ for i in $(ls tc/*.o tf/*.o)
+ gcc tf/intcc2t.o -o tf/intcc2t.o.out -lm -lgfortran
+ echo test ./tf/intcc2t.o.out
test ./tf/intcc2t.o.out
+ ./tf/intcc2t.o.out
 I= integral_0^1 4/(1+x^2) dx
 I=   3.1415926535897931        err=   6.2150442477876113E-015   N=          33
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97374
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/intcc-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/intcc-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd intcc-1
+ install -d /usr/src/tmp/intcc-buildroot/usr/lib
+ for i in *.so
+ install -m644 libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp.so
+ for i in *.so
+ install -m644 libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp_f.so
+ for i in *.so
+ install -m644 libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f.so
+ for i in *.so
+ install -m644 libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f_f.so
+ for i in *.so
+ install -m644 libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1.so
+ for i in *.so
+ install -m644 libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1_f.so
+ for i in *.so
+ install -m644 libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2.so
+ for i in *.so
+ install -m644 libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/
+ ln -s libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2_f.so
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/intcc-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/intcc-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/intcc-buildroot/ (default)
Compressing files in /usr/src/tmp/intcc-buildroot (auto)
Adjusting library links in /usr/src/tmp/intcc-buildroot
./usr/lib: (from <cmdline>:0)
	libchebexp.so.0 -> libchebexp.so.0
	libchebexp_f.so.0 -> libchebexp_f.so.0
	libfft2f.so.0 -> libfft2f.so.0
	libfft2f_f.so.0 -> libfft2f_f.so.0
	libintcc1.so.0 -> libintcc1.so.0
	libintcc1_f.so.0 -> libintcc1_f.so.0
	libintcc2.so.0 -> libintcc2.so.0
	libintcc2_f.so.0 -> libintcc2_f.so.0
Verifying ELF objects in /usr/src/tmp/intcc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libintcc-1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1QNtVR
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp.so.0: 2 symbols, 11 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libchebexp_f.so.0: 2 symbols, 11 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f.so.0: 8 symbols, 13 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libfft2f_f.so.0: 8 symbols, 13 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1.so.0: 1 symbols, 10 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libintcc1_f.so.0: 1 symbols, 10 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2.so.0: 2 symbols, 11 bpp
lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib/libintcc2_f.so.0: 2 symbols, 11 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.99mSYy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libchebexp.so.0 = set:ecAvL1, libchebexp_f.so.0 = set:ec76d4, libfft2f.so.0 = set:gcQKzkRZ72zFW7xzq6, libfft2f_f.so.0 = set:gcB3oZKQBrQyAZ5qeu, libintcc1.so.0 = set:dc19, libintcc1_f.so.0 = set:dcaj, libintcc2.so.0 = set:ec1pY0, libintcc2_f.so.0 = set:ecaP26
Requires: libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.19Lc01
Creating libintcc-debuginfo package
Processing files: libintcc-devel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21571
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd intcc-1
+ DOCDIR=/usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ export DOCDIR
+ rm -rf /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ /bin/mkdir -p /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ cp -prL ../src/chebexp.c ../src/chebexp.doc ../src/chebexp.f ../src/fft2f.c ../src/fft2f.f ../src/intcc1.c ../src/intcc1.doc ../src/intcc1.f ../src/intcc2.c ../src/intcc2.doc ../src/intcc2.f ../src/readme.txt /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ chmod -R go-w /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ chmod -R a+rX /usr/src/tmp/intcc-buildroot/usr/share/doc/libintcc-devel-1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qmyffq
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.givXSL
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libintcc = 1-alt1, /usr/lib/libchebexp.so.0, /usr/lib/libchebexp_f.so.0, /usr/lib/libfft2f.so.0, /usr/lib/libfft2f_f.so.0, /usr/lib/libintcc1.so.0, /usr/lib/libintcc1_f.so.0, /usr/lib/libintcc2.so.0, /usr/lib/libintcc2_f.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pKAwXL
Processing files: libintcc-debuginfo-1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Tc5r4r
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YrOgvN
find-requires: running scripts (debuginfo)
Provides: debug(libchebexp.so.0), debug(libchebexp_f.so.0), debug(libfft2f.so.0), debug(libfft2f_f.so.0), debug(libintcc1.so.0), debug(libintcc1_f.so.0), debug(libintcc2.so.0), debug(libintcc2_f.so.0)
Requires: libintcc = 1-alt1, debug(libc.so.6), debug(libm.so.6)
Removing 8 extra deps from libintcc-devel due to dependency on libintcc
Wrote: /usr/src/RPM/RPMS/i586/libintcc-1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libintcc-devel-1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libintcc-debuginfo-1-alt1.i586.rpm (w2.lzdio)
5.71user 2.57system 0:15.11elapsed 54%CPU (0avgtext+0avgdata 27984maxresident)k
0inputs+0outputs (0major+694725minor)pagefaults 0swaps
/.out/libintcc-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Distributable
/.out/libintcc-devel-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Distributable
/.out/libintcc-debuginfo-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Distributable
2.65user 1.54system 0:23.56elapsed 17%CPU (0avgtext+0avgdata 108380maxresident)k
0inputs+0outputs (32256major+156607minor)pagefaults 0swaps
--- libintcc-1-alt1.i586.rpm.repo	2014-09-18 16:01:52.000000000 +0000
+++ libintcc-1-alt1.i586.rpm.hasher	2023-04-22 06:07:05.002096738 +0000
@@ -8,2 +8,4 @@
 /usr/lib/libintcc2_f.so.0	100644	root:root	
+Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libm.so.6(GLIBC_2.0)  
@@ -11,19 +13,19 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: libchebexp.so.0 = set:fdOfL1
-Provides: libchebexp_f.so.0 = set:fdsoQg0
-Provides: libfft2f.so.0 = set:hduwkHFqOlXuZ72n9Gw
-Provides: libfft2f_f.so.0 = set:hdB3SLDeQXImw9xmAZq
-Provides: libintcc1.so.0 = set:ed19
-Provides: libintcc1_f.so.0 = set:edBp
-Provides: libintcc2.so.0 = set:fd4Ay7
-Provides: libintcc2_f.so.0 = set:fdBV26
+Provides: libchebexp.so.0 = set:ecAvL1
+Provides: libchebexp_f.so.0 = set:ec76d4
+Provides: libfft2f.so.0 = set:gcQKzkRZ72zFW7xzq6
+Provides: libfft2f_f.so.0 = set:gcB3oZKQBrQyAZ5qeu
+Provides: libintcc1.so.0 = set:dc19
+Provides: libintcc1_f.so.0 = set:dcaj
+Provides: libintcc2.so.0 = set:ec1pY0
+Provides: libintcc2_f.so.0 = set:ecaP26
 Provides: libintcc = 1-alt1
-File: /usr/lib/libchebexp.so.0	100644	root:root	0fb5cb9c99a1a1de0ce65eb0918ca5f2	
-File: /usr/lib/libchebexp_f.so.0	100644	root:root	dedeb635efa37e984ab96e64d25e1014	
-File: /usr/lib/libfft2f.so.0	100644	root:root	6a3c244f201bfd6940f7cad160704f57	
-File: /usr/lib/libfft2f_f.so.0	100644	root:root	3b7dc68af81866e1bbda21b928f048f9	
-File: /usr/lib/libintcc1.so.0	100644	root:root	d6345506d601a4d24d67738521706455	
-File: /usr/lib/libintcc1_f.so.0	100644	root:root	15d4cdd60855564313ce43021987a3a7	
-File: /usr/lib/libintcc2.so.0	100644	root:root	d76918f602787c50f3bec6802e53d96e	
-File: /usr/lib/libintcc2_f.so.0	100644	root:root	2de06983313cfaaab7342a457f79a76f	
-RPMIdentity: 53a97ef5e68069803b135bfab6d9846f8f7e131cdc3956dc0e74f51fec839a34554e4b35a0f72ff5a25a9e64b11faae03bb4486972da9bd4f8847aba709a92b2
+File: /usr/lib/libchebexp.so.0	100644	root:root	f93cdc25120da27671b3c40aa11af103	
+File: /usr/lib/libchebexp_f.so.0	100644	root:root	41c5bd4dc181fb2cd471745fad91dbf4	
+File: /usr/lib/libfft2f.so.0	100644	root:root	a85f3fdb679b6ef878863382d67e4087	
+File: /usr/lib/libfft2f_f.so.0	100644	root:root	3ed55167ac37ae11a4cb2ae6ad637ab5	
+File: /usr/lib/libintcc1.so.0	100644	root:root	b9e5c56dd122e5fb6ae30a523eac1f2d	
+File: /usr/lib/libintcc1_f.so.0	100644	root:root	39b07b1e84cbdeddfe0be3611c448cca	
+File: /usr/lib/libintcc2.so.0	100644	root:root	9447262879ae7957ec44539555a3c89b	
+File: /usr/lib/libintcc2_f.so.0	100644	root:root	b723039a1d3da7c97674556a6c9d0402	
+RPMIdentity: 6fdde692e7a05a38d56136c60e913e3125b02e8aa96ed0690db7d666771339512bce6ad564b083aafe771bc81c7c1932e5e618b39d4a93531733f98b3c930af9
--- libintcc-debuginfo-1-alt1.i586.rpm.repo	2014-09-18 16:01:52.000000000 +0000
+++ libintcc-debuginfo-1-alt1.i586.rpm.hasher	2023-04-22 06:07:05.083096866 +0000
@@ -1,25 +1,25 @@
-/usr/lib/debug/.build-id/24	40755	root:root	
-/usr/lib/debug/.build-id/24/12dd477a07eb5a839b73d50b69c19725b20262	120777	root:root	../../../libfft2f_f.so.0
-/usr/lib/debug/.build-id/24/12dd477a07eb5a839b73d50b69c19725b20262.debug	120777	root:root	../../usr/lib/libfft2f_f.so.0.debug
-/usr/lib/debug/.build-id/3d	40755	root:root	
-/usr/lib/debug/.build-id/3d/ec5b625a604dbe86fb39ef79b72ae5f7486023	120777	root:root	../../../libintcc1.so.0
-/usr/lib/debug/.build-id/3d/ec5b625a604dbe86fb39ef79b72ae5f7486023.debug	120777	root:root	../../usr/lib/libintcc1.so.0.debug
-/usr/lib/debug/.build-id/54	40755	root:root	
-/usr/lib/debug/.build-id/54/9e3a2c4614f083cdea505920292532de5b1e44	120777	root:root	../../../libintcc2_f.so.0
-/usr/lib/debug/.build-id/54/9e3a2c4614f083cdea505920292532de5b1e44.debug	120777	root:root	../../usr/lib/libintcc2_f.so.0.debug
-/usr/lib/debug/.build-id/55	40755	root:root	
-/usr/lib/debug/.build-id/55/45d689882a71763c319bdbb020cea370014fe6	120777	root:root	../../../libfft2f.so.0
-/usr/lib/debug/.build-id/55/45d689882a71763c319bdbb020cea370014fe6.debug	120777	root:root	../../usr/lib/libfft2f.so.0.debug
-/usr/lib/debug/.build-id/6e	40755	root:root	
-/usr/lib/debug/.build-id/6e/2dd63c8f944ca9b3d4d301337ab8a9ff9f9304	120777	root:root	../../../libchebexp.so.0
-/usr/lib/debug/.build-id/6e/2dd63c8f944ca9b3d4d301337ab8a9ff9f9304.debug	120777	root:root	../../usr/lib/libchebexp.so.0.debug
-/usr/lib/debug/.build-id/8b	40755	root:root	
-/usr/lib/debug/.build-id/8b/b21bf60c9f2cc8d9ec5e554fb6a4f312baa8cd	120777	root:root	../../../libintcc2.so.0
-/usr/lib/debug/.build-id/8b/b21bf60c9f2cc8d9ec5e554fb6a4f312baa8cd.debug	120777	root:root	../../usr/lib/libintcc2.so.0.debug
-/usr/lib/debug/.build-id/94	40755	root:root	
-/usr/lib/debug/.build-id/94/e1515eec125eec0a6dfb4ed2ea9783ab5939cd	120777	root:root	../../../libchebexp_f.so.0
-/usr/lib/debug/.build-id/94/e1515eec125eec0a6dfb4ed2ea9783ab5939cd.debug	120777	root:root	../../usr/lib/libchebexp_f.so.0.debug
-/usr/lib/debug/.build-id/d1	40755	root:root	
-/usr/lib/debug/.build-id/d1/0dd9b4daeb22edc69de2ad1c51de54f6d6c59f	120777	root:root	../../../libintcc1_f.so.0
-/usr/lib/debug/.build-id/d1/0dd9b4daeb22edc69de2ad1c51de54f6d6c59f.debug	120777	root:root	../../usr/lib/libintcc1_f.so.0.debug
+/usr/lib/debug/.build-id/26	40755	root:root	
+/usr/lib/debug/.build-id/26/a1eec1ae118d23b2dc9a7ecab127a5bb2070f9	120777	root:root	../../../libchebexp_f.so.0
+/usr/lib/debug/.build-id/26/a1eec1ae118d23b2dc9a7ecab127a5bb2070f9.debug	120777	root:root	../../usr/lib/libchebexp_f.so.0.debug
+/usr/lib/debug/.build-id/6d	40755	root:root	
+/usr/lib/debug/.build-id/6d/258c6ec63a82e09c60662daa75398071084641	120777	root:root	../../../libfft2f_f.so.0
+/usr/lib/debug/.build-id/6d/258c6ec63a82e09c60662daa75398071084641.debug	120777	root:root	../../usr/lib/libfft2f_f.so.0.debug
+/usr/lib/debug/.build-id/80	40755	root:root	
+/usr/lib/debug/.build-id/80/c13fc5349bc1f5d638c5d9399102ccf786f314	120777	root:root	../../../libintcc1_f.so.0
+/usr/lib/debug/.build-id/80/c13fc5349bc1f5d638c5d9399102ccf786f314.debug	120777	root:root	../../usr/lib/libintcc1_f.so.0.debug
+/usr/lib/debug/.build-id/83	40755	root:root	
+/usr/lib/debug/.build-id/83/18596b5e06d63c7350e0e5e7061f6af332269a	120777	root:root	../../../libintcc2.so.0
+/usr/lib/debug/.build-id/83/18596b5e06d63c7350e0e5e7061f6af332269a.debug	120777	root:root	../../usr/lib/libintcc2.so.0.debug
+/usr/lib/debug/.build-id/92	40755	root:root	
+/usr/lib/debug/.build-id/92/b3e297742bb633e9e61d3e42b7376ee3e36347	120777	root:root	../../../libintcc1.so.0
+/usr/lib/debug/.build-id/92/b3e297742bb633e9e61d3e42b7376ee3e36347.debug	120777	root:root	../../usr/lib/libintcc1.so.0.debug
+/usr/lib/debug/.build-id/a9	40755	root:root	
+/usr/lib/debug/.build-id/a9/b3770335a7c15d36cda3124b08919642bf4eeb	120777	root:root	../../../libchebexp.so.0
+/usr/lib/debug/.build-id/a9/b3770335a7c15d36cda3124b08919642bf4eeb.debug	120777	root:root	../../usr/lib/libchebexp.so.0.debug
+/usr/lib/debug/.build-id/b4	40755	root:root	
+/usr/lib/debug/.build-id/b4/efe266630603307a71a979d0fc6d04afd51963	120777	root:root	../../../libfft2f.so.0
+/usr/lib/debug/.build-id/b4/efe266630603307a71a979d0fc6d04afd51963.debug	120777	root:root	../../usr/lib/libfft2f.so.0.debug
+/usr/lib/debug/.build-id/b6	40755	root:root	
+/usr/lib/debug/.build-id/b6/aa1f6714b0b83e0e32a6a794b33dc54120b174	120777	root:root	../../../libintcc2_f.so.0
+/usr/lib/debug/.build-id/b6/aa1f6714b0b83e0e32a6a794b33dc54120b174.debug	120777	root:root	../../usr/lib/libintcc2_f.so.0.debug
 /usr/lib/debug/usr/lib/libchebexp.so.0.debug	100644	root:root	
@@ -43,2 +43,3 @@
 Requires: libintcc = 1-alt1
+Requires: debug(libc.so.6)  
 Requires: debug(libm.so.6)  
@@ -54,34 +55,34 @@
 Provides: libintcc-debuginfo = 1-alt1
-File: /usr/lib/debug/.build-id/24	40755	root:root		
-File: /usr/lib/debug/.build-id/24/12dd477a07eb5a839b73d50b69c19725b20262	120777	root:root		../../../libfft2f_f.so.0
-File: /usr/lib/debug/.build-id/24/12dd477a07eb5a839b73d50b69c19725b20262.debug	120777	root:root		../../usr/lib/libfft2f_f.so.0.debug
-File: /usr/lib/debug/.build-id/3d	40755	root:root		
-File: /usr/lib/debug/.build-id/3d/ec5b625a604dbe86fb39ef79b72ae5f7486023	120777	root:root		../../../libintcc1.so.0
-File: /usr/lib/debug/.build-id/3d/ec5b625a604dbe86fb39ef79b72ae5f7486023.debug	120777	root:root		../../usr/lib/libintcc1.so.0.debug
-File: /usr/lib/debug/.build-id/54	40755	root:root		
-File: /usr/lib/debug/.build-id/54/9e3a2c4614f083cdea505920292532de5b1e44	120777	root:root		../../../libintcc2_f.so.0
-File: /usr/lib/debug/.build-id/54/9e3a2c4614f083cdea505920292532de5b1e44.debug	120777	root:root		../../usr/lib/libintcc2_f.so.0.debug
-File: /usr/lib/debug/.build-id/55	40755	root:root		
-File: /usr/lib/debug/.build-id/55/45d689882a71763c319bdbb020cea370014fe6	120777	root:root		../../../libfft2f.so.0
-File: /usr/lib/debug/.build-id/55/45d689882a71763c319bdbb020cea370014fe6.debug	120777	root:root		../../usr/lib/libfft2f.so.0.debug
-File: /usr/lib/debug/.build-id/6e	40755	root:root		
-File: /usr/lib/debug/.build-id/6e/2dd63c8f944ca9b3d4d301337ab8a9ff9f9304	120777	root:root		../../../libchebexp.so.0
-File: /usr/lib/debug/.build-id/6e/2dd63c8f944ca9b3d4d301337ab8a9ff9f9304.debug	120777	root:root		../../usr/lib/libchebexp.so.0.debug
-File: /usr/lib/debug/.build-id/8b	40755	root:root		
-File: /usr/lib/debug/.build-id/8b/b21bf60c9f2cc8d9ec5e554fb6a4f312baa8cd	120777	root:root		../../../libintcc2.so.0
-File: /usr/lib/debug/.build-id/8b/b21bf60c9f2cc8d9ec5e554fb6a4f312baa8cd.debug	120777	root:root		../../usr/lib/libintcc2.so.0.debug
-File: /usr/lib/debug/.build-id/94	40755	root:root		
-File: /usr/lib/debug/.build-id/94/e1515eec125eec0a6dfb4ed2ea9783ab5939cd	120777	root:root		../../../libchebexp_f.so.0
-File: /usr/lib/debug/.build-id/94/e1515eec125eec0a6dfb4ed2ea9783ab5939cd.debug	120777	root:root		../../usr/lib/libchebexp_f.so.0.debug
-File: /usr/lib/debug/.build-id/d1	40755	root:root		
-File: /usr/lib/debug/.build-id/d1/0dd9b4daeb22edc69de2ad1c51de54f6d6c59f	120777	root:root		../../../libintcc1_f.so.0
-File: /usr/lib/debug/.build-id/d1/0dd9b4daeb22edc69de2ad1c51de54f6d6c59f.debug	120777	root:root		../../usr/lib/libintcc1_f.so.0.debug
-File: /usr/lib/debug/usr/lib/libchebexp.so.0.debug	100644	root:root	359fc8b3d70f1b6feea032129161b0d3	
-File: /usr/lib/debug/usr/lib/libchebexp_f.so.0.debug	100644	root:root	231560357d75f6ae90d509255ee7e964	
-File: /usr/lib/debug/usr/lib/libfft2f.so.0.debug	100644	root:root	6fc150cc2c13b5575e32d60bc21b0284	
-File: /usr/lib/debug/usr/lib/libfft2f_f.so.0.debug	100644	root:root	8c142b5a596a6ff13b70ec9c4f1ea04a	
-File: /usr/lib/debug/usr/lib/libintcc1.so.0.debug	100644	root:root	ba4d1aaa368d127b64053b66f86cba1e	
-File: /usr/lib/debug/usr/lib/libintcc1_f.so.0.debug	100644	root:root	0ded88f7c0b2cd31ece1a860f4417725	
-File: /usr/lib/debug/usr/lib/libintcc2.so.0.debug	100644	root:root	324290f4bbcdedfc87826851f2e0db75	
-File: /usr/lib/debug/usr/lib/libintcc2_f.so.0.debug	100644	root:root	a66c7ba9f5dbffef167a23aa64871ff5	
+File: /usr/lib/debug/.build-id/26	40755	root:root		
+File: /usr/lib/debug/.build-id/26/a1eec1ae118d23b2dc9a7ecab127a5bb2070f9	120777	root:root		../../../libchebexp_f.so.0
+File: /usr/lib/debug/.build-id/26/a1eec1ae118d23b2dc9a7ecab127a5bb2070f9.debug	120777	root:root		../../usr/lib/libchebexp_f.so.0.debug
+File: /usr/lib/debug/.build-id/6d	40755	root:root		
+File: /usr/lib/debug/.build-id/6d/258c6ec63a82e09c60662daa75398071084641	120777	root:root		../../../libfft2f_f.so.0
+File: /usr/lib/debug/.build-id/6d/258c6ec63a82e09c60662daa75398071084641.debug	120777	root:root		../../usr/lib/libfft2f_f.so.0.debug
+File: /usr/lib/debug/.build-id/80	40755	root:root		
+File: /usr/lib/debug/.build-id/80/c13fc5349bc1f5d638c5d9399102ccf786f314	120777	root:root		../../../libintcc1_f.so.0
+File: /usr/lib/debug/.build-id/80/c13fc5349bc1f5d638c5d9399102ccf786f314.debug	120777	root:root		../../usr/lib/libintcc1_f.so.0.debug
+File: /usr/lib/debug/.build-id/83	40755	root:root		
+File: /usr/lib/debug/.build-id/83/18596b5e06d63c7350e0e5e7061f6af332269a	120777	root:root		../../../libintcc2.so.0
+File: /usr/lib/debug/.build-id/83/18596b5e06d63c7350e0e5e7061f6af332269a.debug	120777	root:root		../../usr/lib/libintcc2.so.0.debug
+File: /usr/lib/debug/.build-id/92	40755	root:root		
+File: /usr/lib/debug/.build-id/92/b3e297742bb633e9e61d3e42b7376ee3e36347	120777	root:root		../../../libintcc1.so.0
+File: /usr/lib/debug/.build-id/92/b3e297742bb633e9e61d3e42b7376ee3e36347.debug	120777	root:root		../../usr/lib/libintcc1.so.0.debug
+File: /usr/lib/debug/.build-id/a9	40755	root:root		
+File: /usr/lib/debug/.build-id/a9/b3770335a7c15d36cda3124b08919642bf4eeb	120777	root:root		../../../libchebexp.so.0
+File: /usr/lib/debug/.build-id/a9/b3770335a7c15d36cda3124b08919642bf4eeb.debug	120777	root:root		../../usr/lib/libchebexp.so.0.debug
+File: /usr/lib/debug/.build-id/b4	40755	root:root		
+File: /usr/lib/debug/.build-id/b4/efe266630603307a71a979d0fc6d04afd51963	120777	root:root		../../../libfft2f.so.0
+File: /usr/lib/debug/.build-id/b4/efe266630603307a71a979d0fc6d04afd51963.debug	120777	root:root		../../usr/lib/libfft2f.so.0.debug
+File: /usr/lib/debug/.build-id/b6	40755	root:root		
+File: /usr/lib/debug/.build-id/b6/aa1f6714b0b83e0e32a6a794b33dc54120b174	120777	root:root		../../../libintcc2_f.so.0
+File: /usr/lib/debug/.build-id/b6/aa1f6714b0b83e0e32a6a794b33dc54120b174.debug	120777	root:root		../../usr/lib/libintcc2_f.so.0.debug
+File: /usr/lib/debug/usr/lib/libchebexp.so.0.debug	100644	root:root	e2629b6a11886cc91baeb0c15c4b8211	
+File: /usr/lib/debug/usr/lib/libchebexp_f.so.0.debug	100644	root:root	e97d8460ab0d66c69b4ecfedc09e1764	
+File: /usr/lib/debug/usr/lib/libfft2f.so.0.debug	100644	root:root	1bdd45a298776ecbb29bf73f150e8a8e	
+File: /usr/lib/debug/usr/lib/libfft2f_f.so.0.debug	100644	root:root	df904638001700a924314f204560ae6e	
+File: /usr/lib/debug/usr/lib/libintcc1.so.0.debug	100644	root:root	f303249a680496bb944bd19de25ce38b	
+File: /usr/lib/debug/usr/lib/libintcc1_f.so.0.debug	100644	root:root	d05c02fa4015123662ad6e98f8937bc3	
+File: /usr/lib/debug/usr/lib/libintcc2.so.0.debug	100644	root:root	bcffa6c74b414d5d5dd083163d29b038	
+File: /usr/lib/debug/usr/lib/libintcc2_f.so.0.debug	100644	root:root	1a0a1bf8f1054e08093bb495c760f88b	
 File: /usr/src/debug/intcc-1	40755	root:root		
@@ -96,2 +97,2 @@
 File: /usr/src/debug/intcc-1/intcc2.c	100644	root:root	385972d0575208de5a462c6e00d0b066	
-RPMIdentity: 28ff8b7661460f8e92af3a3c1ab5eb1205e20141659b0ea4955403e200749f9631fa0599aa1e925a7a98be38efc58d178739c5837e358c1851608f0eca97284a
+RPMIdentity: c0fd0c3db407ed0c61e1fe93cb94b49ab481273b1361b80a1eb1dbaa88454f1496c2fb081a6d8aecffacb4a1d1460576b756dae75380af4d6f564721d85e5594
--- libintcc-devel-1-alt1.i586.rpm.repo	2014-09-18 16:01:52.000000000 +0000
+++ libintcc-devel-1-alt1.i586.rpm.hasher	2023-04-22 06:07:05.187097030 +0000
@@ -45,2 +45,2 @@
 File: /usr/share/doc/libintcc-devel-1/readme.txt	100644	root:root	13f71da89eff652a74cd14028fa98657	
-RPMIdentity: c47bcbebcda496fa1cd7e13e0b5a806f3564af5c86b92edbfe53bff599d4d15adbd5988c3e3abdc31782b1169410c95ce86e277928bf8f127f67e93a26dbbaba
+RPMIdentity: 491dafc0c26fdae26c36407c903415e5a12ad58d77064e6db17b65ec6b8789e9c25ec5d1385d728dfa0e46ec1118267750b51bd391ed83521f79a0e70b8ca245