<86>Jan 28 15:44:14 userdel[436902]: delete user 'rooter' <86>Jan 28 15:44:14 userdel[436902]: removed group 'rooter' owned by 'rooter' <86>Jan 28 15:44:14 userdel[436902]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 15:44:14 groupadd[436943]: group added to /etc/group: name=rooter, GID=1862 <86>Jan 28 15:44:14 groupadd[436943]: group added to /etc/gshadow: name=rooter <86>Jan 28 15:44:14 groupadd[436943]: new group: name=rooter, GID=1862 <86>Jan 28 15:44:14 useradd[436968]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Jan 28 15:44:14 userdel[437013]: delete user 'builder' <86>Jan 28 15:44:14 userdel[437013]: removed group 'builder' owned by 'builder' <86>Jan 28 15:44:14 userdel[437013]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 15:44:14 groupadd[437061]: group added to /etc/group: name=builder, GID=1863 <86>Jan 28 15:44:14 groupadd[437061]: group added to /etc/gshadow: name=builder <86>Jan 28 15:44:14 groupadd[437061]: new group: name=builder, GID=1863 <86>Jan 28 15:44:14 useradd[437109]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ml85p-0.2.0-alt3.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ml85p-0.2.0-alt3.nosrc.rpm (w1.gzdio) Installing ml85p-0.2.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.10695 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ml85p-0.2.0 + echo 'Source #0 (ml85p-0.2.0.tar):' Source #0 (ml85p-0.2.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ml85p-0.2.0.tar + cd ml85p-0.2.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (ml85p-0.2.0-build_fix.patch):' Patch #1 (ml85p-0.2.0-build_fix.patch): + /usr/bin/patch -p1 patching file ml85p.c + echo 'Patch #2 (ml85p-ftbfs-gcc14.patch):' Patch #2 (ml85p-ftbfs-gcc14.patch): + /usr/bin/patch -p2 patching file ml85p.c Hunk #1 succeeded at 154 (offset 7 lines). Hunk #2 succeeded at 168 (offset 7 lines). Hunk #3 succeeded at 185 (offset 7 lines). Hunk #4 succeeded at 223 (offset 7 lines). + chmod 644 COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.c.orig ml85p.h printcap + sed -i 's|/usr/local/bin|/usr/bin|g' COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.c.orig ml85p.h printcap + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.10695 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ml85p-0.2.0 + rm -f ml85p + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o ml85p ml85p.c ml85p.c: In function 'outstb': ml85p.c:218:28: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 218 | st = inb(LPPORT+2) & 0x0f | 1; | ~~~~~~~~~~~~~~^~~~~~ ml85p.c: In function 'lpctrl1': ml85p.c:247:14: warning: unused variable 's' [-Wunused-variable] 247 | int *s; | ^ ml85p.c: In function 'lpoutw': ml85p.c:283:14: warning: unused variable 's' [-Wunused-variable] 283 | char s[100]; | ^ ml85p.c: In function 'reset_printer': ml85p.c:329:14: warning: unused variable 'cmd' [-Wunused-variable] 329 | int *cmd; | ^~~ ml85p.c: In function 'print_band': ml85p.c:355:13: warning: unused variable 'group' [-Wunused-variable] 355 | int group; | ^~~~~ ml85p.c: In function 'print_page': ml85p.c:415:24: warning: unused variable 'cmd_type' [-Wunused-variable] 415 | int i,cmd_code,cmd_type; | ^~~~~~~~ ml85p.c:415:15: warning: unused variable 'cmd_code' [-Wunused-variable] 415 | int i,cmd_code,cmd_type; | ^~~~~~~~ ml85p.c:414:14: warning: unused variable 'cmd' [-Wunused-variable] 414 | int *cmd; | ^~~ ml85p.c: In function 'get_bitmap': ml85p.c:461:17: warning: unused variable 'tmp' [-Wunused-variable] 461 | int i,k,tmp; | ^~~ ml85p.c:461:15: warning: unused variable 'k' [-Wunused-variable] 461 | int i,k,tmp; | ^ ml85p.c:461:13: warning: unused variable 'i' [-Wunused-variable] 461 | int i,k,tmp; | ^ ml85p.c:460:15: warning: unused variable 'dbgf' [-Wunused-variable] 460 | FILE *dbgf; | ^~~~ ml85p.c: In function 'out_packet': ml85p.c:523:26: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 523 | cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); | ^~~~ | | | unsigned char * In file included from /usr/include/features.h:511, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from ml85p.c:9: /usr/include/bits/stdio2.h:28:1: note: expected 'char *' but argument is of type 'unsigned char *' 28 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) | ^~~~~ ml85p.c:500:15: warning: unused variable 'dbgf' [-Wunused-variable] 500 | FILE *dbgf; | ^~~~ ml85p.c: In function 'compress_bitmap': ml85p.c:535:19: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 535 | if (fgets(cbm,200,bitmapf)<=0) { | ^~~ | | | unsigned char * /usr/include/bits/stdio2.h:305:8: note: expected 'char * restrict' but argument is of type 'unsigned char *' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:538:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 538 | if (strncmp(cbm,"P4",2)) { | ^~~ | | | unsigned char * In file included from ml85p.c:11: /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ml85p.c:540:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 540 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx ml85p.c:545:23: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 545 | fgets(cbm,200,bitmapf); | ^~~ | | | unsigned char * /usr/include/bits/stdio2.h:305:8: note: expected 'char * restrict' but argument is of type 'unsigned char *' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:548:20: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] 548 | if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { | ^~~ | | | unsigned char * /usr/include/stdio.h:430:43: note: expected 'const char *' but argument is of type 'unsigned char *' 430 | extern int sscanf (const char *__restrict __s, | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ml85p.c:530:13: warning: unused variable 'line' [-Wunused-variable] 530 | int line,band; | ^~~~ ml85p.c: In function 'main': ml85p.c:675:13: warning: unused variable 'size' [-Wunused-variable] 675 | int size; | ^~~~ ml85p.c:672:15: warning: unused variable 'i' [-Wunused-variable] 672 | int c,i; | ^ ml85p.c: In function 'sinpw': ml85p.c:185:1: warning: control reaches end of non-void function [-Wreturn-type] 185 | } | ^ ml85p.c: In function 'print_page': ml85p.c:425:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 425 | fread( cbm,size*4,1,cbmf ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'bitmap_seek': ml85p.c:451:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 451 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:454:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 454 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'get_bitmap': ml85p.c:467:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 467 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:471:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 471 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'compress_bitmap': ml85p.c:545:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 545 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10695 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ml85p-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ml85p-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ml85p-0.2.0 + install -pDm755 ml85p /usr/src/tmp/ml85p-buildroot/usr/bin/ml85p + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ml85p-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ml85p-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ml85p-buildroot/ (default) Compressing files in /usr/src/tmp/ml85p-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ml85p-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/ml85p-buildroot Processing files: ml85p-0.2.0-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10695 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ml85p-0.2.0 + DOCDIR=/usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + export DOCDIR + rm -rf /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + /bin/mkdir -p /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + cp -prL COPYING NEWS README THANKS ml85-print ml85-test printcap /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + chmod -R go-w /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + chmod -R a+rX /usr/src/tmp/ml85p-buildroot/usr/share/doc/ml85p-0.2.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ezx9SX 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.beSSB2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.aSWNnF Creating ml85p-debuginfo package Processing files: ml85p-debuginfo-0.2.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MILoQd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.E7QIO3 find-requires: running scripts (debuginfo) Requires: ml85p = 0.2.0-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to ml85p-debuginfo a strict dependency on ml85p Wrote: /usr/src/RPM/RPMS/x86_64/ml85p-0.2.0-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ml85p-debuginfo-0.2.0-alt3.x86_64.rpm (w2.lzdio) 0.34user 0.86system 0:05.68elapsed 21%CPU (0avgtext+0avgdata 32640maxresident)k 0inputs+0outputs (0major+146465minor)pagefaults 0swaps /.out/ml85p-0.2.0-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ml85p-debuginfo-0.2.0-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.61user 1.93system 0:10.93elapsed 23%CPU (0avgtext+0avgdata 11512maxresident)k 0inputs+0outputs (0major+94952minor)pagefaults 0swaps --- ml85p-0.2.0-alt3.x86_64.rpm.repo 2024-12-02 08:51:29.025574875 +0000 +++ ml85p-0.2.0-alt3.x86_64.rpm.hasher 2025-01-28 15:44:21.877447102 +0000 @@ -18,3 +18,3 @@ Provides: ml85p = 0.2.0-alt3:sisyphus+363823.100.1.1 -File: /usr/bin/ml85p 100755 root:root 832bd7a15fc7cd3ad5e8d43f4f67cfea +File: /usr/bin/ml85p 100755 root:root 6502b276f471c119386b66423d5f95b1 File: /usr/share/doc/ml85p-0.2.0 40755 root:root @@ -27,2 +27,2 @@ File: /usr/share/doc/ml85p-0.2.0/printcap 100644 root:root 62fcf0ac4240beab3b5c946f5775db2a -RPMIdentity: bfcaf6b1956292aacccb7914ada2b1590c1736c655f9a8aa010d8d1c7c0ede94556c0b4c31515fc63fa6c55046d0473c423062e6a2de90d48faa6801a02eb6d6 +RPMIdentity: a909470057a22378edb009401c723b3e90b0b6973d48080c38e52b01ef5170f0e33f12cf3381c1234f30b3d76337bff65ef37829e58e56b7493b98b9ae2dd02c --- ml85p-debuginfo-0.2.0-alt3.x86_64.rpm.repo 2024-12-02 08:51:29.202576580 +0000 +++ ml85p-debuginfo-0.2.0-alt3.x86_64.rpm.hasher 2025-01-28 15:44:21.953447765 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b0 40755 root:root -/usr/lib/debug/.build-id/b0/ab8e8f30c17e768721865a9f03c1fbc416b2f3 120777 root:root ../../../../bin/ml85p -/usr/lib/debug/.build-id/b0/ab8e8f30c17e768721865a9f03c1fbc416b2f3.debug 120777 root:root ../../usr/bin/ml85p.debug +/usr/lib/debug/.build-id/92 40755 root:root +/usr/lib/debug/.build-id/92/d5d01ba181dac024743b707f48c35ab0afe333 120777 root:root ../../../../bin/ml85p +/usr/lib/debug/.build-id/92/d5d01ba181dac024743b707f48c35ab0afe333.debug 120777 root:root ../../usr/bin/ml85p.debug /usr/lib/debug/usr/bin/ml85p.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: ml85p-debuginfo = 0.2.0-alt3:sisyphus+363823.100.1.1 -File: /usr/lib/debug/.build-id/b0 40755 root:root -File: /usr/lib/debug/.build-id/b0/ab8e8f30c17e768721865a9f03c1fbc416b2f3 120777 root:root ../../../../bin/ml85p -File: /usr/lib/debug/.build-id/b0/ab8e8f30c17e768721865a9f03c1fbc416b2f3.debug 120777 root:root ../../usr/bin/ml85p.debug -File: /usr/lib/debug/usr/bin/ml85p.debug 100644 root:root f1c448d60ef32572527ef727829ccb7b +File: /usr/lib/debug/.build-id/92 40755 root:root +File: /usr/lib/debug/.build-id/92/d5d01ba181dac024743b707f48c35ab0afe333 120777 root:root ../../../../bin/ml85p +File: /usr/lib/debug/.build-id/92/d5d01ba181dac024743b707f48c35ab0afe333.debug 120777 root:root ../../usr/bin/ml85p.debug +File: /usr/lib/debug/usr/bin/ml85p.debug 100644 root:root ba3464d4b79fe2b769cc3f9f4f54f6c4 File: /usr/src/debug/ml85p-0.2.0 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/ml85p-0.2.0/ml85p.h 100644 root:root e05840f97afa1692ddb960714cc32518 -RPMIdentity: 9a84be27819ff61f01e6b5fce14d075a8babcfc5294c47cec4e7b13b384ef6b9aa00bd06c34001202e20e0f4022e8d7e4ce902751548ca17f5a6c7b279426fc2 +RPMIdentity: 59258d63eabc7ab3ccede579e3a4312902e6dafaf2d2c4172b776ee048a9157949b3430a1287637e755a944458b7f42e3e56311800fd97c3822ff1af937ef390