<86>Jan 15 00:11:28 userdel[847463]: delete user 'rooter' <86>Jan 15 00:11:28 userdel[847463]: removed group 'rooter' owned by 'rooter' <86>Jan 15 00:11:28 userdel[847463]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 15 00:11:28 groupadd[847482]: group added to /etc/group: name=rooter, GID=645 <86>Jan 15 00:11:28 groupadd[847482]: group added to /etc/gshadow: name=rooter <86>Jan 15 00:11:28 groupadd[847482]: new group: name=rooter, GID=645 <86>Jan 15 00:11:28 useradd[847498]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash <86>Jan 15 00:11:28 userdel[847523]: delete user 'builder' <86>Jan 15 00:11:28 userdel[847523]: removed group 'builder' owned by 'builder' <86>Jan 15 00:11:28 userdel[847523]: removed shadow group 'builder' owned by 'builder' <86>Jan 15 00:11:28 groupadd[847539]: group added to /etc/group: name=builder, GID=646 <86>Jan 15 00:11:28 groupadd[847539]: group added to /etc/gshadow: name=builder <86>Jan 15 00:11:28 groupadd[847539]: new group: name=builder, GID=646 <86>Jan 15 00:11:28 useradd[847552]: new user: name=builder, UID=646, GID=646, 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: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9500 + 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.84737 + 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 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 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 *.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.84737 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.84737 (%build) Command exited with non-zero status 1 1.17user 0.20system 0:01.23elapsed 111%CPU (0avgtext+0avgdata 29808maxresident)k 0inputs+0outputs (0major+29906minor)pagefaults 0swaps hsh-rebuild: rebuild of `welcome2l-3.04-alt4.qa1.src.rpm' failed. Command exited with non-zero status 1 3.53user 4.67system 0:07.01elapsed 116%CPU (0avgtext+0avgdata 29808maxresident)k 0inputs+0outputs (0major+157784minor)pagefaults 0swaps