<86>Oct 31 03:36:05 userdel[1940578]: delete user 'rooter' <86>Oct 31 03:36:05 groupadd[1940627]: group added to /etc/group: name=rooter, GID=975 <86>Oct 31 03:36:05 groupadd[1940627]: group added to /etc/gshadow: name=rooter <86>Oct 31 03:36:05 groupadd[1940627]: new group: name=rooter, GID=975 <86>Oct 31 03:36:05 useradd[1940659]: new user: name=rooter, UID=975, GID=975, home=/root, shell=/bin/bash <86>Oct 31 03:36:05 userdel[1940722]: delete user 'builder' <86>Oct 31 03:36:05 userdel[1940722]: removed group 'builder' owned by 'builder' <86>Oct 31 03:36:05 userdel[1940722]: removed shadow group 'builder' owned by 'builder' <86>Oct 31 03:36:05 groupadd[1940772]: group added to /etc/group: name=builder, GID=976 <86>Oct 31 03:36:05 groupadd[1940772]: group added to /etc/gshadow: name=builder <86>Oct 31 03:36:05 groupadd[1940772]: new group: name=builder, GID=976 <86>Oct 31 03:36:05 useradd[1940812]: new user: name=builder, UID=976, GID=976, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/gkermit-1.00-alt1.qa1.nosrc.rpm (w1.gzdio) Installing gkermit-1.00-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4331 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gkermit-1.00 + echo 'Source #0 (gku100.tar.bz2):' Source #0 (gku100.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/gku100.tar.bz2 + /bin/tar -xf - + cd gkermit-1.00 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (gkermit-missing-errno-include.patch.bz2):' Patch #0 (gkermit-missing-errno-include.patch.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/gkermit-missing-errno-include.patch.bz2 + /usr/bin/patch -p1 patching file gkermit.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gkermit-1.00 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gproto.c make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gcmdline.c gcmdline.c: In function 'cmdlin': gcmdline.c:80:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */ ^~~~~~~ gcmdline.c:80:2: warning: incompatible implicit declaration of built-in function 'strncpy' gcmdline.c:80:2: note: include '' or provide a declaration of 'strncpy' gcmdline.c:33:1: +#include gcmdline.c:80:2: strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */ ^~~~~~~ gcmdline.c: In function 'doarg': gcmdline.c:258:10: warning: implicit declaration of function 'atoi'; did you mean 'ttol'? [-Wimplicit-function-declaration] z = atoi(*xargv); /* Convert to number. */ ^~~~ ttol make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gwart.c gwart.c: In function 'initial': gwart.c:206:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(wordbuf,"states") == 0) ^~~~~~ gwart.c: In function 'newtrans': gwart.c:271:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] new = (trans) malloc(sizeof (struct transx)); ^~~~~~ gwart.c:271:19: warning: incompatible implicit declaration of built-in function 'malloc' gwart.c:271:19: note: include '' or provide a declaration of 'malloc' gwart.c:44:1: +#include gwart.c:271:19: new = (trans) malloc(sizeof (struct transx)); ^~~~~~ gwart.c: In function 'rdrules': gwart.c:301:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if ((int)strlen(tokval) != 1) ^~~~~~ gwart.c:301:13: warning: incompatible implicit declaration of built-in function 'strlen' gwart.c:301:13: note: include '' or provide a declaration of 'strlen' gwart.c:44:1: +#include gwart.c:301:13: if ((int)strlen(tokval) != 1) ^~~~~~ gwart.c: In function 'main': gwart.c:458:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ gwart.c:458:5: warning: incompatible implicit declaration of built-in function 'exit' gwart.c:458:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'fatal': gwart.c:470:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ gwart.c:470:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'copy': gwart.c:607:20: warning: incompatible implicit declaration of built-in function 'malloc' new = (char *) malloc((int)strlen(s) + 1); ^~~~~~ gwart.c:607:20: note: include '' or provide a declaration of 'malloc' gwart.c:607:32: warning: incompatible implicit declaration of built-in function 'strlen' new = (char *) malloc((int)strlen(s) + 1); ^~~~~~ gwart.c:607:32: note: include '' or provide a declaration of 'strlen' gwart.c:608:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(new,s); ^~~~~~ gwart.c:608:5: warning: incompatible implicit declaration of built-in function 'strcpy' gwart.c:608:5: note: include '' or provide a declaration of 'strcpy' gwart.c: In function 'enter': gwart.c:622:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ gwart.c:622:2: note: include '' or provide a declaration of 'exit' gwart.c:625:25: warning: incompatible implicit declaration of built-in function 'malloc' cur = (struct sym *)malloc(sizeof (struct sym)); ^~~~~~ gwart.c:625:25: note: include '' or provide a declaration of 'malloc' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -o gwart gwart.o make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gunixio.c gunixio.c: In function 'doexit': gunixio.c:230:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(x); ^~~~ gunixio.c:230:5: warning: incompatible implicit declaration of built-in function 'exit' gunixio.c:230:5: note: include '' or provide a declaration of 'exit' gunixio.c:119:1: +#include #ifndef O_NDELAY gunixio.c:230:5: exit(x); ^~~~ gunixio.c: In function 'ttres': gunixio.c:510:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(1,"\015\012",2); ^~~~~ fwrite gunixio.c: In function 'ttchk': gunixio.c:520:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast); ^~~~ fread gunixio.c: In function 'ttinl': gunixio.c:602:2: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] alarm(timo); /* Set it. */ ^~~~~ gunixio.c: In function 'zchki': gunixio.c:861:9: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] if (access(fn,R_OK) < 0) { ^~~~~~ gunixio.c: In function 'zchko': gunixio.c:883:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(fn,"/dev/null")) /* Null device is OK. */ ^~~~~~ gunixio.c:889:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(work,fn,MAXPATHLEN); ^~~~~~~ gunixio.c:889:2: warning: incompatible implicit declaration of built-in function 'strncpy' gunixio.c:889:2: note: include '' or provide a declaration of 'strncpy' gunixio.c:119:1: +#include #ifndef O_NDELAY gunixio.c:889:2: strncpy(work,fn,MAXPATHLEN); ^~~~~~~ gunixio.c:892:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] for (i = (int)strlen(s); i > 0; i--) { /* Strip filename from right */ ^~~~~~ gunixio.c:892:16: warning: incompatible implicit declaration of built-in function 'strlen' gunixio.c:892:16: note: include '' or provide a declaration of 'strlen' gunixio.c: In function 'zopeno': gunixio.c:925:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(ofile,name,MAXPATHLEN); ^~~~~~~ gunixio.c:925:2: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zltor': gunixio.c:949:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(pktnam,dirp,maxlen); ^~~~~~~ gunixio.c:949:2: note: include '' or provide a declaration of 'strncpy' gunixio.c:992:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(cp,work,maxlen); ^~~~~~~ gunixio.c:992:2: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zbackup': gunixio.c:1012:9: warning: incompatible implicit declaration of built-in function 'strlen' i = strlen(fn); /* Get length */ ^~~~~~ gunixio.c:1012:9: note: include '' or provide a declaration of 'strlen' gunixio.c:1018:5: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(work,fn,MAXPATHLEN); /* Make pokeable copy of name */ ^~~~~~~ gunixio.c:1018:5: note: include '' or provide a declaration of 'strncpy' gunixio.c:1062:10: warning: implicit declaration of function 'link'; did you mean 'linux'? [-Wimplicit-function-declaration] if (link(fn,newname) < 0) { /* Rename old file to backup name */ ^~~~ linux gunixio.c:1066:17: warning: implicit declaration of function 'unlink'; did you mean 'unix'? [-Wimplicit-function-declaration] } else if (unlink(fn) < 0) { ^~~~~~ unix gunixio.c: In function 'zrtol': gunixio.c:1088:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(lclnam,pktnam,maxlen); ^~~~~~~ gunixio.c:1088:2: note: include '' or provide a declaration of 'strncpy' gunixio.c:1106:6: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(lclnam,"NONAME",maxlen); /* do this... */ ^~~~~~~ gunixio.c:1106:6: note: include '' or provide a declaration of 'strncpy' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gkermit.c gkermit.c: In function 'main': gkermit.c:188:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */ ^~~~~~~ gkermit.c:188:5: warning: incompatible implicit declaration of built-in function 'strncpy' gkermit.c:188:5: note: include '' or provide a declaration of 'strncpy' gkermit.c:61:1: +#include gkermit.c:188:5: strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */ ^~~~~~~ gkermit.c: In function 'ack1': gkermit.c:281:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] x = spacket('Y',seq,strlen(s),s); /* Send the packet */ ^~~~~~ gkermit.c:281:25: warning: incompatible implicit declaration of built-in function 'strlen' gkermit.c:281:25: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'errpkt': gkermit.c:315:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep(1); /* Time to soak up incoming junk. */ ^~~~~ gkermit.c:316:26: warning: incompatible implicit declaration of built-in function 'strlen' spacket('E',seq,(int)strlen(s),s); /* Send Error packet. */ ^~~~~~ gkermit.c:316:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sinit': gkermit.c:336:26: warning: incompatible implicit declaration of built-in function 'strlen' return(spacket(c,seq,strlen(s),s)); /* Send S or I packet */ ^~~~~~ gkermit.c:336:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sfile': gkermit.c:351:7: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(pktnam,cmarg2,MAXPATHLEN); ^~~~~~~ gkermit.c:351:7: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'sattr': gkermit.c:395:13: warning: incompatible implicit declaration of built-in function 'strlen' aln = (int)strlen((char *)(xdata+i+2)); ^~~~~~ gkermit.c:395:13: note: include '' or provide a declaration of 'strlen' gkermit.c:400:16: warning: incompatible implicit declaration of built-in function 'strlen' aln = (int)strlen((char *)xdata); /* Get overall length of attributes */ ^~~~~~ gkermit.c:400:16: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'seof': gkermit.c:471:22: warning: incompatible implicit declaration of built-in function 'strlen' x = spacket('Z',seq,strlen(s),s); /* Send EOF packet */ ^~~~~~ gkermit.c:471:22: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'spar': gkermit.c:956:6: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(buf,(char *)s+z+10,x); ^~~~~~~ gkermit.c:956:6: note: include '' or provide a declaration of 'strncpy' gkermit.c:960:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(buf,"U1")) { /* If UNIX, same as me... */ ^~~~~~ gkermit.c: In function 'gnfile': gkermit.c:1048:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(filnam,*cmlist++,MAXPATHLEN); ^~~~~~~ gkermit.c:1048:2: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'rcvfil': gkermit.c:1062:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(myname,cmarg2,MAXPATHLEN); /* Use it */ ^~~~~~~ gkermit.c:1062:2: note: include '' or provide a declaration of 'strncpy' gkermit.c:1070:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(filnam,myname,MAXPATHLEN); ^~~~~~~ gkermit.c:1070:2: note: include '' or provide a declaration of 'strncpy' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' + bzip2 -f gkermit.nr + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/gkermit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/gkermit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd gkermit-1.00 + mkdir -p /usr/src/tmp/gkermit-buildroot/usr/bin /usr/src/tmp/gkermit-buildroot/usr/share/man/man1 + cp gkermit /usr/src/tmp/gkermit-buildroot/usr/bin/ + cp gkermit.nr.bz2 /usr/src/tmp/gkermit-buildroot/usr/share/man/man1/gkermit.1.bz2 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/gkermit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/gkermit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/gkermit-buildroot/ (default) Compressing files in /usr/src/tmp/gkermit-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/gkermit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: gkermit-1.00-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gkermit-1.00 + DOCDIR=/usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + export DOCDIR + rm -rf /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + /bin/mkdir -p /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + cp -prL ANNOUNCE COPYING README /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + chmod -R go-w /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + chmod -R a+rX /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yzmfo2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0BiOCZ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.av3ti0 Creating gkermit-debuginfo package Processing files: gkermit-debuginfo-1.00-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CR1vq4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KpHXZb find-requires: running scripts (debuginfo) Requires: gkermit = 1.00-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/gkermit-1.00-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm (w2.lzdio) 1.54user 0.59system 0:06.48elapsed 33%CPU (0avgtext+0avgdata 27976maxresident)k 0inputs+0outputs (0major+202398minor)pagefaults 0swaps 2.48user 2.80system 0:09.00elapsed 58%CPU (0avgtext+0avgdata 27976maxresident)k 0inputs+0outputs (0major+387269minor)pagefaults 0swaps --- gkermit-1.00-alt1.qa1.x86_64.rpm.repo 2013-04-17 08:25:04.000000000 +0000 +++ gkermit-1.00-alt1.qa1.x86_64.rpm.hasher 2021-10-31 03:36:13.027368039 +0000 @@ -5,3 +5,3 @@ /usr/share/doc/gkermit-1.00/README 100644 root:root -/usr/share/man/man1/gkermit.1.bz2 100644 root:root +/usr/share/man/man1/gkermit.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -13,3 +13,3 @@ Provides: gkermit = 1.00-alt1.qa1 -File: /usr/bin/gkermit 100755 root:root 2917c01ac8074297b09e73108e79a528 +File: /usr/bin/gkermit 100755 root:root 5d44d77147ac16ab948b6c12db2ca95c File: /usr/share/doc/gkermit-1.00 40755 root:root @@ -18,3 +18,3 @@ File: /usr/share/doc/gkermit-1.00/README 100644 root:root b547ad89f9ab68febc860a5a250f5699 -File: /usr/share/man/man1/gkermit.1.bz2 100644 root:root 82b8c7188125c12320c016faedfabed2 -RPMIdentity: 75b92b734173de598f33ee03668b8de3dc8aff7b57b0d77093278ce392197d8bc1eba780bb7a031e3013beff277a554c13b96b9a13e9af9209765c67530face6 +File: /usr/share/man/man1/gkermit.1.xz 100644 root:root d58cba3f441400281f5551196677e007 +RPMIdentity: 9e579d4f490a5d46c459641490ca4d1f23ea34b3da044c5c23d5253d1eedbcd861c8795f493c8a90e5d737617e72aeb85a2b3c8dc5c315985165408fa035267e --- gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm.repo 2013-04-17 08:25:04.000000000 +0000 +++ gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm.hasher 2021-10-31 03:36:13.105368992 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/93 40755 root:root -/usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0 120777 root:root ../../../../bin/gkermit -/usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0.debug 120777 root:root ../../usr/bin/gkermit.debug +/usr/lib/debug/.build-id/70 40755 root:root +/usr/lib/debug/.build-id/70/ab6ea076650f419880dba6897041d7c3968025 120777 root:root ../../../../bin/gkermit +/usr/lib/debug/.build-id/70/ab6ea076650f419880dba6897041d7c3968025.debug 120777 root:root ../../usr/bin/gkermit.debug /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: gkermit-debuginfo = 1.00-alt1.qa1 -File: /usr/lib/debug/.build-id/93 40755 root:root -File: /usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0 120777 root:root ../../../../bin/gkermit -File: /usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0.debug 120777 root:root ../../usr/bin/gkermit.debug -File: /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root 9487b586e1a41da09b5b68215f5e8eb0 -RPMIdentity: c3eccd25d3a4d4fe339c0d9c814e7da083f1d222eb3c759a6a809845d1077da6be359a7aade747d82da9bf9c656ae15316bb74d534f7f1c1326c10ffbe59381c +File: /usr/lib/debug/.build-id/70 40755 root:root +File: /usr/lib/debug/.build-id/70/ab6ea076650f419880dba6897041d7c3968025 120777 root:root ../../../../bin/gkermit +File: /usr/lib/debug/.build-id/70/ab6ea076650f419880dba6897041d7c3968025.debug 120777 root:root ../../usr/bin/gkermit.debug +File: /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root b0b5cc28dc91cb799187cbdfb4030629 +RPMIdentity: 3dc0193e73fed30efbb8cc839dd0db06c270d740720205807b07872c4ee3c59804f4fef3f71eb749dc823b7e23d8f4656226c14a8cbb992171b9dcb085dbce25