<86>Aug 1 08:38:50 userdel[2899022]: delete user 'rooter' <86>Aug 1 08:38:50 userdel[2899022]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:38:50 userdel[2899022]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:38:50 groupadd[2899044]: group added to /etc/group: name=rooter, GID=633 <86>Aug 1 08:38:50 groupadd[2899044]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:38:50 groupadd[2899044]: new group: name=rooter, GID=633 <86>Aug 1 08:38:50 useradd[2899065]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Aug 1 08:38:50 userdel[2899077]: delete user 'builder' <86>Aug 1 08:38:50 userdel[2899077]: removed group 'builder' owned by 'builder' <86>Aug 1 08:38:50 userdel[2899077]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:38:50 groupadd[2899090]: group added to /etc/group: name=builder, GID=634 <86>Aug 1 08:38:50 groupadd[2899090]: group added to /etc/gshadow: name=builder <86>Aug 1 08:38:50 groupadd[2899090]: new group: name=builder, GID=634 <86>Aug 1 08:38:50 useradd[2899099]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Aug 1 08:39:11 rpmi: perl-Term-Cap-1.17-alt1 1445018869 installed <13>Aug 1 08:39:11 rpmi: perl-Term-ANSIColor-4.06-alt1 1479407083 installed <13>Aug 1 08:39:11 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343389 installed <13>Aug 1 08:39:11 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474122 installed <13>Aug 1 08:39:11 rpmi: perl-Pod-Simple-3.35-alt1 1482098090 installed <13>Aug 1 08:39:11 rpmi: perl-Pod-Usage-1.69-alt1 1464274721 installed <13>Aug 1 08:39:11 rpmi: perl-podlators-4.11-alt1 1525935408 installed <13>Aug 1 08:39:11 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>Aug 1 08:39:11 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed <13>Aug 1 08:39:11 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed <13>Aug 1 08:39:11 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316313 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Math-BigInteger-1.01-alt4.1.nosrc.rpm (w1.gzdio) Installing perl-Math-BigInteger-1.01-alt4.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51243 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Math-BigInteger-1.01 + echo 'Source #0 (Math-BigInteger-1.01.tar.gz):' Source #0 (Math-BigInteger-1.01.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/Math-BigInteger-1.01.tar.gz + cd Math-BigInteger-1.01 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch):' Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch): + /usr/bin/patch -p0 patching file bn.c Hunk #1 succeeded at 308 (offset 4 lines). Hunk #2 succeeded at 318 (offset 4 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81467 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-BigInteger-1.01 + /usr/bin/perl Makefile.PL INSTALLMAN1DIR=/usr/share/man/man1 INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Math::BigInteger + /usr/bin/make CC=gcc 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' cp BigInteger.pod blib/lib/Math/BigInteger.pod cp BigInteger.pm blib/lib/Math/BigInteger.pm Running Mkbootstrap for BigInteger () chmod 644 "BigInteger.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/Math-BigInteger-1.01/typemap' BigInteger.xs > BigInteger.xsc Please specify prototyping behavior for BigInteger.xs (see perlxs manual) mv BigInteger.xsc BigInteger.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/CORE" BigInteger.c BigInteger.c: In function 'XS_Math__BigInteger_new': BigInteger.c:220:9: warning: variable 'packname' set but not used [-Wunused-but-set-variable] char * packname; ^~~~~~~~ BigInteger.c: In function 'XS_Math__BigInteger_restore': BigInteger.c:254:9: warning: variable 'packname' set but not used [-Wunused-but-set-variable] char * packname; ^~~~~~~~ In file included from BigInteger.xs:49: BigInteger.c: In function 'XS_Math__BigInteger_save': /usr/lib/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ /usr/lib/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ BigInteger.c:397:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^~~~~~ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/CORE" bn.c bn.c: In function 'bn_num_bits': bn.c:96:3: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] abort(); ^~~~~ bn.c:96:3: warning: incompatible implicit declaration of built-in function 'abort' bn.c:96:3: note: include '' or provide a declaration of 'abort' bn.c:50:1: +#include bn.c:96:3: abort(); ^~~~~ bn.c: In function 'bn_free': bn.c:143:20: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if (a->d != NULL) free(a->d); ^~~~ bn.c:143:20: warning: incompatible implicit declaration of built-in function 'free' bn.c:143:20: note: include '' or provide a declaration of 'free' bn.c:144:2: warning: incompatible implicit declaration of built-in function 'free' free(a); ^~~~ bn.c:144:2: note: include '' or provide a declaration of 'free' bn.c: In function 'bn_new': bn.c:166:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] ret=(BIGNUM *)malloc(sizeof(BIGNUM)); ^~~~~~ bn.c:166:16: warning: incompatible implicit declaration of built-in function 'malloc' bn.c:166:16: note: include '' or provide a declaration of 'malloc' bn.c:177:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(p,0,(ret->max+1)*sizeof(p[0])); ^~~~~~ bn.c:177:2: warning: incompatible implicit declaration of built-in function 'memset' bn.c:177:2: note: include '' or provide a declaration of 'memset' bn.c:50:1: +#include bn.c:177:2: memset(p,0,(ret->max+1)*sizeof(p[0])); ^~~~~~ bn.c: In function 'bn_expand': bn.c:193:22: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] p=b->d=(BN_ULONG *)realloc(b->d,sizeof(BN_ULONG)*n+1); ^~~~~~~ bn.c:193:22: warning: incompatible implicit declaration of built-in function 'realloc' bn.c:193:22: note: include '' or provide a declaration of 'realloc' bn.c:196:3: warning: incompatible implicit declaration of built-in function 'memset' memset(&(p[b->max]),0,((n+1)-b->max)*sizeof(p[0])); ^~~~~~ bn.c:196:3: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_copy': bn.c:221:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(a->d,b->d,sizeof(b->d[0])*b->top); ^~~~~~ bn.c:221:2: warning: incompatible implicit declaration of built-in function 'memcpy' bn.c:221:2: note: include '' or provide a declaration of 'memcpy' bn.c:222:2: warning: incompatible implicit declaration of built-in function 'memset' memset(&(a->d[b->top]),0,sizeof(a->d[0])*(a->max-b->top)); ^~~~~~ bn.c:222:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_zero': bn.c:235:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max*sizeof(a->d[0])); ^~~~~~ bn.c:235:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_one': bn.c:244:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max); ^~~~~~ bn.c:244:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_set_word': bn.c:256:2: warning: incompatible implicit declaration of built-in function 'memset' memset(a->d,0,a->max); ^~~~~~ bn.c:256:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_add': bn.c:424:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(rp,ap,sizeof(*ap)*(max-i)); ^~~~~~ bn.c:424:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_SUB': bn.c:528:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(rp,ap,sizeof(*rp)*(max-i)); ^~~~~~ bn.c:528:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_lshift': bn.c:684:2: warning: incompatible implicit declaration of built-in function 'memset' memset(t,0,nw*sizeof(t[0])); ^~~~~~ bn.c:684:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_div': bn.c:893:10: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/CORE" bn_mul.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/CORE" bn_regs.c bn_regs.c: In function 'bn_get_reg': bn_regs.c:91:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); ^~~~~~ bn_regs.c:91:19: warning: incompatible implicit declaration of built-in function 'malloc' bn_regs.c:91:19: note: include '' or provide a declaration of 'malloc' bn_regs.c:50:1: +#include bn_regs.c:91:19: regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); ^~~~~~ bn_regs.c:99:19: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] regs=(BIGNUM **)realloc(regs,sizeof(BIGNUM *)*num_regs); ^~~~~~~ bn_regs.c:99:19: warning: incompatible implicit declaration of built-in function 'realloc' bn_regs.c:99:19: note: include '' or provide a declaration of 'realloc' rm -f blib/arch/auto/Math/BigInteger/BigInteger.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong BigInteger.o bn.o bn_mul.o bn_regs.o -o blib/arch/auto/Math/BigInteger/BigInteger.so \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Math/BigInteger/BigInteger.so make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + /usr/bin/make test make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8565 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Math-BigInteger-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Math-BigInteger-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Math-BigInteger-1.01 + /usr/bin/make install DESTDIR=/usr/src/tmp/perl-Math-BigInteger-buildroot make: Entering directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib/perl5/auto/Math/BigInteger/BigInteger.so Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib/perl5/Math/BigInteger.pm Installing /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib/perl5/Math/BigInteger.pod Appending installation info to /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib/perl5/perllocal.pod make: Leaving directory '/usr/src/RPM/BUILD/Math-BigInteger-1.01' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Math-BigInteger-buildroot (auto) removed './usr/lib/perl5/auto/Math/BigInteger/.packlist' removed './usr/lib/perl5/perllocal.pod' mode of './usr/lib/perl5/auto/Math/BigInteger/BigInteger.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Math-BigInteger-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Math-BigInteger-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Math-BigInteger-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Math-BigInteger-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/perl-Math-BigInteger-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: perl-Math-BigInteger-1.01-alt4.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1885 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Math-BigInteger-1.01 + DOCDIR=/usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + export DOCDIR + rm -rf /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + /bin/mkdir -p /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + cp -prL README COPYRIGHT /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + chmod -R go-w /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + chmod -R a+rX /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/share/doc/perl-Math-BigInteger-1.01 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oyRpnR 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.FJ2zST find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Math-BigInteger-buildroot/usr/lib/perl5/Math/BigInteger.pm syntax OK Provides: perl(Math/BigInteger.pm) Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libperl-5.28.so >= set:okjB3Szi7acuyeUTlFcPXXQ0IR0JyVqCoRW6AwtGuIQ1Z60, libpthread.so.0(GLIBC_2.0), perl(DynaLoader.pm), perl(integer.pm), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0b0vmW Creating perl-Math-BigInteger-debuginfo package Processing files: perl-Math-BigInteger-debuginfo-1.01-alt4.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G3NEfw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.txS8Hm find-requires: running scripts (debuginfo) Requires: perl-Math-BigInteger = 1.01-alt4.1, debug(libc.so.6), debug(libperl-5.28.so), debug(libpthread.so.0) Adding to perl-Math-BigInteger-debuginfo a strict dependency on perl-Math-BigInteger Wrote: /usr/src/RPM/RPMS/i586/perl-Math-BigInteger-1.01-alt4.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/perl-Math-BigInteger-debuginfo-1.01-alt4.1.i586.rpm (w2.lzdio) 4.73user 0.53system 0:43.48elapsed 12%CPU (0avgtext+0avgdata 61244maxresident)k 0inputs+0outputs (0major+236852minor)pagefaults 0swaps 9.52user 2.60system 1:28.34elapsed 13%CPU (0avgtext+0avgdata 117908maxresident)k 0inputs+0outputs (0major+530950minor)pagefaults 0swaps --- perl-Math-BigInteger-1.01-alt4.1.i586.rpm.repo 2019-01-25 03:59:58.000000000 +0000 +++ perl-Math-BigInteger-1.01-alt4.1.i586.rpm.hasher 2021-08-01 08:40:12.369622192 +0000 @@ -23,3 +23,3 @@ File: /usr/lib/perl5/auto/Math/BigInteger 40755 root:root -File: /usr/lib/perl5/auto/Math/BigInteger/BigInteger.so 100644 root:root fb34384b0dcc688e5f01b398d8f11e4a +File: /usr/lib/perl5/auto/Math/BigInteger/BigInteger.so 100644 root:root f0d2560e3a3378d961bafd8974eef50f File: /usr/share/doc/perl-Math-BigInteger-1.01 40755 root:root @@ -27,2 +27,2 @@ File: /usr/share/doc/perl-Math-BigInteger-1.01/README 100644 root:root d53464493c4d1b07358d0c14db981fb7 -RPMIdentity: ec627d8ccf8246b0750d1dee1d5dabf75ee1e949e49b9a926f4372e650f08229e721683f535ca256def374921ba4f411ad07aaef4a0b1a3b1886fd483b95333a +RPMIdentity: a28ded5ef1e30f907d7b55261d53b7312ae034c18f0a4c746965e4530d261e89323801c70a429f7ccb4957e439e509c6e9be114023b43217f794f2e1cad7e8eb --- perl-Math-BigInteger-debuginfo-1.01-alt4.1.i586.rpm.repo 2019-01-25 03:59:58.000000000 +0000 +++ perl-Math-BigInteger-debuginfo-1.01-alt4.1.i586.rpm.hasher 2021-08-01 08:40:16.913590858 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/01549ab28b76600e7d64ad821b3bc639521448 120777 root:root ../../../perl5/auto/Math/BigInteger/BigInteger.so -/usr/lib/debug/.build-id/ea/01549ab28b76600e7d64ad821b3bc639521448.debug 120777 root:root ../../usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/289e6d9db260c790c6fa8932a3574c010090e7 120777 root:root ../../../perl5/auto/Math/BigInteger/BigInteger.so +/usr/lib/debug/.build-id/0f/289e6d9db260c790c6fa8932a3574c010090e7.debug 120777 root:root ../../usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -21,5 +21,5 @@ Provides: perl-Math-BigInteger-debuginfo = 1.01-alt4.1:sisyphus+219907.53000.1.1 -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/01549ab28b76600e7d64ad821b3bc639521448 120777 root:root ../../../perl5/auto/Math/BigInteger/BigInteger.so -File: /usr/lib/debug/.build-id/ea/01549ab28b76600e7d64ad821b3bc639521448.debug 120777 root:root ../../usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/289e6d9db260c790c6fa8932a3574c010090e7 120777 root:root ../../../perl5/auto/Math/BigInteger/BigInteger.so +File: /usr/lib/debug/.build-id/0f/289e6d9db260c790c6fa8932a3574c010090e7.debug 120777 root:root ../../usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -28,3 +28,3 @@ File: /usr/lib/debug/usr/lib/perl5/auto/Math/BigInteger 40755 root:root -File: /usr/lib/debug/usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug 100644 root:root 91e128952baa6b3e7279cfa6bfa19b70 +File: /usr/lib/debug/usr/lib/perl5/auto/Math/BigInteger/BigInteger.so.debug 100644 root:root 6fc9d4fbe4313a786e87d7250f7df3be File: /usr/src/debug/Math-BigInteger-1.01 40755 root:root @@ -36,2 +36,2 @@ File: /usr/src/debug/Math-BigInteger-1.01/bn_regs.c 100644 root:root 07299ea31e568192db609baa5d8550ce -RPMIdentity: 5e40360e1b6803968666fa527074c3e51e49ddbedbae58585ed0aad35ffa886567b4cde3dfbdc1bad2a50af391229a1e720fe7a922f5575180cce1d0f8951330 +RPMIdentity: 1fe37c0c0bfed4716ba2ac136d1615fc56fbb0080bdc533d21473718fb35caa1bbc827b96d66ea506a55f55eea21ccb90a507c7c554e815df7f3d6a5d977771e