<86>Dec 23 08:49:33 userdel[2576340]: delete user 'rooter' <86>Dec 23 08:49:33 userdel[2576340]: removed group 'rooter' owned by 'rooter' <86>Dec 23 08:49:33 userdel[2576340]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 23 08:49:34 groupadd[2576369]: group added to /etc/group: name=rooter, GID=630 <86>Dec 23 08:49:34 groupadd[2576369]: group added to /etc/gshadow: name=rooter <86>Dec 23 08:49:34 groupadd[2576369]: new group: name=rooter, GID=630 <86>Dec 23 08:49:34 useradd[2576398]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Dec 23 08:49:34 userdel[2576419]: delete user 'builder' <86>Dec 23 08:49:34 userdel[2576419]: removed group 'builder' owned by 'builder' <86>Dec 23 08:49:34 userdel[2576419]: removed shadow group 'builder' owned by 'builder' <86>Dec 23 08:49:34 groupadd[2576435]: group added to /etc/group: name=builder, GID=631 <86>Dec 23 08:49:34 groupadd[2576435]: group added to /etc/gshadow: name=builder <86>Dec 23 08:49:34 groupadd[2576435]: new group: name=builder, GID=631 <86>Dec 23 08:49:34 useradd[2576447]: new user: name=builder, UID=631, GID=631, 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 23 08:49:37 rpmi: libicu67-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Dec 23 08:49:37 rpmi: icu-utils-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Dec 23 08:49:37 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.27209 + 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.9399 + 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/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/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/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: 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[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/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/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 -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 -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.9399 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.9399 (%build) Command exited with non-zero status 1 3.71user 0.54system 0:02.29elapsed 185%CPU (0avgtext+0avgdata 34376maxresident)k 0inputs+0outputs (0major+155872minor)pagefaults 0swaps hsh-rebuild: rebuild of `dwdiff-2.1.1-alt3.src.rpm' failed. Command exited with non-zero status 1 8.64user 3.26system 0:09.53elapsed 124%CPU (0avgtext+0avgdata 108988maxresident)k 0inputs+0outputs (0major+378006minor)pagefaults 0swaps