<86>Jan 16 08:56:19 userdel[631576]: delete user 'rooter' <86>Jan 16 08:56:19 groupadd[631612]: group added to /etc/group: name=rooter, GID=627 <86>Jan 16 08:56:19 groupadd[631612]: group added to /etc/gshadow: name=rooter <86>Jan 16 08:56:19 groupadd[631612]: new group: name=rooter, GID=627 <86>Jan 16 08:56:19 useradd[631667]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Jan 16 08:56:19 userdel[631756]: delete user 'builder' <86>Jan 16 08:56:19 userdel[631756]: removed group 'builder' owned by 'builder' <86>Jan 16 08:56:19 userdel[631756]: removed shadow group 'builder' owned by 'builder' <86>Jan 16 08:56:19 groupadd[631789]: group added to /etc/group: name=builder, GID=628 <86>Jan 16 08:56:19 groupadd[631789]: group added to /etc/gshadow: name=builder <86>Jan 16 08:56:19 groupadd[631789]: new group: name=builder, GID=628 <86>Jan 16 08:56:19 useradd[631799]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/procinfo-18-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Jan 16 08:56:22 rpmi: libtinfo-devel-6.2.20201107-alt1 sisyphus+261749.100.1.1 1605292929 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/procinfo-18-alt1.qa1.nosrc.rpm (w1.gzdio) Installing procinfo-18-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44020 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf procinfo-18 + echo 'Source #0 (procinfo-18.tar.bz2):' Source #0 (procinfo-18.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/procinfo-18.tar.bz2 + /bin/tar -xf - + cd procinfo-18 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (procinfo-14-rh-makefile.patch):' Patch #1 (procinfo-14-rh-makefile.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #2 (procinfo-17-rh-uptime.patch):' Patch #2 (procinfo-17-rh-uptime.patch): + /usr/bin/patch -p1 patching file routines.c + echo 'Patch #3 (procinfo-17-rh-lsdev.patch):' Patch #3 (procinfo-17-rh-lsdev.patch): + /usr/bin/patch -p1 patching file lsdev.pl + echo 'Patch #4 (procinfo-18-rh-mharris-use-sysconf.patch):' Patch #4 (procinfo-18-rh-mharris-use-sysconf.patch): + /usr/bin/patch -p1 patching file procinfo.c Hunk #1 succeeded at 831 (offset -6 lines). + /usr/bin/subst 's/install -/\$(INSTALL) -/g' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44020 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd procinfo-18 + make -j8 LDLIBS=-ltinfo make: Entering directory '/usr/src/RPM/BUILD/procinfo-18' gcc -Wall -Wstrict-prototypes -O2 -c -o routines.o routines.c routines.c: In function 'quit': routines.c:149:20: error: 'sys_siglist' undeclared (first use in this function) 149 | printf ("[%s]\n", sys_siglist[i]); | ^~~~~~~~~~~ routines.c:149:20: note: each undeclared identifier is reported only once for each function it appears in routines.c: In function 'make_version': routines.c:262:6: warning: ignoring return value of 'getdomainname' declared with attribute 'warn_unused_result' [-Wunused-result] 262 | getdomainname(&myname[len+1], 65-2-len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ routines.c:267:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 267 | fgets (line, sizeof (line), versionfp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: routines.c:19:14: warning: 'rcsid' defined but not used [-Wunused-variable] 19 | static char *rcsid = "$Id: routines.c,v 1.24 2001/02/24 23:30:35 svm Exp svm $"; | ^~~~~ make: *** [: routines.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/procinfo-18' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/procinfo-18' gcc -Wall -Wstrict-prototypes -O2 -c -o procinfo.o procinfo.c procinfo.c: In function 'main': procinfo.c:780:2: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] 780 | nice (-20); | ^~~~~~~~~~ procinfo.c:993:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 993 | fgets (line, 40, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:1022:7: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 1022 | read (0, &key, 1); | ^~~~~~~~~~~~~~~~~ procinfo.c: In function 'first_page': procinfo.c:101:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 101 | fgets (line, sizeof (line), uptimefp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:110:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | fgets (line, sizeof (line), meminfofp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:123:2: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 123 | fread (kickme, 1024, 1, meminfofp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:164:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 164 | fgets (line, sizeof (line), meminfofp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:202:6: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 202 | fgets (line, sizeof (line), meminfofp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:233:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 233 | fgets (line, sizeof (line), loadavgfp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c:236:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 236 | fgets (line, sizeof (line), loadavgfp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ procinfo.c: In function 'second_page': procinfo.c:555:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 555 | fgets (cmdline, 1024, cmdlinefp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: procinfo.c:19:14: warning: 'rcsid' defined but not used [-Wunused-variable] 19 | static char *rcsid = "$Id: procinfo.c,v 1.56 2001/02/25 11:29:13 svm Exp svm $"; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/procinfo-18' error: Bad exit status from /usr/src/tmp/rpm-tmp.44020 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.44020 (%build) Command exited with non-zero status 1 0.94user 0.06system 0:00.96elapsed 103%CPU (0avgtext+0avgdata 35068maxresident)k 0inputs+0outputs (0major+21182minor)pagefaults 0swaps hsh-rebuild: rebuild of `procinfo-18-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 3.97user 1.85system 0:08.57elapsed 67%CPU (0avgtext+0avgdata 109220maxresident)k 48inputs+0outputs (0major+241067minor)pagefaults 0swaps