<86>Apr  5 09:24:57 userdel[2256264]: delete user 'rooter'
<86>Apr  5 09:24:57 userdel[2256264]: removed group 'rooter' owned by 'rooter'
<86>Apr  5 09:24:57 userdel[2256264]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr  5 09:24:57 groupadd[2256302]: group added to /etc/group: name=rooter, GID=597
<86>Apr  5 09:24:57 groupadd[2256302]: group added to /etc/gshadow: name=rooter
<86>Apr  5 09:24:57 groupadd[2256302]: new group: name=rooter, GID=597
<86>Apr  5 09:24:57 useradd[2256350]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash
<86>Apr  5 09:24:57 userdel[2256527]: delete user 'builder'
<86>Apr  5 09:24:57 userdel[2256527]: removed group 'builder' owned by 'builder'
<86>Apr  5 09:24:57 userdel[2256527]: removed shadow group 'builder' owned by 'builder'
<86>Apr  5 09:24:57 groupadd[2256565]: group added to /etc/group: name=builder, GID=598
<86>Apr  5 09:24:57 groupadd[2256565]: group added to /etc/gshadow: name=builder
<86>Apr  5 09:24:57 groupadd[2256565]: new group: name=builder, GID=598
<86>Apr  5 09:24:57 useradd[2256589]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/x125-0.2.3-alt1.nosrc.rpm
Installing x125-0.2.3-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69890
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf x125-0.2.3
+ /bin/mkdir -p x125-0.2.3
+ cd x125-0.2.3
+ echo 'Source #0 (x125-drv-0.2.3.tar):'
Source #0 (x125-drv-0.2.3.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/x125-drv-0.2.3.tar
+ echo 'Source #1 (x125-drv-network-0.2.0.tar):'
Source #1 (x125-drv-network-0.2.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/x125-drv-network-0.2.0.tar
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85829
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd x125-0.2.3
+ pushd x125-drv-0.2.3/src
~/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src ~/RPM/BUILD/x125-0.2.3
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src'
gcc -o x125_cmyk x125_cmyk.c
x125_cmyk.c: In function 'put_block_verbatim':
x125_cmyk.c:283:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
                         count = read( device, read_buffer, READ_BUFFER_SIZE );
                                 ^~~~
                                 fread
x125_cmyk.c:287:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
                         if( (count = write( device, p, len )) <= 0 ) {
                                      ^~~~~
                                      fwrite
x125_cmyk.c: In function 'main':
x125_cmyk.c:1111:14: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  if (device) close(device);
              ^~~~~
              pclose
make: Leaving directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src'
+ popd
~/RPM/BUILD/x125-0.2.3
+ pushd x125-drv-network-0.2.0/src
~/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src ~/RPM/BUILD/x125-0.2.3
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src'
gcc -o x125_network x125_network.c
x125_network.c: In function 'put_block_verbatim':
x125_network.c:142:48: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
                 read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE );
                                                ^~~~~~
x125_network.c:142:48: warning: incompatible implicit declaration of built-in function 'malloc'
x125_network.c:142:48: note: include '<stdlib.h>' or provide a declaration of 'malloc'
x125_network.c:22:1:
+#include <stdlib.h>
 
x125_network.c:142:48:
                 read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE );
                                                ^~~~~~
x125_network.c:156:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
                         exit( 1 );
                         ^~~~
x125_network.c:156:25: warning: incompatible implicit declaration of built-in function 'exit'
x125_network.c:156:25: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c:161:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
                         count = read( device, read_buffer, READ_BUFFER_SIZE );
                                 ^~~~
                                 fread
x125_network.c:165:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
                         if( (count = write( device, p, len )) <= 0 ) {
                                      ^~~~~
                                      fwrite
x125_network.c:167:33: warning: incompatible implicit declaration of built-in function 'exit'
                                 exit( 1 );
                                 ^~~~
x125_network.c:167:33: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c: In function 'print':
x125_network.c:242:35: warning: incompatible implicit declaration of built-in function 'malloc'
         buffer = (unsigned char *)malloc( 256 * 24 );
                                   ^~~~~~
x125_network.c:242:35: note: include '<stdlib.h>' or provide a declaration of 'malloc'
x125_network.c:254:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
         free( buffer );
         ^~~~
x125_network.c:254:9: warning: incompatible implicit declaration of built-in function 'free'
x125_network.c:254:9: note: include '<stdlib.h>' or provide a declaration of 'free'
x125_network.c: In function 'main':
x125_network.c:261:17: warning: incompatible implicit declaration of built-in function 'exit'
                 exit( 1 );
                 ^~~~
x125_network.c:261:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c:274:14: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  if (device) close(device);
              ^~~~~
              pclose
make: Leaving directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src'
+ popd
~/RPM/BUILD/x125-0.2.3
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85829
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/x125-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/x125-buildroot
+ cd x125-0.2.3
+ install -d /usr/src/tmp/x125-buildroot/usr/bin
+ install -m0755 x125-drv-0.2.3/src/x125_cmyk /usr/src/tmp/x125-buildroot/usr/bin/
+ install -m0755 x125-drv-0.2.3/src/x125_cmyk_print.sh /usr/src/tmp/x125-buildroot/usr/bin/
+ install -m0755 x125-drv-network-0.2.0/src/x125_network /usr/src/tmp/x125-buildroot/usr/bin/
+ cp x125-drv-0.2.3/README README.drv_x125
+ cp x125-drv-0.2.3/FAQ FAQ.drv_x125
+ cp x125-drv-0.2.3/ChangeLog ChangeLog.drv_x125
+ cp x125-drv-network-0.2.0/README README.drv_x125_network
+ cp x125-drv-network-0.2.0/FAQ FAQ.drv_x125_network
+ cp x125-drv-network-0.2.0/ChangeLog ChangeLog.drv_x125_network
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/x125-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/x125-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/x125-buildroot/ (default)
Compressing files in /usr/src/tmp/x125-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/x125-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/x125_network: uses non-LFS functions: open
verify-elf: WARNING: ./usr/bin/x125_cmyk: uses non-LFS functions: open
Hardlinking identical .pyc and .pyo files
Processing files: x125-0.2.3-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.54849
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd x125-0.2.3
+ DOCDIR=/usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ /bin/mkdir -p /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ cp -prL README.drv_x125 README.drv_x125_network FAQ.drv_x125 FAQ.drv_x125_network ChangeLog.drv_x125 ChangeLog.drv_x125_network /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R go-w /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R a+rX /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ cp -prL x125-drv-0.2.3/LICENSE /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R go-w /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R a+rX /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c8HAgK
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.zMSSEK
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
find-requires: FINDPACKAGE-COMMANDS: gs
Requires: /bin/sh, /lib/ld-linux.so.2, ghostscript-classic, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U8XKuS
Creating x125-debuginfo package
Processing files: x125-debuginfo-0.2.3-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ELoIGt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Hxx2on
find-requires: running scripts (debuginfo)
Requires: x125 = 0.2.3-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/x125-0.2.3-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/x125-debuginfo-0.2.3-alt1.i586.rpm
3.02user 0.67system 0:08.53elapsed 43%CPU (0avgtext+0avgdata 21456maxresident)k
0inputs+0outputs (0major+194314minor)pagefaults 0swaps
4.69user 3.24system 0:13.18elapsed 60%CPU (0avgtext+0avgdata 21456maxresident)k
0inputs+0outputs (0major+371555minor)pagefaults 0swaps