<86>Feb 27 00:36:32 userdel[2687869]: delete user 'rooter'
<86>Feb 27 00:36:32 userdel[2687869]: removed group 'rooter' owned by 'rooter'
<86>Feb 27 00:36:32 userdel[2687869]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 27 00:36:32 groupadd[2687911]: group added to /etc/group: name=rooter, GID=1329
<86>Feb 27 00:36:32 groupadd[2687911]: group added to /etc/gshadow: name=rooter
<86>Feb 27 00:36:32 groupadd[2687911]: new group: name=rooter, GID=1329
<86>Feb 27 00:36:32 useradd[2687936]: new user: name=rooter, UID=1329, GID=1329, home=/root, shell=/bin/bash
<86>Feb 27 00:36:32 userdel[2687994]: delete user 'builder'
<86>Feb 27 00:36:32 userdel[2687994]: removed group 'builder' owned by 'builder'
<86>Feb 27 00:36:32 userdel[2687994]: removed shadow group 'builder' owned by 'builder'
<86>Feb 27 00:36:32 groupadd[2688026]: group added to /etc/group: name=builder, GID=1330
<86>Feb 27 00:36:32 groupadd[2688026]: group added to /etc/gshadow: name=builder
<86>Feb 27 00:36:32 groupadd[2688026]: new group: name=builder, GID=1330
<86>Feb 27 00:36:32 useradd[2688057]: new user: name=builder, UID=1330, GID=1330, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/frotz-2.43-alt1.src.rpm: The use of such a license name is ambiguous: GPL
/usr/src/in/srpm/frotz-2.43-alt1.src.rpm: license not found in '/usr/share/license' directory: v2
warning: user alex does not exist - using root
warning: group alex does not exist - using root
warning: user alex does not exist - using root
warning: group alex does not exist - using root
<13>Feb 27 00:36:33 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed
<13>Feb 27 00:36:33 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed
<13>Feb 27 00:36:33 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/frotz-2.43-alt1.nosrc.rpm (w1.gzdio)
Installing frotz-2.43-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88499
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf frotz-2.43
+ echo 'Source #0 (frotz-2.43.tar.gz):'
Source #0 (frotz-2.43.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/frotz-2.43.tar.gz
+ /bin/tar -xf -
+ cd frotz-2.43
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88499
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd frotz-2.43
+ make PREFIX=/usr CONFIG_DIR=/etc SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp CURSES=-lncurses CURSES_DEF=-DUSE_NCURSES_H
make: Entering directory '/usr/src/RPM/BUILD/frotz-2.43'
checking for soundcard.h
I see we have /usr/include/sys/soundcard.h...

gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/buffer.o -c src/common/buffer.c
src/common/buffer.c: In function 'init_buffer':
src/common/buffer.c:148:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  148 |     memset(buffer, 0, sizeof (zchar) * TEXT_BUFFER_SIZE);
      |     ^~~~~~
src/common/buffer.c:22:1: note: include '<string.h>' or provide a declaration of 'memset'
   21 | #include "frotz.h"
  +++ |+#include <string.h>
   22 | 
src/common/buffer.c:148:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  148 |     memset(buffer, 0, sizeof (zchar) * TEXT_BUFFER_SIZE);
      |     ^~~~~~
src/common/buffer.c:148:5: note: include '<string.h>' or provide a declaration of 'memset'
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/err.o -c src/common/err.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/fastmem.o -c src/common/fastmem.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/files.o -c src/common/files.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/hotkey.o -c src/common/hotkey.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/input.o -c src/common/input.c
src/common/input.c: In function 'z_read_mouse':
src/common/input.c:314:11: warning: implicit declaration of function 'os_read_mouse'; did you mean 'z_read_mouse'? [-Wimplicit-function-declaration]
  314 |     btn = os_read_mouse ();
      |           ^~~~~~~~~~~~~
      |           z_read_mouse
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/main.o -c src/common/main.c
src/common/main.c: In function 'main':
src/common/main.c:173:5: warning: implicit declaration of function 'init_buffer'; did you mean 'setbuffer'? [-Wimplicit-function-declaration]
  173 |     init_buffer ();
      |     ^~~~~~~~~~~
      |     setbuffer
src/common/main.c:179:5: warning: implicit declaration of function 'init_process' [-Wimplicit-function-declaration]
  179 |     init_process ();
      |     ^~~~~~~~~~~~
src/common/main.c:181:5: warning: implicit declaration of function 'init_sound'; did you mean 'init_undo'? [-Wimplicit-function-declaration]
  181 |     init_sound ();
      |     ^~~~~~~~~~
      |     init_undo
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/math.o -c src/common/math.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/object.o -c src/common/object.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/process.o -c src/common/process.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/quetzal.o -c src/common/quetzal.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/random.o -c src/common/random.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/redirect.o -c src/common/redirect.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/screen.o -c src/common/screen.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/sound.o -c src/common/sound.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/stream.o -c src/common/stream.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/table.o -c src/common/table.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/text.o -c src/common/text.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/common/variable.o -c src/common/variable.c

Archiving common code...
ar rc src/frotz_common.a src/common/buffer.o src/common/err.o src/common/fastmem.o src/common/files.o src/common/hotkey.o src/common/input.o src/common/main.o src/common/math.o src/common/object.o src/common/process.o src/common/quetzal.o src/common/random.o src/common/redirect.o src/common/screen.o src/common/sound.o src/common/stream.o src/common/table.o src/common/text.o src/common/variable.o
ranlib src/frotz_common.a

gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_init.o -c src/curses/ux_init.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_input.o -c src/curses/ux_input.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_pic.o -c src/curses/ux_pic.c
src/curses/ux_pic.c: In function 'unix_init_pictures':
src/curses/ux_pic.c:99:24: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
   99 |   sprintf(filename, "%.*sgraphics/%.*s.mg1",
      |                      ~~^~
      |                        |
      |                        int
  100 |           basename - story_name, story_name, namelen, basename);
      |           ~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    long int
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_screen.o -c src/curses/ux_screen.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_text.o -c src/curses/ux_text.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_audio_none.o -c src/curses/ux_audio_none.c
gcc -O2  -DCONFIG_DIR="\"/etc\"" -DUSE_NCURSES_H -DVERSION="\"2.43\"" -DSOUND_DEV="\"/dev/dsp\"" -DCOLOR_SUPPORT -DOSS_SOUND     -o src/curses/ux_audio_oss.o -c src/curses/ux_audio_oss.c
src/curses/ux_audio_oss.c: In function 'os_prepare_sample':
src/curses/ux_audio_oss.c:222:24: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  222 |   sprintf(filename, "%.*ssound/%.*s%02d.snd",
      |                      ~~^~
      |                        |
      |                        int
  223 |           basename - story_name, story_name,
      |           ~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    long int

Archiving curses interface code...
ar rc src/frotz_curses.a src/curses/ux_init.o src/curses/ux_input.o src/curses/ux_pic.o src/curses/ux_screen.o src/curses/ux_text.o src/curses/ux_audio_none.o src/curses/ux_audio_oss.o
ranlib src/frotz_curses.a

gcc -o frotz src/frotz_common.a src/frotz_curses.a  -lncurses \
	
make: Leaving directory '/usr/src/RPM/BUILD/frotz-2.43'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2113
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/frotz-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/frotz-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd frotz-2.43
+ make PREFIX=/usr/src/tmp/frotz-buildroot/usr MAN_PREFIX=/usr/src/tmp/frotz-buildroot/usr/share install
make: Entering directory '/usr/src/RPM/BUILD/frotz-2.43'
gcc -o frotz src/frotz_common.a src/frotz_curses.a  -lcurses \
	
strip frotz
install -d /usr/src/tmp/frotz-buildroot/usr/bin
install -d /usr/src/tmp/frotz-buildroot/usr/share/man/man6
install -c -m 755 frotz /usr/src/tmp/frotz-buildroot/usr/bin
install -c -m 644 doc/frotz.6 /usr/src/tmp/frotz-buildroot/usr/share/man/man6
make: Leaving directory '/usr/src/RPM/BUILD/frotz-2.43'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/frotz-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/frotz-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/frotz-buildroot/ (default)
Compressing files in /usr/src/tmp/frotz-buildroot (auto)
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/bin/frotz
Verifying ELF objects in /usr/src/tmp/frotz-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: frotz-2.43-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2113
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd frotz-2.43
+ DOCDIR=/usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ export DOCDIR
+ rm -rf /usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ /bin/mkdir -p /usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ cp -prL AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO doc/frotz.conf-big doc/frotz.conf-small /usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ chmod -R go-w /usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ chmod -R a+rX /usr/src/tmp/frotz-buildroot/usr/share/doc/frotz-2.43
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5zmLdJ
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.dJcOHr
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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libncurses.so.5()(64bit) >= set:mhWiBzDlR0BkKnAiKxvS1jZ0hCeaAtGtJ16fYo3T1kDaw67m9LNuOAD2O0MZk2, libtinfo.so.5()(64bit) >= set:lhdIBtZCgpMt1SYSh3MJhYA5baLZ6hNq0, 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.S9lGpm
Wrote: /usr/src/RPM/RPMS/x86_64/frotz-2.43-alt1.x86_64.rpm (w2.lzdio)
1.88user 0.71system 0:05.36elapsed 48%CPU (0avgtext+0avgdata 32496maxresident)k
0inputs+0outputs (0major+209282minor)pagefaults 0swaps
/.out/frotz-2.43-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/frotz-2.43-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: v2
1.94user 1.31system 0:10.52elapsed 30%CPU (0avgtext+0avgdata 109744maxresident)k
0inputs+0outputs (32696major+168519minor)pagefaults 0swaps
--- frotz-2.43-alt1.x86_64.rpm.repo	2005-10-25 14:15:38.000000000 +0000
+++ frotz-2.43-alt1.x86_64.rpm.hasher	2023-02-27 00:36:40.650352260 +0000
@@ -10,12 +10,17 @@
 /usr/share/doc/frotz-2.43/frotz.conf-small	100644	root:root	
-/usr/share/man/man6/frotz.6.gz	100644	root:root	
-Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1
-Requires: rpmlib(CompressedFileNames) <= 3.0.4-1
-Requires: libc.so.6()(64bit)  
+/usr/share/man/man6/frotz.6.xz	100644	root:root	
+Requires: /lib64/ld-linux-x86-64.so.2  
+Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
 Requires: libc.so.6(GLIBC_2.3)(64bit)  
-Requires: libncurses.so.5()(64bit)  
-Requires: libtinfo.so.5()(64bit)  
+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)  
+Requires: libncurses.so.5()(64bit) >= set:mhWiBzDlR0BkKnAiKxvS1jZ0hCeaAtGtJ16fYo3T1kDaw67m9LNuOAD2O0MZk2
+Requires: rpmlib(SetVersions)  
+Requires: libtinfo.so.5()(64bit) >= set:lhdIBtZCgpMt1SYSh3MJhYA5baLZ6hNq0
+Requires: rtld(GNU_HASH)  
+Requires: rpmlib(PayloadIsLzma)  
 Provides: frotz = 2.43-alt1
-File: /usr/bin/frotz	100755	root:root	eac14a3fd95dd0d22e6c313c86f487ed	
+File: /usr/bin/frotz	100755	root:root	e5059270e1c4e154823614b82650bbd8	
 File: /usr/share/doc/frotz-2.43	40755	root:root		
@@ -29,3 +34,3 @@
 File: /usr/share/doc/frotz-2.43/frotz.conf-small	100644	root:root	88747afe37ab09ce8b1b502e314f73b5	
-File: /usr/share/man/man6/frotz.6.gz	100644	root:root	397510707f47ea622d33869c56178ac8	
-RPMIdentity: e7f155ca32792dd86b8fbd0b285dfad42332eed589f215b4d366b9b80fda23ac8b0d38efdafbd197858751834f42f2db4042e97f32ef8cc412ed91c4faf81709
+File: /usr/share/man/man6/frotz.6.xz	100644	root:root	d530378c5a4ae0baf77f1fb52a7a0f1e	
+RPMIdentity: d5713438a4f2e460612b79e5cfa6db7aeb3d14b1078d45564326dac1cbe833e572be26411c2b24ea774da25ffc6847988645abb1af492c8c04edbe8e730c0e72