<86>Apr 19 00:45:18 userdel[3969490]: delete user 'rooter'
<86>Apr 19 00:45:18 userdel[3969490]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr 19 00:45:18 groupadd[3969504]: group added to /etc/group: name=rooter, GID=621
<86>Apr 19 00:45:18 groupadd[3969504]: group added to /etc/gshadow: name=rooter
<86>Apr 19 00:45:18 groupadd[3969504]: new group: name=rooter, GID=621
<86>Apr 19 00:45:18 useradd[3969519]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash
<86>Apr 19 00:45:18 userdel[3969550]: delete user 'builder'
<86>Apr 19 00:45:18 userdel[3969550]: removed group 'builder' owned by 'builder'
<86>Apr 19 00:45:18 userdel[3969550]: removed shadow group 'builder' owned by 'builder'
<86>Apr 19 00:45:18 groupadd[3969569]: group added to /etc/group: name=builder, GID=622
<86>Apr 19 00:45:18 groupadd[3969569]: group added to /etc/gshadow: name=builder
<86>Apr 19 00:45:18 groupadd[3969569]: new group: name=builder, GID=622
<86>Apr 19 00:45:18 useradd[3969588]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ml85p-0.2.0-alt1.nosrc.rpm
Installing ml85p-0.2.0-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.49516
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ml85p-0.2.0
+ echo 'Source #0 (ml85p-0.2.0.tar):'
Source #0 (ml85p-0.2.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ml85p-0.2.0.tar
+ cd ml85p-0.2.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ml85p-0.2.0-build_fix.patch):'
Patch #0 (ml85p-0.2.0-build_fix.patch):
+ /usr/bin/patch -p1
patching file ml85p.c
+ chmod 644 COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap
+ /usr/bin/subst 's|/usr/local/bin|/usr/bin|g' COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.49516
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ml85p-0.2.0
+ rm -f ml85p
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o ml85p ml85p.c
ml85p.c: In function 'sinpwfast':
ml85p.c:157:1: warning: type of 'wait' defaults to 'int' [-Wimplicit-int]
 sinpwfast (wait) {
 ^~~~~~~~~
ml85p.c: In function 'sinpw':
ml85p.c:171:1: warning: type of 'wait' defaults to 'int' [-Wimplicit-int]
 sinpw (wait) {
 ^~~~~
ml85p.c: In function 'outlp':
ml85p.c:188:1: warning: type of 'data' defaults to 'int' [-Wimplicit-int]
 outlp( data ) {
 ^~~~~
ml85p.c: In function 'coutlp':
ml85p.c:194:1: warning: type of 'data' defaults to 'int' [-Wimplicit-int]
 coutlp( data ) {
 ^~~~~~
ml85p.c: In function 'toggle_control':
ml85p.c:200:1: warning: type of 'times' defaults to 'int' [-Wimplicit-int]
 toggle_control (times) {
 ^~~~~~~~~~~~~~
ml85p.c: In function 'outstb':
ml85p.c:218:21: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  st = inb(LPPORT+2) & 0x0f | 1;
       ~~~~~~~~~~~~~~^~~~~~
ml85p.c: In function 'lpout':
ml85p.c:226:1: warning: type of 'data' defaults to 'int' [-Wimplicit-int]
 lpout ( data ) {
 ^~~~~
ml85p.c: In function 'lpout1':
ml85p.c:232:1: warning: type of 'data' defaults to 'int' [-Wimplicit-int]
 lpout1 ( data ) {
 ^~~~~~
ml85p.c: In function 'lpctrl1':
ml85p.c:247:7: warning: unused variable 's' [-Wunused-variable]
  int *s;
       ^
ml85p.c: In function 'lpoutw':
ml85p.c:283:7: warning: unused variable 's' [-Wunused-variable]
  char s[100];
       ^
ml85p.c: In function 'reset_printer':
ml85p.c:329:7: warning: unused variable 'cmd' [-Wunused-variable]
  int *cmd;
       ^~~
ml85p.c: In function 'print_band':
ml85p.c:355:6: warning: unused variable 'group' [-Wunused-variable]
  int group;
      ^~~~~
ml85p.c: In function 'print_page':
ml85p.c:415:17: warning: unused variable 'cmd_type' [-Wunused-variable]
  int i,cmd_code,cmd_type;
                 ^~~~~~~~
ml85p.c:415:8: warning: unused variable 'cmd_code' [-Wunused-variable]
  int i,cmd_code,cmd_type;
        ^~~~~~~~
ml85p.c:414:7: warning: unused variable 'cmd' [-Wunused-variable]
  int *cmd;
       ^~~
ml85p.c: In function 'get_bitmap':
ml85p.c:461:10: warning: unused variable 'tmp' [-Wunused-variable]
  int i,k,tmp;
          ^~~
ml85p.c:461:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k,tmp;
        ^
ml85p.c:461:6: warning: unused variable 'i' [-Wunused-variable]
  int i,k,tmp;
      ^
ml85p.c:460:8: warning: unused variable 'dbgf' [-Wunused-variable]
  FILE *dbgf;
        ^~~~
ml85p.c: In function 'out_packet':
ml85p.c:523: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 ml85p.c:9:
/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, ...))
 ^~~~~
ml85p.c:500:8: warning: unused variable 'dbgf' [-Wunused-variable]
  FILE *dbgf;
        ^~~~
ml85p.c: In function 'compress_bitmap':
ml85p.c:535: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 ml85p.c:9:
/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)
 ^~~~~
ml85p.c:538:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
  if (strncmp(cbm,"P4",2)) {
              ^~~
In file included from ml85p.c:11:
/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)
            ^~~~~~~
ml85p.c:540: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
ml85p.c:545: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 ml85p.c:9:
/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)
 ^~~~~
ml85p.c:548: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 ml85p.c:9:
/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,
            ^~~~~~~~~~~~~~
ml85p.c:530:6: warning: unused variable 'line' [-Wunused-variable]
  int line,band;
      ^~~~
ml85p.c: In function 'main':
ml85p.c:675:6: warning: unused variable 'size' [-Wunused-variable]
  int size;
      ^~~~
ml85p.c:672:8: warning: unused variable 'i' [-Wunused-variable]
  int c,i;
        ^
ml85p.c: In function 'sinpw':
ml85p.c:185:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
ml85p.c: In function 'print_page':
ml85p.c:425:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread( cbm,size*4,1,cbmf );
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
ml85p.c: In function 'bitmap_seek':
ml85p.c:451:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
    fread(bmbuf,1,sizeof(garbage),bitmapf);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ml85p.c:454:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(bmbuf,1,offset,bitmapf);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ml85p.c: In function 'get_bitmap':
ml85p.c:467:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(bmbuf,1,800,bitmapf);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
ml85p.c:471:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(bmbuf,1,bmwidth,bitmapf);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ml85p.c: In function 'compress_bitmap':
ml85p.c:545:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(cbm,200,bitmapf);
   ^~~~~~~~~~~~~~~~~~~~~~
ml85p.c: In function 'send_cmd':
ml85p.c:321:3: warning: 'cmd_type' may be used uninitialized in this function [-Wmaybe-uninitialized]
   lpoutw(cmd_code,cmd_type);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27651
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ml85p-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ml85p-buildroot
+ cd ml85p-0.2.0
+ install -d /usr/src/tmp/ml85p-buildroot/usr/bin
+ install -m0755 ml85p /usr/src/tmp/ml85p-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ml85p-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ml85p-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/ml85p-buildroot/ (default)
Compressing files in /usr/src/tmp/ml85p-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ml85p-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: ml85p-0.2.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.27651
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ml85p-0.2.0
+ DOCDIR=/usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ /bin/mkdir -p /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ cp -prL COPYING NEWS README THANKS ml85-print ml85-test printcap /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ chmod -R go-w /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ chmod -R a+rX /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iDUN8b
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.6LhC3h
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib64/ld-linux-x86-64.so.2, 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.i7cRbr
Creating ml85p-debuginfo package
Processing files: ml85p-debuginfo-0.2.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IVTyMD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6WBzeU
find-requires: running scripts (debuginfo)
Requires: ml85p = 0.2.0-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/ml85p-0.2.0-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/ml85p-debuginfo-0.2.0-alt1.x86_64.rpm
2.33user 0.51system 0:07.87elapsed 36%CPU (0avgtext+0avgdata 32264maxresident)k
0inputs+0outputs (0major+173337minor)pagefaults 0swaps
3.77user 2.73system 0:11.77elapsed 55%CPU (0avgtext+0avgdata 32264maxresident)k
0inputs+0outputs (0major+359827minor)pagefaults 0swaps