<86>May 4 00:06:00 userdel[2264786]: delete user 'rooter' <86>May 4 00:06:00 userdel[2264786]: removed group 'rooter' owned by 'rooter' <86>May 4 00:06:00 userdel[2264786]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:06:00 groupadd[2264833]: group added to /etc/group: name=rooter, GID=1844 <86>May 4 00:06:00 groupadd[2264833]: group added to /etc/gshadow: name=rooter <86>May 4 00:06:00 groupadd[2264833]: new group: name=rooter, GID=1844 <86>May 4 00:06:00 useradd[2264878]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none <86>May 4 00:06:00 userdel[2264944]: delete user 'builder' <86>May 4 00:06:00 userdel[2264944]: removed group 'builder' owned by 'builder' <86>May 4 00:06:00 userdel[2264944]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:06:00 groupadd[2264999]: group added to /etc/group: name=builder, GID=1845 <86>May 4 00:06:00 groupadd[2264999]: group added to /etc/gshadow: name=builder <86>May 4 00:06:00 groupadd[2264999]: new group: name=builder, GID=1845 <86>May 4 00:06:00 useradd[2265047]: new user: name=builder, UID=1845, GID=1845, 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: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pbm2l7k-990321-alt1.qa2.nosrc.rpm (w1.gzdio) Installing pbm2l7k-990321-alt1.qa2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4797 + 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.4797 + 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' make: Entering directory '/usr/src/RPM/BUILD/pbm2l7k-990321' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -c -o lxmisc.o lxmisc.c cc pbm2l7k.o lxmisc.o -o pbm2l7k cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -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.98004 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pbm2l7k-buildroot Processing files: pbm2l7k-990321-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98004 + 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.Q9ObFP 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.NYoDtp 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: /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.34)(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.3xPmYb 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.D8XFBS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kltpxu find-requires: running scripts (debuginfo) Requires: pbm2l7k = 990321-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to pbm2l7k-debuginfo a strict dependency on pbm2l7k Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l7k-990321-alt1.qa2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm (w2.lzdio) 0.62user 1.07system 0:06.05elapsed 28%CPU (0avgtext+0avgdata 30864maxresident)k 0inputs+0outputs (0major+165713minor)pagefaults 0swaps /.out/pbm2l7k-990321-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.61user 2.09system 0:11.94elapsed 22%CPU (0avgtext+0avgdata 12304maxresident)k 0inputs+0outputs (0major+96398minor)pagefaults 0swaps --- pbm2l7k-990321-alt1.qa2.x86_64.rpm.repo 2021-07-12 08:34:13.000000000 +0000 +++ pbm2l7k-990321-alt1.qa2.x86_64.rpm.hasher 2024-05-04 00:06:09.028227233 +0000 @@ -15,2 +15,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -21,3 +22,3 @@ Provides: pbm2l7k = 990321-alt1.qa2:sisyphus+278223.100.1.1 -File: /usr/bin/pbm2l7k 100755 root:root e7a83e656d01a3c265887e9463b09f46 +File: /usr/bin/pbm2l7k 100755 root:root 60a5ff9a688d38067c3cc1e5b8054e96 File: /usr/share/doc/pbm2l7k-990321 40755 root:root @@ -33,2 +34,2 @@ File: /usr/share/doc/pbm2l7k-990321/stairsc.prn 100644 root:root eb9f8785e75e98116c23cc39e35155ed -RPMIdentity: 9d388e49cdb4ea3af3762580105a8223210a340535932d4bfcfc9cafd4e9e5eb666afe6cbaeb7a478ae0ef990b800fd5739a8700adfbdc57b963bfa3ec22918a +RPMIdentity: 9ade0cbd1c57ce8574dfcbbf606ae4c81899036e2cf9479c841371ac781c15ad18d5df1a46bc96851298261dd1b6e5cdbc9a49a3f3aeab15cd2e692a623a47ea --- pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm.repo 2021-07-12 08:34:13.000000000 +0000 +++ pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm.hasher 2024-05-04 00:06:09.128228752 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1d 40755 root:root -/usr/lib/debug/.build-id/1d/983f0c41b091f71ebfafd141903b71d8725b39 120777 root:root ../../../../bin/pbm2l7k -/usr/lib/debug/.build-id/1d/983f0c41b091f71ebfafd141903b71d8725b39.debug 120777 root:root ../../usr/bin/pbm2l7k.debug +/usr/lib/debug/.build-id/12 40755 root:root +/usr/lib/debug/.build-id/12/10c65f1ae316a6eb3a7eee832bdac042a24501 120777 root:root ../../../../bin/pbm2l7k +/usr/lib/debug/.build-id/12/10c65f1ae316a6eb3a7eee832bdac042a24501.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/1d 40755 root:root -File: /usr/lib/debug/.build-id/1d/983f0c41b091f71ebfafd141903b71d8725b39 120777 root:root ../../../../bin/pbm2l7k -File: /usr/lib/debug/.build-id/1d/983f0c41b091f71ebfafd141903b71d8725b39.debug 120777 root:root ../../usr/bin/pbm2l7k.debug -File: /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root 09c2cafa81f6507bcb76c4ea5a869aef +File: /usr/lib/debug/.build-id/12 40755 root:root +File: /usr/lib/debug/.build-id/12/10c65f1ae316a6eb3a7eee832bdac042a24501 120777 root:root ../../../../bin/pbm2l7k +File: /usr/lib/debug/.build-id/12/10c65f1ae316a6eb3a7eee832bdac042a24501.debug 120777 root:root ../../usr/bin/pbm2l7k.debug +File: /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root b8c0027a505d4f0208748de994de2513 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: 48f22b8bdfcf6fa3a69320c7b2830a59c6c2ca181eb864e4c7853b594ccd7d2732b6edb9410b0b737167a912ef45e45ba7f043d11de0f503d9cbf898dd033127 +RPMIdentity: cbc6fefa15c23523f691b5a31732168e50d2a6153af1e787bae36b1faa875078876be76b77f22c7208147c6342fbfbad0ac6240e3a15014310b5186e9457c906