<86>Dec 10 01:06:50 userdel[1823710]: delete user 'rooter' <86>Dec 10 01:06:50 userdel[1823710]: removed group 'rooter' owned by 'rooter' <86>Dec 10 01:06:50 userdel[1823710]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 10 01:06:50 groupadd[1823723]: group added to /etc/group: name=rooter, GID=651 <86>Dec 10 01:06:50 groupadd[1823723]: group added to /etc/gshadow: name=rooter <86>Dec 10 01:06:50 groupadd[1823723]: new group: name=rooter, GID=651 <86>Dec 10 01:06:50 useradd[1823728]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Dec 10 01:06:50 userdel[1823740]: delete user 'builder' <86>Dec 10 01:06:50 userdel[1823740]: removed group 'builder' owned by 'builder' <86>Dec 10 01:06:50 userdel[1823740]: removed shadow group 'builder' owned by 'builder' <86>Dec 10 01:06:50 groupadd[1823747]: group added to /etc/group: name=builder, GID=652 <86>Dec 10 01:06:50 groupadd[1823747]: group added to /etc/gshadow: name=builder <86>Dec 10 01:06:50 groupadd[1823747]: new group: name=builder, GID=652 <86>Dec 10 01:06:50 useradd[1823751]: 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 10 01:06:52 rpmi: libicu67-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796031 installed <13>Dec 10 01:06:52 rpmi: icu-utils-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796031 installed <13>Dec 10 01:06:52 rpmi: libicu-devel-1:6.7.1-alt2 sisyphus+252432.100.2.2 1590796031 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/dwdiff-2.1.1-alt3.nosrc.rpm Installing dwdiff-2.1.1-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69121 + 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.69121 + 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/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/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/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/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/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/profile.o src/profile.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/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/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 -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/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/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+0xa0): 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.69121 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.69121 (%build) Command exited with non-zero status 1 2.73user 0.40system 0:01.73elapsed 180%CPU (0avgtext+0avgdata 41836maxresident)k 0inputs+0outputs (0major+166610minor)pagefaults 0swaps hsh-rebuild: rebuild of `dwdiff-2.1.1-alt3.src.rpm' failed. Command exited with non-zero status 1 6.52user 2.45system 0:07.62elapsed 117%CPU (0avgtext+0avgdata 113948maxresident)k 0inputs+0outputs (0major+394401minor)pagefaults 0swaps