<86>Jul 25 10:01:17 userdel[893503]: delete user 'rooter' <86>Jul 25 10:01:17 userdel[893503]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:01:17 userdel[893503]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:01:17 groupadd[893512]: group added to /etc/group: name=rooter, GID=639 <86>Jul 25 10:01:17 groupadd[893512]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:01:17 groupadd[893512]: new group: name=rooter, GID=639 <86>Jul 25 10:01:17 useradd[893517]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Jul 25 10:01:17 userdel[893524]: delete user 'builder' <86>Jul 25 10:01:17 userdel[893524]: removed group 'builder' owned by 'builder' <86>Jul 25 10:01:17 userdel[893524]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:01:17 groupadd[893529]: group added to /etc/group: name=builder, GID=640 <86>Jul 25 10:01:17 groupadd[893529]: group added to /etc/gshadow: name=builder <86>Jul 25 10:01:17 groupadd[893529]: new group: name=builder, GID=640 <86>Jul 25 10:01:17 useradd[893533]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash <13>Jul 25 10:01:19 rpmi: libnettle6-3.4.1-alt1 sisyphus+226533.100.2.1 1554512222 installed <13>Jul 25 10:01:19 rpmi: libhogweed4-3.4.1-alt1 sisyphus+226533.100.2.1 1554512222 installed <13>Jul 25 10:01:19 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed <13>Jul 25 10:01:19 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385903 installed <13>Jul 25 10:01:19 rpmi: libidn2-2.2.0-alt1 p9+229971.100.2.1 1558696281 installed <13>Jul 25 10:01:19 rpmi: libgnutls30-3.6.16-alt1 p9+273087.100.1.1 1622487001 installed <13>Jul 25 10:01:19 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228299 installed <13>Jul 25 10:01:19 rpmi: libgpg-error-1.36-alt1 p9+261942.140.4.1 1606237675 installed <13>Jul 25 10:01:19 rpmi: libgcrypt20-1.8.5-alt3 p9+261942.200.4.1 1606237923 installed <13>Jul 25 10:01:19 rpmi: libsystemd-1:246.14-alt1 p9+279856.100.1.1 1626804758 installed <13>Jul 25 10:01:19 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553687 installed <13>Jul 25 10:01:19 rpmi: libavahi-0.8-alt2 p9+270905.100.1.1 1619639865 installed <13>Jul 25 10:01:19 rpmi: libcups-2.3.3-alt6.op2 p9+272723.300.4.1 1624275925 installed <13>Jul 25 10:01:19 rpmi: libcups-devel-2.3.3-alt6.op2 p9+272723.300.4.1 1624275925 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/printer-driver-lbp660-0.3.1-alt1.nosrc.rpm (w1.gzdio) Installing printer-driver-lbp660-0.3.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.56748 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lbp660-0.3.1 + echo 'Source #0 (lbp660-0.3.1.tar):' Source #0 (lbp660-0.3.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/lbp660-0.3.1.tar + cd lbp660-0.3.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.56748 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lbp660-0.3.1 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fgnu89-inline' make: Entering directory '/usr/src/RPM/BUILD/lbp660-0.3.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fgnu89-inline lbp460.c -o lbp460 lbp460.c: In function 'get_bitmap': lbp460.c:193:10: warning: unused variable 'tmp' [-Wunused-variable] int i,k,tmp; ^~~ lbp460.c:193:8: warning: unused variable 'k' [-Wunused-variable] int i,k,tmp; ^ lbp460.c:193:6: warning: unused variable 'i' [-Wunused-variable] int i,k,tmp; ^ lbp460.c:192:8: warning: unused variable 'dbgf' [-Wunused-variable] FILE *dbgf; ^~~~ lbp460.c: In function 'out_packet': lbp460.c:265:19: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); ^~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp460.c:26: /usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) ^~~~~ lbp460.c:232:8: warning: unused variable 'dbgf' [-Wunused-variable] FILE *dbgf; ^~~~ lbp460.c: In function 'compress_bitmap': lbp460.c:282:12: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] if (fgets(cbm,200,bitmapf) == NULL) { ^~~ In file included from /usr/include/stdio.h:862, from lbp460.c:26: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ lbp460.c:285:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(cbm,"P4",2)) { ^~~ In file included from lbp460.c:30: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ lbp460.c:287:35: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] fprintf(stderr,"file position: %x\n",ftell(bitmapf)); ~^ ~~~~~~~~~~~~~~ %lx lbp460.c:292:9: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] fgets(cbm,200,bitmapf); ^~~ In file included from /usr/include/stdio.h:862, from lbp460.c:26: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ lbp460.c:295:13: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { ^~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp460.c:26: /usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^~~~~~~~~~~~~~ lbp460.c:277:6: warning: unused variable 'line' [-Wunused-variable] int line,band; ^~~~ lbp460.c: In function 'reset_printer': lbp460.c:570:6: warning: variable 'offset' set but not used [-Wunused-but-set-variable] int offset = 0; ^~~~~~ lbp460.c: In function 'bitmap_seek': lbp460.c:183:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,sizeof(garbage),bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:186:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,offset,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'get_bitmap': lbp460.c:199:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,800,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:203:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,bmwidth,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'compress_bitmap': lbp460.c:292:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(cbm,200,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'print_page': lbp460.c:793:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( cbm,size*4,1,cbmf); ^~~~~~~~~~~~~~~~~~~~~~~~~ chmod +s lbp460 make: Leaving directory '/usr/src/RPM/BUILD/lbp660-0.3.1' make: Entering directory '/usr/src/RPM/BUILD/lbp660-0.3.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fgnu89-inline lbp660.c -o lbp660 lbp660.c: In function 'get_bitmap': lbp660.c:162:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(bmbuf,0,800); ^~~~~~ lbp660.c:162:3: warning: incompatible implicit declaration of built-in function 'memset' lbp660.c:162:3: note: include '' or provide a declaration of 'memset' lbp660.c:29:1: +#include lbp660.c:162:3: memset(bmbuf,0,800); ^~~~~~ lbp660.c:160:10: warning: unused variable 'tmp' [-Wunused-variable] int i,k,tmp; ^~~ lbp660.c:160:8: warning: unused variable 'k' [-Wunused-variable] int i,k,tmp; ^ lbp660.c:160:6: warning: unused variable 'i' [-Wunused-variable] int i,k,tmp; ^ lbp660.c:159:8: warning: unused variable 'dbgf' [-Wunused-variable] FILE *dbgf; ^~~~ lbp660.c: In function 'out_packet': lbp660.c:232:19: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); ^~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp660.c:23: /usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) ^~~~~ lbp660.c:199:8: warning: unused variable 'dbgf' [-Wunused-variable] FILE *dbgf; ^~~~ lbp660.c: In function 'compress_bitmap': lbp660.c:249:12: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] if (fgets(cbm,200,bitmapf)<=0) { ^~~ In file included from /usr/include/stdio.h:862, from lbp660.c:23: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ lbp660.c:252:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (strncmp(cbm,"P4",2)) { ^~~~~~~ lbp660.c:254:35: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] fprintf(stderr,"file position: %x\n",ftell(bitmapf)); ~^ ~~~~~~~~~~~~~~ %lx lbp660.c:259:9: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] fgets(cbm,200,bitmapf); ^~~ In file included from /usr/include/stdio.h:862, from lbp660.c:23: /usr/include/bits/stdio2.h:252:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' fgets (char *__restrict __s, int __n, FILE *__restrict __stream) ^~~~~ lbp660.c:262:13: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { ^~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp660.c:23: /usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^~~~~~~~~~~~~~ lbp660.c:244:6: warning: unused variable 'line' [-Wunused-variable] int line,band; ^~~~ lbp660.c: In function 'errorexit': lbp660.c:410:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ lbp660.c:410:4: warning: incompatible implicit declaration of built-in function 'exit' lbp660.c:410:4: note: include '' or provide a declaration of 'exit' lbp660.c:29:1: +#include lbp660.c:410:4: exit(1); ^~~~ lbp660.c: In function 'print_band': lbp660.c:560:21: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, "Waiting for ready status...\n", statusin()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:572:21: warning: too many arguments for format [-Wformat-extra-args] fprintf(stderr, "Reiniting band...\n", statusin()); ^~~~~~~~~~~~~~~~~~~~~ lbp660.c:608:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf(stderr, "Band inited (0x%x, %d)\n", statusin(), ((ntv.tv_usec - ltv.tv_usec) + ((ntv.tv_sec - ltv.tv_sec)*1000000))); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld lbp660.c:538:8: warning: unused variable 'stat' [-Wunused-variable] int stat; ^~~~ lbp660.c: In function 'reset_printer': lbp660.c:650:8: warning: variable 'offset' set but not used [-Wunused-but-set-variable] int offset = 0; ^~~~~~ lbp660.c: In function 'print_page': lbp660.c:807:16: warning: unused variable 'sizeok' [-Wunused-variable] int sizeok = 0; ^~~~~~ lbp660.c:820:47: warning: "/*" within comment [-Wcomment] /*else if ((i > 0) && (i < 50)) { /* Fill if there is not enough data, is it really necessary ? */ lbp660.c: In function 'main': lbp660.c:949:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(gname,"/tmp/lbp660-XXXXXX"); ^~~~~~ lbp660.c:949:4: warning: incompatible implicit declaration of built-in function 'strcpy' lbp660.c:949:4: note: include '' or provide a declaration of 'strcpy' lbp660.c:950:13: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] if ((tfd=mkstemp(gname))<0) { ^~~~~~~ lbp660.c:865:6: warning: unused variable 'size' [-Wunused-variable] int size; ^~~~ lbp660.c:864:6: warning: unused variable 'reset_flag' [-Wunused-variable] int reset_flag=1; ^~~~~~~~~~ lbp660.c:863:8: warning: unused variable 'i' [-Wunused-variable] int c,i; ^ lbp660.c: In function 'bitmap_seek': lbp660.c:150:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,sizeof(garbage),bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:153:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,offset,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'get_bitmap': lbp660.c:166:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,800,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:170:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bmbuf,1,bmwidth,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'compress_bitmap': lbp660.c:259:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(cbm,200,bitmapf); ^~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'cmddataout': lbp660.c:474:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ lbp660.c: In function 'print_page': lbp660.c:811:16: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( cbm,size*4,1,cbmf ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: lbp660.c:133:12: warning: 'last_ctrl' defined but not used [-Wunused-variable] static int last_ctrl=0x06; ^~~~~~~~~ chmod +s lbp660 make: Leaving directory '/usr/src/RPM/BUILD/lbp660-0.3.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.56880 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/printer-driver-lbp660-buildroot + : + /bin/rm -rf -- /usr/src/tmp/printer-driver-lbp660-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd lbp660-0.3.1 + install -d /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin + install -d /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/cups/model/lbp660 + install -m0755 lbp460 lbp660 /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/ + install -m0755 lbp460-print lbp460-test lbp660-print lbp660-test /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/ + install -m0644 ppd/Canon-LBP-460-lbp460.ppd ppd/Canon-LBP-660-lbp660.ppd /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/cups/model/lbp660/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/printer-driver-lbp660-buildroot (auto) Verifying and fixing files in /usr/src/tmp/printer-driver-lbp660-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/printer-driver-lbp660-buildroot/ (default) Compressing files in /usr/src/tmp/printer-driver-lbp660-buildroot (auto) Verifying ELF objects in /usr/src/tmp/printer-driver-lbp660-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/lbp660: uses non-LFS functions: fopen mkstemp verify-elf: WARNING: ./usr/bin/lbp460: uses non-LFS functions: fopen mkstemp Hardlinking identical .pyc and .pyo files Processing files: printer-driver-lbp660-0.3.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56880 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lbp660-0.3.1 + DOCDIR=/usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + export DOCDIR + rm -rf /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + /bin/mkdir -p /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + cp -prL COPYING NEWS README THANKS TODO /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + chmod -R go-w /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + chmod -R a+rX /usr/src/tmp/printer-driver-lbp660-buildroot/usr/share/doc/printer-driver-lbp660-0.3.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UEoqwi 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.bvW0OD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) shell.req: /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/lbp460-print: /usr/bin/gs -> /usr/bin/gs (raw, not installed) shell.req: /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/lbp460-test: /usr/bin/gs -> /usr/bin/gs (raw, not installed) shell.req: /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/lbp660-print: /usr/bin/gs -> /usr/bin/gs (raw, not installed) shell.req: /usr/src/tmp/printer-driver-lbp660-buildroot/usr/bin/lbp660-test: /usr/bin/gs -> /usr/bin/gs (raw, not installed) find-requires: FINDPACKAGE-COMMANDS: zcat Requires: cups, /bin/sh, /lib/ld-linux.so.2, /usr/bin/gs, gzip, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.91Wq7f Creating printer-driver-lbp660-debuginfo package Processing files: printer-driver-lbp660-debuginfo-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KJjoe9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eUi7Bj find-requires: running scripts (debuginfo) Requires: printer-driver-lbp660 = 0.3.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/printer-driver-lbp660-0.3.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/printer-driver-lbp660-debuginfo-0.3.1-alt1.i586.rpm (w2.lzdio) 3.43user 0.64system 0:08.00elapsed 50%CPU (0avgtext+0avgdata 34844maxresident)k 0inputs+0outputs (0major+249872minor)pagefaults 0swaps 7.52user 2.85system 0:15.00elapsed 69%CPU (0avgtext+0avgdata 117060maxresident)k 0inputs+0outputs (0major+530339minor)pagefaults 0swaps --- printer-driver-lbp660-0.3.1-alt1.i586.rpm.repo 2018-07-16 07:03:28.000000000 +0000 +++ printer-driver-lbp660-0.3.1-alt1.i586.rpm.hasher 2021-07-25 10:01:30.402972642 +0000 @@ -28,6 +28,6 @@ Provides: printer-driver-lbp660 = 0.3.1-alt1 -File: /usr/bin/lbp460 104710 root:sys f08550cd6f6b1d2e43dd7f0de65bead1 +File: /usr/bin/lbp460 104710 root:sys 283460adfc86e6d2efa838d638c0272a File: /usr/bin/lbp460-print 100755 root:root a585e63e1d3a28270bbdfc19d09a037e File: /usr/bin/lbp460-test 100755 root:root 23edb5808ea0ae090d36ebf6aa2f543a -File: /usr/bin/lbp660 104710 root:sys 17d3b750f720c3953ef547049ff86084 +File: /usr/bin/lbp660 104710 root:sys 32e264431220a0e4c671a0472773bb38 File: /usr/bin/lbp660-print 100755 root:root 87f68de69c90dd274ec30ad9f048afb7 @@ -43,2 +43,2 @@ File: /usr/share/doc/printer-driver-lbp660-0.3.1/TODO 100644 root:root c088950c8d31421ae6a4c593a4af5d3d -RPMIdentity: f141dd2d4414010d9d75b55239babdc2 +RPMIdentity: 1ae637a561cede96267710b5caabf57e --- printer-driver-lbp660-debuginfo-0.3.1-alt1.i586.rpm.repo 2018-07-16 07:03:28.000000000 +0000 +++ printer-driver-lbp660-debuginfo-0.3.1-alt1.i586.rpm.hasher 2021-07-25 10:01:30.502973318 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/6c7db6ede306948ec7011c8052e4f9f2383371 120777 root:root ../../../../bin/lbp460 -/usr/lib/debug/.build-id/09/6c7db6ede306948ec7011c8052e4f9f2383371.debug 120777 root:root ../../usr/bin/lbp460.debug -/usr/lib/debug/.build-id/0c 40755 root:root -/usr/lib/debug/.build-id/0c/e9697cb1ed1c3f5156e70bd621d34d5ac2371a 120777 root:root ../../../../bin/lbp660 -/usr/lib/debug/.build-id/0c/e9697cb1ed1c3f5156e70bd621d34d5ac2371a.debug 120777 root:root ../../usr/bin/lbp660.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/0fe13c844f650b8561f25def948ebcae06911b 120777 root:root ../../../../bin/lbp460 +/usr/lib/debug/.build-id/1a/0fe13c844f650b8561f25def948ebcae06911b.debug 120777 root:root ../../usr/bin/lbp460.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/61315ccd415a95719e13d5664e819454ce3403 120777 root:root ../../../../bin/lbp660 +/usr/lib/debug/.build-id/80/61315ccd415a95719e13d5664e819454ce3403.debug 120777 root:root ../../usr/bin/lbp660.debug /usr/lib/debug/usr/bin/lbp460.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: printer-driver-lbp660-debuginfo = 0.3.1-alt1 -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/6c7db6ede306948ec7011c8052e4f9f2383371 120777 root:root ../../../../bin/lbp460 -File: /usr/lib/debug/.build-id/09/6c7db6ede306948ec7011c8052e4f9f2383371.debug 120777 root:root ../../usr/bin/lbp460.debug -File: /usr/lib/debug/.build-id/0c 40755 root:root -File: /usr/lib/debug/.build-id/0c/e9697cb1ed1c3f5156e70bd621d34d5ac2371a 120777 root:root ../../../../bin/lbp660 -File: /usr/lib/debug/.build-id/0c/e9697cb1ed1c3f5156e70bd621d34d5ac2371a.debug 120777 root:root ../../usr/bin/lbp660.debug -File: /usr/lib/debug/usr/bin/lbp460.debug 100644 root:root 6a2377fd70a6536135adfb9822c7d075 -File: /usr/lib/debug/usr/bin/lbp660.debug 100644 root:root 5a5b7c4ed46fe83384c36d4447759f0d +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/0fe13c844f650b8561f25def948ebcae06911b 120777 root:root ../../../../bin/lbp460 +File: /usr/lib/debug/.build-id/1a/0fe13c844f650b8561f25def948ebcae06911b.debug 120777 root:root ../../usr/bin/lbp460.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/61315ccd415a95719e13d5664e819454ce3403 120777 root:root ../../../../bin/lbp660 +File: /usr/lib/debug/.build-id/80/61315ccd415a95719e13d5664e819454ce3403.debug 120777 root:root ../../usr/bin/lbp660.debug +File: /usr/lib/debug/usr/bin/lbp460.debug 100644 root:root 67a340d4a56cacf109a1b5c6ff25decb +File: /usr/lib/debug/usr/bin/lbp660.debug 100644 root:root c7767995f18fa6be2e655ba4ce3af2e9 File: /usr/src/debug/lbp660-0.3.1 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/lbp660-0.3.1/lbp660.h 100644 root:root 7f0508baf4937f234f4bd8f0d09ed943 -RPMIdentity: d109c9f2346dd5cb49863a51f12549d1 +RPMIdentity: 1782c8e58b1fa74a29f54338468e7944