<86>Apr 27 09:03:52 userdel[2745170]: delete user 'rooter' <86>Apr 27 09:03:52 userdel[2745170]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:03:52 userdel[2745170]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:03:52 groupadd[2745215]: group added to /etc/group: name=rooter, GID=1829 <86>Apr 27 09:03:52 groupadd[2745215]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:03:52 groupadd[2745215]: new group: name=rooter, GID=1829 <86>Apr 27 09:03:52 useradd[2745262]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:03:52 userdel[2745331]: delete user 'builder' <86>Apr 27 09:03:52 userdel[2745331]: removed group 'builder' owned by 'builder' <86>Apr 27 09:03:52 userdel[2745331]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:03:52 groupadd[2745370]: group added to /etc/group: name=builder, GID=1830 <86>Apr 27 09:03:52 groupadd[2745370]: group added to /etc/gshadow: name=builder <86>Apr 27 09:03:52 groupadd[2745370]: new group: name=builder, GID=1830 <86>Apr 27 09:03:52 useradd[2745405]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 09:03:55 rpmi: libX11-locales-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440719 installed <13>Apr 27 09:03:55 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Apr 27 09:03:55 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441073 installed <13>Apr 27 09:03:55 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Apr 27 09:03:55 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Apr 27 09:03:57 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Apr 27 09:03:57 rpmi: libX11-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440722 installed <13>Apr 27 09:03:57 rpmi: libX11-devel-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440722 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pmars-0.9.2-alt2_31.nosrc.rpm (w1.gzdio) Installing pmars-0.9.2-alt2_31.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98380 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pmars-0.9.2 + echo 'Source #0 (pmars-0.9.2.tar.gz):' Source #0 (pmars-0.9.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/pmars-0.9.2.tar.gz + /bin/tar -xf - + cd pmars-0.9.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pmars-0.9.2-nostrip.patch):' Patch #0 (pmars-0.9.2-nostrip.patch): + /usr/bin/patch -p0 -b --suffix .nostrip patching file src/Makefile + echo 'Patch #1 (pmars-0.9.2-CCat.patch):' Patch #1 (pmars-0.9.2-CCat.patch): + /usr/bin/patch -p0 -b --suffix .CCat patching file src/Makefile + echo 'Patch #2 (pmars-sfprintf-format.patch):' Patch #2 (pmars-sfprintf-format.patch): + /usr/bin/patch -p0 -b --suffix .printf patching file src/asm.c patching file src/cdb.c patching file src/xwindisp.c patching file src/clparse.c + mkdir doc_install + cp -a doc doc_install + rm doc_install/doc/pmars.6 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98380 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pmars-0.9.2 + make -C src 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE' make: Entering directory '/usr/src/RPM/BUILD/pmars-0.9.2/src' Making pmars with compiler flags -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE Compiling pmars.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c pmars.c Compiling asm.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c asm.c asm.c: In function 'addsym': asm.c:306:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 306 | if ((symgrp = (grp_st *) MALLOC(sizeof(grp_st))) != NULL) | ^ asm.c: In function 'addline': asm.c:370:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 370 | if ((temp = (line_st *) MALLOC(sizeof(line_st))) != NULL) | ^ asm.c: In function 'encode': asm.c:1490:25: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1490 | else if (resultB) | ^ asm.c: In function 'parse': asm.c:2011:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 2011 | if (opcode < OPNUM) | ^ Compiling eval.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c eval.c Compiling disasm.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c disasm.c In file included from disasm.c:26: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ Compiling cdb.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c cdb.c In file included from cdb.c:30: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ cdb.c: In function 'cdb': cdb.c:523:11: warning: the address of 'argStr' will always evaluate as 'true' [-Waddress] 523 | if (argStr) { | ^~~~~~ cdb.c: In function 'subst_eval': cdb.c:1563:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1563 | sprintf(outs, "%d", (cycle + (warriorsLeft ? warriorsLeft : 1) - 1) / | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld 1564 | (warriorsLeft ? warriorsLeft : 1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdb.c:1507:29: warning: unused variable 'tmp' [-Wunused-variable] 1507 | int bi1 = 0, bi2 = 1, tmp, i; | ^~~ Compiling sim.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c sim.c In file included from sim.c:29: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ In file included from sim.c:92: xwindisp.c: In function 'conv_key': xwindisp.c:713:39: warning: pointer targets in passing argument 2 of 'XLookupString' differ in signedness [-Wpointer-sign] 713 | count = XLookupString(&event->xkey, buffer, 20, &keysym, &compose); | ^~~~~~ | | | unsigned char * In file included from xwindisp.c:40: /usr/include/X11/Xutil.h:536:5: note: expected 'char *' but argument is of type 'unsigned char *' 536 | char* /* buffer_return */, | ^~~~~ xwindisp.c: In function 'xWin_display_cycle': xwindisp.c:1284:9: warning: implicit declaration of function 'sighandler'; did you mean 'sa_handler'? [-Wimplicit-function-declaration] 1284 | sighandler(0); /* ??? debugState = STEP; *//* stepping = | ^~~~~~~~~~ | sa_handler xwindisp.c: In function 'init_xwin': xwindisp.c:1642:29: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] 1642 | pmarsicn_bits, pmarsicn_width, pmarsicn_height); | ^~~~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/X11/Xlib.h:47, from xwindisp.c:39: /usr/include/X11/Xlib.h:1603:5: note: expected 'const char *' but argument is of type 'unsigned char *' 1603 | _Xconst char* /* data */, | ^ Compiling pos.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c pos.c In file included from pos.c:24: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ Compiling clparse.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c clparse.c clparse.c: In function 'next_input': clparse.c:227:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 227 | fscanf(filep, "%s", inputs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ clparse.c:234:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 234 | fscanf(filep, "%[^\"]%*[\"]", inputs + i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clparse.c:237:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 237 | fgets(inputs, 100, filep); | ^~~~~~~~~~~~~~~~~~~~~~~~~ clparse.c:239:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 239 | fscanf(filep, "%s", inputs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling global.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c global.c Compiling token.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c token.c Compiling str_eng.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DEXT94 -DXWINGRAPHX -DPERMUTATE -c str_eng.c Linking pmars gcc -o pmars pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o clparse.o global.o token.o str_eng.o -L/usr/X11R6/lib -lX11 done make: Leaving directory '/usr/src/RPM/BUILD/pmars-0.9.2/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.19733 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pmars-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pmars-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd pmars-0.9.2 + install -D -p -m 755 src/pmars /usr/src/tmp/pmars-buildroot/usr/bin/pmars + install -D -p -m 644 doc/pmars.6 /usr/src/tmp/pmars-buildroot/usr/share/man/man6/pmars.6 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pmars-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pmars-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pmars-buildroot/ (default) Compressing files in /usr/src/tmp/pmars-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pmars-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/pmars: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pmars-buildroot Processing files: pmars-0.9.2-alt2_31 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19733 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pmars-0.9.2 + DOCDIR=/usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + export DOCDIR + rm -rf /usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + /bin/mkdir -p /usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + cp -prL AUTHORS ChangeLog CONTRIB COPYING README config/ doc_install/doc/ warriors/ /usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + chmod -R go-w /usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + chmod -R a+rX /usr/src/tmp/pmars-buildroot/usr/share/doc/pmars-0.9.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1bni9r 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.nVLYes find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: fonts-bitmap-75dpi, /lib/ld-linux.so.2, libX11.so.6 >= set:oipS12lcYSecEFrZh8z5TaDgaMpaZfiZiAa5G6pxvtEk4ynfOdf7Zigt6RlZlDDWX18vEgogRopNStqR0ZdNcBAY0x1W57hZKCCXI0GBAM9oEASlgVh5qCr, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.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) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xHTXmw Creating pmars-debuginfo package Processing files: pmars-debuginfo-0.9.2-alt2_31 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GBinF4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ggb5vd find-requires: running scripts (debuginfo) Requires: pmars = 0.9.2-alt2_31, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libX11.so.6), debug(libc.so.6) Adding to pmars-debuginfo a strict dependency on pmars Wrote: /usr/src/RPM/RPMS/i586/pmars-0.9.2-alt2_31.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pmars-debuginfo-0.9.2-alt2_31.i586.rpm (w2.lzdio) 2.93user 1.53system 0:08.11elapsed 55%CPU (0avgtext+0avgdata 55716maxresident)k 0inputs+0outputs (0major+219540minor)pagefaults 0swaps 3.46user 2.77system 0:19.62elapsed 31%CPU (0avgtext+0avgdata 127576maxresident)k 0inputs+0outputs (0major+206018minor)pagefaults 0swaps --- pmars-0.9.2-alt2_31.i586.rpm.repo 2023-08-29 19:45:59.000000000 +0000 +++ pmars-0.9.2-alt2_31.i586.rpm.hasher 2024-04-27 09:04:08.615095545 +0000 @@ -43,3 +43,3 @@ Provides: pmars = 0.9.2-alt2_31:sisyphus+328239.100.1.1 -File: /usr/bin/pmars 100755 root:root 0d1afd4acfe08f6965ed750188c4bd2e +File: /usr/bin/pmars 100755 root:root 947def01d7fa595ee73f0c17e59938be File: /usr/share/doc/pmars-0.9.2 40755 root:root @@ -71,2 +71,2 @@ File: /usr/share/man/man6/pmars.6.xz 100644 root:root b0bee47e37a6931cda2cf9308d6f0c3f -RPMIdentity: 0a1affd28a5671481f32828e392f083e9e71193e8cc461c3992cce1c5641d4ad335215d11d6b03ea19942adc1f70d6bd32bb415dc59256946f3c840c399dbc08 +RPMIdentity: 10c1fbf7a19ecbeca9edea8bbfe9954fd342a4cd9239c0123b1412d2c9da5572e39e20773526f0493de504447a146ecb3517b733fb6ab39c72480340121e2cc8 --- pmars-debuginfo-0.9.2-alt2_31.i586.rpm.repo 2023-08-29 19:45:59.000000000 +0000 +++ pmars-debuginfo-0.9.2-alt2_31.i586.rpm.hasher 2024-04-27 09:04:08.704097065 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/bf 40755 root:root -/usr/lib/debug/.build-id/bf/c2f16f24ed1df6a951e343d86835f958e3b035 120777 root:root ../../../../bin/pmars -/usr/lib/debug/.build-id/bf/c2f16f24ed1df6a951e343d86835f958e3b035.debug 120777 root:root ../../usr/bin/pmars.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/596499603fef7ff07a948bbbc781c461c95fd5 120777 root:root ../../../../bin/pmars +/usr/lib/debug/.build-id/b0/596499603fef7ff07a948bbbc781c461c95fd5.debug 120777 root:root ../../usr/bin/pmars.debug /usr/lib/debug/usr/bin/pmars.debug 100644 root:root @@ -28,6 +28,6 @@ Provides: pmars-debuginfo = 0.9.2-alt2_31:sisyphus+328239.100.1.1 -File: /usr/lib/debug/.build-id/bf 40755 root:root -File: /usr/lib/debug/.build-id/bf/c2f16f24ed1df6a951e343d86835f958e3b035 120777 root:root ../../../../bin/pmars -File: /usr/lib/debug/.build-id/bf/c2f16f24ed1df6a951e343d86835f958e3b035.debug 120777 root:root ../../usr/bin/pmars.debug -File: /usr/lib/debug/usr/bin/pmars.debug 100644 root:root 6f008e8944ed679f41685bd1411b6524 +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/596499603fef7ff07a948bbbc781c461c95fd5 120777 root:root ../../../../bin/pmars +File: /usr/lib/debug/.build-id/b0/596499603fef7ff07a948bbbc781c461c95fd5.debug 120777 root:root ../../usr/bin/pmars.debug +File: /usr/lib/debug/usr/bin/pmars.debug 100644 root:root 689eb29d2c3e1599446933a664326f69 File: /usr/src/debug/pmars-0.9.2 40755 root:root @@ -50,2 +50,2 @@ File: /usr/src/debug/pmars-0.9.2/src/xwindisp.c 100644 root:root 175efbe7a3b5af5fab230e4e328b86b3 -RPMIdentity: aa8e3b26cd0106ebdb20d5abd2b2de614604941cfcd20d62765addd1f3d5b5505ff4ed2cc31ec1a5e71e917be05498d6f547f38e01d89d5af53bbd7ac6e15021 +RPMIdentity: 1eaa7384b905a78d2f029865703d6eb0b2558989de2ece8660538db1c4e6d7254c5fe8200c96bac730ee4a3ecd4f91628e6ea9ad45e44f2fa55e197f256ed0a9