<86>Oct 24 03:44:43 userdel[3726099]: delete user 'rooter' <86>Oct 24 03:44:43 userdel[3726099]: removed group 'rooter' owned by 'rooter' <86>Oct 24 03:44:43 userdel[3726099]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 24 03:44:43 groupadd[3726122]: group added to /etc/group: name=rooter, GID=975 <86>Oct 24 03:44:43 groupadd[3726122]: group added to /etc/gshadow: name=rooter <86>Oct 24 03:44:43 groupadd[3726122]: new group: name=rooter, GID=975 <86>Oct 24 03:44:43 useradd[3726142]: new user: name=rooter, UID=975, GID=975, home=/root, shell=/bin/bash <86>Oct 24 03:44:43 userdel[3726172]: delete user 'builder' <86>Oct 24 03:44:43 userdel[3726172]: removed group 'builder' owned by 'builder' <86>Oct 24 03:44:43 userdel[3726172]: removed shadow group 'builder' owned by 'builder' <86>Oct 24 03:44:43 groupadd[3726190]: group added to /etc/group: name=builder, GID=976 <86>Oct 24 03:44:43 groupadd[3726190]: group added to /etc/gshadow: name=builder <86>Oct 24 03:44:43 groupadd[3726190]: new group: name=builder, GID=976 <86>Oct 24 03:44:43 useradd[3726212]: new user: name=builder, UID=976, GID=976, home=/usr/src, shell=/bin/bash <13>Oct 24 03:44:44 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Oct 24 03:44:45 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 24 03:44:45 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 24 03:44:45 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pete-2.1.0-alt2.nosrc.rpm (w1.gzdio) Installing pete-2.1.0-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.65036 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pete-2.1.0 + echo 'Source #0 (pete-2.1.0.tar.gz):' Source #0 (pete-2.1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/pete-2.1.0.tar.gz + /bin/tar -xf - + cd pete-2.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.65036 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pete-2.1.0 + export PETEARCH=LINUXEGCS + PETEARCH=LINUXEGCS + make -j16 make: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0' make -Csrc/Tools make[1]: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make[1]: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' g++ -o MakeOperators -I/usr/src/RPM/BUILD/pete-2.1.0/src -ftemplate-depth-40 -fpermissive MakeOperators.cpp \ Options.cpp PAssert.cpp PeteOps.cpp Join.cpp In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void UnaryBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:5: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = UnaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:322:65: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:160:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] string args = joinWithComma("class T", opdef.argDef()); ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::__cxx11::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit extern string joinWithComma(const string& a,const string& b, ^~~~~~~~~~~~~ In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:5: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:326:66: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:290:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] string args = joinWithComma("class T1, class T2", ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ opdef.argDef()); ~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::__cxx11::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit extern string joinWithComma(const string& a,const string& b, ^~~~~~~~~~~~~ In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryLeftOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:5: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryLeftOp; LIST1 = std::vector]' MakeOperators.cpp:327:66: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:322:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] string args = joinWithComma("class T1, class T2", ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ opdef.argDef()); ~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::__cxx11::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit extern string joinWithComma(const string& a,const string& b, ^~~~~~~~~~~~~ In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryAssignOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:5: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignOp; LIST1 = std::vector]' MakeOperators.cpp:329:68: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:378:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] string args = joinWithComma("class T1, class T2", ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ opdef.argDef()); ~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::__cxx11::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit extern string joinWithComma(const string& a,const string& b, ^~~~~~~~~~~~~ In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryAssignBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:5: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignBoolOp; LIST1 = std::vector]' MakeOperators.cpp:331:72: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:435:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] string args = joinWithComma("class T1, class T2", ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ opdef.argDef()); ~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::__cxx11::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit extern string joinWithComma(const string& a,const string& b, ^~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53174 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pete-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pete-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pete-2.1.0 + export PETEDIR=/usr/src/tmp/pete-buildroot + PETEDIR=/usr/src/tmp/pete-buildroot + export PETEARCH=LINUXEGCS + PETEARCH=LINUXEGCS + make install make: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0' make -Csrc/Tools make[1]: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' if [ ! -d /usr/src/tmp/pete-buildroot ] ; then mkdir /usr/src/tmp/pete-buildroot ; fi if [ ! -d /usr/src/tmp/pete-buildroot/src ] ; then mkdir /usr/src/tmp/pete-buildroot/src ; fi if [ ! -d /usr/src/tmp/pete-buildroot/src/PETE ] ; then mkdir /usr/src/tmp/pete-buildroot/src/PETE ; fi cp src/PETE/*.h /usr/src/tmp/pete-buildroot/src/PETE if [ ! -d /usr/src/tmp/pete-buildroot/src/Tools ] ; then mkdir /usr/src/tmp/pete-buildroot/src/Tools ; fi if [ ! -d /usr/src/tmp/pete-buildroot/linux ] ; then mkdir /usr/src/tmp/pete-buildroot/linux ; fi if [ ! -d /usr/src/tmp/pete-buildroot/linux/bin ] ; then mkdir /usr/src/tmp/pete-buildroot/linux/bin ; fi cp src/Tools/MakeOperators /usr/src/tmp/pete-buildroot/linux/bin cp -r html /usr/src/tmp/pete-buildroot make: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0' + install -d /usr/src/tmp/pete-buildroot/usr/bin + install -d /usr/src/tmp/pete-buildroot/usr/include/pete + install -d /usr/src/tmp/pete-buildroot/usr/share/doc/pete + mv /usr/src/tmp/pete-buildroot/linux/bin/MakeOperators /usr/src/tmp/pete-buildroot/usr/bin/ + mv /usr/src/tmp/pete-buildroot/src/PETE/Combiners.h /usr/src/tmp/pete-buildroot/src/PETE/CreateLeaf.h /usr/src/tmp/pete-buildroot/src/PETE/ForEach.h /usr/src/tmp/pete-buildroot/src/PETE/Functors.h /usr/src/tmp/pete-buildroot/src/PETE/OperatorTags.h /usr/src/tmp/pete-buildroot/src/PETE/PETE.h /usr/src/tmp/pete-buildroot/src/PETE/Scalar.h /usr/src/tmp/pete-buildroot/src/PETE/TreeNodes.h /usr/src/tmp/pete-buildroot/src/PETE/TypeComputations.h /usr/src/tmp/pete-buildroot/usr/include/pete/ + mv /usr/src/tmp/pete-buildroot/html/PETETutorials.pdf /usr/src/tmp/pete-buildroot/html/PeteOps.html /usr/src/tmp/pete-buildroot/html/background.html /usr/src/tmp/pete-buildroot/html/banner.gif /usr/src/tmp/pete-buildroot/html/builtin.html /usr/src/tmp/pete-buildroot/html/index.html /usr/src/tmp/pete-buildroot/html/introduction.html /usr/src/tmp/pete-buildroot/html/legal.html /usr/src/tmp/pete-buildroot/html/makeoperators.html /usr/src/tmp/pete-buildroot/html/stl.html /usr/src/tmp/pete-buildroot/html/tree.gif /usr/src/tmp/pete-buildroot/html/tut-1.html /usr/src/tmp/pete-buildroot/html/tut-2.html /usr/src/tmp/pete-buildroot/html/tut-3.html /usr/src/tmp/pete-buildroot/usr/share/doc/pete/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pete-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pete-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pete-buildroot/ (default) Compressing files in /usr/src/tmp/pete-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/pete-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: pete-2.1.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.53174 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pete-2.1.0 + DOCDIR=/usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + export DOCDIR + rm -rf /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + /bin/mkdir -p /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + cp -prL CREDITS LICENSE README /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + chmod -R go-w /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + chmod -R a+rX /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4cOgT2 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.UdLU4k find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eiGvHG Creating pete-debuginfo package Processing files: libpete-devel-2.1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aA5DJ5 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.gJ4Zcy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h:63:10: fatal error: PETE/Scalar.h: No such file or directory #include "PETE/Scalar.h" ^~~~~~~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h: cpp failed, trying c++ mode /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h:63:10: fatal error: PETE/Scalar.h: No such file or directory #include "PETE/Scalar.h" ^~~~~~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h: cpp failed /usr/src/tmp/pete-buildroot/usr/include/pete/Functors.h:42:10: fatal error: iterator: No such file or directory #include ^~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/pete-buildroot/usr/include/pete/Functors.h: cpp failed, trying c++ mode Requires: pete = 2.1.0-alt2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cjV963 Processing files: libpete-devel-doc-2.1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uKD3rD 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.uiXfdg find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Processing files: pete-debuginfo-2.1.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4avkpW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W4il2F find-requires: running scripts (debuginfo) Requires: pete = 2.1.0-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/pete-2.1.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libpete-devel-2.1.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/libpete-devel-doc-2.1.0-alt2.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pete-debuginfo-2.1.0-alt2.x86_64.rpm (w2.lzdio) 3.24user 0.99system 0:13.26elapsed 31%CPU (0avgtext+0avgdata 113920maxresident)k 0inputs+0outputs (0major+399620minor)pagefaults 0swaps 6.31user 3.64system 0:18.35elapsed 54%CPU (0avgtext+0avgdata 120432maxresident)k 0inputs+0outputs (34392major+710454minor)pagefaults 0swaps --- libpete-devel-2.1.0-alt2.x86_64.rpm.repo 2012-10-02 05:40:16.000000000 +0000 +++ libpete-devel-2.1.0-alt2.x86_64.rpm.hasher 2021-10-24 03:45:00.487988510 +0000 @@ -23,2 +23,2 @@ File: /usr/include/pete/TypeComputations.h 100644 root:root eb9d91b5aecdf800e3ea7c10d9c9ac66 -RPMIdentity: ecfee09c115070ee154737e6485b6ce3d3ccf0f6b29d3accbc9378be2a4c21fd7f9819102aa2a78df201c273b77e19288f7f4857974869f8155b063743dd3540 +RPMIdentity: aaf086cd87867f28743878968772b4bad72a2c399baa5fcb08842a286594af5339107da48b9011362c3459dee05d973514e7fe609dc8952494f9334bb4af7306 --- libpete-devel-doc-2.1.0-alt2.noarch.rpm.repo 2012-10-02 05:40:15.000000000 +0000 +++ libpete-devel-doc-2.1.0-alt2.noarch.rpm.hasher 2021-10-24 03:45:00.549989447 +0000 @@ -32,2 +32,2 @@ File: /usr/share/doc/pete/tut-3.html 100644 root:root df20441f5595c74d8ad90374c9403440 -RPMIdentity: 675a12a65b11c779b828f6b7b36103354d7357f7f2879612bf8337ff1ad66f63c41f0269365a8dc7fe16f3cb9cae37710811d13ae6c2a2795e2ab00d9614d0b1 +RPMIdentity: c5cb1f4fdf6d39a9ec5f51dd1d854a8c5154b6ad96ed879cf4496c2d3dda390d1de4503b8c32f860f3c217dbd4bb51273a532840742c7744e83184d704856b3a --- pete-2.1.0-alt2.x86_64.rpm.repo 2012-10-02 05:40:16.000000000 +0000 +++ pete-2.1.0-alt2.x86_64.rpm.hasher 2021-10-24 03:45:00.645990897 +0000 @@ -10,3 +10,5 @@ Requires: libstdc++.so.6(CXXABI_1.3)(64bit) +Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit) +Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Requires: rtld(GNU_HASH) @@ -14,3 +16,3 @@ Provides: pete = 2.1.0-alt2 -File: /usr/bin/MakeOperators 100755 root:root 1944cbc1b343a554b0a97f01079739dd +File: /usr/bin/MakeOperators 100755 root:root 0b68a200d97c070179b3cdc67a84d1cf File: /usr/share/doc/pete-2.1.0 40755 root:root @@ -19,2 +21,2 @@ File: /usr/share/doc/pete-2.1.0/README 100644 root:root b9a873f08c7db4a870dfc5b0fe8b10fc -RPMIdentity: e3d830e14f80a766f51bcd17187e173d515bb52cab6f9aeb91bb340b05419be5a24905d5ba03025949ee920f4e694f9cd63a5c8d9a9a0d877632acd1e920278f +RPMIdentity: ec787041292c82d0ff9706cf9d72cfd665a8206f681b6e15bc87c3270118c3abc682978cd3fb94be584cbc797155b4b8fb2430d213745195059381253882a910 --- pete-debuginfo-2.1.0-alt2.x86_64.rpm.repo 2012-10-02 05:40:16.000000000 +0000 +++ pete-debuginfo-2.1.0-alt2.x86_64.rpm.hasher 2021-10-24 03:45:00.711991894 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/b70fa047e7f7d263877368a22273b090d4f7d5 120777 root:root ../../../../bin/MakeOperators -/usr/lib/debug/.build-id/46/b70fa047e7f7d263877368a22273b090d4f7d5.debug 120777 root:root ../../usr/bin/MakeOperators.debug +/usr/lib/debug/.build-id/49 40755 root:root +/usr/lib/debug/.build-id/49/448ffc400dec99e43f5c39936e9e1ef5727795 120777 root:root ../../../../bin/MakeOperators +/usr/lib/debug/.build-id/49/448ffc400dec99e43f5c39936e9e1ef5727795.debug 120777 root:root ../../usr/bin/MakeOperators.debug /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: pete-debuginfo = 2.1.0-alt2 -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/b70fa047e7f7d263877368a22273b090d4f7d5 120777 root:root ../../../../bin/MakeOperators -File: /usr/lib/debug/.build-id/46/b70fa047e7f7d263877368a22273b090d4f7d5.debug 120777 root:root ../../usr/bin/MakeOperators.debug -File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root 9cacc175366425548d5d332b6a3c2969 -RPMIdentity: f62d41ad26549ab60b1c6c5e9bd4b7a591b78144bedb2aea11aaad34aa34531be037fab78f6c226e53a8e945555a6fdcbaa77b2912a96a4bd188b6910fb2e238 +File: /usr/lib/debug/.build-id/49 40755 root:root +File: /usr/lib/debug/.build-id/49/448ffc400dec99e43f5c39936e9e1ef5727795 120777 root:root ../../../../bin/MakeOperators +File: /usr/lib/debug/.build-id/49/448ffc400dec99e43f5c39936e9e1ef5727795.debug 120777 root:root ../../usr/bin/MakeOperators.debug +File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root e6944b5f8c53083d1edbd395d88b3420 +RPMIdentity: 6e0033e88d2bf6f0e709955e771b4e9e7f537eef450c8269b0b0e54280b0632e28a9482fefb1f6635db230bc084404d18e1d8f86de83a55e32a9ea344841328f