<86>Nov 7 00:42:26 userdel[106677]: delete user 'rooter' <86>Nov 7 00:42:26 groupadd[106790]: group added to /etc/group: name=rooter, GID=654 <86>Nov 7 00:42:26 groupadd[106790]: group added to /etc/gshadow: name=rooter <86>Nov 7 00:42:26 groupadd[106790]: new group: name=rooter, GID=654 <86>Nov 7 00:42:26 useradd[106905]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Nov 7 00:42:26 userdel[106988]: delete user 'builder' <86>Nov 7 00:42:26 userdel[106988]: removed group 'builder' owned by 'builder' <86>Nov 7 00:42:26 userdel[106988]: removed shadow group 'builder' owned by 'builder' <86>Nov 7 00:42:26 groupadd[107106]: group added to /etc/group: name=builder, GID=655 <86>Nov 7 00:42:26 groupadd[107106]: group added to /etc/gshadow: name=builder <86>Nov 7 00:42:26 groupadd[107106]: new group: name=builder, GID=655 <86>Nov 7 00:42:26 useradd[107142]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash <13>Nov 7 00:42:30 rpmi: libcom_err-1.44.3-alt1 1532134713 installed <13>Nov 7 00:42:30 rpmi: libcom_err-devel-1.44.3-alt1 1532134713 installed <13>Nov 7 00:42:30 rpmi: libe2fs-1.44.3-alt1 1532134713 installed <13>Nov 7 00:42:30 rpmi: libss-1.44.3-alt1 1532134713 installed <13>Nov 7 00:42:30 rpmi: libss-devel-1.44.3-alt1 1532134713 installed <13>Nov 7 00:42:30 rpmi: gcc-c++-common-1.4.22-alt1 1519183788 installed <13>Nov 7 00:42:30 rpmi: libstdc++7-devel-7.3.1-alt5 1531512602 installed <13>Nov 7 00:42:31 rpmi: gcc7-c++-7.3.1-alt5 1531512602 installed <13>Nov 7 00:42:31 rpmi: gcc-c++-7-alt6 1528289185 installed <13>Nov 7 00:42:31 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.64837 + 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/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/extundelete-0.2.4.tar.bz2 + 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.24784 + 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 '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + readlink -e -- ./configure + ./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.24784 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.24784 (%build) Command exited with non-zero status 1 7.20user 1.09system 0:11.64elapsed 71%CPU (0avgtext+0avgdata 201132maxresident)k 0inputs+0outputs (0major+617318minor)pagefaults 0swaps hsh-rebuild: rebuild of `extundelete-0.2.4-alt1.src.rpm' failed. Command exited with non-zero status 1 16.78user 2.85system 0:27.32elapsed 71%CPU (0avgtext+0avgdata 201132maxresident)k 160inputs+0outputs (0major+970188minor)pagefaults 0swaps