<86>Feb 22 08:42:50 userdel[1035601]: delete user 'rooter'
<86>Feb 22 08:42:50 userdel[1035601]: removed group 'rooter' owned by 'rooter'
<86>Feb 22 08:42:50 userdel[1035601]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 22 08:42:50 groupadd[1035626]: group added to /etc/group: name=rooter, GID=1823
<86>Feb 22 08:42:50 groupadd[1035626]: group added to /etc/gshadow: name=rooter
<86>Feb 22 08:42:50 groupadd[1035626]: new group: name=rooter, GID=1823
<86>Feb 22 08:42:50 useradd[1035645]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none
<86>Feb 22 08:42:50 userdel[1035697]: delete user 'builder'
<86>Feb 22 08:42:50 userdel[1035697]: removed group 'builder' owned by 'builder'
<86>Feb 22 08:42:50 userdel[1035697]: removed shadow group 'builder' owned by 'builder'
<86>Feb 22 08:42:50 groupadd[1035739]: group added to /etc/group: name=builder, GID=1824
<86>Feb 22 08:42:50 groupadd[1035739]: group added to /etc/gshadow: name=builder
<86>Feb 22 08:42:50 groupadd[1035739]: new group: name=builder, GID=1824
<86>Feb 22 08:42:50 useradd[1035772]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/pete-2.1.0-alt2.1.src.rpm: bad symbols in the license tag: /
<13>Feb 22 08:42:53 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed
<13>Feb 22 08:42:53 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed
<13>Feb 22 08:42:54 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed
<13>Feb 22 08:42:54 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139881 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/pete-2.1.0-alt2.1.nosrc.rpm (w1.gzdio)
Installing pete-2.1.0-alt2.1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35740
+ 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):
+ /usr/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.35740
+ 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'
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<char>; 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<char>; PROTOTYPE = UnaryBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
   68 |     prototype.print(ostr,*i1);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~
MakeOperators.cpp:322:14:   required from here
  322 |     printList(*ofl,UnaryBoolOp(),       inputOps["unaryBoolOps"]);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 std::string&, const std::string&, const std::string&)' declared here, later in the translation unit
   47 | extern string joinWithComma(const string& a,const string& b,
      |               ^~~~~~~~~~~~~
/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<char>; 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<char>; PROTOTYPE = BinaryBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
   68 |     prototype.print(ostr,*i1);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~
MakeOperators.cpp:326:14:   required from here
  326 |     printList(*ofl,BinaryBoolOp(),      inputOps["binaryBoolOps"]);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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());
      |                                      ~~~~~~~~~~~~~~~
/usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit
   47 | extern string joinWithComma(const string& a,const string& b,
      |               ^~~~~~~~~~~~~
/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<char>; 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<char>; PROTOTYPE = BinaryLeftOp; LIST1 = std::vector<OperatorDescriptor>]'
   68 |     prototype.print(ostr,*i1);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~
MakeOperators.cpp:327:14:   required from here
  327 |     printList(*ofl,BinaryLeftOp(),      inputOps["binaryLeftOps"]);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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());
      |                                      ~~~~~~~~~~~~~~~
/usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit
   47 | extern string joinWithComma(const string& a,const string& b,
      |               ^~~~~~~~~~~~~
/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<char>; 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<char>; PROTOTYPE = BinaryAssignOp; LIST1 = std::vector<OperatorDescriptor>]'
   68 |     prototype.print(ostr,*i1);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~
MakeOperators.cpp:329:14:   required from here
  329 |     printList(*ofl,BinaryAssignOp(),    inputOps["binaryAssignOps"]);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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());
      |                                      ~~~~~~~~~~~~~~~
/usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit
   47 | extern string joinWithComma(const string& a,const string& b,
      |               ^~~~~~~~~~~~~
/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<char>; 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<char>; PROTOTYPE = BinaryAssignBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
   68 |     prototype.print(ostr,*i1);
      |     ~~~~~~~~~~~~~~~^~~~~~~~~~
MakeOperators.cpp:331:14:   required from here
  331 |     printList(*ofl,BinaryAssignBoolOp(),inputOps["binaryAssignBoolOps"]);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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());
      |                                      ~~~~~~~~~~~~~~~
/usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::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.83038
+ 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:/usr/bin:/bin:/usr/local/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)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pete-buildroot
Processing files: pete-2.1.0-alt2.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89552
+ 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.pGeEwa
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.eighy6
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), libstdc++.so.6(GLIBCXX_3.4.32), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F3n1nb
Creating pete-debuginfo package
Processing files: libpete-devel-2.1.0-alt2.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HomhiW
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.LQpwc0
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 <iterator>
      |          ^~~~~~~~~~
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.1
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C1tdRo
Processing files: libpete-devel-doc-2.1.0-alt2.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T5NGTF
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.4sRG2F
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.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2XErWk
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DRBXXU
find-requires: running scripts (debuginfo)
Requires: pete = 2.1.0-alt2.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Adding to libpete-devel a strict dependency on pete
Adding to pete-debuginfo a strict dependency on pete
Wrote: /usr/src/RPM/RPMS/i586/pete-2.1.0-alt2.1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libpete-devel-2.1.0-alt2.1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/noarch/libpete-devel-doc-2.1.0-alt2.1.noarch.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/pete-debuginfo-2.1.0-alt2.1.i586.rpm (w2.lzdio)
2.39user 1.56system 0:12.57elapsed 31%CPU (0avgtext+0avgdata 88240maxresident)k
0inputs+0outputs (0major+318816minor)pagefaults 0swaps
/.out/libpete-devel-doc-2.1.0-alt2.1.noarch.rpm: bad symbols in the license tag: /
/.out/pete-2.1.0-alt2.1.i586.rpm: bad symbols in the license tag: /
/.out/libpete-devel-2.1.0-alt2.1.i586.rpm: bad symbols in the license tag: /
/.out/pete-debuginfo-2.1.0-alt2.1.i586.rpm: bad symbols in the license tag: /
3.17user 2.32system 0:22.26elapsed 24%CPU (0avgtext+0avgdata 131880maxresident)k
0inputs+0outputs (0major+192735minor)pagefaults 0swaps
--- pete-2.1.0-alt2.1.i586.rpm.repo	2022-02-07 06:07:12.000000000 +0000
+++ pete-2.1.0-alt2.1.i586.rpm.hasher	2025-02-22 08:43:09.793449745 +0000
@@ -16,2 +16,3 @@
 Requires: libstdc++.so.6(GLIBCXX_3.4.29)  
+Requires: libstdc++.so.6(GLIBCXX_3.4.32)  
 Requires: rtld(GNU_HASH)  
@@ -19,3 +20,3 @@
 Provides: pete = 2.1.0-alt2.1:sisyphus+294914.100.1.1
-File: /usr/bin/MakeOperators	100755	root:root	2907ffdd2b0b8f715af0f730dc4d42f1	
+File: /usr/bin/MakeOperators	100755	root:root	4ecc44ddfdc25f74db9d1488f18b12bd	
 File: /usr/share/doc/pete-2.1.0	40755	root:root		
@@ -24,2 +25,2 @@
 File: /usr/share/doc/pete-2.1.0/README	100644	root:root	b9a873f08c7db4a870dfc5b0fe8b10fc	
-RPMIdentity: 4e2d8e0181f1ae19494063c922e4709672478b96c44f3ecf2b29ee78a8ae062e95dc218e4fc168fc60751a276f3a59066d0ff9c89ba617ab104ddbf82239e97f
+RPMIdentity: 6e294cacb3d86867e06f75ae080cab1f710107c7fc53c9968e4e6b0a4960468b4d6679a81f00f28b2a3d1a9d34606ad2cd6247b106738c38ad0949da59489b39
--- pete-debuginfo-2.1.0-alt2.1.i586.rpm.repo	2022-02-07 06:07:12.000000000 +0000
+++ pete-debuginfo-2.1.0-alt2.1.i586.rpm.hasher	2025-02-22 08:43:09.882451453 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/70	40755	root:root	
-/usr/lib/debug/.build-id/70/51b1976c0c071a5d7f2ca9bf2b0c7137f17496	120777	root:root	../../../../bin/MakeOperators
-/usr/lib/debug/.build-id/70/51b1976c0c071a5d7f2ca9bf2b0c7137f17496.debug	120777	root:root	../../usr/bin/MakeOperators.debug
+/usr/lib/debug/.build-id/4f	40755	root:root	
+/usr/lib/debug/.build-id/4f/611dc99ba71c8f01e8dce198196a49fb5846e6	120777	root:root	../../../../bin/MakeOperators
+/usr/lib/debug/.build-id/4f/611dc99ba71c8f01e8dce198196a49fb5846e6.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.1:sisyphus+294914.100.1.1
-File: /usr/lib/debug/.build-id/70	40755	root:root		
-File: /usr/lib/debug/.build-id/70/51b1976c0c071a5d7f2ca9bf2b0c7137f17496	120777	root:root		../../../../bin/MakeOperators
-File: /usr/lib/debug/.build-id/70/51b1976c0c071a5d7f2ca9bf2b0c7137f17496.debug	120777	root:root		../../usr/bin/MakeOperators.debug
-File: /usr/lib/debug/usr/bin/MakeOperators.debug	100644	root:root	e4e0feef6d7a3e3ed9b1e7fad370cb69	
-RPMIdentity: 3c0e9ae18cb05282ac51bf22b86d78279989dd1a86a2883c4435fabe5c5d9b8cd90af80eee1469ca51f7d2e9b4cbab421b4a7d47cd6fe072d3a3b59d95aeb00c
+File: /usr/lib/debug/.build-id/4f	40755	root:root		
+File: /usr/lib/debug/.build-id/4f/611dc99ba71c8f01e8dce198196a49fb5846e6	120777	root:root		../../../../bin/MakeOperators
+File: /usr/lib/debug/.build-id/4f/611dc99ba71c8f01e8dce198196a49fb5846e6.debug	120777	root:root		../../usr/bin/MakeOperators.debug
+File: /usr/lib/debug/usr/bin/MakeOperators.debug	100644	root:root	59c06b1cd251c1db96b6570ccfbe8e5d	
+RPMIdentity: 2863f0f159771eade1d57e417f32e927f7e3ff8b055be91ac48c578d481912a80a843dff7a4be4d2c5074273513e5818f68432384f92e8d6f1a749e6fc02a0c8