<86>Feb 12 10:23:07 userdel[383797]: delete user 'rooter' <86>Feb 12 10:23:07 userdel[383797]: removed group 'rooter' owned by 'rooter' <86>Feb 12 10:23:07 groupadd[383807]: group added to /etc/group: name=rooter, GID=642 <86>Feb 12 10:23:07 groupadd[383807]: group added to /etc/gshadow: name=rooter <86>Feb 12 10:23:07 groupadd[383807]: new group: name=rooter, GID=642 <86>Feb 12 10:23:07 useradd[383813]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Feb 12 10:23:07 userdel[383826]: delete user 'builder' <86>Feb 12 10:23:07 userdel[383826]: removed group 'builder' owned by 'builder' <86>Feb 12 10:23:07 userdel[383826]: removed shadow group 'builder' owned by 'builder' <86>Feb 12 10:23:07 groupadd[383832]: group added to /etc/group: name=builder, GID=643 <86>Feb 12 10:23:07 groupadd[383832]: group added to /etc/gshadow: name=builder <86>Feb 12 10:23:07 groupadd[383832]: new group: name=builder, GID=643 <86>Feb 12 10:23:07 useradd[383837]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash <13>Feb 12 10:23:09 rpmi: llvm11.0-filesystem-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:09 rpmi: llvm-common-11.0.1-alt1 sisyphus+264437.500.4.1 1611350410 installed <13>Feb 12 10:23:10 rpmi: clang11.0-libs-support-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:12 rpmi: llvm11.0-libs-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:14 rpmi: clang11.0-libs-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:14 rpmi: clang11.0-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:14 rpmi: llvm-common-clang-11.0.1-alt1 sisyphus+264437.500.4.1 1611350410 installed <13>Feb 12 10:23:14 rpmi: clang11.0-devel-11.0.1-alt1 sisyphus+264437.600.5.1 1611693956 installed <13>Feb 12 10:23:14 rpmi: llvm-common-clang-devel-11.0.1-alt1 sisyphus+264437.500.4.1 1611350410 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/cdf-0.2-alt2.nosrc.rpm (w1.gzdio) Installing cdf-0.2-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14489 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cdf-0.2 + echo 'Source #0 (cdf-0.2.tar.gz):' Source #0 (cdf-0.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/cdf-0.2.tar.gz + /bin/tar -xf - + cd cdf-0.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.14489 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cdf-0.2 + export CC=clang + CC=clang + export CXX=clang++ + CXX=clang++ + export AR=llvm-ar + AR=llvm-ar + export NM=llvm-nm + NM=llvm-nm + export READELF=llvm-readelf + READELF=llvm-readelf + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + 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=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --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 checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i586-alt-linux-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of clang... none checking how to run the C preprocessor... clang -E checking for egrep... 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 for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for getmntinfo... no checking for rint in -lm... yes checking whether to include verbose debugging code... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands cdf version 0.2 configured successfully. Using '/usr' for installation. Using 'clang' for C compiler. Building with '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ' for C compiler flags. + make make: Entering directory '/usr/src/RPM/BUILD/cdf-0.2' make all-recursive make[1]: Entering directory '/usr/src/RPM/BUILD/cdf-0.2' Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/cdf-0.2/src' clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c main.c In file included from main.c:32: ./conf.h:25:14: warning: unused function 'get_config_filename' [-Wunused-function] static char *get_config_filename(void); ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c stat.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c common.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c colors.c colors.c:74:56: warning: if statement has empty body [-Wempty-body] if (!(perc_color = cl(get_config_item("perc_color")))); ^ colors.c:74:56: note: put the semicolon on a separate line to silence this warning In file included from colors.c:27: ./conf.h:25:14: warning: unused function 'get_config_filename' [-Wunused-function] static char *get_config_filename(void); ^ 2 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c conf.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c hash.c clang -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o cdf main.o stat.o common.o colors.o conf.o hash.o -lm ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: multiple definition of `blocksize'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: multiple definition of `bracket_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: multiple definition of `bs_suff'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: multiple definition of `data_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: multiple definition of `fs_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: multiple definition of `gauge_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: multiple definition of `header_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: multiple definition of `human_readable'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: multiple definition of `perc_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: first defined here ld: stat.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: multiple definition of `show_pseudofs'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: multiple definition of `blocksize'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: multiple definition of `bracket_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: multiple definition of `bs_suff'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: multiple definition of `data_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: multiple definition of `fs_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: multiple definition of `gauge_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: multiple definition of `header_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: multiple definition of `human_readable'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: multiple definition of `perc_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: first defined here ld: common.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: multiple definition of `show_pseudofs'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: multiple definition of `blocksize'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:33: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: multiple definition of `bracket_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:37: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: multiple definition of `bs_suff'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:34: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: multiple definition of `data_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:41: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: multiple definition of `fs_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:40: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: multiple definition of `gauge_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:38: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: multiple definition of `header_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:39: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: multiple definition of `human_readable'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:35: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: multiple definition of `perc_color'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./colors.h:42: first defined here ld: colors.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: multiple definition of `show_pseudofs'; main.o:/usr/src/RPM/BUILD/cdf-0.2/src/./common.h:37: first defined here ld: hash.o:/usr/src/RPM/BUILD/cdf-0.2/src/./hash.h:11: multiple definition of `hashtab'; conf.o:/usr/src/RPM/BUILD/cdf-0.2/src/./hash.h:11: first defined here clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:207: cdf] Error 1 make[2]: Leaving directory '/usr/src/RPM/BUILD/cdf-0.2/src' make[1]: *** [Makefile:208: all-recursive] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/cdf-0.2' make: *** [Makefile:146: all] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/cdf-0.2' error: Bad exit status from /usr/src/tmp/rpm-tmp.14489 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.14489 (%build) Command exited with non-zero status 1 1.78user 0.68system 0:03.41elapsed 72%CPU (0avgtext+0avgdata 67936maxresident)k 0inputs+0outputs (0major+268082minor)pagefaults 0swaps hsh-rebuild: rebuild of `cdf-0.2-alt2.src.rpm' failed. Command exited with non-zero status 1 9.06user 2.70system 0:12.67elapsed 92%CPU (0avgtext+0avgdata 109772maxresident)k 0inputs+0outputs (0major+470507minor)pagefaults 0swaps