<86>Feb 10 06:39:10 userdel[5697]: delete user 'rooter' <86>Feb 10 06:39:10 groupadd[5787]: group added to /etc/group: name=rooter, GID=627 <86>Feb 10 06:39:10 groupadd[5787]: group added to /etc/gshadow: name=rooter <86>Feb 10 06:39:10 groupadd[5787]: new group: name=rooter, GID=627 <86>Feb 10 06:39:10 useradd[6058]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Feb 10 06:39:10 userdel[6105]: delete user 'builder' <86>Feb 10 06:39:10 userdel[6105]: removed group 'builder' owned by 'builder' <86>Feb 10 06:39:10 userdel[6105]: removed shadow group 'builder' owned by 'builder' <86>Feb 10 06:39:10 groupadd[6140]: group added to /etc/group: name=builder, GID=628 <86>Feb 10 06:39:10 groupadd[6140]: group added to /etc/gshadow: name=builder <86>Feb 10 06:39:10 groupadd[6140]: new group: name=builder, GID=628 <86>Feb 10 06:39:10 useradd[6160]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash <13>Feb 10 06:39:13 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed Installing jam-2.6-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74577 + 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): + /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.74577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jam + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + make make: Entering directory `/usr/src/RPM/BUILD/jam' cc -o ./jam0 -pipe -Wall -g -O2 -march=i586 -mtune=generic 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:13: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] if ((pid = vfork()) == 0) ^ execunix.c:293:6: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] execvp( argv[0], (char **)argv ); ^ execunix.c:294:6: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^ execunix.c:294:6: warning: incompatible implicit declaration of built-in function '_exit' execunix.c: In function 'execwait': execunix.c:334:15: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] while( ( w = wait( &status ) ) == -1 && errno == EINTR ) ^ expand.c: In function 'var_expand': expand.c:211:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( colon = strchr( varname, MAGIC_COLON ) ) ^ expand.c:221:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( bracket = strchr( varname, MAGIC_LEFT ) ) ^ expand.c:225:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( dash = strchr( bracket + 1, '-' ) ) ^ expand.c: In function 'var_edit_parse': expand.c:451:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if( p = strchr( mods, MAGIC_COLON ) ) ^ fileunix.c: In function 'file_dirscan': fileunix.c:143:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while( dirent = readdir( d ) ) ^ fileunix.c: In function 'file_archscan': fileunix.c:204:6: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] if( read( fd, buf, SARMAG ) != SARMAG || ^ fileunix.c:207:6: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close( fd ); ^ fileunix.c:259:3: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] lseek(fd, offset + SARHDR, 0); ^ hash.c: In function 'hashstat': hash.c:242:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( here = ( *tab++ != (ITEM *)0 ) ) ^ headers.c: In function 'headers': headers.c:56:8: warning: unused variable 'hdrcache' [-Wunused-variable] LIST *hdrcache; ^ jam.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **arg_environ ) ^ jam.c: In function 'main': jam.c:236:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for( n = 0; s = getoptval( optv, 'd', n ); n++ ) ^ jam.c:320:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for( n = 0; s = getoptval( optv, 's', n ); n++ ) ^ jam.c:334:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for( n = 0; s = getoptval( optv, 'f', n ); n++ ) ^ jam.c:344:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for( n = 0; s = getoptval( optv, 't', n ); n++ ) ^ jam.c:349:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( s = getoptval( optv, 'o', 0 ) ) ^ lists.c: In function 'list_printq': lists.c:193:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while( p = (char *)memchr( op, '"', ep - op ) ) ^ make.c: In function 'make0': make.c:256:41: warning: array subscript has type 'char' [-Wchar-subscripts] spaces( depth ), t->name, target_bind[ t->binding ] ); ^ make.c:484:20: warning: array subscript has type 'char' [-Wchar-subscripts] flag, target_fate[ t->fate ], ^ make.c:490:33: warning: array subscript has type 'char' [-Wchar-subscripts] printf( "%s %s\n", target_fate[ t->fate ], t->name ); ^ make.c:179:15: warning: unused variable 'd' [-Wunused-variable] TARGETS *c, *d, *incs; ^ make1.c: In function 'make1d': make1.c:392:8: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] if( !unlink( targets->string ) ) ^ make1.c: In function 'make1cmds': make1.c:432:15: warning: unused variable 'cmd' [-Wunused-variable] CMD *cmd; ^ parse.c: In function 'parse_make': parse.c:102:20: warning: implicit declaration of function 'yylineno' [-Wimplicit-function-declaration] p->yylineno = yylineno(); ^ pathunix.c: In function 'path_parse': pathunix.c:114:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while( q = (char *)memchr( q, '.', end - q ) ) ^ regexp.c: In function 'reg': regexp.c:349:10: warning: 'parno' may be used uninitialized in this function [-Wmaybe-uninitialized] ender = regnode((paren) ? CLOSE+parno : END); ^ rules.c: In function 'targetchain': rules.c:188:11: warning: unused variable 'c' [-Wunused-variable] TARGETS *c; ^ rules.c: In function 'copysettings': rules.c:300:23: warning: unused variable 'v' [-Wunused-variable] SETTINGS *head = 0, *v; ^ search.c: In function 'search': search.c:37:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( varlist = var_get( "LOCATE" ) ) ^ search.c:51:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if( varlist = var_get( "SEARCH" ) ) ^ variable.c: In function 'var_defines': variable.c:86:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( val = strchr( *e, '=' ) ) ^ variable.c:110:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for( pp = val + 1; p = strchr( pp, split ); pp = p + 1 ) ^ variable.c: In function 'var_string': variable.c:197:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( l = list_next( l ) ) ^ ./jam0 ...found 144 target(s)... ...updating 31 target(s)... MkDir1 bin.linuxx86 Cc bin.linuxx86/builtins.o Cc bin.linuxx86/command.o Cc bin.linuxx86/compile.o Cc bin.linuxx86/execunix.o execunix.c: In function 'execcmd': execunix.c:289:13: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] if ((pid = vfork()) == 0) ^ execunix.c:293:6: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] execvp( argv[0], (char **)argv ); ^ execunix.c:294:6: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^ execunix.c:294:6: warning: incompatible implicit declaration of built-in function '_exit' execunix.c: In function 'execwait': execunix.c:334:15: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] while( ( w = wait( &status ) ) == -1 && errno == EINTR ) ^ Cc bin.linuxx86/fileunix.o fileunix.c: In function 'file_archscan': fileunix.c:204:6: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] if( read( fd, buf, SARMAG ) != SARMAG || ^ fileunix.c:207:6: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close( fd ); ^ fileunix.c:259:3: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] lseek(fd, offset + SARHDR, 0); ^ Cc bin.linuxx86/pathunix.o Cc bin.linuxx86/jamgram.o Cc bin.linuxx86/expand.o Cc bin.linuxx86/glob.o Cc bin.linuxx86/hash.o Cc bin.linuxx86/headers.o Cc bin.linuxx86/lists.o Cc bin.linuxx86/make.o Cc bin.linuxx86/make1.o make1.c: In function 'make1d': make1.c:392:8: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] if( !unlink( targets->string ) ) ^ Cc bin.linuxx86/newstr.o Cc bin.linuxx86/option.o Cc bin.linuxx86/parse.o parse.c: In function 'parse_make': parse.c:102:20: warning: implicit declaration of function 'yylineno' [-Wimplicit-function-declaration] p->yylineno = yylineno(); ^ Cc bin.linuxx86/regexp.o Cc bin.linuxx86/rules.o Cc bin.linuxx86/scan.o Cc bin.linuxx86/search.o Cc bin.linuxx86/timestamp.o Cc bin.linuxx86/variable.o Archive bin.linuxx86/libjam.a ar: creating bin.linuxx86/libjam.a Ranlib bin.linuxx86/libjam.a Cc bin.linuxx86/mkjambase.o mkjambase.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **envp ) ^ Link bin.linuxx86/mkjambase Chmod1 bin.linuxx86/mkjambase Cc bin.linuxx86/jam.o jam.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **arg_environ ) ^ GenFile1 jambase.c Cc bin.linuxx86/jambase.o Link bin.linuxx86/jam Chmod1 bin.linuxx86/jam ...updated 31 target(s)... make: Leaving directory `/usr/src/RPM/BUILD/jam' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.40195 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/jam-buildroot + : + /bin/rm -rf -- /usr/src/tmp/jam-buildroot + cd jam + mkdir -p /usr/src/tmp/jam-buildroot/usr/bin + ./jam0 -sBINDIR=/usr/src/tmp/jam-buildroot/usr/bin -sCCFLAGS=-g -sOPTIM=-O2 install ...found 146 target(s)... ...updating 1 target(s)... Install /usr/src/tmp/jam-buildroot/usr/bin/jam Chmod1 /usr/src/tmp/jam-buildroot/usr/bin/jam ...updated 1 target(s)... + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/jam-buildroot (auto) Verifying and fixing files in /usr/src/tmp/jam-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/jam-buildroot (auto) Verifying ELF objects in /usr/src/tmp/jam-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/jam: uses non-LFS functions: __xstat fopen lseek open readdir Hardlinking identical .pyc and .pyo files Processing files: jam-2.6-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.40195 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jam + DOCDIR=/usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + export DOCDIR + rm -rf /usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + /bin/mkdir -p /usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + cp -prL README RELNOTES Porting Jam.html Jambase.html Jamfile.html /usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + chmod -R go-w /usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + chmod -R a+rX /usr/src/tmp/jam-buildroot/usr/share/doc/jam-2.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lhJdOa find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.riIBzh find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Conflicts: boost-jam Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V8NuOp Creating jam-debuginfo package Processing files: jam-debuginfo-2.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QhFYmQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2pFXFw find-requires: running scripts (debuginfo) Requires: jam = 2.6-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/jam-2.6-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/jam-debuginfo-2.6-alt1.i586.rpm 5.46user 1.16system 0:13.23elapsed 50%CPU (0avgtext+0avgdata 23320maxresident)k 0inputs+0outputs (0major+304333minor)pagefaults 0swaps 12.63user 3.50system 0:24.54elapsed 65%CPU (0avgtext+0avgdata 125108maxresident)k 8inputs+0outputs (0major+633598minor)pagefaults 0swaps