<86>May 4 02:26:31 userdel[1785065]: delete user 'rooter' <86>May 4 02:26:31 userdel[1785065]: removed group 'rooter' owned by 'rooter' <86>May 4 02:26:31 userdel[1785065]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:26:31 groupadd[1785095]: group added to /etc/group: name=rooter, GID=1805 <86>May 4 02:26:31 groupadd[1785095]: group added to /etc/gshadow: name=rooter <86>May 4 02:26:31 groupadd[1785095]: new group: name=rooter, GID=1805 <86>May 4 02:26:31 useradd[1785113]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>May 4 02:26:31 userdel[1785146]: delete user 'builder' <86>May 4 02:26:31 userdel[1785146]: removed group 'builder' owned by 'builder' <86>May 4 02:26:31 userdel[1785146]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:26:31 groupadd[1785158]: group added to /etc/group: name=builder, GID=1806 <86>May 4 02:26:31 groupadd[1785158]: group added to /etc/gshadow: name=builder <86>May 4 02:26:31 groupadd[1785158]: new group: name=builder, GID=1806 <86>May 4 02:26:31 useradd[1785166]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/intcc-1-alt1.src.rpm: license not found in '/usr/share/license' directory: Distributable <13>May 4 02:26:34 rpmi: libquadmath0-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 02:26:34 rpmi: libquadmath13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 02:26:34 rpmi: libgfortran5-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 02:26:34 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 02:26:34 rpmi: libgfortran13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 02:26:35 rpmi: gcc13-fortran-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 02:26:35 rpmi: gcc-fortran-13-alt1 sisyphus+323337.300.1.1 1687267966 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/intcc-1-alt1.nosrc.rpm (w1.gzdio) Installing intcc-1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16524 + 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.16524 + 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 -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 -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 -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 '' or provide a declaration of 'exit' 7 | #include "chebexp.c" +++ |+#include 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 '' 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 '' or provide a declaration of 'exit' 7 | #include "intcc1.c" +++ |+#include 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 '' 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 '' or provide a declaration of 'exit' 7 | #include "intcc2.c" +++ |+#include 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 '' 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 -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= 2.22045e-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= 2.2204460492503131E-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.2150442477876121E-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.2150442477876121E-015 N= 33 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9700 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd intcc-1 + install -d /usr/src/tmp/intcc-buildroot/usr/lib64 + for i in *.so + install -m644 libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libchebexp.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libchebexp.so + for i in *.so + install -m644 libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libchebexp_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libchebexp_f.so + for i in *.so + install -m644 libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libfft2f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libfft2f.so + for i in *.so + install -m644 libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libfft2f_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libfft2f_f.so + for i in *.so + install -m644 libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libintcc1.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc1.so + for i in *.so + install -m644 libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libintcc1_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc1_f.so + for i in *.so + install -m644 libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libintcc2.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc2.so + for i in *.so + install -m644 libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/ + ln -s libintcc2_f.so.0 /usr/src/tmp/intcc-buildroot/usr/lib64/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/lib64: (from :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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/intcc-buildroot Processing files: libintcc-1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eRpPWH find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libchebexp.so.0: 2 symbols, 11 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libchebexp_f.so.0: 2 symbols, 11 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libfft2f.so.0: 8 symbols, 13 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libfft2f_f.so.0: 8 symbols, 13 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc1.so.0: 1 symbols, 10 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc1_f.so.0: 1 symbols, 10 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc2.so.0: 2 symbols, 11 bpp lib.prov: /usr/src/tmp/intcc-buildroot/usr/lib64/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.nSxaMx find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/intcc-buildroot/usr/lib64/libchebexp_f.so.0: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/intcc-buildroot/usr/lib64/libfft2f_f.so.0: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc1_f.so.0: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/intcc-buildroot/usr/lib64/libintcc2_f.so.0: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 Provides: libchebexp.so.0()(64bit) = set:ecAvL1, libchebexp_f.so.0()(64bit) = set:ec76d4, libfft2f.so.0()(64bit) = set:gcQKzkRZ72zFW7xzq6, libfft2f_f.so.0()(64bit) = set:gcB3oZKQBrQyAZ5qeu, libintcc1.so.0()(64bit) = set:dc19, libintcc1_f.so.0()(64bit) = set:dcaj, libintcc2.so.0()(64bit) = set:ec1pY0, libintcc2_f.so.0()(64bit) = set:ecaP26 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1()(64bit), libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UHSCkm Creating libintcc-debuginfo package Processing files: libintcc-devel-1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8034 + 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.fnv7k4 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.01RXLO 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/lib64/libchebexp.so.0, /usr/lib64/libchebexp_f.so.0, /usr/lib64/libfft2f.so.0, /usr/lib64/libfft2f_f.so.0, /usr/lib64/libintcc1.so.0, /usr/lib64/libintcc1_f.so.0, /usr/lib64/libintcc2.so.0, /usr/lib64/libintcc2_f.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G2oftw Processing files: libintcc-debuginfo-1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jk0i4l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mTf6RK find-requires: running scripts (debuginfo) Provides: debug64(libchebexp.so.0), debug64(libchebexp_f.so.0), debug64(libfft2f.so.0), debug64(libfft2f_f.so.0), debug64(libintcc1.so.0), debug64(libintcc1_f.so.0), debug64(libintcc2.so.0), debug64(libintcc2_f.so.0) Requires: libintcc = 1-alt1, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6) Removing 8 extra deps from libintcc-devel due to dependency on libintcc Wrote: /usr/src/RPM/RPMS/x86_64/libintcc-1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libintcc-devel-1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libintcc-debuginfo-1-alt1.x86_64.rpm (w2.lzdio) 3.28user 4.88system 0:13.36elapsed 61%CPU (0avgtext+0avgdata 34180maxresident)k 0inputs+0outputs (0major+771309minor)pagefaults 0swaps /.out/libintcc-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable /.out/libintcc-devel-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable /.out/libintcc-debuginfo-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable 3.44user 2.65system 0:24.00elapsed 25%CPU (0avgtext+0avgdata 131320maxresident)k 0inputs+0outputs (0major+205996minor)pagefaults 0swaps --- libintcc-1-alt1.x86_64.rpm.repo 2014-09-18 16:01:41.000000000 +0000 +++ libintcc-1-alt1.x86_64.rpm.hasher 2024-05-04 02:26:51.501179948 +0000 @@ -8,2 +8,5 @@ /usr/lib64/libintcc2_f.so.0 100644 root:root +Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libgcc_s.so.1()(64bit) Requires: libm.so.6(GLIBC_2.2.5)(64bit) @@ -11,19 +14,19 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libchebexp.so.0()(64bit) = set:fdOfL1 -Provides: libchebexp_f.so.0()(64bit) = set:fdsoQg0 -Provides: libfft2f.so.0()(64bit) = set:hduwkHFqOlXuZ72n9Gw -Provides: libfft2f_f.so.0()(64bit) = set:hdB3SLDeQXImw9xmAZq -Provides: libintcc1.so.0()(64bit) = set:ed19 -Provides: libintcc1_f.so.0()(64bit) = set:edBp -Provides: libintcc2.so.0()(64bit) = set:fd4Ay7 -Provides: libintcc2_f.so.0()(64bit) = set:fdBV26 +Provides: libchebexp.so.0()(64bit) = set:ecAvL1 +Provides: libchebexp_f.so.0()(64bit) = set:ec76d4 +Provides: libfft2f.so.0()(64bit) = set:gcQKzkRZ72zFW7xzq6 +Provides: libfft2f_f.so.0()(64bit) = set:gcB3oZKQBrQyAZ5qeu +Provides: libintcc1.so.0()(64bit) = set:dc19 +Provides: libintcc1_f.so.0()(64bit) = set:dcaj +Provides: libintcc2.so.0()(64bit) = set:ec1pY0 +Provides: libintcc2_f.so.0()(64bit) = set:ecaP26 Provides: libintcc = 1-alt1 -File: /usr/lib64/libchebexp.so.0 100644 root:root 1f324181940fa15d4ec562ad42aac25f -File: /usr/lib64/libchebexp_f.so.0 100644 root:root 8669222e2154c80255e42de1a5120977 -File: /usr/lib64/libfft2f.so.0 100644 root:root 69c93539f6795803ad9ccb666230141d -File: /usr/lib64/libfft2f_f.so.0 100644 root:root ebe0bdaf3aea4dff6d04498af040b840 -File: /usr/lib64/libintcc1.so.0 100644 root:root 23574d70419b22c37d54f1ec7b4fada2 -File: /usr/lib64/libintcc1_f.so.0 100644 root:root df17971d78854142c447ef5021f156c7 -File: /usr/lib64/libintcc2.so.0 100644 root:root ca3e57b458d37c768e3077fdb1ce7ae7 -File: /usr/lib64/libintcc2_f.so.0 100644 root:root 4c28cbe2743e95bba5cafe91305aa500 -RPMIdentity: c5169e94a5685680a8c2f5d33eac7e71070a8f6ad06c9c47b7c58faddd9298eff24896f58563b55942a052adcd2f752cc90cf0d1cf06b38a0fc2dfa626da7b3e +File: /usr/lib64/libchebexp.so.0 100644 root:root 0afd1e88bf4ccb1a7a7ef5ff5961f132 +File: /usr/lib64/libchebexp_f.so.0 100644 root:root fb60babd6a1a4135c8b1095d97433bed +File: /usr/lib64/libfft2f.so.0 100644 root:root 39f4e09ef6ae15ab2d8aded11367479b +File: /usr/lib64/libfft2f_f.so.0 100644 root:root 3d2a14d3bd21c6869a68f9c014393162 +File: /usr/lib64/libintcc1.so.0 100644 root:root ab81a04350213e8370ee3fe74460cad2 +File: /usr/lib64/libintcc1_f.so.0 100644 root:root 254ca8775cf65963852da187c76ccdb6 +File: /usr/lib64/libintcc2.so.0 100644 root:root c1d1589099eb2595421a7cfb7a6c5ee0 +File: /usr/lib64/libintcc2_f.so.0 100644 root:root 2063225297da204790efb13ee19f4ba1 +RPMIdentity: 1ae3ce6efed02cad5f7e77527dc1ef3fefd722bbb14b6f46192b747a37729c8f7fe2609453aaa4c53fdcb7cec41e3da64e8087c207b6a718ee33abac9b685d9e --- libintcc-debuginfo-1-alt1.x86_64.rpm.repo 2014-09-18 16:01:41.000000000 +0000 +++ libintcc-debuginfo-1-alt1.x86_64.rpm.hasher 2024-05-04 02:26:51.583181323 +0000 @@ -1,24 +1,25 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/43867eac36e0893db1dd21dc062b3c55115b81 120777 root:root ../../../../lib64/libfft2f_f.so.0 -/usr/lib/debug/.build-id/00/43867eac36e0893db1dd21dc062b3c55115b81.debug 120777 root:root ../../usr/lib64/libfft2f_f.so.0.debug -/usr/lib/debug/.build-id/08 40755 root:root -/usr/lib/debug/.build-id/08/5b572f373c3f90efdb16d0408217c5d20c9fa0 120777 root:root ../../../../lib64/libintcc1.so.0 -/usr/lib/debug/.build-id/08/5b572f373c3f90efdb16d0408217c5d20c9fa0.debug 120777 root:root ../../usr/lib64/libintcc1.so.0.debug -/usr/lib/debug/.build-id/24 40755 root:root -/usr/lib/debug/.build-id/24/e091a4c6032448f1fa69a96e6559b9eb2f01c4 120777 root:root ../../../../lib64/libintcc1_f.so.0 -/usr/lib/debug/.build-id/24/e091a4c6032448f1fa69a96e6559b9eb2f01c4.debug 120777 root:root ../../usr/lib64/libintcc1_f.so.0.debug -/usr/lib/debug/.build-id/4b 40755 root:root -/usr/lib/debug/.build-id/4b/95b3f17d3a92e3f5918524fb498e20949d872e 120777 root:root ../../../../lib64/libchebexp_f.so.0 -/usr/lib/debug/.build-id/4b/95b3f17d3a92e3f5918524fb498e20949d872e.debug 120777 root:root ../../usr/lib64/libchebexp_f.so.0.debug -/usr/lib/debug/.build-id/7d 40755 root:root -/usr/lib/debug/.build-id/7d/7d84d3b25fbbd60768f2a89acfcaa72a753e85 120777 root:root ../../../../lib64/libintcc2.so.0 -/usr/lib/debug/.build-id/7d/7d84d3b25fbbd60768f2a89acfcaa72a753e85.debug 120777 root:root ../../usr/lib64/libintcc2.so.0.debug -/usr/lib/debug/.build-id/7d/8b83de6da446476ef04ddeb77e75642c6e5bf2 120777 root:root ../../../../lib64/libfft2f.so.0 -/usr/lib/debug/.build-id/7d/8b83de6da446476ef04ddeb77e75642c6e5bf2.debug 120777 root:root ../../usr/lib64/libfft2f.so.0.debug -/usr/lib/debug/.build-id/95 40755 root:root -/usr/lib/debug/.build-id/95/c928d2fe31f14b96ebd8c69dbd37a84d484d3f 120777 root:root ../../../../lib64/libchebexp.so.0 -/usr/lib/debug/.build-id/95/c928d2fe31f14b96ebd8c69dbd37a84d484d3f.debug 120777 root:root ../../usr/lib64/libchebexp.so.0.debug -/usr/lib/debug/.build-id/a9 40755 root:root -/usr/lib/debug/.build-id/a9/738a52d9ff403d946c083a943919832cb51ae2 120777 root:root ../../../../lib64/libintcc2_f.so.0 -/usr/lib/debug/.build-id/a9/738a52d9ff403d946c083a943919832cb51ae2.debug 120777 root:root ../../usr/lib64/libintcc2_f.so.0.debug +/usr/lib/debug/.build-id/27 40755 root:root +/usr/lib/debug/.build-id/27/6d2b6c3f21701e2f87e0449c95453fb6db2c67 120777 root:root ../../../../lib64/libchebexp_f.so.0 +/usr/lib/debug/.build-id/27/6d2b6c3f21701e2f87e0449c95453fb6db2c67.debug 120777 root:root ../../usr/lib64/libchebexp_f.so.0.debug +/usr/lib/debug/.build-id/28 40755 root:root +/usr/lib/debug/.build-id/28/43feae42885487a1bdeff0edbaf866d624aafb 120777 root:root ../../../../lib64/libfft2f_f.so.0 +/usr/lib/debug/.build-id/28/43feae42885487a1bdeff0edbaf866d624aafb.debug 120777 root:root ../../usr/lib64/libfft2f_f.so.0.debug +/usr/lib/debug/.build-id/39 40755 root:root +/usr/lib/debug/.build-id/39/43cf88a9fde5c8d83521150da2062889bd2db9 120777 root:root ../../../../lib64/libintcc1.so.0 +/usr/lib/debug/.build-id/39/43cf88a9fde5c8d83521150da2062889bd2db9.debug 120777 root:root ../../usr/lib64/libintcc1.so.0.debug +/usr/lib/debug/.build-id/45 40755 root:root +/usr/lib/debug/.build-id/45/d475cc258fe208f0ccf409d69e640cb1891db3 120777 root:root ../../../../lib64/libchebexp.so.0 +/usr/lib/debug/.build-id/45/d475cc258fe208f0ccf409d69e640cb1891db3.debug 120777 root:root ../../usr/lib64/libchebexp.so.0.debug +/usr/lib/debug/.build-id/4f 40755 root:root +/usr/lib/debug/.build-id/4f/7895955062833e4b4de14e00a9f6a0b3aa0d1d 120777 root:root ../../../../lib64/libfft2f.so.0 +/usr/lib/debug/.build-id/4f/7895955062833e4b4de14e00a9f6a0b3aa0d1d.debug 120777 root:root ../../usr/lib64/libfft2f.so.0.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/9f641f0e9ef0bc091d2beb4fc6e3f4d0cd831f 120777 root:root ../../../../lib64/libintcc2.so.0 +/usr/lib/debug/.build-id/59/9f641f0e9ef0bc091d2beb4fc6e3f4d0cd831f.debug 120777 root:root ../../usr/lib64/libintcc2.so.0.debug +/usr/lib/debug/.build-id/ce 40755 root:root +/usr/lib/debug/.build-id/ce/5af2c24143bf79be957a2775fa970432c46fa8 120777 root:root ../../../../lib64/libintcc2_f.so.0 +/usr/lib/debug/.build-id/ce/5af2c24143bf79be957a2775fa970432c46fa8.debug 120777 root:root ../../usr/lib64/libintcc2_f.so.0.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/1eaaf6370a9631974880e66aad1112da926c1b 120777 root:root ../../../../lib64/libintcc1_f.so.0 +/usr/lib/debug/.build-id/da/1eaaf6370a9631974880e66aad1112da926c1b.debug 120777 root:root ../../usr/lib64/libintcc1_f.so.0.debug /usr/lib/debug/usr/lib64/libchebexp.so.0.debug 100644 root:root @@ -42,2 +43,4 @@ Requires: libintcc = 1-alt1 +Requires: debug64(libc.so.6) +Requires: debug64(libgcc_s.so.1) Requires: debug64(libm.so.6) @@ -53,33 +56,34 @@ Provides: libintcc-debuginfo = 1-alt1 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/43867eac36e0893db1dd21dc062b3c55115b81 120777 root:root ../../../../lib64/libfft2f_f.so.0 -File: /usr/lib/debug/.build-id/00/43867eac36e0893db1dd21dc062b3c55115b81.debug 120777 root:root ../../usr/lib64/libfft2f_f.so.0.debug -File: /usr/lib/debug/.build-id/08 40755 root:root -File: /usr/lib/debug/.build-id/08/5b572f373c3f90efdb16d0408217c5d20c9fa0 120777 root:root ../../../../lib64/libintcc1.so.0 -File: /usr/lib/debug/.build-id/08/5b572f373c3f90efdb16d0408217c5d20c9fa0.debug 120777 root:root ../../usr/lib64/libintcc1.so.0.debug -File: /usr/lib/debug/.build-id/24 40755 root:root -File: /usr/lib/debug/.build-id/24/e091a4c6032448f1fa69a96e6559b9eb2f01c4 120777 root:root ../../../../lib64/libintcc1_f.so.0 -File: /usr/lib/debug/.build-id/24/e091a4c6032448f1fa69a96e6559b9eb2f01c4.debug 120777 root:root ../../usr/lib64/libintcc1_f.so.0.debug -File: /usr/lib/debug/.build-id/4b 40755 root:root -File: /usr/lib/debug/.build-id/4b/95b3f17d3a92e3f5918524fb498e20949d872e 120777 root:root ../../../../lib64/libchebexp_f.so.0 -File: /usr/lib/debug/.build-id/4b/95b3f17d3a92e3f5918524fb498e20949d872e.debug 120777 root:root ../../usr/lib64/libchebexp_f.so.0.debug -File: /usr/lib/debug/.build-id/7d 40755 root:root -File: /usr/lib/debug/.build-id/7d/7d84d3b25fbbd60768f2a89acfcaa72a753e85 120777 root:root ../../../../lib64/libintcc2.so.0 -File: /usr/lib/debug/.build-id/7d/7d84d3b25fbbd60768f2a89acfcaa72a753e85.debug 120777 root:root ../../usr/lib64/libintcc2.so.0.debug -File: /usr/lib/debug/.build-id/7d/8b83de6da446476ef04ddeb77e75642c6e5bf2 120777 root:root ../../../../lib64/libfft2f.so.0 -File: /usr/lib/debug/.build-id/7d/8b83de6da446476ef04ddeb77e75642c6e5bf2.debug 120777 root:root ../../usr/lib64/libfft2f.so.0.debug -File: /usr/lib/debug/.build-id/95 40755 root:root -File: /usr/lib/debug/.build-id/95/c928d2fe31f14b96ebd8c69dbd37a84d484d3f 120777 root:root ../../../../lib64/libchebexp.so.0 -File: /usr/lib/debug/.build-id/95/c928d2fe31f14b96ebd8c69dbd37a84d484d3f.debug 120777 root:root ../../usr/lib64/libchebexp.so.0.debug -File: /usr/lib/debug/.build-id/a9 40755 root:root -File: /usr/lib/debug/.build-id/a9/738a52d9ff403d946c083a943919832cb51ae2 120777 root:root ../../../../lib64/libintcc2_f.so.0 -File: /usr/lib/debug/.build-id/a9/738a52d9ff403d946c083a943919832cb51ae2.debug 120777 root:root ../../usr/lib64/libintcc2_f.so.0.debug -File: /usr/lib/debug/usr/lib64/libchebexp.so.0.debug 100644 root:root 288287e6ba5b5ae829f7346a901477dd -File: /usr/lib/debug/usr/lib64/libchebexp_f.so.0.debug 100644 root:root e9ff732d9ebebf6a955c13252443b081 -File: /usr/lib/debug/usr/lib64/libfft2f.so.0.debug 100644 root:root b375648b2be14821745c59a9e4622025 -File: /usr/lib/debug/usr/lib64/libfft2f_f.so.0.debug 100644 root:root bd4844e1e3a2747e98c437e35fb89908 -File: /usr/lib/debug/usr/lib64/libintcc1.so.0.debug 100644 root:root 47367b710d4f1ebea49c9e49db198021 -File: /usr/lib/debug/usr/lib64/libintcc1_f.so.0.debug 100644 root:root 8c470c52de693eba751829e232c4a842 -File: /usr/lib/debug/usr/lib64/libintcc2.so.0.debug 100644 root:root 77753cb366ab94508c828825c48d030b -File: /usr/lib/debug/usr/lib64/libintcc2_f.so.0.debug 100644 root:root a49118fc9755b4edacf44e36b8b900d7 +File: /usr/lib/debug/.build-id/27 40755 root:root +File: /usr/lib/debug/.build-id/27/6d2b6c3f21701e2f87e0449c95453fb6db2c67 120777 root:root ../../../../lib64/libchebexp_f.so.0 +File: /usr/lib/debug/.build-id/27/6d2b6c3f21701e2f87e0449c95453fb6db2c67.debug 120777 root:root ../../usr/lib64/libchebexp_f.so.0.debug +File: /usr/lib/debug/.build-id/28 40755 root:root +File: /usr/lib/debug/.build-id/28/43feae42885487a1bdeff0edbaf866d624aafb 120777 root:root ../../../../lib64/libfft2f_f.so.0 +File: /usr/lib/debug/.build-id/28/43feae42885487a1bdeff0edbaf866d624aafb.debug 120777 root:root ../../usr/lib64/libfft2f_f.so.0.debug +File: /usr/lib/debug/.build-id/39 40755 root:root +File: /usr/lib/debug/.build-id/39/43cf88a9fde5c8d83521150da2062889bd2db9 120777 root:root ../../../../lib64/libintcc1.so.0 +File: /usr/lib/debug/.build-id/39/43cf88a9fde5c8d83521150da2062889bd2db9.debug 120777 root:root ../../usr/lib64/libintcc1.so.0.debug +File: /usr/lib/debug/.build-id/45 40755 root:root +File: /usr/lib/debug/.build-id/45/d475cc258fe208f0ccf409d69e640cb1891db3 120777 root:root ../../../../lib64/libchebexp.so.0 +File: /usr/lib/debug/.build-id/45/d475cc258fe208f0ccf409d69e640cb1891db3.debug 120777 root:root ../../usr/lib64/libchebexp.so.0.debug +File: /usr/lib/debug/.build-id/4f 40755 root:root +File: /usr/lib/debug/.build-id/4f/7895955062833e4b4de14e00a9f6a0b3aa0d1d 120777 root:root ../../../../lib64/libfft2f.so.0 +File: /usr/lib/debug/.build-id/4f/7895955062833e4b4de14e00a9f6a0b3aa0d1d.debug 120777 root:root ../../usr/lib64/libfft2f.so.0.debug +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/9f641f0e9ef0bc091d2beb4fc6e3f4d0cd831f 120777 root:root ../../../../lib64/libintcc2.so.0 +File: /usr/lib/debug/.build-id/59/9f641f0e9ef0bc091d2beb4fc6e3f4d0cd831f.debug 120777 root:root ../../usr/lib64/libintcc2.so.0.debug +File: /usr/lib/debug/.build-id/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/5af2c24143bf79be957a2775fa970432c46fa8 120777 root:root ../../../../lib64/libintcc2_f.so.0 +File: /usr/lib/debug/.build-id/ce/5af2c24143bf79be957a2775fa970432c46fa8.debug 120777 root:root ../../usr/lib64/libintcc2_f.so.0.debug +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/1eaaf6370a9631974880e66aad1112da926c1b 120777 root:root ../../../../lib64/libintcc1_f.so.0 +File: /usr/lib/debug/.build-id/da/1eaaf6370a9631974880e66aad1112da926c1b.debug 120777 root:root ../../usr/lib64/libintcc1_f.so.0.debug +File: /usr/lib/debug/usr/lib64/libchebexp.so.0.debug 100644 root:root 97ded29bc9b1210d33931f26cacc6406 +File: /usr/lib/debug/usr/lib64/libchebexp_f.so.0.debug 100644 root:root fac7443b840ec8b58b891622cbb50ae4 +File: /usr/lib/debug/usr/lib64/libfft2f.so.0.debug 100644 root:root 0a123a5c5d73b7b67f77ac673b1c3f97 +File: /usr/lib/debug/usr/lib64/libfft2f_f.so.0.debug 100644 root:root 74d3d1c49c1e056f36df082c945d5ae9 +File: /usr/lib/debug/usr/lib64/libintcc1.so.0.debug 100644 root:root d43b408f4a9d6655b3cb8395c6ab1d3e +File: /usr/lib/debug/usr/lib64/libintcc1_f.so.0.debug 100644 root:root d58b5c1cbec4db45d9d70962b9dcee5f +File: /usr/lib/debug/usr/lib64/libintcc2.so.0.debug 100644 root:root 44018f62c09139be91d7c083560371ce +File: /usr/lib/debug/usr/lib64/libintcc2_f.so.0.debug 100644 root:root 808c887f2c42c39b243ee435800779b0 File: /usr/src/debug/intcc-1 40755 root:root @@ -94,2 +98,2 @@ File: /usr/src/debug/intcc-1/intcc2.c 100644 root:root 385972d0575208de5a462c6e00d0b066 -RPMIdentity: f5376acc2d1e22feaf27eb17fc8758a33a20c295eb44214c2937f8b9ac133ca33b34cba9415d4e5b08ed129b2b8944745ce9b556ef13764315b5ec3679f574dc +RPMIdentity: 42ca8796ad7ebe75f1661e863530ad02a9ca5bf288dc180f742eb5c3e1b2ffb93ad0c4df816f996c32dc96486f5d7e375f64d17fd01114d7a9967347d8e03aca --- libintcc-devel-1-alt1.x86_64.rpm.repo 2014-09-18 16:01:41.000000000 +0000 +++ libintcc-devel-1-alt1.x86_64.rpm.hasher 2024-05-04 02:26:52.327193801 +0000 @@ -45,2 +45,2 @@ File: /usr/share/doc/libintcc-devel-1/readme.txt 100644 root:root 13f71da89eff652a74cd14028fa98657 -RPMIdentity: fc613a9ce1eb162dc71d2bdcbb7acf81751c51ad94a2eff1f8c4f2a8b87e8466386a1bb051793f83dfd2817c7c9580e31c404e506c055623ef20f9efe443be9a +RPMIdentity: a4ed0a518e39a362ba34520c1dd9428200a78d4ea437e6fb754a7b8bc612f608c530b40813be71921c51fbbc04041dc24875328ca9d2d5b9eb44f003dacc0894