<86>Aug 1 09:22:33 userdel[416363]: delete user 'rooter' <86>Aug 1 09:22:33 userdel[416363]: removed group 'rooter' owned by 'rooter' <86>Aug 1 09:22:33 userdel[416363]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 09:22:33 groupadd[416372]: group added to /etc/group: name=rooter, GID=696 <86>Aug 1 09:22:33 groupadd[416372]: group added to /etc/gshadow: name=rooter <86>Aug 1 09:22:33 groupadd[416372]: new group: name=rooter, GID=696 <86>Aug 1 09:22:33 useradd[416384]: new user: name=rooter, UID=696, GID=696, home=/root, shell=/bin/bash <86>Aug 1 09:22:33 userdel[416400]: delete user 'builder' <86>Aug 1 09:22:33 userdel[416400]: removed group 'builder' owned by 'builder' <86>Aug 1 09:22:33 userdel[416400]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 09:22:33 groupadd[416418]: group added to /etc/group: name=builder, GID=697 <86>Aug 1 09:22:33 groupadd[416418]: group added to /etc/gshadow: name=builder <86>Aug 1 09:22:33 groupadd[416418]: new group: name=builder, GID=697 <86>Aug 1 09:22:33 useradd[416434]: new user: name=builder, UID=697, GID=697, home=/usr/src, shell=/bin/bash <13>Aug 1 09:22:35 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 1 09:22:35 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 09:22:36 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 09:22:36 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/duma-2.5.15-alt3.nosrc.rpm (w1.gzdio) Installing duma-2.5.15-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.68318 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf duma_2_5_15 + echo 'Source #0 (duma_2_5_15.tar.gz):' Source #0 (duma_2_5_15.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/duma_2_5_15.tar.gz + /bin/tar -xf - + cd duma_2_5_15 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (duma-LEAKDETECTION.patch):' Patch #0 (duma-LEAKDETECTION.patch): + /usr/bin/patch -p0 patching file GNUmakefile + find . -depth -name CVS -exec rm -rf '{}' ';' + sed -i 's@[.]/libduma@/usr/lib/libduma@g' duma.sh + sed -i s@lib/@/usr/lib@g gdbinit.rc + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.68318 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd duma_2_5_15 + make all OS=linux 'CXX=g++ -std=c++98' make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' using default srcdir [.] using default prefix [/usr] using default exec_prefix [/usr] make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' make reconfig make[1]: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' using default srcdir [.] using default prefix [/usr] using default exec_prefix [/usr] make[1]: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' make[1]: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' gcc -g -O0 -Wall -Wextra -c createconf.c -o createconf.o createconf.c: In function 'testAlignment': createconf.c:131:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] TYPE addr = (TYPE)(buffer) + offset; ^ createconf.c:134:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned char *) addr ) = 0; ^ createconf.c:135:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned short int*) addr ) = 0; ^ createconf.c:136:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned int *) addr ) = 0; ^ createconf.c:137:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long int *) addr ) = 0L; ^ createconf.c:138:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (float *) addr ) = 0.0F; ^ createconf.c:139:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (double *) addr ) = 0.0; ^ createconf.c:140:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (long double *) addr ) = 0.0; ^ createconf.c:145:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long long int *) addr ) = 0L; ^ createconf.c:155:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] TYPE addr = (TYPE)(buffer) + offset; ^ createconf.c:158:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned char *) addr ) = 0; ^ createconf.c:159:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned short int*) addr ) = 0; ^ createconf.c:160:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned int *) addr ) = 0; ^ createconf.c:161:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long int *) addr ) = 0L; ^ createconf.c:162:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (float *) addr ) = 0.0F; ^ createconf.c:163:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (double *) addr ) = 0.0; ^ createconf.c:164:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (long double *) addr ) = 0.0; ^ createconf.c:169:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long long int *) addr ) = 0L; ^ createconf.c:254:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] TYPE addr = (TYPE)(buffer) + offset; ^ createconf.c:257:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned char *) addr ) = 0; ^ createconf.c:258:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned short int*) addr ) = 0; ^ createconf.c:259:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned int *) addr ) = 0; ^ createconf.c:260:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long int *) addr ) = 0L; ^ createconf.c:261:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (float *) addr ) = 0.0F; ^ createconf.c:262:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (double *) addr ) = 0.0; ^ createconf.c:263:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (long double *) addr ) = 0.0; ^ createconf.c:268:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *( (unsigned long long int *) addr ) = 0L; ^ rm -f createconf gcc -g -O0 -Wall -Wextra createconf.o -o createconf ./createconf make[1]: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' g++ -std=c++98 -g -O0 -Wall -Wextra -c dumapp.cpp -o dumapp.o dumapp.cpp: In function 'void* duma_new_operator(std::size_t, _DUMA_Allocator, bool, const char*, int)': dumapp.cpp:167:21: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (std::bad_alloc) // error occured in new_handler ^~~~~~~~~ gcc -g -O0 -Wall -Wextra -c duma.c -o duma.o gcc -g -O0 -Wall -Wextra -c sem_inc.c -o sem_inc.o gcc -g -O0 -Wall -Wextra -c print.c -o print.o print.c: In function 'DUMA_Abort': print.c:271:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable] int lena, lenb; ^~~~ print.c: In function 'DUMA_Exit': print.c:356:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable] int lena, lenb; ^~~~ rm -f libduma.a ar crv libduma.a dumapp.o duma.o sem_inc.o print.o a - dumapp.o a - duma.o a - sem_inc.o a - print.o ranlib libduma.a gcc -g -O0 -Wall -Wextra -c tstheap.c -o tstheap.o rm -f tstheap gcc -g -O0 -Wall -Wextra tstheap.o libduma.a -o tstheap -lpthread gcc -g -O0 -Wall -Wextra -c dumatest.c -o dumatest.o rm -f dumatest gcc -g -O0 -Wall -Wextra dumatest.o libduma.a -o dumatest -lpthread gcc -g -O0 -Wall -Wextra -c thread-test.c -o thread-test.o rm -f thread-test gcc -g -O0 -Wall -Wextra thread-test.o libduma.a -o thread-test -lpthread gcc -g -O0 -Wall -Wextra -c testmt.c -o testmt.o rm -f testmt gcc -g -O0 -Wall -Wextra testmt.o libduma.a -o testmt -lpthread g++ -std=c++98 -g -O0 -Wall -Wextra -c dumatestpp.cpp -o dumatestpp.o rm -f dumatestpp g++ -std=c++98 -g -O0 -Wall -Wextra dumatestpp.o libduma.a -o dumatestpp -lpthread g++ -std=c++98 -g -O0 -Wall -Wextra -c testoperators.cpp -o testoperators.o rm -f testoperators g++ -std=c++98 -g -O0 -Wall -Wextra testoperators.o libduma.a -o testoperators -lpthread g++ -std=c++98 -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c dumapp.cpp -o dumapp_so.o dumapp.cpp: In function 'void* duma_new_operator(std::size_t, _DUMA_Allocator, bool, const char*, int)': dumapp.cpp:167:21: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (std::bad_alloc) // error occured in new_handler ^~~~~~~~~ gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c duma.c -o duma_so.o gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c sem_inc.c -o sem_inc_so.o gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c print.c -o print_so.o print.c: In function 'DUMA_Abort': print.c:271:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable] int lena, lenb; ^~~~ print.c: In function 'DUMA_Exit': print.c:356:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable] int lena, lenb; ^~~~ g++ -std=c++98 -g -shared -Wl,-soname,libduma.so.0.0.0 -o libduma.so.0.0.0 dumapp_so.o duma_so.o sem_inc_so.o print_so.o -lpthread -lc gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c tstheap.c -o tstheap_so.o rm -f tstheap_so gcc -g -O0 -Wall -Wextra tstheap_so.o -o tstheap_so -lpthread g++ -std=c++98 -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c dumatestpp.cpp -o dumatestpp_so.o rm -f dumatestpp_so g++ -std=c++98 -g -O0 -Wall -Wextra dumatestpp_so.o -o dumatestpp_so -lpthread make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81558 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/duma-buildroot + : + /bin/rm -rf -- /usr/src/tmp/duma-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd duma_2_5_15 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/duma-buildroot/usr exec_prefix=/usr/src/tmp/duma-buildroot/usr bindir=/usr/src/tmp/duma-buildroot/usr/bin sbindir=/usr/src/tmp/duma-buildroot/usr/sbin sysconfdir=/usr/src/tmp/duma-buildroot/etc datadir=/usr/src/tmp/duma-buildroot/usr/share includedir=/usr/src/tmp/duma-buildroot/usr/include libdir=/usr/src/tmp/duma-buildroot/usr/lib libexecdir=/usr/src/tmp/duma-buildroot/usr/lib localstatedir=/usr/src/tmp/duma-buildroot/var/lib sharedstatedir=/usr/src/tmp/duma-buildroot/var/lib mandir=/usr/src/tmp/duma-buildroot/usr/share/man infodir=/usr/src/tmp/duma-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' GNUmakefile:232: using default options. OS/OSTYPE not set or contain unknown values! using default srcdir [.] make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma /usr/libexec/rpm-build/install -p -m 644 README.txt /usr/src/tmp/duma-buildroot/usr/share/doc/duma mkdir -p /usr/src/tmp/duma-buildroot/usr/include /usr/libexec/rpm-build/install -p -m 644 noduma.h duma.h dumapp.h duma_sem.h duma_config.h /usr/src/tmp/duma-buildroot/usr/include mkdir -p /usr/src/tmp/duma-buildroot/usr/bin /usr/libexec/rpm-build/install -p -m 755 duma.sh /usr/src/tmp/duma-buildroot/usr/bin/duma mkdir -p /usr/src/tmp/duma-buildroot/usr/lib /usr/libexec/rpm-build/install -p -m 644 libduma.a /usr/src/tmp/duma-buildroot/usr/lib /usr/libexec/rpm-build/install -p -m 755 libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib rm -f /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0 ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0 rm -f /usr/src/tmp/duma-buildroot/usr/lib/libduma.so ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib/libduma.so mkdir -p /usr/src/tmp/duma-buildroot/usr/share/man/man3 /usr/libexec/rpm-build/install -p -m 644 duma.3 /usr/src/tmp/duma-buildroot/usr/share/man/man3/duma.3 make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/duma-buildroot (auto) mode of './usr/lib/libduma.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/duma-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/duma-buildroot/ (default) Compressing files in /usr/src/tmp/duma-buildroot (auto) Adjusting library links in /usr/src/tmp/duma-buildroot ./usr/lib: libduma.so.0.0.0 -> libduma.so.0.0.0 Verifying ELF objects in /usr/src/tmp/duma-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libduma.so.0.0.0: uses non-LFS functions: mmap open Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.97969 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd duma_2_5_15 + make test make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' GNUmakefile:232: using default options. OS/OSTYPE not set or contain unknown values! using default srcdir [.] using default prefix [/usr] using default exec_prefix [/usr] make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15' Testing DUMA (static library): ./dumatest DUMA 2.5.15 (static library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens ./tstheap 3072 DUMA 2.5.15 (static library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens ./testoperators DUMA 2.5.15 (static library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens DUMA: Reported 0 leaks. There are 1 extra leaks without allocation information DUMA static confidence test PASSED. Testing DUMA (dynamic library). (export LD_PRELOAD=./libduma.so.0.0.0; export DYLD_INSERT_LIBRARIES=./libduma.so.0.0.0; export DYLD_FORCE_FLAT_NAMESPACE=1; exec ./tstheap_so 3072) DUMA 2.5.15 (shared library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens DUMA: Reported 0 leaks. There are 1 extra leaks without allocation information DUMA dynamic confidence test PASSED. make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15' + exit 0 Processing files: duma-2.5.15-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97969 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd duma_2_5_15 + DOCDIR=/usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + export DOCDIR + rm -rf /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + /bin/mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + cp -prL INSTALL README.txt TODO gdbinit.rc /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + chmod -R go-w /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + chmod -R a+rX /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gir2ye find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0.0.0: 78 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iJg2mr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libduma.so.0.0.0 = set:kdO5tw4i73mkrtYng9uBPZwDXuhsZ4IpyHQ3NF972xR2y5iZI4gDVyFxhZqz6fiwJkgJr8XxswCZyDp3oD0L08Wymx6uK4p8xeAGsU1kUPQIaBKECJl3DrTtgWOY6pxxkCDluBoxp7thys7QD9N7EWWMhcncZBEVks3 Requires: /bin/bash, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libpthread.so.0(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.1), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZqSDZT Creating duma-debuginfo package Processing files: duma-devel-2.5.15-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78088 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd duma_2_5_15 + DOCDIR=/usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + export DOCDIR + rm -rf /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + /bin/mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + cp -prL comparisons example1.cpp example2.cpp example3.cpp example4.cpp example5.cpp example6.cpp example_makes /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + chmod -R go-w /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + chmod -R a+rX /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.do7joV find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vj2LI6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/duma-buildroot/usr/include/dumapp.h:33:2: error: #error compile with a C++ compiler, or define DUMA_NO_CPP_SUPPORT to remove this error #error compile with a C++ compiler, or define DUMA_NO_CPP_SUPPORT to remove this error ^~~~~ cpp.req: /usr/src/tmp/duma-buildroot/usr/include/dumapp.h: cpp failed, trying c++ mode Requires: duma = 2.5.15-alt3, /usr/lib/libduma.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IKM7iu Processing files: duma-debuginfo-2.5.15-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uRi1X8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZLBwx5 find-requires: running scripts (debuginfo) Provides: debug(libduma.so.0.0.0) Requires: duma = 2.5.15-alt3, debug(libc.so.6), debug(libgcc_s.so.1), debug(libpthread.so.0), debug(libstdc++.so.6) Adding to duma-devel a strict dependency on duma Adding to duma-debuginfo a strict dependency on duma Removing 1 extra deps from duma-devel due to dependency on duma warning: Installed (but unpackaged) file(s) found: /usr/share/doc/duma/README.txt Wrote: /usr/src/RPM/RPMS/i586/duma-2.5.15-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/duma-devel-2.5.15-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/duma-debuginfo-2.5.15-alt3.i586.rpm (w2.lzdio) 5.69user 1.50system 0:13.83elapsed 52%CPU (0avgtext+0avgdata 53900maxresident)k 0inputs+0outputs (0major+505839minor)pagefaults 0swaps 10.71user 4.11system 0:21.99elapsed 67%CPU (0avgtext+0avgdata 118136maxresident)k 0inputs+0outputs (0major+797429minor)pagefaults 0swaps --- duma-2.5.15-alt3.i586.rpm.repo 2019-02-27 00:09:24.000000000 +0000 +++ duma-2.5.15-alt3.i586.rpm.hasher 2021-08-01 09:22:52.988372966 +0000 @@ -24,3 +24,3 @@ File: /usr/lib/libduma.so.0 120777 root:root libduma.so.0.0.0 -File: /usr/lib/libduma.so.0.0.0 100644 root:root f979aef1cf6b6aa2db2cf0004a5edc7d +File: /usr/lib/libduma.so.0.0.0 100644 root:root bdce003da8f48b7d7324b180c4c645b9 File: /usr/share/doc/duma-2.5.15 40755 root:root @@ -31,2 +31,2 @@ File: /usr/share/man/man3/duma.3.xz 100644 root:root e2de32661f2fb82452f7de2c9904ad6c -RPMIdentity: 9ef604de3bc9b444418855a30ead71cdc1717a79caa939ff1f20b6ca2f26b201b80117b634d3b6520c0399a61b32cb15e9e1b53a7345aa1f1a203bf6f081c5c1 +RPMIdentity: ce6b21a86a1997d5dbde49a15b01479cb6c70204652c6998caae8b4b9665ea1a21b27d2644c608cd3b1014169f3ef48b31c5f801107722e274ab47c5597b07f5 --- duma-debuginfo-2.5.15-alt3.i586.rpm.repo 2019-02-27 00:09:24.000000000 +0000 +++ duma-debuginfo-2.5.15-alt3.i586.rpm.hasher 2021-08-01 09:22:53.611375495 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/13 40755 root:root -/usr/lib/debug/.build-id/13/7270b90fbba1b0173333c1595d6005cd37fbbd 120777 root:root ../../../libduma.so.0.0.0 -/usr/lib/debug/.build-id/13/7270b90fbba1b0173333c1595d6005cd37fbbd.debug 120777 root:root ../../usr/lib/libduma.so.0.0.0.debug +/usr/lib/debug/.build-id/48 40755 root:root +/usr/lib/debug/.build-id/48/b1a3d13ccc19b4bf1be85d0c4c611d30fa5b6c 120777 root:root ../../../libduma.so.0.0.0 +/usr/lib/debug/.build-id/48/b1a3d13ccc19b4bf1be85d0c4c611d30fa5b6c.debug 120777 root:root ../../usr/lib/libduma.so.0.0.0.debug /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug 100644 root:root @@ -22,6 +22,6 @@ Provides: duma-debuginfo = 2.5.15-alt3:sisyphus+222907.100.1.2 -File: /usr/lib/debug/.build-id/13 40755 root:root -File: /usr/lib/debug/.build-id/13/7270b90fbba1b0173333c1595d6005cd37fbbd 120777 root:root ../../../libduma.so.0.0.0 -File: /usr/lib/debug/.build-id/13/7270b90fbba1b0173333c1595d6005cd37fbbd.debug 120777 root:root ../../usr/lib/libduma.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug 100644 root:root 5d296fe2a0806d2187d1a03246337190 +File: /usr/lib/debug/.build-id/48 40755 root:root +File: /usr/lib/debug/.build-id/48/b1a3d13ccc19b4bf1be85d0c4c611d30fa5b6c 120777 root:root ../../../libduma.so.0.0.0 +File: /usr/lib/debug/.build-id/48/b1a3d13ccc19b4bf1be85d0c4c611d30fa5b6c.debug 120777 root:root ../../usr/lib/libduma.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug 100644 root:root 4bc03c52a7de816a64f2419ba994a216 File: /usr/lib/debug/usr/lib/libduma.so.0.debug 120777 root:root libduma.so.0.0.0.debug @@ -36,2 +36,2 @@ File: /usr/src/debug/duma_2_5_15/sem_inc.c 100644 root:root c70914088d765a31151d3c6199b19dc6 -RPMIdentity: 48cade266d55017d518cbf08b0cc866fb6a9681d80193a2133cd116930f1552f1173fd49ecc9fbc6b1e49d3bdeda0bd15032eb3dfd6e814f533d8109022be09a +RPMIdentity: d3a74ef0e7999cc7f006c9211b6d46338c6b3c7aa114b8f28e256c07f47d64edc26e8b7b3ec6c78ec418c425e9f237e1dbbbaea4b551bf3bc02881b1385288d4 --- duma-devel-2.5.15-alt3.i586.rpm.repo 2019-02-27 00:09:24.000000000 +0000 +++ duma-devel-2.5.15-alt3.i586.rpm.hasher 2021-08-01 09:22:53.699375853 +0000 @@ -90,3 +90,3 @@ File: /usr/include/noduma.h 100644 root:root 3956f3b0bec4835cba530cca6cde52d3 -File: /usr/lib/libduma.a 100644 root:root 7cc2d0b8316735d80374783212d63dd7 +File: /usr/lib/libduma.a 100644 root:root 7f816db7974e12d25efa644d4911215b File: /usr/lib/libduma.so 120777 root:root libduma.so.0.0.0 @@ -167,2 +167,2 @@ File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex6/Makefile 100644 root:root bc98c1f22f7f0a91c460569abeef102d -RPMIdentity: 638f4c947eae6a14d381d9f911515d0b7dc5975f41512fe1c513de9fa2619fd2366b7c8ff410f9230c2e9af0fd2a0a01b9aea80ec7d5a30e2b14a810a0b649fc +RPMIdentity: 1ece1007aadef2763abfedabd096eabac9a11ca239d6a65b89151b2da1938db189f5dea64974d45773d48cfb69b6c059a6c3b523da145bcc1e23d2f00cc6236e