<86>Dec 31 06:15:25 userdel[3133389]: delete user 'rooter' <86>Dec 31 06:15:25 userdel[3133389]: removed group 'rooter' owned by 'rooter' <86>Dec 31 06:15:25 userdel[3133389]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 31 06:15:25 groupadd[3133401]: group added to /etc/group: name=rooter, GID=651 <86>Dec 31 06:15:25 groupadd[3133401]: group added to /etc/gshadow: name=rooter <86>Dec 31 06:15:25 groupadd[3133401]: new group: name=rooter, GID=651 <86>Dec 31 06:15:25 useradd[3133414]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Dec 31 06:15:25 userdel[3133429]: delete user 'builder' <86>Dec 31 06:15:25 userdel[3133429]: removed group 'builder' owned by 'builder' <86>Dec 31 06:15:25 userdel[3133429]: removed shadow group 'builder' owned by 'builder' <86>Dec 31 06:15:25 groupadd[3133445]: group added to /etc/group: name=builder, GID=652 <86>Dec 31 06:15:25 groupadd[3133445]: group added to /etc/gshadow: name=builder <86>Dec 31 06:15:25 groupadd[3133445]: new group: name=builder, GID=652 <86>Dec 31 06:15:25 useradd[3133454]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/dwdiff-2.1.1-alt3.src.rpm: license not found in '/usr/share/license' directory: OSL <13>Dec 31 06:15:29 rpmi: libicu67-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Dec 31 06:15:29 rpmi: icu-utils-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Dec 31 06:15:29 rpmi: libicu-devel-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/dwdiff-2.1.1-alt3.nosrc.rpm (w1.gzdio) Installing dwdiff-2.1.1-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62760 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dwdiff-2.1.1 + echo 'Source #0 (dwdiff-2.1.1.tar):' Source #0 (dwdiff-2.1.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/dwdiff-2.1.1.tar + cd dwdiff-2.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33018 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dwdiff-2.1.1 + export CC=gcc + CC=gcc + export CXX=g++ + CXX=g++ + ./configure Checking for working make (make)... yes Checking for working C compiler (gcc)... yes Checking for gettext and related functions... yes Checking for gettext in standard library... yes Checking for msgfmt... yes Checking for required functions... yes Checking for required functions for dwfilter... yes Checking for strdup... yes Checking for setlocale... yes Checking for icu-config... yes Checking ICU version >= 3.4... yes (67.1) Checking for functions in libicu... yes Checking for nl_langinfo... yes Checking for working install (install)... yes Creating Makefile + make -j8 make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/hashtable.o src/hashtable.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/profile.o src/profile.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/file.o src/file.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/unicode.o src/unicode.c src/unicode.c: In function 'decomposeChar': src/unicode.c:392:2: warning: 'unorm_normalize_67' is deprecated [-Wdeprecated-declarations] 392 | requiredLength = unorm_normalize(c->UTF8Char.original.data, c->UTF8Char.original.used, option.decomposition, 0, | ^~~~~~~~~~~~~~ In file included from /usr/include/unicode/platform.h:25, from /usr/include/unicode/ptypes.h:52, from /usr/include/unicode/umachine.h:46, from /usr/include/unicode/utypes.h:38, from /usr/include/unicode/unorm.h:20, from src/unicode.c:18: /usr/include/unicode/unorm.h:218:1: note: declared here 218 | unorm_normalize(const UChar *source, int32_t sourceLength, | ^~~~~~~~~~~~~~~ src/unicode.c:400:3: warning: 'unorm_normalize_67' is deprecated [-Wdeprecated-declarations] 400 | requiredLength = unorm_normalize(c->UTF8Char.original.data, c->UTF8Char.original.used, option.decomposition, 0, | ^~~~~~~~~~~~~~ In file included from /usr/include/unicode/platform.h:25, from /usr/include/unicode/ptypes.h:52, from /usr/include/unicode/umachine.h:46, from /usr/include/unicode/utypes.h:38, from /usr/include/unicode/unorm.h:20, from src/unicode.c:18: /usr/include/unicode/unorm.h:218:1: note: declared here 218 | unorm_normalize(const UChar *source, int32_t sourceLength, | ^~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/buffer.o src/buffer.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/util.o src/util.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' cd po && make "LINGUAS=de es fr nl" linguas make[1]: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' msgfmt -o de.mo de.po make[1]: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' make[1]: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' msgfmt -o es.mo es.po make[1]: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' make[1]: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' msgfmt -o fr.mo fr.po make[1]: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' make[1]: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' msgfmt -o nl.mo nl.po make[1]: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1/po' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/tempfile.o src/tempfile.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/stream.o src/stream.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/diff/analyze.o src/diff/analyze.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/doDiff.o src/doDiff.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/dwfilter.o src/dwfilter.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/dwdiff.o src/dwdiff.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -o dwfilter src/dwfilter.o src/util.o `"icu-config" --ldflags` make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -Isrc -DUSE_GETTEXT -DOPTION_STRDUP=strdupA -DLOCALEDIR=\"/usr/local/share/locale\" -DUSE_UNICODE `"icu-config" --cppflags` -DUSE_NL_LANGINFO -c -o src/option.o src/option.c make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' make: Entering directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' gcc -O2 -o dwdiff src/doDiff.o src/diff/analyze.o src/file.o src/option.o src/unicode.o src/buffer.o src/hashtable.o src/profile.o src/dwdiff.o src/util.o src/tempfile.o src/stream.o `"icu-config" --ldflags` /usr/bin/ld.default: src/file.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here /usr/bin/ld.default: src/option.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here /usr/bin/ld.default: src/unicode.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here /usr/bin/ld.default: src/buffer.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here /usr/bin/ld.default: src/dwdiff.o:(.bss+0x60): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:82: dwdiff] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/dwdiff-2.1.1' error: Bad exit status from /usr/src/tmp/rpm-tmp.33018 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.33018 (%build) Command exited with non-zero status 1 6.83user 0.81system 0:03.33elapsed 229%CPU (0avgtext+0avgdata 34224maxresident)k 0inputs+0outputs (0major+155812minor)pagefaults 0swaps hsh-rebuild: rebuild of `dwdiff-2.1.1-alt3.src.rpm' failed. Command exited with non-zero status 1 13.54user 5.78system 0:13.84elapsed 139%CPU (0avgtext+0avgdata 106284maxresident)k 0inputs+0outputs (0major+380538minor)pagefaults 0swaps