<86>Jan 23 06:07:32 userdel[3520257]: delete user 'rooter' <86>Jan 23 06:07:32 groupadd[3520300]: group added to /etc/group: name=rooter, GID=672 <86>Jan 23 06:07:32 groupadd[3520300]: group added to /etc/gshadow: name=rooter <86>Jan 23 06:07:32 groupadd[3520300]: new group: name=rooter, GID=672 <86>Jan 23 06:07:32 useradd[3520367]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash <86>Jan 23 06:07:32 userdel[3520421]: delete user 'builder' <86>Jan 23 06:07:32 userdel[3520421]: removed group 'builder' owned by 'builder' <86>Jan 23 06:07:32 userdel[3520421]: removed shadow group 'builder' owned by 'builder' <86>Jan 23 06:07:32 groupadd[3520582]: group added to /etc/group: name=builder, GID=673 <86>Jan 23 06:07:32 groupadd[3520582]: group added to /etc/gshadow: name=builder <86>Jan 23 06:07:32 groupadd[3520582]: new group: name=builder, GID=673 <86>Jan 23 06:07:32 useradd[3520621]: new user: name=builder, UID=673, GID=673, 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>Jan 23 06:07:37 rpmi: libicu67-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Jan 23 06:07:37 rpmi: icu-utils-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796126 installed <13>Jan 23 06:07: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.33492 + 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.33492 + 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/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/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/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/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' 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/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/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/util.o src/util.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/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/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/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` ld: src/file.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here ld: src/option.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here ld: src/unicode.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here ld: src/buffer.o:(.bss+0x0): multiple definition of `option'; src/doDiff.o:(.bss+0x0): first defined here ld: 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.33492 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.33492 (%build) Command exited with non-zero status 1 3.32user 0.37system 0:03.45elapsed 107%CPU (0avgtext+0avgdata 34172maxresident)k 0inputs+0outputs (0major+154253minor)pagefaults 0swaps hsh-rebuild: rebuild of `dwdiff-2.1.1-alt3.src.rpm' failed. Command exited with non-zero status 1 7.48user 2.37system 0:15.25elapsed 64%CPU (0avgtext+0avgdata 106388maxresident)k 0inputs+0outputs (0major+376014minor)pagefaults 0swaps