<86>Jun 4 04:31:07 userdel[2915757]: delete user 'rooter' <86>Jun 4 04:31:07 userdel[2915757]: removed group 'rooter' owned by 'rooter' <86>Jun 4 04:31:07 userdel[2915757]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 4 04:31:07 groupadd[2915805]: group added to /etc/group: name=rooter, GID=981 <86>Jun 4 04:31:07 groupadd[2915805]: group added to /etc/gshadow: name=rooter <86>Jun 4 04:31:07 groupadd[2915805]: new group: name=rooter, GID=981 <86>Jun 4 04:31:07 useradd[2915848]: new user: name=rooter, UID=981, GID=981, home=/root, shell=/bin/bash <86>Jun 4 04:31:07 userdel[2915890]: delete user 'builder' <86>Jun 4 04:31:07 userdel[2915890]: removed group 'builder' owned by 'builder' <86>Jun 4 04:31:07 userdel[2915890]: removed shadow group 'builder' owned by 'builder' <86>Jun 4 04:31:07 groupadd[2915930]: group added to /etc/group: name=builder, GID=982 <86>Jun 4 04:31:07 groupadd[2915930]: group added to /etc/gshadow: name=builder <86>Jun 4 04:31:07 groupadd[2915930]: new group: name=builder, GID=982 <86>Jun 4 04:31:07 useradd[2915963]: new user: name=builder, UID=982, GID=982, home=/usr/src, shell=/bin/bash <13>Jun 4 04:31:08 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 4 04:31:08 rpmi: libstdc++12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jun 4 04:31:09 rpmi: gcc12-c++-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jun 4 04:31:09 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033914 installed <13>Jun 4 04:31:09 rpmi: libacl-devel-2.3.1-alt1 sisyphus+279621.200.1.1 1626627032 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libcontrol++-0.29.0-alt1.nosrc.rpm (w1.gzdio) Installing libcontrol++-0.29.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22635 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libcontrol++-0.29.0 + echo 'Source #0 (libcontrol++-0.29.0.tar):' Source #0 (libcontrol++-0.29.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libcontrol++-0.29.0.tar + cd libcontrol++-0.29.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.22635 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libcontrol++-0.29.0 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' test -d bin || mkdir -p bin test -d obj || mkdir -p obj make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/map.cpp -o obj/map.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions_basic.cpp -o obj/permissions_basic.o src/permissions_basic.cpp:23:22: error: variable 'const std::array rwx' has initializer but incomplete type 23 | const array rwx = {'r', 'w', 'x'}; | ^~~ src/permissions_basic.cpp:24:22: error: variable 'const std::array rwx_full' has initializer but incomplete type 24 | const array rwx_full = {'r', 'w', 'x', 's', 'S', 't', 'T'}; | ^~~~~~~~ src/permissions_basic.cpp:25:22: error: variable 'const std::array ugo' has initializer but incomplete type 25 | const array ugo = {'u', 'g', 'o'}; | ^~~ In file included from src/permissions_basic.cpp:19: src/permissions_basic.h: In function 'bool UpdateACLPermStr(std::string&, acl_permset_t, acl_perm_t, std::string&)': src/permissions_basic.h:43:35: error: 'acl_perm_types' has incomplete type 43 | extern const array acl_perm_types; | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/12/bits/stl_map.h:63, from /usr/include/c++/12/map:61, from src/permissions_basic.h:29: /usr/include/c++/12/tuple:1595:45: note: declaration of 'struct std::array' 1595 | template struct array; | ^~~~~ src/permissions_basic.h:43:35: error: 'acl_perm_types' has incomplete type 43 | extern const array acl_perm_types; | ^~~~~~~~~~~~~~ /usr/include/c++/12/tuple:1595:45: note: declaration of 'struct std::array' 1595 | template struct array; | ^~~~~ src/permissions_basic.h:43:35: error: 'acl_perm_types' has incomplete type 43 | extern const array acl_perm_types; | ^~~~~~~~~~~~~~ /usr/include/c++/12/tuple:1595:45: note: declaration of 'struct std::array' 1595 | template struct array; | ^~~~~ make: *** [Makefile:59: obj/permissions_basic.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/stringify.cpp -o obj/stringify.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/vector.cpp -o obj/vector.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/special.cpp -o obj/special.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions_group_mode.cpp -o obj/permissions_group_mode.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions.cpp -o obj/permissions.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/libcontrol++.cpp -o obj/libcontrol++.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions_sectype.cpp -o obj/permissions_sectype.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/print.cpp -o obj/print.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/filesystem.cpp -o obj/filesystem.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions_file_perm.cpp -o obj/permissions_file_perm.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/permissions_file_acl.cpp -o obj/permissions_file_acl.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/conf.cpp -o obj/conf.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' make: Entering directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' g++ -Wall -std=c++11 -fPIC -fexceptions -O2 -g -c src/text.cpp -o obj/text.o make: Leaving directory '/usr/src/RPM/BUILD/libcontrol++-0.29.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.22635 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.22635 (%build) Command exited with non-zero status 1 17.58user 1.33system 0:05.41elapsed 349%CPU (0avgtext+0avgdata 198980maxresident)k 0inputs+0outputs (0major+365940minor)pagefaults 0swaps hsh-rebuild: rebuild of `libcontrol++-0.29.0-alt1.src.rpm' failed. Command exited with non-zero status 1 20.55user 3.70system 0:10.04elapsed 241%CPU (0avgtext+0avgdata 198980maxresident)k 0inputs+0outputs (30381major+570679minor)pagefaults 0swaps