<86>Dec 11 02:02:23 userdel[78162]: delete user 'rooter' <86>Dec 11 02:02:23 userdel[78162]: removed group 'rooter' owned by 'rooter' <86>Dec 11 02:02:23 userdel[78162]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 11 02:02:23 groupadd[78177]: group added to /etc/group: name=rooter, GID=612 <86>Dec 11 02:02:23 groupadd[78177]: group added to /etc/gshadow: name=rooter <86>Dec 11 02:02:23 groupadd[78177]: new group: name=rooter, GID=612 <86>Dec 11 02:02:23 useradd[78186]: new user: name=rooter, UID=612, GID=612, home=/root, shell=/bin/bash <86>Dec 11 02:02:23 userdel[78199]: delete user 'builder' <86>Dec 11 02:02:23 userdel[78199]: removed group 'builder' owned by 'builder' <86>Dec 11 02:02:23 userdel[78199]: removed shadow group 'builder' owned by 'builder' <86>Dec 11 02:02:23 groupadd[78207]: group added to /etc/group: name=builder, GID=613 <86>Dec 11 02:02:23 groupadd[78207]: group added to /etc/gshadow: name=builder <86>Dec 11 02:02:23 groupadd[78207]: new group: name=builder, GID=613 <86>Dec 11 02:02:23 useradd[78285]: new user: name=builder, UID=613, GID=613, home=/usr/src, shell=/bin/bash <13>Dec 11 02:02:27 rpmi: libcom_err-1.44.3-alt1 1532134713 installed <13>Dec 11 02:02:27 rpmi: libcom_err-devel-1.44.3-alt1 1532134713 installed <13>Dec 11 02:02:27 rpmi: libe2fs-1.44.3-alt1 1532134713 installed <13>Dec 11 02:02:27 rpmi: libss-1.44.3-alt1 1532134713 installed <13>Dec 11 02:02:27 rpmi: libss-devel-1.44.3-alt1 1532134713 installed <13>Dec 11 02:02:27 rpmi: gcc-c++-common-1.4.22-alt1 1519183788 installed <13>Dec 11 02:02:27 rpmi: libstdc++8-devel-8.2.1-alt1 sisyphus.214000.20 1542662172 installed <13>Dec 11 02:02:28 rpmi: gcc8-c++-8.2.1-alt1 sisyphus.214000.20 1542662172 installed <13>Dec 11 02:02:28 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664792 installed <13>Dec 11 02:02:28 rpmi: libe2fs-devel-1.44.3-alt1 1532134713 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/extundelete-0.2.4-alt1.nosrc.rpm Installing extundelete-0.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.59208 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf extundelete-0.2.4 + echo 'Source #0 (extundelete-0.2.4.tar.bz2):' Source #0 (extundelete-0.2.4.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/extundelete-0.2.4.tar.bz2 + /bin/tar -xf - + cd extundelete-0.2.4 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59208 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd extundelete-0.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 + '[' -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 + xargs -ri dirname -- '{}' + readlink -e -- ./configure + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + ./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 --without-included-gettext configure: WARNING: unrecognized options: --without-included-gettext Configuring extundelete 0.2.4 Writing generated files to disk configure: WARNING: unrecognized options: --without-included-gettext + make -j8 make -s all-recursive Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' insertionops.cc: In function 'std::ostream& operator<<(std::ostream&, const ext2_inode&)': insertionops.cc:36:36: error: 'const struct ext2_inode' has no member named 'i_dir_acl'; did you mean 'i_file_acl'? os << "Directory ACL: " << inode.i_dir_acl << std::endl; ^~~~~~~~~ i_file_acl make[2]: *** [Makefile:441: extundelete-insertionops.o] Error 1 make[2]: Leaving directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' make[2]: *** Waiting for unfinished jobs.... make[2]: Entering directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' cli.cc: In function 'errcode_t examine_fs(ext2_filsys)': cli.cc:337:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(strlen(name) > 0) ^~ cli.cc:339:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(errcode) com_err(Config::progname.c_str(), errcode, "while restoring file %s.", name); ^~ make[2]: Leaving directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' make[2]: Entering directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' extundelete.cc: In function 'int extundelete_test_inode_bitmap(ext2_filsys, ext2_ino_t)': extundelete.cc:196:5: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if(! EXT2_SB(fs->super)->s_feature_incompat & EXT4_FEATURE_INCOMPAT_64BIT) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function 'ext2_ino_t find_inode(ext2_filsys, ext2_filsys, ext2_inode*, std::__cxx11::string, int)': extundelete.cc:1272:29: warning: narrowing conversion of 'search_flags' from 'int' to 'ext2_ino_t' {aka 'unsigned int'} inside { } [-Wnarrowing] buf, match_name2, priv, 0}; ^ extundelete.cc: In function 'errcode_t restore_file(ext2_filsys, ext2_filsys, const string&)': extundelete.cc:1522:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (LINUX_S_ISDIR(inode->i_mode) && inode->i_blocks > 0) ^~ extundelete.cc:1524:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' print_directory_inode(fs, inode, ino); ^~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/extundelete-0.2.4/src' make[1]: *** [Makefile:268: all-recursive] Error 1 make: *** [Makefile:208: all] Error 2 error: Bad exit status from /usr/src/tmp/rpm-tmp.59208 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.59208 (%build) Command exited with non-zero status 1 7.87user 1.11system 0:12.18elapsed 73%CPU (0avgtext+0avgdata 201984maxresident)k 0inputs+0outputs (0major+629794minor)pagefaults 0swaps hsh-rebuild: rebuild of `extundelete-0.2.4-alt1.src.rpm' failed. Command exited with non-zero status 1 17.62user 3.07system 0:29.09elapsed 71%CPU (0avgtext+0avgdata 201984maxresident)k 0inputs+0outputs (0major+986522minor)pagefaults 0swaps