<86>Feb 12 07:53:53 userdel[1055027]: delete user 'rooter'
<86>Feb 12 07:53:53 userdel[1055027]: removed group 'rooter' owned by 'rooter'
<86>Feb 12 07:53:53 userdel[1055027]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 12 07:53:53 groupadd[1055039]: group added to /etc/group: name=rooter, GID=648
<86>Feb 12 07:53:53 groupadd[1055039]: group added to /etc/gshadow: name=rooter
<86>Feb 12 07:53:53 groupadd[1055039]: new group: name=rooter, GID=648
<86>Feb 12 07:53:53 useradd[1055050]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash
<86>Feb 12 07:53:53 userdel[1055058]: delete user 'builder'
<86>Feb 12 07:53:53 userdel[1055058]: removed group 'builder' owned by 'builder'
<86>Feb 12 07:53:53 userdel[1055058]: removed shadow group 'builder' owned by 'builder'
<86>Feb 12 07:53:53 groupadd[1055067]: group added to /etc/group: name=builder, GID=649
<86>Feb 12 07:53:53 groupadd[1055067]: group added to /etc/gshadow: name=builder
<86>Feb 12 07:53:53 groupadd[1055067]: new group: name=builder, GID=649
<86>Feb 12 07:53:53 useradd[1055072]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/welcome2l-3.04-alt4.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/welcome2l-3.04-alt4.qa1.nosrc.rpm (w1.gzdio)
Installing welcome2l-3.04-alt4.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.99606
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Welcome2L-3.04
+ echo 'Source #0 (Welcome2L-3.04.src.tar.bz2):'
Source #0 (Welcome2L-3.04.src.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/Welcome2L-3.04.src.tar.bz2
+ /bin/tar -xf -
+ cd Welcome2L-3.04
+ /bin/chmod -c -Rf u+rwX,go-w .
mode of './Welcome2L.lsm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
+ echo 'Patch #0 (Welcome2L-3.04-alt-fixes.patch.bz2):'
Patch #0 (Welcome2L-3.04-alt-fixes.patch.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/Welcome2L-3.04-alt-fixes.patch.bz2
+ /usr/bin/patch -p1
patching file Makefile
patching file ansi/welcome1.h
patching file ansi/welcome2.h
patching file ansi.c
patching file main.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.99606
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Welcome2L-3.04
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ansi.c
ansi.c: In function 'ANSI_do_color':
ansi.c:115:23: warning: ';3' directive writing 2 bytes into a region of size between 1 and 128 [-Wformat-overflow=]
  115 |      sprintf (buf, "%s;3%i", buf, this_fg);
      |                       ^~
ansi.c:115:20: note: directive argument in the range [0, 7]
  115 |      sprintf (buf, "%s;3%i", buf, this_fg);
      |                    ^~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 4 and 131 bytes into a destination of size 128
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c:117:23: warning: ';4' directive writing 2 bytes into a region of size between 1 and 128 [-Wformat-overflow=]
  117 |      sprintf (buf, "%s;4%i", buf, this_bg);
      |                       ^~
ansi.c:117:20: note: directive argument in the range [0, 7]
  117 |      sprintf (buf, "%s;4%i", buf, this_bg);
      |                    ^~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 4 and 131 bytes into a destination of size 128
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c: In function 'ANSI_do_char':
ansi.c:143:26: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  143 |   sprintf (WSCREEN, "%s%c", WSCREEN, c);
      |                          ^
In file included from /usr/include/stdio.h:866,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 16385 bytes into a destination of size 16384
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c: In function 'ANSI_pos':
ansi.c:150:24: warning: '[' directive writing 2 bytes into a region of size between 1 and 16384 [-Wformat-overflow=]
  150 |   sprintf (WSCREEN, "%s\033[%i;%iH", WSCREEN, y, x);
      |                        ^~~~~
In file included from /usr/include/stdio.h:866,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 16410 bytes into a destination of size 16384
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic main.c
main.c: In function 'main':
main.c:456:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  456 |     asprintf (&MEMORY, "%d Mb", get_ram());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:465:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  465 |     asprintf (&Mhz, "%d", get_mhz());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic *.o -o Welcome2L
ld: main.o:/usr/src/RPM/BUILD/Welcome2L-3.04/main.c:65: multiple definition of `WSCREEN'; ansi.o:/usr/src/RPM/BUILD/Welcome2L-3.04/ansi.c:27: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:19: Welcome2L] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
error: Bad exit status from /usr/src/tmp/rpm-tmp.99606 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.99606 (%build)
Command exited with non-zero status 1
0.66user 0.07system 0:00.67elapsed 110%CPU (0avgtext+0avgdata 25112maxresident)k
0inputs+0outputs (0major+23830minor)pagefaults 0swaps
hsh-rebuild: rebuild of `welcome2l-3.04-alt4.qa1.src.rpm' failed.
Command exited with non-zero status 1
1.85user 1.74system 0:03.26elapsed 110%CPU (0avgtext+0avgdata 25112maxresident)k
0inputs+0outputs (0major+145381minor)pagefaults 0swaps