<86>Feb 25 00:52:13 userdel[1118184]: delete user 'rooter' <86>Feb 25 00:52:13 userdel[1118184]: removed group 'rooter' owned by 'rooter' <86>Feb 25 00:52:13 userdel[1118184]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 25 00:52:13 groupadd[1118567]: group added to /etc/group: name=rooter, GID=1835 <86>Feb 25 00:52:13 groupadd[1118567]: group added to /etc/gshadow: name=rooter <86>Feb 25 00:52:13 groupadd[1118567]: new group: name=rooter, GID=1835 <86>Feb 25 00:52:13 useradd[1118694]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash <86>Feb 25 00:52:13 userdel[1118900]: delete user 'builder' <86>Feb 25 00:52:13 groupadd[1119105]: group added to /etc/group: name=builder, GID=1836 <86>Feb 25 00:52:13 groupadd[1119105]: group added to /etc/gshadow: name=builder <86>Feb 25 00:52:13 groupadd[1119105]: new group: name=builder, GID=1836 <86>Feb 25 00:52:13 useradd[1119189]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash /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.18272 + 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.18272 + 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' make: Entering directory '/usr/src/RPM/BUILD/pbm2l7k-990321' cc -pipe -frecord-gcc-switches -Wall -g -O2 -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:12: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 440 | 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' 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) */ | ^~~~~~~~~~~~~~~~~ pbm2l7k.c: In function 'read_lines': pbm2l7k.c:199:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | int i,c; | ^ cc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o lxmisc.o lxmisc.c cc pbm2l7k.o lxmisc.o -o pbm2l7k cc -pipe -frecord-gcc-switches -Wall -g -O2 -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:3: 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 -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.9774 + 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.62843 + 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.JDqzsD 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.UJYDgD 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.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.TyvcfB 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.Sv87DB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0mFK0D 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) 1.03user 0.75system 0:07.71elapsed 23%CPU (0avgtext+0avgdata 31328maxresident)k 0inputs+0outputs (0major+150403minor)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.95user 2.48system 0:19.34elapsed 17%CPU (0avgtext+0avgdata 12200maxresident)k 0inputs+0outputs (0major+94205minor)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-02-25 00:52:26.581728674 +0000 @@ -21,3 +21,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 4a5496580518d6e2c35746663024a6b8 File: /usr/share/doc/pbm2l7k-990321 40755 root:root @@ -33,2 +33,2 @@ File: /usr/share/doc/pbm2l7k-990321/stairsc.prn 100644 root:root eb9f8785e75e98116c23cc39e35155ed -RPMIdentity: 9d388e49cdb4ea3af3762580105a8223210a340535932d4bfcfc9cafd4e9e5eb666afe6cbaeb7a478ae0ef990b800fd5739a8700adfbdc57b963bfa3ec22918a +RPMIdentity: ffe2b7ed0fdddc1606444ff081c873ac4850a9cade5ab79e0858a023ef80f4a4c199e7a6d10c82a459ca1ac59e4ff71d9ad65ce42184d4ba52a58d82318a0ae7 --- 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-02-25 00:52:26.862733121 +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/79 40755 root:root +/usr/lib/debug/.build-id/79/1f6b4a6793254d1b8f068067eccdb2833e611b 120777 root:root ../../../../bin/pbm2l7k +/usr/lib/debug/.build-id/79/1f6b4a6793254d1b8f068067eccdb2833e611b.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/79 40755 root:root +File: /usr/lib/debug/.build-id/79/1f6b4a6793254d1b8f068067eccdb2833e611b 120777 root:root ../../../../bin/pbm2l7k +File: /usr/lib/debug/.build-id/79/1f6b4a6793254d1b8f068067eccdb2833e611b.debug 120777 root:root ../../usr/bin/pbm2l7k.debug +File: /usr/lib/debug/usr/bin/pbm2l7k.debug 100644 root:root b06d692187ed67955e0bc89b421d2059 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: 7bd92849b457ac0a861cc9a190cac49a5f194325975db475e2bcedd2ef8addcb5de9e55455998121cc272fa4e58ad7d723a6811ab2df261f8289421df40c0d44