<86>Jan 29 03:46:50 userdel[139299]: delete user 'rooter' <86>Jan 29 03:46:50 userdel[139299]: removed group 'rooter' owned by 'rooter' <86>Jan 29 03:46:50 groupadd[139322]: group added to /etc/group: name=rooter, GID=960 <86>Jan 29 03:46:50 groupadd[139322]: group added to /etc/gshadow: name=rooter <86>Jan 29 03:46:50 groupadd[139322]: new group: name=rooter, GID=960 <86>Jan 29 03:46:50 useradd[139338]: new user: name=rooter, UID=960, GID=960, home=/root, shell=/bin/bash <86>Jan 29 03:46:50 userdel[139367]: delete user 'builder' <86>Jan 29 03:46:50 userdel[139367]: removed group 'builder' owned by 'builder' <86>Jan 29 03:46:50 groupadd[139396]: group added to /etc/group: name=builder, GID=961 <86>Jan 29 03:46:50 groupadd[139396]: group added to /etc/gshadow: name=builder <86>Jan 29 03:46:50 groupadd[139396]: new group: name=builder, GID=961 <86>Jan 29 03:46:50 useradd[139408]: new user: name=builder, UID=961, GID=961, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pete-2.1.0-alt2.src.rpm: bad symbols in the license tag: / <13>Jan 29 03:46:51 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jan 29 03:46:51 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 29 03:46:52 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 29 03:46:52 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64937 + 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.64937 + 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:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = UnaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:322:14: 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] 160 | 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::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit 47 | 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:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:326:14: 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] 290 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 291 | 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::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit 47 | 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:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryLeftOp; LIST1 = std::vector]' MakeOperators.cpp:327:14: 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] 322 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 323 | 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::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit 47 | 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:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignOp; LIST1 = std::vector]' MakeOperators.cpp:329:14: 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] 378 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 379 | 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::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit 47 | 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:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignBoolOp; LIST1 = std::vector]' MakeOperators.cpp:331:14: 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] 435 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 436 | 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::string joinWithComma(const string&, const string&, const string&)' declared here, later in the translation unit 47 | 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.21508 + 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) Processing files: pete-2.1.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59479 + 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.VQsatS 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.2ArUlP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.29), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0mbYzS 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.GNTyih 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.6u9DEL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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 63 | #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 63 | #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 42 | #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.V7b8B3 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.BO25V2 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.chE4Xt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.JK7Kij find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gvyEOO find-requires: running scripts (debuginfo) Requires: pete = 2.1.0-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/i586/pete-2.1.0-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libpete-devel-2.1.0-alt2.i586.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/i586/pete-debuginfo-2.1.0-alt2.i586.rpm (w2.lzdio) 2.49user 0.97system 0:12.32elapsed 28%CPU (0avgtext+0avgdata 90624maxresident)k 0inputs+0outputs (0major+316910minor)pagefaults 0swaps /.out/libpete-devel-doc-2.1.0-alt2.noarch.rpm: bad symbols in the license tag: / /.out/pete-2.1.0-alt2.i586.rpm: bad symbols in the license tag: / /.out/libpete-devel-2.1.0-alt2.i586.rpm: bad symbols in the license tag: / /.out/pete-debuginfo-2.1.0-alt2.i586.rpm: bad symbols in the license tag: / 5.60user 4.18system 0:17.91elapsed 54%CPU (0avgtext+0avgdata 104032maxresident)k 0inputs+0outputs (30178major+617729minor)pagefaults 0swaps --- libpete-devel-2.1.0-alt2.i586.rpm.repo 2012-10-02 05:40:15.000000000 +0000 +++ libpete-devel-2.1.0-alt2.i586.rpm.hasher 2022-01-29 03:47:06.587349633 +0000 @@ -23,2 +23,2 @@ File: /usr/include/pete/TypeComputations.h 100644 root:root eb9d91b5aecdf800e3ea7c10d9c9ac66 -RPMIdentity: 85acd466d74c92adbb50fc2b596d5f8ef5d75311a1b1fd52f825e45f632ddcd31541e221fe3c642a8348da7573c2ff5f0c4b3dc8842fdc5e10389e1580a11fe7 +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 2022-01-29 03:47:06.672350814 +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.i586.rpm.repo 2012-10-02 05:40:15.000000000 +0000 +++ pete-2.1.0-alt2.i586.rpm.hasher 2022-01-29 03:47:06.729351605 +0000 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -11,3 +12,6 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) +Requires: libstdc++.so.6(GLIBCXX_3.4.21) +Requires: libstdc++.so.6(GLIBCXX_3.4.29) Requires: rtld(GNU_HASH) @@ -15,3 +19,3 @@ Provides: pete = 2.1.0-alt2 -File: /usr/bin/MakeOperators 100755 root:root 79600f4859bf838e75a53fd4ab5999ab +File: /usr/bin/MakeOperators 100755 root:root 7cda6594d7570ea2a4266c04b336b243 File: /usr/share/doc/pete-2.1.0 40755 root:root @@ -20,2 +24,2 @@ File: /usr/share/doc/pete-2.1.0/README 100644 root:root b9a873f08c7db4a870dfc5b0fe8b10fc -RPMIdentity: 9edd72186d1491551a1b6e59169358a604c9aaeb76c1433cb4d73154b97a47e4a2fb84806b13a2ec80e737c3e4e7e4e39c6c22d0e1628895c68bd90e8762f0a2 +RPMIdentity: 110515fc03a7aa6368a521c891e4521d90c5cecf232ed7c031910c182d7932bd56f85ae78ecee98f0b2110004d4769545a8f45702e29f4cb0c8de4e1e630389d --- pete-debuginfo-2.1.0-alt2.i586.rpm.repo 2012-10-02 05:40:15.000000000 +0000 +++ pete-debuginfo-2.1.0-alt2.i586.rpm.hasher 2022-01-29 03:47:06.811352744 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/61 40755 root:root -/usr/lib/debug/.build-id/61/3d03ef423d6ca5ee9d51f6616f5e2646b642a0 120777 root:root ../../../../bin/MakeOperators -/usr/lib/debug/.build-id/61/3d03ef423d6ca5ee9d51f6616f5e2646b642a0.debug 120777 root:root ../../usr/bin/MakeOperators.debug +/usr/lib/debug/.build-id/8e 40755 root:root +/usr/lib/debug/.build-id/8e/4c3e17df3c1762424a38e76112dda33a9e8206 120777 root:root ../../../../bin/MakeOperators +/usr/lib/debug/.build-id/8e/4c3e17df3c1762424a38e76112dda33a9e8206.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/61 40755 root:root -File: /usr/lib/debug/.build-id/61/3d03ef423d6ca5ee9d51f6616f5e2646b642a0 120777 root:root ../../../../bin/MakeOperators -File: /usr/lib/debug/.build-id/61/3d03ef423d6ca5ee9d51f6616f5e2646b642a0.debug 120777 root:root ../../usr/bin/MakeOperators.debug -File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root a3abba87fc5d6d3fee355a1a75b86ae8 -RPMIdentity: e885bdcaa116b8325113cb72a73b1785496a77075f3c47caa3475888f47aeb4e0f74cf1502bdcd920af06a45606264b19d49a91dcbf90645b2d318f2301dd205 +File: /usr/lib/debug/.build-id/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/4c3e17df3c1762424a38e76112dda33a9e8206 120777 root:root ../../../../bin/MakeOperators +File: /usr/lib/debug/.build-id/8e/4c3e17df3c1762424a38e76112dda33a9e8206.debug 120777 root:root ../../usr/bin/MakeOperators.debug +File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root 340132351cba835d217a0c02e71a1d96 +RPMIdentity: cffb896bdc4cd39781b77aa1d3f9cdf4688649f73e9ac3c6ef61d530066dfcbf0a58636bdf506c1d7a44605ed6a55a0c30577889f7d3d93738a09e87f2ac8de3