<86>Feb 16 02:07:37 userdel[599071]: delete user 'rooter'
<86>Feb 16 02:07:37 userdel[599071]: removed group 'rooter' owned by 'rooter'
<86>Feb 16 02:07:37 userdel[599071]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 16 02:07:37 groupadd[599113]: group added to /etc/group: name=rooter, GID=603
<86>Feb 16 02:07:37 groupadd[599113]: group added to /etc/gshadow: name=rooter
<86>Feb 16 02:07:37 groupadd[599113]: new group: name=rooter, GID=603
<86>Feb 16 02:07:37 useradd[599125]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash
<86>Feb 16 02:07:37 userdel[599165]: delete user 'builder'
<86>Feb 16 02:07:37 userdel[599165]: removed group 'builder' owned by 'builder'
<86>Feb 16 02:07:37 userdel[599165]: removed shadow group 'builder' owned by 'builder'
<86>Feb 16 02:07:37 groupadd[599197]: group added to /etc/group: name=builder, GID=604
<86>Feb 16 02:07:37 groupadd[599197]: group added to /etc/gshadow: name=builder
<86>Feb 16 02:07:37 groupadd[599197]: new group: name=builder, GID=604
<86>Feb 16 02:07:37 useradd[599212]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash
<13>Feb 16 02:07:41 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228072 installed
<13>Feb 16 02:07:41 rpmi: libgpg-error-1.36-alt1 sisyphus+225621.300.1.1 1553521088 installed
<13>Feb 16 02:07:41 rpmi: libgcrypt20-1.8.4-alt2 sisyphus+229280.100.1.1 1557741896 installed
<13>Feb 16 02:07:41 rpmi: libsystemd-1:242-alt12 p9+239240.100.1.1 1571079054 installed
<13>Feb 16 02:07:41 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553670 installed
<13>Feb 16 02:07:41 rpmi: libavahi-0.6.32-alt1 1500485694 installed
<13>Feb 16 02:07:41 rpmi: libcups-2.2.11-alt1 sisyphus+225793.100.1.1 1553701171 installed
<13>Feb 16 02:07:41 rpmi: libcups-devel-2.2.11-alt1 sisyphus+225793.100.1.1 1553701171 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
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.60400
+ 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.19354
+ 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 -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:139: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.43152
+ 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
+ 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)
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.50609
+ 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.Eq7KsH
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.MxAkWF
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
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.GRnObI
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.WEOViO
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.41tySX
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
Wrote: /usr/src/RPM/RPMS/x86_64/printer-driver-lbp660-debuginfo-0.3.1-alt1.x86_64.rpm
4.48user 1.02system 0:09.77elapsed 56%CPU (0avgtext+0avgdata 43364maxresident)k
0inputs+0outputs (0major+282437minor)pagefaults 0swaps
10.90user 4.50system 0:23.08elapsed 66%CPU (0avgtext+0avgdata 115400maxresident)k
312inputs+0outputs (0major+571986minor)pagefaults 0swaps