<86>Mar 23 06:15:42 userdel[16269]: delete user 'rooter' <86>Mar 23 06:15:42 userdel[16269]: removed group 'rooter' owned by 'rooter' <86>Mar 23 06:15:42 userdel[16269]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 23 06:15:42 groupadd[16306]: group added to /etc/group: name=rooter, GID=597 <86>Mar 23 06:15:42 groupadd[16306]: group added to /etc/gshadow: name=rooter <86>Mar 23 06:15:42 groupadd[16306]: new group: name=rooter, GID=597 <86>Mar 23 06:15:42 useradd[16324]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Mar 23 06:15:42 userdel[16379]: delete user 'builder' <86>Mar 23 06:15:42 userdel[16379]: removed group 'builder' owned by 'builder' <86>Mar 23 06:15:42 userdel[16379]: removed shadow group 'builder' owned by 'builder' <86>Mar 23 06:15:42 groupadd[16405]: group added to /etc/group: name=builder, GID=598 <86>Mar 23 06:15:42 groupadd[16405]: group added to /etc/gshadow: name=builder <86>Mar 23 06:15:42 groupadd[16405]: new group: name=builder, GID=598 <86>Mar 23 06:15:42 useradd[16426]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pbm2l7k-990321-alt1.qa2.nosrc.rpm Installing pbm2l7k-990321-alt1.qa2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17998 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pbm2l7k-990321 + echo 'Source #0 (pbm2l7k-990321.tar):' Source #0 (pbm2l7k-990321.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pbm2l7k-990321.tar + cd pbm2l7k-990321 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.45539 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2l7k-990321 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/pbm2l7k-990321' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o pbm2l7k.o pbm2l7k.c pbm2l7k.c: In function 'read_lines': pbm2l7k.c:202:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] lines=(char*)lxmalloc(width*VERTSIZE); ^ pbm2l7k.c: In function 'print_cols': pbm2l7k.c:440:12: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( (vp2[0] & smask2) !=0 ) ^~ pbm2l7k.c:442:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' vp2+=width*2; ^~~ pbm2l7k.c:380:10: warning: unused variable 'j' [-Wunused-variable] int i,j,k,m; ^ pbm2l7k.c: In function 'main': pbm2l7k.c:530:8: warning: unused variable 'rlines' [-Wunused-variable] int rlines; ^~~~~~ pbm2l7k.c:527:10: warning: unused variable 'linepairs' [-Wunused-variable] int i,linepairs; ^~~~~~~~~ pbm2l7k.c:527:8: warning: unused variable 'i' [-Wunused-variable] int i,linepairs; ^ pbm2l7k.c: In function 'parse_pbm_header': pbm2l7k.c:156:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,1023,f); /* skip comment line(s) */ ^~~~~~~~~~~~~~~~~ pbm2l7k.c: In function 'read_lines': pbm2l7k.c:199:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] int i,c; ^ cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lxmisc.o lxmisc.c cc pbm2l7k.o lxmisc.o -o pbm2l7k cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o pnmraw2cmyk.o pnmraw2cmyk.c pnmraw2cmyk.c: In function 'parse_pnm_header': pnmraw2cmyk.c:60:8: warning: unused variable 'tmp' [-Wunused-variable] int tmp; ^~~ pnmraw2cmyk.c: In function 'read_line': pnmraw2cmyk.c:119:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] lines=(char*)malloc(bwidth); ^ pnmraw2cmyk.c:116:8: warning: unused variable 'i' [-Wunused-variable] int i,c; ^ pnmraw2cmyk.c: In function 'pbmgray2mono': pnmraw2cmyk.c:172:7: warning: implicit declaration of function 'dither_black' [-Wimplicit-function-declaration] dither_black(mem,i,width,width,omem); ^~~~~~~~~~~~ pnmraw2cmyk.c: In function 'usage': pnmraw2cmyk.c:269:8: warning: unused variable 'i' [-Wunused-variable] int i; ^ pnmraw2cmyk.c: In function 'main': pnmraw2cmyk.c:354:3: warning: implicit declaration of function 'dither_cmyk' [-Wimplicit-function-declaration] dither_cmyk(lines, /* input row */ ^~~~~~~~~~~ pnmraw2cmyk.c: In function 'parse_pnm_header': pnmraw2cmyk.c:84:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,1023,f); /* skip comment line(s) */ ^~~~~~~~~~~~~~~~~ pnmraw2cmyk.c:94:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,64,stdin); // scanf corrupts \n !!! ^~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o dither.o dither.c cc pnmraw2cmyk.o dither.o -o pnmraw2cmyk make: Leaving directory '/usr/src/RPM/BUILD/pbm2l7k-990321' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.7621 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2l7k-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pbm2l7k-buildroot + cd pbm2l7k-990321 + for i in pbm2l7k + install -Dpm755 pbm2l7k /usr/src/tmp/pbm2l7k-buildroot//usr/bin/pbm2l7k + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pbm2l7k-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pbm2l7k-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/pbm2l7k-buildroot/ (default) Compressing files in /usr/src/tmp/pbm2l7k-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pbm2l7k-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/pbm2l7k: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: pbm2l7k-990321-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89206 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2l7k-990321 + DOCDIR=/usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + export DOCDIR + rm -rf /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + /bin/mkdir -p /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + cp -prL README CHANGES lexmark5700-filter lexmark7000-filter lexmarkprotocol.txt pr5700.prn pr7000.prn stairsb.prn stairsc.prn stairs.pbm /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + chmod -R go-w /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + chmod -R a+rX /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4Angsg 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.Dx0w8a find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: lexmark700linux = 990321 Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Oo0DSU Creating pbm2l7k-debuginfo package Processing files: pbm2l7k-debuginfo-990321-alt1.qa2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P9yHny find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YbqjdL find-requires: running scripts (debuginfo) Requires: pbm2l7k = 990321-alt1.qa2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/pbm2l7k-990321-alt1.qa2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pbm2l7k-debuginfo-990321-alt1.qa2.i586.rpm 6.17user 0.96system 0:15.09elapsed 47%CPU (0avgtext+0avgdata 26376maxresident)k 0inputs+0outputs (0major+156647minor)pagefaults 0swaps 17.48user 5.88system 0:32.65elapsed 71%CPU (0avgtext+0avgdata 119804maxresident)k 0inputs+0outputs (0major+468860minor)pagefaults 0swaps