<86>Dec 19 05:56:28 userdel[3549190]: delete user 'rooter'
<86>Dec 19 05:56:28 userdel[3549190]: removed group 'rooter' owned by 'rooter'
<86>Dec 19 05:56:28 userdel[3549190]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 19 05:56:28 groupadd[3549196]: group added to /etc/group: name=rooter, GID=627
<86>Dec 19 05:56:28 groupadd[3549196]: group added to /etc/gshadow: name=rooter
<86>Dec 19 05:56:28 groupadd[3549196]: new group: name=rooter, GID=627
<86>Dec 19 05:56:28 useradd[3549202]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash
<86>Dec 19 05:56:28 userdel[3549211]: delete user 'builder'
<86>Dec 19 05:56:28 userdel[3549211]: removed group 'builder' owned by 'builder'
<86>Dec 19 05:56:28 userdel[3549211]: removed shadow group 'builder' owned by 'builder'
<86>Dec 19 05:56:28 groupadd[3549216]: group added to /etc/group: name=builder, GID=628
<86>Dec 19 05:56:28 groupadd[3549216]: group added to /etc/gshadow: name=builder
<86>Dec 19 05:56:28 groupadd[3549216]: new group: name=builder, GID=628
<86>Dec 19 05:56:28 useradd[3549220]: new user: name=builder, UID=628, GID=628, 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>Dec 19 05:56:31 rpmi: xorg-proto-devel-2020.1-alt1 sisyphus+250406.100.1.1 1587554810 installed
<13>Dec 19 05:56:31 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed
<13>Dec 19 05:56:31 rpmi: libICE-1.0.10-alt1 sisyphus+247690.100.1.1 1584000387 installed
<13>Dec 19 05:56:31 rpmi: libSM-1.2.3-alt1 sisyphus+226734.100.2.1 1554586158 installed
<13>Dec 19 05:56:31 rpmi: libXau-devel-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed
<13>Dec 19 05:56:31 rpmi: libX11-locales-3:1.6.12-alt1 sisyphus+256796.100.1.1 1598422159 installed
<13>Dec 19 05:56:31 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949353 installed
<13>Dec 19 05:56:31 rpmi: libxcb-1.14-alt1 sisyphus+247358.200.1.3 1583854228 installed
<13>Dec 19 05:56:31 rpmi: libX11-3:1.6.12-alt1 sisyphus+256796.100.1.1 1598422166 installed
<13>Dec 19 05:56:31 rpmi: libXext-1.3.4-alt1 sisyphus+225206.700.1.2 1552949429 installed
<13>Dec 19 05:56:31 rpmi: libXt-1.2.0-alt1 sisyphus+247690.400.1.1 1584000596 installed
<13>Dec 19 05:56:31 rpmi: libXpm-3.5.13-alt1 sisyphus+247690.300.1.1 1584000526 installed
<13>Dec 19 05:56:34 rpmi: libxcb-devel-1.14-alt1 sisyphus+247358.200.1.3 1583854228 installed
<13>Dec 19 05:56:34 rpmi: libX11-devel-3:1.6.12-alt1 sisyphus+256796.100.1.1 1598422166 installed
<13>Dec 19 05:56:34 rpmi: libXext-devel-1.3.4-alt1 sisyphus+225206.700.1.2 1552949429 installed
<13>Dec 19 05:56:34 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
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.37242
+ 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/bzip2 -dc /usr/src/RPM/SOURCES/wmCalClock-1.25.tar.bz2
+ /bin/tar -xf -
+ cd wmCalClock-1.25
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48126
+ 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
/usr/bin/ld.default: xutils.o:(.bss+0x158): multiple definition of `iconwin'; wmCalClock.o:(.bss+0x8dc): first defined here
/usr/bin/ld.default: xutils.o:(.bss+0x160): multiple definition of `display'; wmCalClock.o:(.bss+0x8e4): first defined here
/usr/bin/ld.default: xutils.o:(.bss+0x154): multiple definition of `win'; wmCalClock.o:(.bss+0x8d8): first defined here
/usr/bin/ld.default: xutils.o:(.bss+0x150): multiple definition of `screen'; wmCalClock.o:(.bss+0x8d4): first defined here
/usr/bin/ld.default: xutils.o:(.bss+0x15c): multiple definition of `Root'; wmCalClock.o:(.bss+0x8e0): first defined here
/usr/bin/ld.default: 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.48126 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.48126 (%build)
Command exited with non-zero status 1
1.44user 0.13system 0:01.35elapsed 116%CPU (0avgtext+0avgdata 28792maxresident)k
0inputs+0outputs (0major+24395minor)pagefaults 0swaps
hsh-rebuild: rebuild of `wmCalClock-1.25-alt10.src.rpm' failed.
Command exited with non-zero status 1
9.61user 5.43system 0:13.69elapsed 109%CPU (0avgtext+0avgdata 108788maxresident)k
0inputs+0outputs (0major+264593minor)pagefaults 0swaps