<86>Aug  4 11:30:52 userdel[1621842]: delete user 'rooter'
<86>Aug  4 11:30:52 userdel[1621842]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 11:30:52 userdel[1621842]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 11:30:52 groupadd[1621878]: group added to /etc/group: name=rooter, GID=1829
<86>Aug  4 11:30:52 groupadd[1621878]: group added to /etc/gshadow: name=rooter
<86>Aug  4 11:30:52 groupadd[1621878]: new group: name=rooter, GID=1829
<86>Aug  4 11:30:52 useradd[1621912]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash
<86>Aug  4 11:30:52 userdel[1621944]: delete user 'builder'
<86>Aug  4 11:30:52 userdel[1621944]: removed group 'builder' owned by 'builder'
<86>Aug  4 11:30:52 userdel[1621944]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 11:30:52 groupadd[1621965]: group added to /etc/group: name=builder, GID=1830
<86>Aug  4 11:30:52 groupadd[1621965]: group added to /etc/gshadow: name=builder
<86>Aug  4 11:30:52 groupadd[1621965]: new group: name=builder, GID=1830
<86>Aug  4 11:30:52 useradd[1621978]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash
<13>Aug  4 11:30:55 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Aug  4 11:30:56 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug  4 11:30:56 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug  4 11:30:56 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/libtclap-1.2.4-alt1.nosrc.rpm (w1.gzdio)
Installing libtclap-1.2.4-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6734
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libtclap-1.2.4
+ echo 'Source #0 (libtclap-1.2.4.tar):'
Source #0 (libtclap-1.2.4.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/libtclap-1.2.4.tar
+ cd libtclap-1.2.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.6734
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libtclap-1.2.4
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/RPM/BUILD/libtclap-1.2.4/config/missing: Unknown `--is-lightweight' option
Try `/usr/src/RPM/BUILD/libtclap-1.2.4/config/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-alt-linux-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-alt-linux-g++... none
checking whether the compiler implements namespaces... yes
checking how to run the C++ preprocessor... x86_64-alt-linux-g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking whether the STL defines stringstream... yes
checking strstream usability... yes
checking strstream presence... yes
checking for strstream... yes
checking whether the STL defines strstream... yes
checking for dot... NO
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking for doxygen... no
checking whether the C++ compiler (x86_64-alt-linux-g++) accepts -Weffc++... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tclap.pc
config.status: creating examples/Makefile
config.status: creating include/Makefile
config.status: creating include/tclap/Makefile
config.status: creating config/Makefile
config.status: creating docs/Makefile
config.status: creating docs/Doxyfile
config.status: creating msc/Makefile
config.status: creating msc/examples/Makefile
config.status: creating tests/Makefile
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing default commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
Making all in include
Making all in tclap
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all-am'.
Making all in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test3.o test3.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test6.o test6.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test11.o test11.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test14.o test14.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test16.o test16.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test5.o test5.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test2.o test2.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test7.o test7.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test4.o test4.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test13.o test13.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test15.o test15.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test10.o test10.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test8.o test8.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test9.o test9.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test1.o test1.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test12.o test12.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test1 test1.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test2 test2.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test3 test3.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test4 test4.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test5 test5.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test6 test6.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test7 test7.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test-hard-1.o test-hard-1.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test8 test8.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test10 test10.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test9 test9.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test11 test11.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test12 test12.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test13 test13.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test15 test15.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test14 test14.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test16 test16.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test-hard-2.o test-hard-2.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test17 test-hard-1.o test-hard-2.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test19.o test19.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test19 test19.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test20.o test20.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test18.o test18.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test21.o test21.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test20 test20.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test18 test18.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test22.o test22.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test23.o test23.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test21 test21.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test22 test22.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test23 test23.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test25.o test25.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test24.o test24.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test25 test25.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test26.o test26.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test24 test24.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test26 test26.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test27.o test27.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test29.o test29.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test27 test27.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test29 test29.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test28.o test28.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../config  -I../include  -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++ -c -o test30.o test30.cpp
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test28 test28.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
x86_64-alt-linux-g++ -Wall -Wextra -pipe -frecord-gcc-switches -Wall -g -O2 -Weffc++   -o test30 test30.o  
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
Making all in docs
make[1]: Nothing to be done for 'all'.
Making all in tests
make[1]: Nothing to be done for 'all'.
Making all in msc
Making all in examples
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all-am'.
Making all in config
make  all-am
make[1]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10255
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libtclap-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libtclap-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libtclap-1.2.4
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/libtclap-buildroot/usr exec_prefix=/usr/src/tmp/libtclap-buildroot/usr bindir=/usr/src/tmp/libtclap-buildroot/usr/bin sbindir=/usr/src/tmp/libtclap-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libtclap-buildroot/etc datadir=/usr/src/tmp/libtclap-buildroot/usr/share includedir=/usr/src/tmp/libtclap-buildroot/usr/include libdir=/usr/src/tmp/libtclap-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libtclap-buildroot/usr/lib localstatedir=/usr/src/tmp/libtclap-buildroot/var/lib sharedstatedir=/usr/src/tmp/libtclap-buildroot/var/lib mandir=/usr/src/tmp/libtclap-buildroot/usr/share/man infodir=/usr/src/tmp/libtclap-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
Making install in include
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
Making install in tclap
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[3]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/libtclap-buildroot/usr/include/tclap'
 /usr/libexec/rpm-build/install -p -m 644 Arg.h ArgException.h ArgTraits.h CmdLine.h CmdLineInterface.h CmdLineOutput.h Constraint.h DocBookOutput.h HelpVisitor.h IgnoreRestVisitor.h MultiArg.h MultiSwitchArg.h OptionalUnlabeledTracker.h StandardTraits.h StdOutput.h SwitchArg.h UnlabeledMultiArg.h UnlabeledValueArg.h ValueArg.h ValuesConstraint.h VersionVisitor.h Visitor.h XorHandler.h ZshCompletionOutput.h sstream.h '/usr/src/tmp/libtclap-buildroot/usr/include/tclap'
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[3]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
Making install in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
Making install in docs
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p /usr/src/tmp/libtclap-buildroot/usr/share/doc/tclap
cp -R html /usr/src/tmp/libtclap-buildroot/usr/share/doc/tclap
 /bin/mkdir -p '/usr/src/tmp/libtclap-buildroot/usr/share/doc/tclap'
 /usr/libexec/rpm-build/install -p -m 644 index.html manual.html style.css '/usr/src/tmp/libtclap-buildroot/usr/share/doc/tclap'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
Making install in tests
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
Making install in msc
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
Making install in examples
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[3]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[3]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
Making install in config
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/libtclap-buildroot/usr/lib64/pkgconfig'
 /usr/libexec/rpm-build/install -p -m 644 tclap.pc '/usr/src/tmp/libtclap-buildroot/usr/lib64/pkgconfig'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libtclap-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/libtclap-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib64/pkgconfig/tclap.pc: Cflags: '-I${includedir}' --> ''
Checking contents of files in /usr/src/tmp/libtclap-buildroot/ (default)
Compressing files in /usr/src/tmp/libtclap-buildroot (auto)
Adjusting library links in /usr/src/tmp/libtclap-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/libtclap-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.84483
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libtclap-1.2.4
+ make -j1 check
make: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
Making check in include
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
Making check in tclap
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include/tclap'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/include'
Making check in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/examples'
Making check in docs
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/docs'
Making check in tests
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make  check-TESTS
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[3]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
PASS: test1.sh
PASS: test2.sh
PASS: test3.sh
PASS: test4.sh
PASS: test5.sh
PASS: test6.sh
PASS: test7.sh
PASS: test8.sh
PASS: test9.sh
PASS: test10.sh
PASS: test11.sh
PASS: test12.sh
PASS: test13.sh
PASS: test14.sh
PASS: test15.sh
PASS: test16.sh
PASS: test17.sh
PASS: test18.sh
PASS: test19.sh
PASS: test20.sh
PASS: test21.sh
PASS: test22.sh
PASS: test23.sh
PASS: test24.sh
PASS: test25.sh
PASS: test26.sh
PASS: test27.sh
PASS: test28.sh
PASS: test29.sh
PASS: test30.sh
PASS: test31.sh
PASS: test32.sh
PASS: test33.sh
PASS: test34.sh
PASS: test35.sh
PASS: test36.sh
PASS: test37.sh
PASS: test38.sh
PASS: test39.sh
PASS: test40.sh
PASS: test41.sh
PASS: test42.sh
PASS: test43.sh
PASS: test44.sh
PASS: test45.sh
PASS: test46.sh
PASS: test47.sh
PASS: test48.sh
PASS: test49.sh
PASS: test50.sh
PASS: test51.sh
PASS: test52.sh
PASS: test53.sh
PASS: test54.sh
PASS: test55.sh
PASS: test56.sh
PASS: test57.sh
PASS: test58.sh
PASS: test59.sh
PASS: test60.sh
PASS: test61.sh
PASS: test62.sh
PASS: test63.sh
PASS: test64.sh
PASS: test65.sh
PASS: test66.sh
PASS: test67.sh
PASS: test68.sh
PASS: test69.sh
PASS: test70.sh
PASS: test71.sh
PASS: test72.sh
PASS: test73.sh
PASS: test74.sh
PASS: test75.sh
PASS: test76.sh
PASS: test77.sh
PASS: test78.sh
PASS: test79.sh
PASS: test80.sh
PASS: test81.sh
PASS: test82.sh
PASS: test83.sh
PASS: test84.sh
PASS: test85.sh
PASS: test86.sh
PASS: test87.sh
PASS: test88.sh
PASS: test89.sh
PASS: test90.sh
PASS: test91.sh
============================================================================
Testsuite summary for tclap 1.2.4
============================================================================
# TOTAL: 91
# PASS:  91
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/tests'
Making check in msc
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
Making check in examples
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/msc'
Making check in config
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4/config'
make[1]: Entering directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
make: Leaving directory '/usr/src/RPM/BUILD/libtclap-1.2.4'
+ exit 0
Processing files: libtclap-devel-1.2.4-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.30633
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libtclap-1.2.4
+ DOCDIR=/usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ /bin/mkdir -p /usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ cp -prL COPYING README /usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ chmod -R go-w /usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ chmod -R a+rX /usr/src/tmp/libtclap-buildroot/usr/share/doc/libtclap-devel-1.2.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z77SzT
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.p1sz0z
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/libtclap-buildroot/usr/include/tclap/Arg.h:33:10: fatal error: string: No such file or directory
 #include <string>
          ^~~~~~~~
compilation terminated.
cpp.req: /usr/src/tmp/libtclap-buildroot/usr/include/tclap/Arg.h: cpp failed, trying c++ mode
Provides: pkgconfig(tclap) = 1.2.4
Requires: /usr/lib64/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f8Ec0m
Processing files: libtclap-doc-1.2.4-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dBJsUd
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.zMl3B8
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r4gRZ6
Wrote: /usr/src/RPM/RPMS/x86_64/libtclap-devel-1.2.4-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libtclap-doc-1.2.4-alt1.x86_64.rpm (w2.lzdio)
125.38user 17.26system 0:27.62elapsed 516%CPU (0avgtext+0avgdata 223352maxresident)k
0inputs+0outputs (0major+3200303minor)pagefaults 0swaps
3.22user 2.42system 0:37.66elapsed 15%CPU (0avgtext+0avgdata 135572maxresident)k
0inputs+0outputs (0major+213450minor)pagefaults 0swaps