<86>Sep 23 05:04:15 userdel[2250467]: delete user 'rooter' <86>Sep 23 05:04:15 userdel[2250467]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:04:15 userdel[2250467]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:04:15 groupadd[2250497]: group added to /etc/group: name=rooter, GID=1820 <86>Sep 23 05:04:15 groupadd[2250497]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:04:15 groupadd[2250497]: new group: name=rooter, GID=1820 <86>Sep 23 05:04:15 useradd[2250535]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:04:15 userdel[2250572]: delete user 'builder' <86>Sep 23 05:04:15 userdel[2250572]: removed group 'builder' owned by 'builder' <86>Sep 23 05:04:15 userdel[2250572]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:04:15 groupadd[2250606]: group added to /etc/group: name=builder, GID=1821 <86>Sep 23 05:04:15 groupadd[2250606]: group added to /etc/gshadow: name=builder <86>Sep 23 05:04:15 groupadd[2250606]: new group: name=builder, GID=1821 <86>Sep 23 05:04:15 useradd[2250633]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/lexmark2070-0.6-alt1.1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/lexmark2070-0.6-alt1.1.nosrc.rpm (w1.gzdio) Installing lexmark2070-0.6-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73192 + 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.73192 + 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] 28 | #endif; | ^ Lexmark2070.c: In function 'print_pbm': Lexmark2070.c:213:5: warning: implicit declaration of function 'hilfe' [-Wimplicit-function-declaration] 213 | hilfe("No pages printed!"); | ^~~~~ Lexmark2070.c: At top level: Lexmark2070.c:226:1: warning: return type defaults to 'int' [-Wimplicit-int] 226 | hilfe(char *fehler) | ^~~~~ Lexmark2070.c:237:5: warning: first argument of 'main' should be 'int' [-Wmain] 237 | 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] 229 | } | ^ 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] 28 | #endif; | ^ pbm.c: In function 'make_pbm_stat': pbm.c:27:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 27 | line[strlen(line)-1] = 0; | ^~~~~~ pbm.c:15:1: note: include '' or provide a declaration of 'strlen' 14 | #include "pbm.h" +++ |+#include 15 | pbm.c:27:8: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 27 | line[strlen(line)-1] = 0; | ^~~~~~ pbm.c:27:8: note: include '' or provide a declaration of 'strlen' pbm.c:29:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 29 | if(!strcmp(line,"P1")) pbm->version=P1; | ^~~~~~ pbm.c:29:7: note: include '' or provide a declaration of 'strcmp' pbm.c: In function 'getbytes': pbm.c:54:37: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 54 | for(mask=0x80, acc=0, num=0, place=data; numrevdata, (pbm->width+7)/8); | ^~~~~~ pbm.c:89:7: note: include '' or provide a declaration of 'memcpy' pbm.c:89:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] pbm.c:89:7: note: include '' 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' [-Wbuiltin-declaration-mismatch] 132 | memcpy (pbm->revdata, data, (pbm->width+7)/8); | ^~~~~~ pbm.c:132:3: note: include '' 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.73192 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) Checking contents of files in /usr/src/tmp/lexmark2070-buildroot/ (default) Compressing files in /usr/src/tmp/lexmark2070-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. 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) Processing files: lexmark2070-0.6-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73192 + 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.v4evUt 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.HQ31KJ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: c2070, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), 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.3f6itH Creating lexmark2070-debuginfo package Processing files: lexmark2070-debuginfo-0.6-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DkgWlR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.htFwcQ find-requires: running scripts (debuginfo) Requires: lexmark2070 = 0.6-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to lexmark2070-debuginfo a strict dependency on lexmark2070 Wrote: /usr/src/RPM/RPMS/i586/lexmark2070-0.6-alt1.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/lexmark2070-debuginfo-0.6-alt1.1.i586.rpm (w2.lzdio) 0.19user 0.63system 0:05.48elapsed 15%CPU (0avgtext+0avgdata 21304maxresident)k 0inputs+0outputs (0major+126170minor)pagefaults 0swaps /.out/lexmark2070-0.6-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/lexmark2070-debuginfo-0.6-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL 0.50user 1.14system 0:09.01elapsed 18%CPU (0avgtext+0avgdata 12156maxresident)k 0inputs+0outputs (0major+96728minor)pagefaults 0swaps --- lexmark2070-0.6-alt1.1.i586.rpm.repo 2019-03-27 06:56:34.000000000 +0000 +++ lexmark2070-0.6-alt1.1.i586.rpm.hasher 2023-09-23 05:04:22.931825226 +0000 @@ -7,2 +7,4 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -12,3 +14,3 @@ Provides: lexmark2070 = 0.6-alt1.1:sisyphus+225727.1400.7.1 -File: /usr/bin/Lexmark2070 100755 root:root 3e5563e706646d2e8056f7e4b2c42416 +File: /usr/bin/Lexmark2070 100755 root:root e308189dcd8b932f9e67d88d9b2c9f34 File: /usr/share/doc/lexmark2070-0.6 40755 root:root @@ -16,2 +18,2 @@ File: /usr/share/doc/lexmark2070-0.6/README 100644 root:root 68c27fee49e70b1a497d0c038b9164bc -RPMIdentity: 92211f2d0d62a3ff4b14d716fccc45249f2babfbcbbec9c21270b93ed93bd4c5de719d845ca70073163d344a8d328991f254f999286f10f4debeaea181c225bf +RPMIdentity: 4d40845a6a050d6bc4c46ac6afc8e14d0dfdd4902d351e04e6d1385d03bf02874fc1fec323bb6afaaeadacb6b32862b7ae06bcecb8b233e0ab29b12e42d328a3 --- lexmark2070-debuginfo-0.6-alt1.1.i586.rpm.repo 2019-03-27 06:56:34.000000000 +0000 +++ lexmark2070-debuginfo-0.6-alt1.1.i586.rpm.hasher 2023-09-23 05:04:23.017827012 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c5 40755 root:root -/usr/lib/debug/.build-id/c5/873773dd750bf694de6d4471b30bd8b474199f 120777 root:root ../../../../bin/Lexmark2070 -/usr/lib/debug/.build-id/c5/873773dd750bf694de6d4471b30bd8b474199f.debug 120777 root:root ../../usr/bin/Lexmark2070.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/479835aaf3b3a223200c5d421a8d6572a6543c 120777 root:root ../../../../bin/Lexmark2070 +/usr/lib/debug/.build-id/f3/479835aaf3b3a223200c5d421a8d6572a6543c.debug 120777 root:root ../../usr/bin/Lexmark2070.debug /usr/lib/debug/usr/bin/Lexmark2070.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: lexmark2070-debuginfo = 0.6-alt1.1:sisyphus+225727.1400.7.1 -File: /usr/lib/debug/.build-id/c5 40755 root:root -File: /usr/lib/debug/.build-id/c5/873773dd750bf694de6d4471b30bd8b474199f 120777 root:root ../../../../bin/Lexmark2070 -File: /usr/lib/debug/.build-id/c5/873773dd750bf694de6d4471b30bd8b474199f.debug 120777 root:root ../../usr/bin/Lexmark2070.debug -File: /usr/lib/debug/usr/bin/Lexmark2070.debug 100644 root:root 60dc3312eacf08cf9fb9f58ca4716284 -RPMIdentity: 2597b199fa5ce140133c49d5e0687e137dc8439dfe3019d2bfced5e080ebc91b7eee7dfb88193b035673f8afd362878a8c2df14fd0982119a45f2dce5e01182f +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/479835aaf3b3a223200c5d421a8d6572a6543c 120777 root:root ../../../../bin/Lexmark2070 +File: /usr/lib/debug/.build-id/f3/479835aaf3b3a223200c5d421a8d6572a6543c.debug 120777 root:root ../../usr/bin/Lexmark2070.debug +File: /usr/lib/debug/usr/bin/Lexmark2070.debug 100644 root:root 67a8c98d15ca2ab61a22bc599c099f70 +RPMIdentity: fe50c62a29f465f52f6eb048ba667cceb122b71343c7a0565476f4399524576fd935ec0d4418ff8fd7ab3aa827ef3c099a5e1ee0ba93293a3d7699a6a89f947c