<86>Dec 25 03:17:23 userdel[1021727]: delete user 'rooter' <86>Dec 25 03:17:23 userdel[1021727]: removed group 'rooter' owned by 'rooter' <86>Dec 25 03:17:23 userdel[1021727]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 25 03:17:23 groupadd[1021751]: group added to /etc/group: name=rooter, GID=984 <86>Dec 25 03:17:23 groupadd[1021751]: group added to /etc/gshadow: name=rooter <86>Dec 25 03:17:23 groupadd[1021751]: new group: name=rooter, GID=984 <86>Dec 25 03:17:23 useradd[1021769]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>Dec 25 03:17:23 userdel[1021817]: delete user 'builder' <86>Dec 25 03:17:23 userdel[1021817]: removed group 'builder' owned by 'builder' <86>Dec 25 03:17:23 userdel[1021817]: removed shadow group 'builder' owned by 'builder' <86>Dec 25 03:17:23 groupadd[1021862]: group added to /etc/group: name=builder, GID=985 <86>Dec 25 03:17:23 groupadd[1021862]: group added to /etc/gshadow: name=builder <86>Dec 25 03:17:23 groupadd[1021862]: new group: name=builder, GID=985 <86>Dec 25 03:17:23 useradd[1021912]: new user: name=builder, UID=985, GID=985, home=/usr/src, shell=/bin/bash <13>Dec 25 03:17:25 rpmi: libnettle8-3.7.3-alt1 sisyphus+276723.100.1.2 1625211849 installed <13>Dec 25 03:17:25 rpmi: libhogweed6-3.7.3-alt1 sisyphus+276723.100.1.2 1625211849 installed <13>Dec 25 03:17:25 rpmi: libtasn1-4.17.0-alt2 sisyphus+285706.100.1.1 1632328570 installed <13>Dec 25 03:17:25 rpmi: libp11-kit-0.23.15-alt2 sisyphus+287552.300.2.1 1634541487 installed <13>Dec 25 03:17:25 rpmi: libidn2-2.3.2-alt1 sisyphus+281238.100.1.2 1627476328 installed <13>Dec 25 03:17:25 rpmi: libgnutls30-3.6.16-alt1 sisyphus+273086.100.1.1 1622478374 installed <13>Dec 25 03:17:25 rpmi: liblz4-1:1.9.3-alt1 sisyphus+278100.4000.1.1 1626060252 installed <13>Dec 25 03:17:25 rpmi: libsystemd-1:249.7-alt5 sisyphus+292025.100.1.1 1639597707 installed <13>Dec 25 03:17:25 rpmi: libdbus-1.12.20-alt1 sisyphus+281278.100.1.1 1627484268 installed <13>Dec 25 03:17:25 rpmi: libavahi-0.8-alt2 sisyphus+279391.100.1.2 1626530700 installed <13>Dec 25 03:17:25 rpmi: libcups-2.3.3-alt7.op2 sisyphus+289457.100.2.1 1636771530 installed <13>Dec 25 03:17:25 rpmi: libcups-devel-2.3.3-alt7.op2 sisyphus+289457.100.2.1 1636771530 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.95277 + 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.95277 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lbp660-0.3.1 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -fgnu89-inline lbp460.c -o lbp460 lbp460.c: In function 'get_bitmap': lbp460.c:193:17: warning: unused variable 'tmp' [-Wunused-variable] 193 | int i,k,tmp; | ^~~ lbp460.c:193:15: warning: unused variable 'k' [-Wunused-variable] 193 | int i,k,tmp; | ^ lbp460.c:193:13: warning: unused variable 'i' [-Wunused-variable] 193 | int i,k,tmp; | ^ lbp460.c:192:15: warning: unused variable 'dbgf' [-Wunused-variable] 192 | FILE *dbgf; | ^~~~ lbp460.c: In function 'out_packet': lbp460.c:265:26: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 265 | cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); | ^~~~ | | | unsigned char * In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp460.c:26: /usr/include/bits/stdio2.h:36:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 36 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) | ^~~~~ lbp460.c:232:15: warning: unused variable 'dbgf' [-Wunused-variable] 232 | FILE *dbgf; | ^~~~ lbp460.c: In function 'compress_bitmap': lbp460.c:282:19: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 282 | if (fgets(cbm,200,bitmapf) == NULL) { | ^~~ | | | unsigned char * In file included from /usr/include/stdio.h:888, from lbp460.c:26: /usr/include/bits/stdio2.h:262:25: note: expected 'char * restrict' but argument is of type 'unsigned char *' 262 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ lbp460.c:285:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 285 | if (strncmp(cbm,"P4",2)) { | ^~~ | | | unsigned char * In file included from lbp460.c:30: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ lbp460.c:287:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 287 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx lbp460.c:292:23: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 292 | fgets(cbm,200,bitmapf); | ^~~ | | | unsigned char * In file included from /usr/include/stdio.h:888, from lbp460.c:26: /usr/include/bits/stdio2.h:262:25: note: expected 'char * restrict' but argument is of type 'unsigned char *' 262 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ lbp460.c:295:20: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] 295 | if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { | ^~~ | | | unsigned char * In file included from lbp460.c:26: /usr/include/stdio.h:417:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 417 | extern int sscanf (const char *__restrict __s, | ~~~~~~~~~~~~~~~~~~~~~~~^~~ lbp460.c:277:13: warning: unused variable 'line' [-Wunused-variable] 277 | int line,band; | ^~~~ lbp460.c: In function 'reset_printer': lbp460.c:570:13: warning: variable 'offset' set but not used [-Wunused-but-set-variable] 570 | int offset = 0; | ^~~~~~ lbp460.c: In function 'bitmap_seek': lbp460.c:183:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 183 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:186:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'get_bitmap': lbp460.c:199:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c:203:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'compress_bitmap': lbp460.c:292:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 292 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ lbp460.c: In function 'print_page': lbp460.c:793:41: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 793 | 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 -flto=auto -march=i586 -mtune=generic -fgnu89-inline lbp660.c -o lbp660 lbp660.c: In function 'get_bitmap': lbp660.c:162:17: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 162 | memset(bmbuf,0,800); | ^~~~~~ lbp660.c:29:1: note: include '' or provide a declaration of 'memset' 28 | #include "lbp660.h" +++ |+#include 29 | lbp660.c:162:17: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 162 | memset(bmbuf,0,800); | ^~~~~~ lbp660.c:162:17: note: include '' or provide a declaration of 'memset' lbp660.c:160:17: warning: unused variable 'tmp' [-Wunused-variable] 160 | int i,k,tmp; | ^~~ lbp660.c:160:15: warning: unused variable 'k' [-Wunused-variable] 160 | int i,k,tmp; | ^ lbp660.c:160:13: warning: unused variable 'i' [-Wunused-variable] 160 | int i,k,tmp; | ^ lbp660.c:159:15: warning: unused variable 'dbgf' [-Wunused-variable] 159 | FILE *dbgf; | ^~~~ lbp660.c: In function 'out_packet': lbp660.c:232:26: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 232 | cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); | ^~~~ | | | unsigned char * In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lbp660.c:23: /usr/include/bits/stdio2.h:36:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 36 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) | ^~~~~ lbp660.c:199:15: warning: unused variable 'dbgf' [-Wunused-variable] 199 | FILE *dbgf; | ^~~~ lbp660.c: In function 'compress_bitmap': lbp660.c:249:19: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 249 | if (fgets(cbm,200,bitmapf)<=0) { | ^~~ | | | unsigned char * In file included from /usr/include/stdio.h:888, from lbp660.c:23: /usr/include/bits/stdio2.h:262:25: note: expected 'char * restrict' but argument is of type 'unsigned char *' 262 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ lbp660.c:252:13: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 252 | if (strncmp(cbm,"P4",2)) { | ^~~~~~~ lbp660.c:252:13: note: include '' or provide a declaration of 'strncmp' lbp660.c:252:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 252 | if (strncmp(cbm,"P4",2)) { | ^~~ | | | unsigned char * lbp660.c:252:21: note: expected 'const char *' but argument is of type 'unsigned char *' lbp660.c:252:30: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 252 | if (strncmp(cbm,"P4",2)) { | ^ : note: built-in 'strncmp' declared here lbp660.c:254:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 254 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx lbp660.c:259:23: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 259 | fgets(cbm,200,bitmapf); | ^~~ | | | unsigned char * In file included from /usr/include/stdio.h:888, from lbp660.c:23: /usr/include/bits/stdio2.h:262:25: note: expected 'char * restrict' but argument is of type 'unsigned char *' 262 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ lbp660.c:262:20: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] 262 | if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { | ^~~ | | | unsigned char * In file included from lbp660.c:23: /usr/include/stdio.h:417:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 417 | extern int sscanf (const char *__restrict __s, | ~~~~~~~~~~~~~~~~~~~~~~~^~~ lbp660.c:244:13: warning: unused variable 'line' [-Wunused-variable] 244 | int line,band; | ^~~~ lbp660.c: In function 'errorexit': lbp660.c:410:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 410 | exit(1); | ^~~~ lbp660.c:29:1: note: include '' or provide a declaration of 'exit' 28 | #include "lbp660.h" +++ |+#include 29 | lbp660.c:410:4: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 410 | exit(1); | ^~~~ lbp660.c:410:4: note: include '' or provide a declaration of 'exit' lbp660.c: In function 'print_band': lbp660.c:560:21: warning: too many arguments for format [-Wformat-extra-args] 560 | fprintf(stderr, "Waiting for ready status...\n", statusin()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:572:42: warning: too many arguments for format [-Wformat-extra-args] 572 | 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=] 608 | fprintf(stderr, "Band inited (0x%x, %d)\n", statusin(), ((ntv.tv_usec - ltv.tv_usec) + ((ntv.tv_sec - ltv.tv_sec)*1000000))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld lbp660.c:538:8: warning: unused variable 'stat' [-Wunused-variable] 538 | int stat; | ^~~~ lbp660.c: In function 'reset_printer': lbp660.c:650:8: warning: variable 'offset' set but not used [-Wunused-but-set-variable] 650 | int offset = 0; | ^~~~~~ lbp660.c: In function 'print_page': lbp660.c:807:24: warning: unused variable 'sizeok' [-Wunused-variable] 807 | int sizeok = 0; | ^~~~~~ lbp660.c:820:47: warning: "/*" within comment [-Wcomment] 820 | /*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:25: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 949 | strcpy(gname,"/tmp/lbp660-XXXXXX"); | ^~~~~~ lbp660.c:949:25: note: include '' or provide a declaration of 'strcpy' lbp660.c:949:25: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] lbp660.c:949:25: note: include '' or provide a declaration of 'strcpy' lbp660.c:950:34: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] 950 | if ((tfd=mkstemp(gname))<0) { | ^~~~~~~ lbp660.c:865:13: warning: unused variable 'size' [-Wunused-variable] 865 | int size; | ^~~~ lbp660.c:864:13: warning: unused variable 'reset_flag' [-Wunused-variable] 864 | int reset_flag=1; | ^~~~~~~~~~ lbp660.c:863:15: warning: unused variable 'i' [-Wunused-variable] 863 | int c,i; | ^ lbp660.c: In function 'bitmap_seek': lbp660.c:150:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 150 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:153:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'get_bitmap': lbp660.c:166:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 166 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c:170:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 170 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'compress_bitmap': lbp660.c:259:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 259 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ lbp660.c: In function 'cmddataout': lbp660.c:474:1: warning: control reaches end of non-void function [-Wreturn-type] 474 | } | ^ lbp660.c: In function 'print_page': lbp660.c:811:16: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 811 | fread( cbm,size*4,1,cbmf ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: lbp660.c:133:12: warning: 'last_ctrl' defined but not used [-Wunused-variable] 133 | 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.95277 + 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 Processing files: printer-driver-lbp660-0.3.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.95277 + 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.HQO4rE 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.Pn1Ql7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.neVxlt 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.CO1yXZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xe2f5V 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) 1.35user 0.73system 0:05.85elapsed 35%CPU (0avgtext+0avgdata 29192maxresident)k 0inputs+0outputs (0major+238731minor)pagefaults 0swaps 3.82user 3.87system 0:10.68elapsed 71%CPU (0avgtext+0avgdata 103408maxresident)k 0inputs+0outputs (30018major+497354minor)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-12-25 03:17:32.830786168 +0000 @@ -22,3 +22,5 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -28,6 +30,6 @@ Provides: printer-driver-lbp660 = 0.3.1-alt1 -File: /usr/bin/lbp460 104710 root:sys f08550cd6f6b1d2e43dd7f0de65bead1 +File: /usr/bin/lbp460 104710 root:sys 86f5ae64ba822cfdbbfffa50618f7c0d 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 288129e0cf6099f23ab3455965f9d67e File: /usr/bin/lbp660-print 100755 root:root 87f68de69c90dd274ec30ad9f048afb7 @@ -43,2 +45,2 @@ File: /usr/share/doc/printer-driver-lbp660-0.3.1/TODO 100644 root:root c088950c8d31421ae6a4c593a4af5d3d -RPMIdentity: d58d0da4222bba8bd49e297852f8e07953f94fe591ba8e63f7cc992e02ae8ebfac0daaac30c5c12295bb8abd320fe0f5c533936986eaa21b9e3141be3257a860 +RPMIdentity: 3e9a922c06ae8d7ea126e8e0283af061e69c8a06f044361263c3c7a3f29768e1a4c0797dc5c9b5aa2fb29ed7b29b203a2ba414e40a102c7d768a0ecc99817c29 --- 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-12-25 03:17:32.900786961 +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/a2 40755 root:root +/usr/lib/debug/.build-id/a2/2922e92888689e5388d2fe5294c87f4a6ee77f 120777 root:root ../../../../bin/lbp660 +/usr/lib/debug/.build-id/a2/2922e92888689e5388d2fe5294c87f4a6ee77f.debug 120777 root:root ../../usr/bin/lbp660.debug +/usr/lib/debug/.build-id/c8 40755 root:root +/usr/lib/debug/.build-id/c8/6d98c0640827299f622adb4cf16b73130982ed 120777 root:root ../../../../bin/lbp460 +/usr/lib/debug/.build-id/c8/6d98c0640827299f622adb4cf16b73130982ed.debug 120777 root:root ../../usr/bin/lbp460.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/a2 40755 root:root +File: /usr/lib/debug/.build-id/a2/2922e92888689e5388d2fe5294c87f4a6ee77f 120777 root:root ../../../../bin/lbp660 +File: /usr/lib/debug/.build-id/a2/2922e92888689e5388d2fe5294c87f4a6ee77f.debug 120777 root:root ../../usr/bin/lbp660.debug +File: /usr/lib/debug/.build-id/c8 40755 root:root +File: /usr/lib/debug/.build-id/c8/6d98c0640827299f622adb4cf16b73130982ed 120777 root:root ../../../../bin/lbp460 +File: /usr/lib/debug/.build-id/c8/6d98c0640827299f622adb4cf16b73130982ed.debug 120777 root:root ../../usr/bin/lbp460.debug +File: /usr/lib/debug/usr/bin/lbp460.debug 100644 root:root 8abb1ce82f15e4480252d7dfbf752fca +File: /usr/lib/debug/usr/bin/lbp660.debug 100644 root:root 4c1c28e42d171cdce04bc6ce97938641 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: 3b7bade72f66972a0521133f518ff1e91f865492c23bb3a04383f2d4d244528e27d93312c2670f5407cb4a093918bdbbbdab6070c3b3bb8656875a48aa2fa744 +RPMIdentity: a84543efa92a71b7e4c042cdb02a71950af062e22847d782dd645c9206e20dee4005510cae55c683b3bc04417e077fcdf0bbce609ee24b3f236e462a5f637c25