<86>Feb 20 05:47:02 userdel[1802355]: delete user 'rooter'
<86>Feb 20 05:47:02 userdel[1802355]: removed group 'rooter' owned by 'rooter'
<86>Feb 20 05:47:02 groupadd[1802390]: group added to /etc/group: name=rooter, GID=993
<86>Feb 20 05:47:02 groupadd[1802390]: group added to /etc/gshadow: name=rooter
<86>Feb 20 05:47:02 groupadd[1802390]: new group: name=rooter, GID=993
<86>Feb 20 05:47:02 useradd[1802413]: new user: name=rooter, UID=993, GID=993, home=/root, shell=/bin/bash
<86>Feb 20 05:47:02 userdel[1802446]: delete user 'builder'
<86>Feb 20 05:47:02 userdel[1802446]: removed group 'builder' owned by 'builder'
<86>Feb 20 05:47:02 groupadd[1802476]: group added to /etc/group: name=builder, GID=994
<86>Feb 20 05:47:02 groupadd[1802476]: group added to /etc/gshadow: name=builder
<86>Feb 20 05:47:02 groupadd[1802476]: new group: name=builder, GID=994
<86>Feb 20 05:47:02 useradd[1802503]: new user: name=builder, UID=994, GID=994, home=/usr/src, shell=/bin/bash
<13>Feb 20 05:47:04 rpmi: libnettle6-3.4.1-alt1 sisyphus+226533.100.2.1 1554512181 installed
<13>Feb 20 05:47:04 rpmi: libhogweed4-3.4.1-alt1 sisyphus+226533.100.2.1 1554512181 installed
<13>Feb 20 05:47:04 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed
<13>Feb 20 05:47:04 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed
<13>Feb 20 05:47:04 rpmi: libidn2-2.2.0-alt1 p9+229971.100.2.1 1558696275 installed
<13>Feb 20 05:47:04 rpmi: libgnutls30-3.6.16-alt1 p9+273087.100.1.1 1622486710 installed
<13>Feb 20 05:47:04 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228072 installed
<13>Feb 20 05:47:04 rpmi: libgpg-error-1.36-alt1 p9+261942.140.4.1 1606237682 installed
<13>Feb 20 05:47:04 rpmi: libgcrypt20-1.8.5-alt3 p9+261942.200.4.1 1606237844 installed
<13>Feb 20 05:47:04 rpmi: libsystemd-1:247.11-alt1 p9+293887.400.6.1 1643984325 installed
<13>Feb 20 05:47:04 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553670 installed
<13>Feb 20 05:47:04 rpmi: libavahi-0.8-alt2 p9+270905.100.1.1 1619639855 installed
<13>Feb 20 05:47:04 rpmi: libcups-2.3.3-alt7.op2 p9+289603.100.2.1 1637911367 installed
<13>Feb 20 05:47:04 rpmi: libcups-devel-2.3.3-alt7.op2 p9+289603.100.2.1 1637911367 installed
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25843
+ 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.25843
+ 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 -fgnu89-inline'
make: Entering directory '/usr/src/RPM/BUILD/lbp660-0.3.1'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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 '<string.h>' or provide a declaration of 'memset'
lbp660.c:29:1:
+#include <string.h>
 
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 '<stdlib.h>' or provide a declaration of 'exit'
lbp660.c:29:1:
+#include <stdlib.h>
 
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 '<string.h>' 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.61818
+ 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)
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.61818
+ 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.V3aGMc
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.aa6coi
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, /lib64/ld-linux-x86-64.so.2, /usr/bin/gs, gzip, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZW4Fsr
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.oGfFYD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9KMYYT
find-requires: running scripts (debuginfo)
Requires: printer-driver-lbp660 = 0.3.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/printer-driver-lbp660-0.3.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/printer-driver-lbp660-debuginfo-0.3.1-alt1.x86_64.rpm (w2.lzdio)
1.99user 0.85system 0:06.81elapsed 41%CPU (0avgtext+0avgdata 43176maxresident)k
0inputs+0outputs (0major+295978minor)pagefaults 0swaps
4.84user 4.01system 0:12.19elapsed 72%CPU (0avgtext+0avgdata 120144maxresident)k
0inputs+0outputs (34409major+569124minor)pagefaults 0swaps
--- printer-driver-lbp660-0.3.1-alt1.x86_64.rpm.repo	2018-07-16 07:03:10.000000000 +0000
+++ printer-driver-lbp660-0.3.1-alt1.x86_64.rpm.hasher	2022-02-20 05:47:13.624097313 +0000
@@ -27,6 +27,6 @@
 Provides: printer-driver-lbp660 = 0.3.1-alt1
-File: /usr/bin/lbp460	104710	root:sys	7311ddf570391f060caa0206a02bc7fa	
+File: /usr/bin/lbp460	104710	root:sys	d1dafa0346847d56104f9f4953a55243	
 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	966fc755ac86346a1d0b017509039de9	
+File: /usr/bin/lbp660	104710	root:sys	35b439af62829733c74bf496137feb63	
 File: /usr/bin/lbp660-print	100755	root:root	87f68de69c90dd274ec30ad9f048afb7	
@@ -42,2 +42,2 @@
 File: /usr/share/doc/printer-driver-lbp660-0.3.1/TODO	100644	root:root	c088950c8d31421ae6a4c593a4af5d3d	
-RPMIdentity: 400a0069515deab8c575bc570f6463866b0f2f87a297c32ea8819d6b3cd87f4f753314e25ed144fdde0b09546c92408be669d5ad1c8f962ac92a3f0d362fd24c
+RPMIdentity: ea2546aef498011601134d61e058ddf6f7b5bf77a038ad064f6826a7aede9077b50ddfde48d518d364d86f471494bbb0859a0eb6ddf179ad4e6114e491aae6fe
--- printer-driver-lbp660-debuginfo-0.3.1-alt1.x86_64.rpm.repo	2018-07-16 07:03:10.000000000 +0000
+++ printer-driver-lbp660-debuginfo-0.3.1-alt1.x86_64.rpm.hasher	2022-02-20 05:47:13.899102390 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/5b	40755	root:root	
-/usr/lib/debug/.build-id/5b/ebca8f8690520527e7be7bc2412d7ea350d124	120777	root:root	../../../../bin/lbp660
-/usr/lib/debug/.build-id/5b/ebca8f8690520527e7be7bc2412d7ea350d124.debug	120777	root:root	../../usr/bin/lbp660.debug
-/usr/lib/debug/.build-id/d2	40755	root:root	
-/usr/lib/debug/.build-id/d2/33224e545a9061323018aabd9f2b47e833476a	120777	root:root	../../../../bin/lbp460
-/usr/lib/debug/.build-id/d2/33224e545a9061323018aabd9f2b47e833476a.debug	120777	root:root	../../usr/bin/lbp460.debug
+/usr/lib/debug/.build-id/1e	40755	root:root	
+/usr/lib/debug/.build-id/1e/ad1ad0e83cddb196cb3c52ec54a19197e82474	120777	root:root	../../../../bin/lbp660
+/usr/lib/debug/.build-id/1e/ad1ad0e83cddb196cb3c52ec54a19197e82474.debug	120777	root:root	../../usr/bin/lbp660.debug
+/usr/lib/debug/.build-id/2d	40755	root:root	
+/usr/lib/debug/.build-id/2d/4d909eb6d8275d5b25ac7adc0d2af283e3e694	120777	root:root	../../../../bin/lbp460
+/usr/lib/debug/.build-id/2d/4d909eb6d8275d5b25ac7adc0d2af283e3e694.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/5b	40755	root:root		
-File: /usr/lib/debug/.build-id/5b/ebca8f8690520527e7be7bc2412d7ea350d124	120777	root:root		../../../../bin/lbp660
-File: /usr/lib/debug/.build-id/5b/ebca8f8690520527e7be7bc2412d7ea350d124.debug	120777	root:root		../../usr/bin/lbp660.debug
-File: /usr/lib/debug/.build-id/d2	40755	root:root		
-File: /usr/lib/debug/.build-id/d2/33224e545a9061323018aabd9f2b47e833476a	120777	root:root		../../../../bin/lbp460
-File: /usr/lib/debug/.build-id/d2/33224e545a9061323018aabd9f2b47e833476a.debug	120777	root:root		../../usr/bin/lbp460.debug
-File: /usr/lib/debug/usr/bin/lbp460.debug	100644	root:root	758dcceecceb32adcd4c7acc41f40063	
-File: /usr/lib/debug/usr/bin/lbp660.debug	100644	root:root	6d5fae680e15e0dd41515469cc0b47d5	
+File: /usr/lib/debug/.build-id/1e	40755	root:root		
+File: /usr/lib/debug/.build-id/1e/ad1ad0e83cddb196cb3c52ec54a19197e82474	120777	root:root		../../../../bin/lbp660
+File: /usr/lib/debug/.build-id/1e/ad1ad0e83cddb196cb3c52ec54a19197e82474.debug	120777	root:root		../../usr/bin/lbp660.debug
+File: /usr/lib/debug/.build-id/2d	40755	root:root		
+File: /usr/lib/debug/.build-id/2d/4d909eb6d8275d5b25ac7adc0d2af283e3e694	120777	root:root		../../../../bin/lbp460
+File: /usr/lib/debug/.build-id/2d/4d909eb6d8275d5b25ac7adc0d2af283e3e694.debug	120777	root:root		../../usr/bin/lbp460.debug
+File: /usr/lib/debug/usr/bin/lbp460.debug	100644	root:root	819bf0f11171eaa06b5c740c01ff5bba	
+File: /usr/lib/debug/usr/bin/lbp660.debug	100644	root:root	de8f98661162d07ddc215624409f6dae	
 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: eada232b7c9bf8a8209b7ca551d18c8fde998494069e852c99e0a200d6ed57755487ac3a9d07eb7a2528167ffde1d3eb0c57343606bb072dbbbf306d713a012b
+RPMIdentity: a6e8b3986c29000e15c568ad4df1c9537bd97858384c3dd29c7ae60c191ded7b6c2703748e5ba909d51c52a49348446a35ba8984edff89843336d95b1901a43d