<86>Mar 19 04:15:06 userdel[3602412]: delete user 'rooter' <86>Mar 19 04:15:06 userdel[3602412]: removed group 'rooter' owned by 'rooter' <86>Mar 19 04:15:06 userdel[3602412]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 19 04:15:06 groupadd[3602435]: group added to /etc/group: name=rooter, GID=975 <86>Mar 19 04:15:06 groupadd[3602435]: group added to /etc/gshadow: name=rooter <86>Mar 19 04:15:06 groupadd[3602435]: new group: name=rooter, GID=975 <86>Mar 19 04:15:06 useradd[3602453]: new user: name=rooter, UID=975, GID=975, home=/root, shell=/bin/bash <86>Mar 19 04:15:06 userdel[3602477]: delete user 'builder' <86>Mar 19 04:15:06 userdel[3602477]: removed group 'builder' owned by 'builder' <86>Mar 19 04:15:06 userdel[3602477]: removed shadow group 'builder' owned by 'builder' <86>Mar 19 04:15:06 groupadd[3602506]: group added to /etc/group: name=builder, GID=976 <86>Mar 19 04:15:06 groupadd[3602506]: group added to /etc/gshadow: name=builder <86>Mar 19 04:15:06 groupadd[3602506]: new group: name=builder, GID=976 <86>Mar 19 04:15:06 useradd[3602528]: new user: name=builder, UID=976, GID=976, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/jam-2.6-alt1.src.rpm: The use of such a license name is ambiguous: GPL <13>Mar 19 04:15:07 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/jam-2.6-alt1.nosrc.rpm (w1.gzdio) 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.2994 + 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.2994 + 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 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + make make: Entering directory '/usr/src/RPM/BUILD/jam' cc -o ./jam0 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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:20: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] 289 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:293:13: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] 293 | execvp( argv[0], (char **)argv ); | ^~~~~~ execunix.c:294:13: warning: 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: warning: 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: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 204 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:207:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 207 | close( fd ); | ^~~~~ | pclose fileunix.c:259:17: warning: 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: warning: 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: warning: 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: warning: 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 ) ) | ^ ./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:20: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] 289 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:293:13: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] 293 | execvp( argv[0], (char **)argv ); | ^~~~~~ execunix.c:294:13: warning: 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: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 334 | while( ( w = wait( &status ) ) == -1 && errno == EINTR ) | ^~~~ Cc bin.linuxx86/fileunix.o fileunix.c: In function 'file_archscan': fileunix.c:204:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 204 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:207:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 207 | close( fd ); | ^~~~~ | pclose fileunix.c:259:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 259 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek 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:22: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 392 | 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:27: warning: implicit declaration of function 'yylineno'; did you mean 'yylineo'? [-Wimplicit-function-declaration] 102 | p->yylineno = yylineno(); | ^~~~~~~~ | yylineo 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: `u' modifier ignored since `D' is the default (see `U') 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] 27 | 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] 169 | 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.73692 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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 26 target(s)... 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:20: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] 289 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:293:13: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] 293 | execvp( argv[0], (char **)argv ); | ^~~~~~ execunix.c:294:13: warning: 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: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 334 | while( ( w = wait( &status ) ) == -1 && errno == EINTR ) | ^~~~ Cc bin.linuxx86/fileunix.o fileunix.c: In function 'file_archscan': fileunix.c:204:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 204 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:207:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 207 | close( fd ); | ^~~~~ | pclose fileunix.c:259:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 259 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek 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:22: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 392 | 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:27: warning: implicit declaration of function 'yylineno'; did you mean 'yylineo'? [-Wimplicit-function-declaration] 102 | p->yylineno = yylineno(); | ^~~~~~~~ | yylineo 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: `u' modifier ignored since `D' is the default (see `U') Ranlib bin.linuxx86/libjam.a Link bin.linuxx86/jam Chmod1 bin.linuxx86/jam Install /usr/src/tmp/jam-buildroot/usr/bin/jam Chmod1 /usr/src/tmp/jam-buildroot/usr/bin/jam ...updated 26 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,gnuconfig) Checking contents of files in /usr/src/tmp/jam-buildroot/ (default) 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: fopen lseek open readdir stat Processing files: jam-2.6-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44830 + 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.ZGtcLr find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rzLaQw find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), 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.f0zy9A 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.7MufRv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o8PoYR 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/jam-debuginfo-2.6-alt1.i586.rpm (w2.lzdio) 4.81user 0.92system 0:10.24elapsed 56%CPU (0avgtext+0avgdata 42876maxresident)k 0inputs+0outputs (0major+391339minor)pagefaults 0swaps /.out/jam-2.6-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/jam-debuginfo-2.6-alt1.i586.rpm: The use of such a license name is ambiguous: GPL 7.53user 3.63system 0:14.87elapsed 75%CPU (0avgtext+0avgdata 104416maxresident)k 0inputs+0outputs (45345major+643610minor)pagefaults 0swaps --- jam-2.6-alt1.i586.rpm.repo 2014-09-08 06:31:20.000000000 +0000 +++ jam-2.6-alt1.i586.rpm.hasher 2022-03-19 04:15:19.363474286 +0000 @@ -11,3 +11,7 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -18,3 +22,3 @@ Conflicts: boost-jam -File: /usr/bin/jam 100711 root:root 65ca464204612d2edff156b6503c4508 +File: /usr/bin/jam 100711 root:root ef42d5ca6cd7c9b309701fc62e76f8ae File: /usr/share/doc/jam-2.6 40755 root:root @@ -26,2 +30,2 @@ File: /usr/share/doc/jam-2.6/RELNOTES 100644 root:root 9021579eef0859c6ac543ce4a6925d80 -RPMIdentity: e78b73a9165e0aab92b984ddd5daf0899e80314252468d83ff08ee3011b80944c1198c8fcde4801d57197409e2df1ebfdfc0ef829976140805a3185cb9db2cd0 +RPMIdentity: dacb8353d38d2557427e6a42238621312e7b55286b64bbc2347f8d2150a84dc9ac06fd7e5e3260c17bdce050e6a95183cf1e042c9f4daa1421673128558f5640 --- jam-debuginfo-2.6-alt1.i586.rpm.repo 2014-09-08 06:31:20.000000000 +0000 +++ jam-debuginfo-2.6-alt1.i586.rpm.hasher 2022-03-19 04:15:19.427475203 +0000 @@ -1,5 +1,51 @@ -/usr/lib/debug/.build-id/da 40755 root:root -/usr/lib/debug/.build-id/da/da19f2d7e57b88450127c0ae7250f87991e0f3 120777 root:root ../../../../bin/jam -/usr/lib/debug/.build-id/da/da19f2d7e57b88450127c0ae7250f87991e0f3.debug 120777 root:root ../../usr/bin/jam.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/36b9d438b7343f2b7d021c103ae997a1d0b733 120777 root:root ../../../../bin/jam +/usr/lib/debug/.build-id/9b/36b9d438b7343f2b7d021c103ae997a1d0b733.debug 120777 root:root ../../usr/bin/jam.debug /usr/lib/debug/usr/bin/jam.debug 100644 root:root +/usr/src/debug/jam 40755 root:root +/usr/src/debug/jam/builtins.c 100644 root:root +/usr/src/debug/jam/command.c 100644 root:root +/usr/src/debug/jam/command.h 100644 root:root +/usr/src/debug/jam/compile.c 100644 root:root +/usr/src/debug/jam/compile.h 100644 root:root +/usr/src/debug/jam/execcmd.h 100644 root:root +/usr/src/debug/jam/execunix.c 100644 root:root +/usr/src/debug/jam/expand.c 100644 root:root +/usr/src/debug/jam/expand.h 100644 root:root +/usr/src/debug/jam/filesys.h 100644 root:root +/usr/src/debug/jam/fileunix.c 100644 root:root +/usr/src/debug/jam/glob.c 100644 root:root +/usr/src/debug/jam/hash.c 100644 root:root +/usr/src/debug/jam/hash.h 100644 root:root +/usr/src/debug/jam/headers.c 100644 root:root +/usr/src/debug/jam/headers.h 100644 root:root +/usr/src/debug/jam/jam.h 100644 root:root +/usr/src/debug/jam/jambase.h 100644 root:root +/usr/src/debug/jam/jamgram.c 100644 root:root +/usr/src/debug/jam/jamgram.y 100644 root:root +/usr/src/debug/jam/lists.c 100644 root:root +/usr/src/debug/jam/lists.h 100644 root:root +/usr/src/debug/jam/make.c 100644 root:root +/usr/src/debug/jam/make.h 100644 root:root +/usr/src/debug/jam/make1.c 100644 root:root +/usr/src/debug/jam/newstr.c 100644 root:root +/usr/src/debug/jam/newstr.h 100644 root:root +/usr/src/debug/jam/option.c 100644 root:root +/usr/src/debug/jam/option.h 100644 root:root +/usr/src/debug/jam/parse.c 100644 root:root +/usr/src/debug/jam/parse.h 100644 root:root +/usr/src/debug/jam/pathsys.h 100644 root:root +/usr/src/debug/jam/pathunix.c 100644 root:root +/usr/src/debug/jam/regexp.c 100644 root:root +/usr/src/debug/jam/regexp.h 100644 root:root +/usr/src/debug/jam/rules.c 100644 root:root +/usr/src/debug/jam/rules.h 100644 root:root +/usr/src/debug/jam/scan.c 100644 root:root +/usr/src/debug/jam/scan.h 100644 root:root +/usr/src/debug/jam/search.c 100644 root:root +/usr/src/debug/jam/search.h 100644 root:root +/usr/src/debug/jam/timestamp.c 100644 root:root +/usr/src/debug/jam/timestamp.h 100644 root:root +/usr/src/debug/jam/variable.c 100644 root:root +/usr/src/debug/jam/variable.h 100644 root:root Requires: jam = 2.6-alt1 @@ -9,6 +55,52 @@ Provides: jam-debuginfo = 2.6-alt1 -File: /usr/lib/debug/.build-id/da 40755 root:root -File: /usr/lib/debug/.build-id/da/da19f2d7e57b88450127c0ae7250f87991e0f3 120777 root:root ../../../../bin/jam -File: /usr/lib/debug/.build-id/da/da19f2d7e57b88450127c0ae7250f87991e0f3.debug 120777 root:root ../../usr/bin/jam.debug -File: /usr/lib/debug/usr/bin/jam.debug 100644 root:root 9673b8decf6da39b2d4a970378f4fd90 -RPMIdentity: 09bb000bb6b10d7f9fcf272600474cd1b36765d4da9185d5fe84cf0245398122946de7689ca9533fcc4efe4057a79ca3e5551a6b0eb5cbfa7f4f17c9d0a8aac0 +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/36b9d438b7343f2b7d021c103ae997a1d0b733 120777 root:root ../../../../bin/jam +File: /usr/lib/debug/.build-id/9b/36b9d438b7343f2b7d021c103ae997a1d0b733.debug 120777 root:root ../../usr/bin/jam.debug +File: /usr/lib/debug/usr/bin/jam.debug 100644 root:root 7d83252c073fa4f54317e455f1402653 +File: /usr/src/debug/jam 40755 root:root +File: /usr/src/debug/jam/builtins.c 100644 root:root e9835ff4b1f91953fa8f243d0b2c749a +File: /usr/src/debug/jam/command.c 100644 root:root 2b0637dbda8e3fc5578b42b60cf72fbc +File: /usr/src/debug/jam/command.h 100644 root:root b0e24165016ae841ba39f155f6086527 +File: /usr/src/debug/jam/compile.c 100644 root:root 0bb9a95127d50744e3b688aaf4d3dece +File: /usr/src/debug/jam/compile.h 100644 root:root 59fd0958ea41565efcd418ef086e3b8d +File: /usr/src/debug/jam/execcmd.h 100644 root:root 3cf95861a230f1a33680c790a0cfa431 +File: /usr/src/debug/jam/execunix.c 100644 root:root 654a4e415af9b1eaca210fce5c74ed5c +File: /usr/src/debug/jam/expand.c 100644 root:root a56d7d2f369f4a572cefc5639ee1e315 +File: /usr/src/debug/jam/expand.h 100644 root:root 89e358455200d7402268eb0d6e931dd0 +File: /usr/src/debug/jam/filesys.h 100644 root:root b432831cabf64ae8672eb04b9c439fd0 +File: /usr/src/debug/jam/fileunix.c 100644 root:root df464c045a5fbf056806683a65970dc6 +File: /usr/src/debug/jam/glob.c 100644 root:root 1cd8105d5ba9d8d522c67e3c11f5aa62 +File: /usr/src/debug/jam/hash.c 100644 root:root 622a1eb63ed8b64ba41b189e67fa7d9e +File: /usr/src/debug/jam/hash.h 100644 root:root dbe85a23b6e901f531e96b5e05826c2b +File: /usr/src/debug/jam/headers.c 100644 root:root d54ad383074f08d47ea7e431193385de +File: /usr/src/debug/jam/headers.h 100644 root:root f4ddef4f0077b6c936f0ff388776dade +File: /usr/src/debug/jam/jam.h 100644 root:root 900f9377e75d30ece7a7af292a533866 +File: /usr/src/debug/jam/jambase.h 100644 root:root 54a9933a65554b04345cd6949637cd9d +File: /usr/src/debug/jam/jamgram.c 100644 root:root 5c863082ffbfa8c9eecc76961044cf18 +File: /usr/src/debug/jam/jamgram.y 100644 root:root b575ce4975c1cfd1baf11cedea7f60af +File: /usr/src/debug/jam/lists.c 100644 root:root b380176639ad8f9db8884caf9e2771e5 +File: /usr/src/debug/jam/lists.h 100644 root:root deed4c522a485ca98436c977d5b41761 +File: /usr/src/debug/jam/make.c 100644 root:root b758d098817d071623f8394b6e860ca4 +File: /usr/src/debug/jam/make.h 100644 root:root 8a4a719919fc7cdbb73630758172c573 +File: /usr/src/debug/jam/make1.c 100644 root:root c012841838642e1548f4e4da290a7bf0 +File: /usr/src/debug/jam/newstr.c 100644 root:root f1f8a7b063af486bbc08d3178499e13b +File: /usr/src/debug/jam/newstr.h 100644 root:root ab469547e6021602a280681a02b347db +File: /usr/src/debug/jam/option.c 100644 root:root 72722ac9bf471b85c9845b37f2b38a9d +File: /usr/src/debug/jam/option.h 100644 root:root 763ef58be6bf50d45236df40007232e2 +File: /usr/src/debug/jam/parse.c 100644 root:root fd5bcbe2545b297abc823712843d17f6 +File: /usr/src/debug/jam/parse.h 100644 root:root eaffc8fa4eb99a7fa1c6f217678a77ba +File: /usr/src/debug/jam/pathsys.h 100644 root:root cfa60103920093b6bc63cca15b454467 +File: /usr/src/debug/jam/pathunix.c 100644 root:root 169c53f7b902b292dd5b67c331648b29 +File: /usr/src/debug/jam/regexp.c 100644 root:root 5bcbc336824704a1e902b4d0885d5ca5 +File: /usr/src/debug/jam/regexp.h 100644 root:root d5e0b119486e917236b814f52ee28373 +File: /usr/src/debug/jam/rules.c 100644 root:root 569812c404642878505282931f5bf587 +File: /usr/src/debug/jam/rules.h 100644 root:root 2b3a64108ab0fe13d60a9f5d38fdce24 +File: /usr/src/debug/jam/scan.c 100644 root:root 57133c782129162e79ff83ae759cfd4a +File: /usr/src/debug/jam/scan.h 100644 root:root e0a72b3662af4b79bdcca90a39b8d086 +File: /usr/src/debug/jam/search.c 100644 root:root 5a1fd85fb60a800a3b65755c6fcae097 +File: /usr/src/debug/jam/search.h 100644 root:root 9178c539cb352bdb995180e5af982e9a +File: /usr/src/debug/jam/timestamp.c 100644 root:root 3143f68f96e31678dc211397a63e73d1 +File: /usr/src/debug/jam/timestamp.h 100644 root:root 2cb25d3f402ca049ae84bf60e6f3b57a +File: /usr/src/debug/jam/variable.c 100644 root:root 679419f17f22458aedfb75d4f421065b +File: /usr/src/debug/jam/variable.h 100644 root:root ff417034f5b21815921fd6d75c0ee36d +RPMIdentity: c73e9458f0023ef61ea9fed702d49429e43663381c3c6ed69c745036f9ef19555dd8210f8809c1f5d9460c23bd3fbd1ae2663b32e853b5c0fc76a6740c62d908