<86>May 31 12:13:55 userdel[3087332]: delete user 'rooter'
<86>May 31 12:13:55 userdel[3087332]: removed group 'rooter' owned by 'rooter'
<86>May 31 12:13:55 userdel[3087332]: removed shadow group 'rooter' owned by 'rooter'
<86>May 31 12:13:55 groupadd[3087350]: group added to /etc/group: name=rooter, GID=537
<86>May 31 12:13:55 groupadd[3087350]: group added to /etc/gshadow: name=rooter
<86>May 31 12:13:55 groupadd[3087350]: new group: name=rooter, GID=537
<86>May 31 12:13:55 useradd[3087359]: new user: name=rooter, UID=537, GID=537, home=/root, shell=/bin/bash
<86>May 31 12:13:55 userdel[3087384]: delete user 'builder'
<86>May 31 12:13:55 userdel[3087384]: removed group 'builder' owned by 'builder'
<86>May 31 12:13:55 userdel[3087384]: removed shadow group 'builder' owned by 'builder'
<86>May 31 12:13:55 groupadd[3087401]: group added to /etc/group: name=builder, GID=538
<86>May 31 12:13:55 groupadd[3087401]: group added to /etc/gshadow: name=builder
<86>May 31 12:13:55 groupadd[3087401]: new group: name=builder, GID=538
<86>May 31 12:13:55 useradd[3087412]: new user: name=builder, UID=538, GID=538, home=/usr/src, shell=/bin/bash
<13>May 31 12:13:59 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>May 31 12:13:59 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed
<13>May 31 12:14:00 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed
<13>May 31 12:14:00 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/pete-2.1.0-alt2.nosrc.rpm
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.94174
+ 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.94174
+ 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 -j8
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<char>; 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<char>; PROTOTYPE = UnaryBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
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<char>; 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<char>; PROTOTYPE = BinaryBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
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<char>; 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<char>; PROTOTYPE = BinaryLeftOp; LIST1 = std::vector<OperatorDescriptor>]'
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<char>; 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<char>; PROTOTYPE = BinaryAssignOp; LIST1 = std::vector<OperatorDescriptor>]'
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<char>; 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<char>; PROTOTYPE = BinaryAssignBoolOp; LIST1 = std::vector<OperatorDescriptor>]'
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.2636
+ 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
+ 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)
Checking contents of files in /usr/src/tmp/pete-buildroot/ (default)
Compressing files in /usr/src/tmp/pete-buildroot (auto)
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.38672
+ 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.V6DI79
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.qWlIhP
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z3nu29
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.DdS1Q7
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.FRLREz
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 <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
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u8Ooow
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.BFFdX8
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.QzRh0a
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.SaIMYH
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N963kN
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
Wrote: /usr/src/RPM/RPMS/i586/libpete-devel-2.1.0-alt2.i586.rpm
Wrote: /usr/src/RPM/RPMS/noarch/libpete-devel-doc-2.1.0-alt2.noarch.rpm
Wrote: /usr/src/RPM/RPMS/i586/pete-debuginfo-2.1.0-alt2.i586.rpm
11.10user 2.25system 0:26.23elapsed 50%CPU (0avgtext+0avgdata 77624maxresident)k
0inputs+0outputs (0major+334805minor)pagefaults 0swaps
19.22user 7.72system 0:41.09elapsed 65%CPU (0avgtext+0avgdata 117940maxresident)k
0inputs+0outputs (0major+656832minor)pagefaults 0swaps
--- pete-2.1.0-alt2.i586.rpm.repo	2012-10-02 05:40:15.000000000 +0000
+++ pete-2.1.0-alt2.i586.rpm.hasher	2020-05-31 12:14:33.553790244 +0000
@@ -11,3 +11,5 @@
 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: rtld(GNU_HASH)