<86>Oct 18 15:26:37 userdel[145367]: delete user 'rooter' <86>Oct 18 15:26:37 userdel[145367]: removed group 'rooter' owned by 'rooter' <86>Oct 18 15:26:37 userdel[145367]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 18 15:26:37 groupadd[145403]: group added to /etc/group: name=rooter, GID=1874 <86>Oct 18 15:26:37 groupadd[145403]: group added to /etc/gshadow: name=rooter <86>Oct 18 15:26:37 groupadd[145403]: new group: name=rooter, GID=1874 <86>Oct 18 15:26:37 useradd[145438]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Oct 18 15:26:37 userdel[145490]: delete user 'builder' <86>Oct 18 15:26:37 userdel[145490]: removed group 'builder' owned by 'builder' <86>Oct 18 15:26:37 userdel[145490]: removed shadow group 'builder' owned by 'builder' <86>Oct 18 15:26:37 groupadd[145521]: group added to /etc/group: name=builder, GID=1875 <86>Oct 18 15:26:37 groupadd[145521]: group added to /etc/gshadow: name=builder <86>Oct 18 15:26:37 groupadd[145521]: new group: name=builder, GID=1875 <86>Oct 18 15:26:37 useradd[145552]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/jam-2.6-alt1.src.rpm: The use of such a license name is ambiguous: GPL <13>Oct 18 15:26:40 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/jam-2.6-alt1.nosrc.rpm (w1.gzdio) Installing jam-2.6-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94777 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf jam + echo 'Source #0 (jam-2.6.tar.bz2):' Source #0 (jam-2.6.tar.bz2): + /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/jam-2.6.tar.bz2 + /bin/tar -xf - + cd jam + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94777 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jam + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FFLAGS + make make: Entering directory '/usr/src/RPM/BUILD/jam' cc -o ./jam0 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto builtins.c command.c compile.c execas400.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c timestamp.c variable.c execunix.c: In function 'execcmd': execunix.c:289:20: error: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] 289 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:293:13: error: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] 293 | execvp( argv[0], (char **)argv ); | ^~~~~~ execunix.c:294:13: error: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 294 | _exit(127); | ^~~~~ execunix.c:294:13: warning: incompatible implicit declaration of built-in function '_exit' [-Wbuiltin-declaration-mismatch] execunix.c: In function 'execwait': execunix.c:334:22: error: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 334 | while( ( w = wait( &status ) ) == -1 && errno == EINTR ) | ^~~~ expand.c: In function 'var_expand': expand.c:211:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 211 | if( colon = strchr( varname, MAGIC_COLON ) ) | ^~~~~ expand.c:221:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 221 | if( bracket = strchr( varname, MAGIC_LEFT ) ) | ^~~~~~~ expand.c:225:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 225 | if( dash = strchr( bracket + 1, '-' ) ) | ^~~~ expand.c: In function 'var_edit_parse': expand.c:451:22: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 451 | else if( p = strchr( mods, MAGIC_COLON ) ) | ^ fileunix.c: In function 'file_dirscan': fileunix.c:143:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 143 | while( dirent = readdir( d ) ) | ^~~~~~ fileunix.c: In function 'file_archscan': fileunix.c:204:13: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 204 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:207:13: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 207 | close( fd ); | ^~~~~ | pclose fileunix.c:259:17: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 259 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek hash.c: In function 'hashstat': hash.c:242:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 242 | if( here = ( *tab++ != (ITEM *)0 ) ) | ^~~~ headers.c: In function 'headers': headers.c:56:18: warning: unused variable 'hdrcache' [-Wunused-variable] 56 | LIST *hdrcache; | ^~~~~~~~ jam.c:169:1: error: return type defaults to 'int' [-Wimplicit-int] 169 | main( int argc, char **argv, char **arg_environ ) | ^~~~ jam.c: In function 'main': jam.c:236:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 236 | for( n = 0; s = getoptval( optv, 'd', n ); n++ ) | ^ jam.c:320:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 320 | for( n = 0; s = getoptval( optv, 's', n ); n++ ) | ^ jam.c:334:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 334 | for( n = 0; s = getoptval( optv, 'f', n ); n++ ) | ^ jam.c:344:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 344 | for( n = 0; s = getoptval( optv, 't', n ); n++ ) | ^ jam.c:349:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 349 | if( s = getoptval( optv, 'o', 0 ) ) | ^ jamgram.c:7:1: warning: 'yyrcsid' defined but not used [-Wunused-const-variable=] 7 | yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37 2003/02/12 18:03:55 davidc Exp $"; | ^~~~~~~ lists.c: In function 'list_printq': lists.c:193:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 193 | while( p = (char *)memchr( op, '"', ep - op ) ) | ^ make.c: In function 'make0': make.c:256:65: warning: array subscript has type 'char' [-Wchar-subscripts] 256 | spaces( depth ), t->name, target_bind[ t->binding ] ); | ~^~~~~~~~~ make.c:484:37: warning: array subscript has type 'char' [-Wchar-subscripts] 484 | flag, target_fate[ t->fate ], | ~^~~~~~ make.c:490:50: warning: array subscript has type 'char' [-Wchar-subscripts] 490 | printf( "%s %s\n", target_fate[ t->fate ], t->name ); | ~^~~~~~ make.c:179:22: warning: unused variable 'd' [-Wunused-variable] 179 | TARGETS *c, *d, *incs; | ^ make1.c: In function 'make1d': make1.c:392:22: error: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 392 | if( !unlink( targets->string ) ) | ^~~~~~ make1.c: In function 'make1cmds': make1.c:432:22: warning: unused variable 'cmd' [-Wunused-variable] 432 | CMD *cmd; | ^~~ parse.c: In function 'parse_make': parse.c:102:27: error: implicit declaration of function 'yylineno'; did you mean 'yylineo'? [-Wimplicit-function-declaration] 102 | p->yylineno = yylineno(); | ^~~~~~~~ | yylineo pathunix.c: In function 'path_parse': pathunix.c:114:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 114 | while( q = (char *)memchr( q, '.', end - q ) ) | ^ rules.c: In function 'targetchain': rules.c:188:18: warning: unused variable 'c' [-Wunused-variable] 188 | TARGETS *c; | ^ rules.c: In function 'copysettings': rules.c:300:30: warning: unused variable 'v' [-Wunused-variable] 300 | SETTINGS *head = 0, *v; | ^ search.c: In function 'search': search.c:37:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 37 | if( varlist = var_get( "LOCATE" ) ) | ^~~~~~~ search.c:51:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 51 | else if( varlist = var_get( "SEARCH" ) ) | ^~~~~~~ variable.c: In function 'var_defines': variable.c:86:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 86 | if( val = strchr( *e, '=' ) ) | ^~~ variable.c:110:36: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 110 | for( pp = val + 1; p = strchr( pp, split ); pp = p + 1 ) | ^ variable.c: In function 'var_string': variable.c:197:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 197 | if( l = list_next( l ) ) | ^ make: *** [Makefile:102: jam0] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/jam' error: Bad exit status from /usr/src/tmp/rpm-tmp.94777 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.94777 (%build) Command exited with non-zero status 1 0.65user 0.35system 0:00.92elapsed 108%CPU (0avgtext+0avgdata 24384maxresident)k 0inputs+0outputs (0major+78455minor)pagefaults 0swaps hsh-rebuild: rebuild of `jam-2.6-alt1.src.rpm' failed. Command exited with non-zero status 1 3.57user 2.52system 0:09.65elapsed 63%CPU (0avgtext+0avgdata 136360maxresident)k 8inputs+0outputs (0major+218276minor)pagefaults 0swaps