<86>Dec 5 01:05:41 userdel[129858]: delete user 'rooter' <86>Dec 5 01:05:41 userdel[129858]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 5 01:05:41 groupadd[129943]: group added to /etc/group: name=rooter, GID=642 <86>Dec 5 01:05:41 groupadd[129943]: group added to /etc/gshadow: name=rooter <86>Dec 5 01:05:41 groupadd[129943]: new group: name=rooter, GID=642 <86>Dec 5 01:05:41 useradd[129980]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Dec 5 01:05:41 userdel[130008]: delete user 'builder' <86>Dec 5 01:05:41 userdel[130008]: removed group 'builder' owned by 'builder' <86>Dec 5 01:05:41 userdel[130008]: removed shadow group 'builder' owned by 'builder' <86>Dec 5 01:05:41 groupadd[130037]: group added to /etc/group: name=builder, GID=643 <86>Dec 5 01:05:41 groupadd[130037]: group added to /etc/gshadow: name=builder <86>Dec 5 01:05:41 groupadd[130037]: new group: name=builder, GID=643 <86>Dec 5 01:05:41 useradd[130048]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash <13>Dec 5 01:05:44 rpmi: libcom_err-1.44.3-alt1 1532134713 installed <13>Dec 5 01:05:44 rpmi: libcom_err-devel-1.44.3-alt1 1532134713 installed <13>Dec 5 01:05:44 rpmi: libe2fs-1.44.3-alt1 1532134713 installed <13>Dec 5 01:05:44 rpmi: libss-1.44.3-alt1 1532134713 installed <13>Dec 5 01:05:44 rpmi: libss-devel-1.44.3-alt1 1532134713 installed <13>Dec 5 01:05:44 rpmi: gcc-c++-common-1.4.22-alt1 1519183788 installed <13>Dec 5 01:05:45 rpmi: libstdc++8-devel-8.2.1-alt1 sisyphus.214000.20 1542662172 installed <13>Dec 5 01:05:46 rpmi: gcc8-c++-8.2.1-alt1 sisyphus.214000.20 1542662172 installed <13>Dec 5 01:05:46 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664792 installed <13>Dec 5 01:05:46 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.33405 + 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.4845 + 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 -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + readlink -e -- ./configure + 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 --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.4845 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.4845 (%build) Command exited with non-zero status 1 8.29user 1.30system 0:17.01elapsed 56%CPU (0avgtext+0avgdata 200724maxresident)k 0inputs+0outputs (0major+629313minor)pagefaults 0swaps hsh-rebuild: rebuild of `extundelete-0.2.4-alt1.src.rpm' failed. Command exited with non-zero status 1 17.77user 3.18system 0:31.55elapsed 66%CPU (0avgtext+0avgdata 200724maxresident)k 0inputs+0outputs (0major+980285minor)pagefaults 0swaps