<86>Sep 23 05:13:43 userdel[2824614]: delete user 'rooter' <86>Sep 23 05:13:43 userdel[2824614]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:13:43 userdel[2824614]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:13:43 groupadd[2825330]: group added to /etc/group: name=rooter, GID=1814 <86>Sep 23 05:13:43 groupadd[2825330]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:13:43 groupadd[2825330]: new group: name=rooter, GID=1814 <86>Sep 23 05:13:43 useradd[2825891]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:13:44 userdel[2826459]: delete user 'builder' <86>Sep 23 05:13:44 groupadd[2826713]: group added to /etc/group: name=builder, GID=1815 <86>Sep 23 05:13:44 groupadd[2826713]: group added to /etc/gshadow: name=builder <86>Sep 23 05:13:44 groupadd[2826713]: new group: name=builder, GID=1815 <86>Sep 23 05:13:44 useradd[2827265]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/pbm2l7k-990321-alt1.qa2.src.rpm: The use of such a license name is ambiguous: GPL 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 (w1.gzdio) 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.89098 + 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.89098 + 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 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/pbm2l7k-990321' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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] 202 | lines=(char*)lxmalloc(width*VERTSIZE); | ^ pbm2l7k.c: In function 'print_cols': pbm2l7k.c:440:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 440 | if ( (vp2[0] & smask2) !=0 ) | ^~ pbm2l7k.c:442:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 442 | vp2+=width*2; | ^~~ pbm2l7k.c:380:10: warning: unused variable 'j' [-Wunused-variable] 380 | int i,j,k,m; | ^ pbm2l7k.c: In function 'main': pbm2l7k.c:530:8: warning: unused variable 'rlines' [-Wunused-variable] 530 | int rlines; | ^~~~~~ pbm2l7k.c:527:10: warning: unused variable 'linepairs' [-Wunused-variable] 527 | int i,linepairs; | ^~~~~~~~~ pbm2l7k.c:527:8: warning: unused variable 'i' [-Wunused-variable] 527 | 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] 156 | fgets(buf,1023,f); /* skip comment line(s) */ | ^~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -flto=auto -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] 60 | 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] 119 | lines=(char*)malloc(bwidth); | ^ pnmraw2cmyk.c:116:8: warning: unused variable 'i' [-Wunused-variable] 116 | int i,c; | ^ pnmraw2cmyk.c: In function 'pbmgray2mono': pnmraw2cmyk.c:172:7: warning: implicit declaration of function 'dither_black' [-Wimplicit-function-declaration] 172 | dither_black(mem,i,width,width,omem); | ^~~~~~~~~~~~ pnmraw2cmyk.c: In function 'usage': pnmraw2cmyk.c:269:8: warning: unused variable 'i' [-Wunused-variable] 269 | int i; | ^ pnmraw2cmyk.c: In function 'main': pnmraw2cmyk.c:354:10: warning: implicit declaration of function 'dither_cmyk' [-Wimplicit-function-declaration] 354 | 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] 84 | 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] 94 | fgets(buf,64,stdin); // scanf corrupts \n !!! | ^~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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.78431 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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) Processing files: pbm2l7k-990321-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.61048 + 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.glygCq find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RIPzzq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: lexmark700linux = 990321 Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.p4T58q 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.ljZMbW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V9iANj find-requires: running scripts (debuginfo) Requires: pbm2l7k = 990321-alt1.qa2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to pbm2l7k-debuginfo a strict dependency on pbm2l7k Wrote: /usr/src/RPM/RPMS/i586/pbm2l7k-990321-alt1.qa2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pbm2l7k-debuginfo-990321-alt1.qa2.i586.rpm (w2.lzdio) 1.30user 0.71system 0:08.35elapsed 24%CPU (0avgtext+0avgdata 26520maxresident)k 0inputs+0outputs (0major+153009minor)pagefaults 0swaps /.out/pbm2l7k-990321-alt1.qa2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2l7k-debuginfo-990321-alt1.qa2.i586.rpm: The use of such a license name is ambiguous: GPL 0.89user 2.28system 0:20.45elapsed 15%CPU (0avgtext+0avgdata 12140maxresident)k 0inputs+0outputs (0major+94684minor)pagefaults 0swaps --- pbm2l7k-990321-alt1.qa2.i586.rpm.repo 2021-07-12 08:34:11.000000000 +0000 +++ pbm2l7k-990321-alt1.qa2.i586.rpm.hasher 2023-09-23 05:13:58.112200190 +0000 @@ -14,5 +14,5 @@ Requires: libc.so.6(GLIBC_2.0) -Requires: libc.so.6(GLIBC_2.1) Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -23,3 +23,3 @@ Provides: pbm2l7k = 990321-alt1.qa2:sisyphus+278223.100.1.1 -File: /usr/bin/pbm2l7k 100755 root:root 698cef30246befb1720719003acff07a +File: /usr/bin/pbm2l7k 100755 root:root baad75cbc8c0119348e96aeda92de3db File: /usr/share/doc/pbm2l7k-990321 40755 root:root @@ -35,2 +35,2 @@ File: /usr/share/doc/pbm2l7k-990321/stairsc.prn 100644 root:root eb9f8785e75e98116c23cc39e35155ed -RPMIdentity: 27c187f838f1d558bf5db4526b17fcef71c01de4483a5bce9109701f8de1c59b0ae9dd9bc41a115827903a4b0cc56b840a65a50613a301511c0464235f9b6302 +RPMIdentity: e00d4b733fce8f60d768fa83e85fd3a59bb7e49c3d375e8e3e944fea1c68bd7ae082bbf2ce341f2380c82323bc0f4ff5084cc779852908806b364a3484fc1570 --- pbm2l7k-debuginfo-990321-alt1.qa2.i586.rpm.repo 2021-07-12 08:34:11.000000000 +0000 +++ pbm2l7k-debuginfo-990321-alt1.qa2.i586.rpm.hasher 2023-09-23 05:13:58.390205226 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/cb1570ed5636c70e2b7d89dd2520fa40b27dad 120777 root:root ../../../../bin/pbm2l7k -/usr/lib/debug/.build-id/17/cb1570ed5636c70e2b7d89dd2520fa40b27dad.debug 120777 root:root ../../usr/bin/pbm2l7k.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/662e553ad646ba278a6f747b8f586906a70af7 120777 root:root ../../../../bin/pbm2l7k +/usr/lib/debug/.build-id/da/662e553ad646ba278a6f747b8f586906a70af7.debug 120777 root:root ../../usr/bin/pbm2l7k.debug /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: pbm2l7k-debuginfo = 990321-alt1.qa2:sisyphus+278223.100.1.1 -File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/cb1570ed5636c70e2b7d89dd2520fa40b27dad 120777 root:root ../../../../bin/pbm2l7k -File: /usr/lib/debug/.build-id/17/cb1570ed5636c70e2b7d89dd2520fa40b27dad.debug 120777 root:root ../../usr/bin/pbm2l7k.debug -File: /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root 0bd00463bae214e9dc93f6e93ed5838e +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/662e553ad646ba278a6f747b8f586906a70af7 120777 root:root ../../../../bin/pbm2l7k +File: /usr/lib/debug/.build-id/da/662e553ad646ba278a6f747b8f586906a70af7.debug 120777 root:root ../../usr/bin/pbm2l7k.debug +File: /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root cfbeb5cf2d131bb6077f1a8912c9227f File: /usr/src/debug/pbm2l7k-990321 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/pbm2l7k-990321/pbm2l7k.c 100644 root:root 380e864077feadc2c70f1aa232f959a6 -RPMIdentity: ba7b50be96b91ff5b6b6b375f348bff9f931beed8a906468c8233629bf46f995c9719ebbf96431a22acab13537b5d352724c7827c2e43a1ccab83a4dd3e4758b +RPMIdentity: 8fd83f290bd1f5756009d1957faa9c0c55aaec65bdf9489c8cf9225b62bc44042617cb3ede67e9674da93c4b9ad1aeab4d5e93050632976aa9f328c5acc5db7f