<86>Jan 20 06:28:46 userdel[3578433]: delete user 'rooter' <86>Jan 20 06:28:46 groupadd[3578439]: group added to /etc/group: name=rooter, GID=633 <86>Jan 20 06:28:46 groupadd[3578439]: new group: name=rooter, GID=633 <86>Jan 20 06:28:46 useradd[3578454]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Jan 20 06:28:46 userdel[3578463]: delete user 'builder' <86>Jan 20 06:28:46 groupadd[3578474]: group added to /etc/group: name=builder, GID=634 <86>Jan 20 06:28:46 groupadd[3578474]: group added to /etc/gshadow: name=builder <86>Jan 20 06:28:46 groupadd[3578474]: new group: name=builder, GID=634 <86>Jan 20 06:28:46 useradd[3578485]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/wmCalClock-1.25-alt10.src.rpm: The use of such a license name is ambiguous: GPL warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Jan 20 06:28:50 rpmi: xorg-proto-devel-2020.1-alt1 sisyphus+250406.100.1.1 1587554810 installed <13>Jan 20 06:28:50 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed <13>Jan 20 06:28:50 rpmi: libICE-1.0.10-alt1 sisyphus+247690.100.1.1 1584000387 installed <13>Jan 20 06:28:50 rpmi: libSM-1.2.3-alt1 sisyphus+226734.100.2.1 1554586158 installed <13>Jan 20 06:28:50 rpmi: libXau-devel-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed <13>Jan 20 06:28:50 rpmi: libX11-locales-3:1.7.0-alt1 sisyphus+264667.100.1.2 1610655150 installed <13>Jan 20 06:28:50 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949353 installed <13>Jan 20 06:28:50 rpmi: libxcb-1.14-alt1 sisyphus+247358.200.1.3 1583854228 installed <13>Jan 20 06:28:50 rpmi: libX11-3:1.7.0-alt1 sisyphus+264667.100.1.2 1610655170 installed <13>Jan 20 06:28:50 rpmi: libXext-1.3.4-alt1 sisyphus+225206.700.1.2 1552949429 installed <13>Jan 20 06:28:50 rpmi: libXt-1.2.0-alt1 sisyphus+247690.400.1.1 1584000596 installed <13>Jan 20 06:28:50 rpmi: libXpm-3.5.13-alt1 sisyphus+247690.300.1.1 1584000526 installed <13>Jan 20 06:28:52 rpmi: libxcb-devel-1.14-alt1 sisyphus+247358.200.1.3 1583854228 installed <13>Jan 20 06:28:52 rpmi: libX11-devel-3:1.7.0-alt1 sisyphus+264667.100.1.2 1610655170 installed <13>Jan 20 06:28:52 rpmi: libXext-devel-1.3.4-alt1 sisyphus+225206.700.1.2 1552949429 installed <13>Jan 20 06:28:52 rpmi: libXpm-devel-3.5.13-alt1 sisyphus+247690.300.1.1 1584000526 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/wmCalClock-1.25-alt10.nosrc.rpm (w1.gzdio) Installing wmCalClock-1.25-alt10.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.13166 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmCalClock-1.25 + echo 'Source #0 (wmCalClock-1.25.tar.bz2):' Source #0 (wmCalClock-1.25.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/wmCalClock-1.25.tar.bz2 + cd wmCalClock-1.25 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.13166 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmCalClock-1.25 + make -j8 -C Src INCDIR= LIBDIR= make: Entering directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' gcc -O2 -Wall -DLinux -c xutils.c -o xutils.o make: Leaving directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' make: Entering directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' gcc -O2 -Wall -DLinux -c wmCalClock.c -o wmCalClock.o wmCalClock.c: In function 'ButtonPressEvent': wmCalClock.c:1003:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 1003 | system(Command); | ^~~~~~~~~~~~~~~ wmCalClock.c: In function 'ButtonPressEvent.part.0.isra': wmCalClock.c:1002:27: warning: '%s' directive writing up to 1023 bytes into a region of size 512 [-Wformat-overflow=] 1002 | sprintf(Command, "%s &", ExecuteCommand); | ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from wmCalClock.c:90: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 3 and 1026 bytes into a destination of size 512 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmCalClock.c: In function 'main': wmCalClock.c:605:7: warning: 'D[7]' may be used uninitialized in this function [-Wmaybe-uninitialized] 605 | copyXPMArea(xsDigits[digit], yDigits, xdDigits[digit], ydDigits, xoff+extradx, 7+extrady); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmCalClock.c:602:24: warning: 'D[6]' may be used uninitialized in this function [-Wmaybe-uninitialized] 602 | xoff += (xdDigits[digit]+1); | ~~~~~~~~^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' make: Entering directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' gcc -o wmCalClock wmCalClock.o xutils.o -lXpm -lX11 -lXext ld: xutils.o:(.bss+0x158): multiple definition of `iconwin'; wmCalClock.o:(.bss+0x8dc): first defined here ld: xutils.o:(.bss+0x160): multiple definition of `display'; wmCalClock.o:(.bss+0x8e4): first defined here ld: xutils.o:(.bss+0x154): multiple definition of `win'; wmCalClock.o:(.bss+0x8d8): first defined here ld: xutils.o:(.bss+0x150): multiple definition of `screen'; wmCalClock.o:(.bss+0x8d4): first defined here ld: xutils.o:(.bss+0x15c): multiple definition of `Root'; wmCalClock.o:(.bss+0x8e0): first defined here ld: xutils.o:(.bss+0x14c): multiple definition of `DisplayDepth'; wmCalClock.o:(.bss+0x8d0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:25: wmCalClock] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/wmCalClock-1.25/Src' error: Bad exit status from /usr/src/tmp/rpm-tmp.13166 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.13166 (%build) Command exited with non-zero status 1 0.80user 0.07system 0:01.03elapsed 84%CPU (0avgtext+0avgdata 28656maxresident)k 0inputs+0outputs (0major+24247minor)pagefaults 0swaps hsh-rebuild: rebuild of `wmCalClock-1.25-alt10.src.rpm' failed. Command exited with non-zero status 1 5.69user 2.26system 0:14.02elapsed 56%CPU (0avgtext+0avgdata 108176maxresident)k 0inputs+0outputs (0major+261244minor)pagefaults 0swaps