<86>Jan 16 01:04:49 userdel[98288]: delete user 'rooter'
<86>Jan 16 01:04:49 userdel[98288]: removed group 'rooter' owned by 'rooter'
<86>Jan 16 01:04:49 userdel[98288]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 16 01:04:49 groupadd[98352]: group added to /etc/group: name=rooter, GID=633
<86>Jan 16 01:04:49 groupadd[98352]: group added to /etc/gshadow: name=rooter
<86>Jan 16 01:04:49 groupadd[98352]: new group: name=rooter, GID=633
<86>Jan 16 01:04:49 useradd[98402]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash
<86>Jan 16 01:04:49 userdel[98447]: delete user 'builder'
<86>Jan 16 01:04:49 userdel[98447]: removed group 'builder' owned by 'builder'
<86>Jan 16 01:04:49 userdel[98447]: removed shadow group 'builder' owned by 'builder'
<86>Jan 16 01:04:49 groupadd[98479]: group added to /etc/group: name=builder, GID=634
<86>Jan 16 01:04:49 groupadd[98479]: group added to /etc/gshadow: name=builder
<86>Jan 16 01:04:49 groupadd[98479]: new group: name=builder, GID=634
<86>Jan 16 01:04:49 useradd[98507]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash
<13>Jan 16 01:04:52 rpmi: xorg-rgb-1.0.4-alt1.qa1 1366268675 installed
<13>Jan 16 01:04:52 rpmi: libnetpbm-10.35.97-alt1.qa1 sisyphus.214808.100 1539731131 installed
<13>Jan 16 01:04:52 rpmi: libnetpbm-devel-10.35.97-alt1.qa1 sisyphus.214808.100 1539731131 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/lexmark2070-0.6-alt1.nosrc.rpm
Installing lexmark2070-0.6-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.824
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf lexmark2070-0.6
+ echo 'Source #0 (lexmark2070-0.6.tar.gz):'
Source #0 (lexmark2070-0.6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/lexmark2070-0.6.tar.gz
+ /bin/tar -xf -
+ cd lexmark2070-0.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (Lexmark2070-LDFLAGS.patch):'
Patch #0 (Lexmark2070-LDFLAGS.patch):
+ /usr/bin/patch -p0
patching file makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.50191
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lexmark2070-0.6
+ make -f makefile
make: Entering directory '/usr/src/RPM/BUILD/lexmark2070-0.6'
gcc -Wall -c Lexmark2070.c
In file included from Lexmark2070.c:36:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
 #endif;
       ^
Lexmark2070.c: In function 'print_pbm':
Lexmark2070.c:213:5: warning: implicit declaration of function 'hilfe' [-Wimplicit-function-declaration]
     hilfe("No pages printed!");
     ^~~~~
Lexmark2070.c: At top level:
Lexmark2070.c:226:1: warning: return type defaults to 'int' [-Wimplicit-int]
 hilfe(char *fehler)
 ^~~~~
Lexmark2070.c:237:5: warning: first argument of 'main' should be 'int' [-Wmain]
 int main(char argv[], int argc)
     ^~~~
Lexmark2070.c:237:5: warning: second argument of 'main' should be 'char **' [-Wmain]
Lexmark2070.c: In function 'hilfe':
Lexmark2070.c:229:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
gcc -Wall -c pbm.c
In file included from pbm.c:14:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
 #endif;
       ^
pbm.c: In function 'make_pbm_stat':
pbm.c:27:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   line[strlen(line)-1] = 0;
        ^~~~~~
pbm.c:27:8: warning: incompatible implicit declaration of built-in function 'strlen'
pbm.c:27:8: note: include '<string.h>' or provide a declaration of 'strlen'
pbm.c:15:1:
+#include <string.h>
 
pbm.c:27:8:
   line[strlen(line)-1] = 0;
        ^~~~~~
pbm.c:29:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if(!strcmp(line,"P1")) pbm->version=P1;
       ^~~~~~
pbm.c: In function 'getbytes':
pbm.c:54:37: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
   for(mask=0x80, acc=0, num=0, place=data; num<width; )
                                     ^
pbm.c: In function 'pbm_readline':
pbm.c:89:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
       memcpy (data, pbm->revdata, (pbm->width+7)/8);
       ^~~~~~
pbm.c:89:7: warning: incompatible implicit declaration of built-in function 'memcpy'
pbm.c:89:7: note: include '<string.h>' or provide a declaration of 'memcpy'
pbm.c: In function 'pbm_unreadline':
pbm.c:132:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy (pbm->revdata, data, (pbm->width+7)/8);
   ^~~~~~
pbm.c:132:3: note: include '<string.h>' or provide a declaration of 'memcpy'
gcc -Wall  -o Lexmark2070 Lexmark2070.o pbm.o -O
make: Leaving directory '/usr/src/RPM/BUILD/lexmark2070-0.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50191
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/lexmark2070-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/lexmark2070-buildroot
+ cd lexmark2070-0.6
+ install -d /usr/src/tmp/lexmark2070-buildroot/usr/bin
+ install -m0755 Lexmark2070 /usr/src/tmp/lexmark2070-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/lexmark2070-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/lexmark2070-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/lexmark2070-buildroot/ (default)
Compressing files in /usr/src/tmp/lexmark2070-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/lexmark2070-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: lexmark2070-0.6-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.7859
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lexmark2070-0.6
+ DOCDIR=/usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ /bin/mkdir -p /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ cp -prL README LICENSE /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ chmod -R go-w /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ chmod -R a+rX /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PE4JiO
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.4xq8oE
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: c2070, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(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.zdn8wy
Creating lexmark2070-debuginfo package
Processing files: lexmark2070-debuginfo-0.6-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i6ACmw
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bKSivx
find-requires: running scripts (debuginfo)
Requires: lexmark2070 = 0.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/lexmark2070-0.6-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/lexmark2070-debuginfo-0.6-alt1.x86_64.rpm
3.19user 0.84system 0:09.28elapsed 43%CPU (0avgtext+0avgdata 23968maxresident)k
0inputs+0outputs (0major+172345minor)pagefaults 0swaps
12.46user 4.49system 0:23.91elapsed 70%CPU (0avgtext+0avgdata 121928maxresident)k
328inputs+0outputs (0major+597327minor)pagefaults 0swaps