<86>Oct 24 02:43:35 userdel[3421837]: delete user 'rooter' <86>Oct 24 02:43:35 userdel[3421837]: removed group 'rooter' owned by 'rooter' <86>Oct 24 02:43:35 userdel[3421837]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 24 02:43:35 groupadd[3421954]: group added to /etc/group: name=rooter, GID=1877 <86>Oct 24 02:43:35 groupadd[3421954]: group added to /etc/gshadow: name=rooter <86>Oct 24 02:43:35 groupadd[3421954]: new group: name=rooter, GID=1877 <86>Oct 24 02:43:35 useradd[3422060]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Oct 24 02:43:35 userdel[3422214]: delete user 'builder' <86>Oct 24 02:43:35 userdel[3422214]: removed group 'builder' owned by 'builder' <86>Oct 24 02:43:35 userdel[3422214]: removed shadow group 'builder' owned by 'builder' <86>Oct 24 02:43:35 groupadd[3422329]: group added to /etc/group: name=builder, GID=1878 <86>Oct 24 02:43:35 groupadd[3422329]: group added to /etc/gshadow: name=builder <86>Oct 24 02:43:35 groupadd[3422329]: new group: name=builder, GID=1878 <86>Oct 24 02:43:35 useradd[3422414]: new user: name=builder, UID=1878, GID=1878, 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 24 02:43:39 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.677 + 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.677 + 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: 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_64 Cc bin.linuxx86_64/builtins.o Cc bin.linuxx86_64/command.o Cc bin.linuxx86_64/compile.o Cc bin.linuxx86_64/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_64/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_64/pathunix.o Cc bin.linuxx86_64/jamgram.o Cc bin.linuxx86_64/expand.o Cc bin.linuxx86_64/glob.o Cc bin.linuxx86_64/hash.o Cc bin.linuxx86_64/headers.o Cc bin.linuxx86_64/lists.o Cc bin.linuxx86_64/make.o Cc bin.linuxx86_64/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_64/newstr.o Cc bin.linuxx86_64/option.o Cc bin.linuxx86_64/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_64/regexp.o Cc bin.linuxx86_64/rules.o Cc bin.linuxx86_64/scan.o Cc bin.linuxx86_64/search.o Cc bin.linuxx86_64/timestamp.o Cc bin.linuxx86_64/variable.o Archive bin.linuxx86_64/libjam.a ar: `u' modifier ignored since `D' is the default (see `U') ar: creating bin.linuxx86_64/libjam.a Ranlib bin.linuxx86_64/libjam.a Cc bin.linuxx86_64/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_64/mkjambase Chmod1 bin.linuxx86_64/mkjambase Cc bin.linuxx86_64/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_64/jambase.o Link bin.linuxx86_64/jam Chmod1 bin.linuxx86_64/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.3962 + 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:/usr/bin:/bin:/usr/local/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_64/builtins.o Cc bin.linuxx86_64/command.o Cc bin.linuxx86_64/compile.o Cc bin.linuxx86_64/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_64/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_64/pathunix.o Cc bin.linuxx86_64/jamgram.o Cc bin.linuxx86_64/expand.o Cc bin.linuxx86_64/glob.o Cc bin.linuxx86_64/hash.o Cc bin.linuxx86_64/headers.o Cc bin.linuxx86_64/lists.o Cc bin.linuxx86_64/make.o Cc bin.linuxx86_64/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_64/newstr.o Cc bin.linuxx86_64/option.o Cc bin.linuxx86_64/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_64/regexp.o Cc bin.linuxx86_64/rules.o Cc bin.linuxx86_64/scan.o Cc bin.linuxx86_64/search.o Cc bin.linuxx86_64/timestamp.o Cc bin.linuxx86_64/variable.o Archive bin.linuxx86_64/libjam.a ar: `u' modifier ignored since `D' is the default (see `U') Ranlib bin.linuxx86_64/libjam.a Link bin.linuxx86_64/jam Chmod1 bin.linuxx86_64/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/jam-buildroot Processing files: jam-2.6-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.25847 + 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.0rXT0a 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.teYZct find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), 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.AcUf07 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.Zr1uJN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4aGeyZ find-requires: running scripts (debuginfo) Requires: jam = 2.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to jam-debuginfo a strict dependency on jam Wrote: /usr/src/RPM/RPMS/x86_64/jam-2.6-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/jam-debuginfo-2.6-alt1.x86_64.rpm (w2.lzdio) 4.94user 3.24system 0:12.34elapsed 66%CPU (0avgtext+0avgdata 60472maxresident)k 0inputs+0outputs (0major+438672minor)pagefaults 0swaps /.out/jam-2.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/jam-debuginfo-2.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 4.25user 3.14system 0:23.46elapsed 31%CPU (0avgtext+0avgdata 137844maxresident)k 8inputs+0outputs (0major+245105minor)pagefaults 0swaps --- jam-2.6-alt1.x86_64.rpm.repo 2024-05-23 07:07:56.000000000 +0000 +++ jam-2.6-alt1.x86_64.rpm.hasher 2024-10-24 02:43:55.549039427 +0000 @@ -21,3 +21,3 @@ Conflicts: boost-jam -File: /usr/bin/jam 100711 root:root 198822fd618dcf4b2e10d15f3599d4dc +File: /usr/bin/jam 100711 root:root 1b78685c37ffceddd295c5db804ea6b6 File: /usr/share/doc/jam-2.6 40755 root:root @@ -29,2 +29,2 @@ File: /usr/share/doc/jam-2.6/RELNOTES 100644 root:root 9021579eef0859c6ac543ce4a6925d80 -RPMIdentity: 3a8edf13ce266ce0bdddbd2dd56e18d8f0a30d71a21d905a564164f87dd7f8a739ce6d9c3a9c73667a4347eb5f69c2ad56590ba3b07c7fdde1bbf7cf3bd884fc +RPMIdentity: 3d6d7fb144c33359988467f5a5e35057ec94f1efe9895fc9c2b10759d987102822b3bdc583ff1c31320b4db77223e5f449f07abf08d3a25b39cd94a4a31e7ec8 --- jam-debuginfo-2.6-alt1.x86_64.rpm.repo 2024-05-23 07:07:56.000000000 +0000 +++ jam-debuginfo-2.6-alt1.x86_64.rpm.hasher 2024-10-24 02:43:55.687041812 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/ca9f236666864c443fa15199c709593f08ddc4 120777 root:root ../../../../bin/jam -/usr/lib/debug/.build-id/00/ca9f236666864c443fa15199c709593f08ddc4.debug 120777 root:root ../../usr/bin/jam.debug +/usr/lib/debug/.build-id/69 40755 root:root +/usr/lib/debug/.build-id/69/716e9a00d89340a54633a36ca206ac53a4bce6 120777 root:root ../../../../bin/jam +/usr/lib/debug/.build-id/69/716e9a00d89340a54633a36ca206ac53a4bce6.debug 120777 root:root ../../usr/bin/jam.debug /usr/lib/debug/usr/bin/jam.debug 100644 root:root @@ -55,6 +55,6 @@ Provides: jam-debuginfo = 2.6-alt1:sisyphus+346323.200.2.1 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/ca9f236666864c443fa15199c709593f08ddc4 120777 root:root ../../../../bin/jam -File: /usr/lib/debug/.build-id/00/ca9f236666864c443fa15199c709593f08ddc4.debug 120777 root:root ../../usr/bin/jam.debug -File: /usr/lib/debug/usr/bin/jam.debug 100644 root:root bc09a106cdd6f9711301d04b49810d7c +File: /usr/lib/debug/.build-id/69 40755 root:root +File: /usr/lib/debug/.build-id/69/716e9a00d89340a54633a36ca206ac53a4bce6 120777 root:root ../../../../bin/jam +File: /usr/lib/debug/.build-id/69/716e9a00d89340a54633a36ca206ac53a4bce6.debug 120777 root:root ../../usr/bin/jam.debug +File: /usr/lib/debug/usr/bin/jam.debug 100644 root:root 2a84af4d22eeaf0979ae0f5a84cdd0df File: /usr/src/debug/jam 40755 root:root @@ -105,2 +105,2 @@ File: /usr/src/debug/jam/variable.h 100644 root:root ff417034f5b21815921fd6d75c0ee36d -RPMIdentity: 7b7fb4f25a3f27bc9caaaca257850c149b6549c805249abf1a9a6fcae4d2e050a38acad251316b9b8da83bcffe493e519ba7b66bf606fac57b362db0f7ad1511 +RPMIdentity: 54cf1f73f33a1ed60c0c63d707653d5648fce22c1799a5a98652e5eb14f76a9915477f3ddbf5db1f3f353fb5482760102eadc8e6f00a1bdf2d6c6c993804ae36