+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/sopwith.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BmSHkd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sopwith-1.8.4 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/sopwith-1.8.4.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sopwith-1.8.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (sopwith-sdl-video.patch):' Patch #0 (sopwith-sdl-video.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/sdl/video.c Hunk #1 succeeded at 37 (offset 6 lines). + echo 'Patch #1 (sopwith-vid_vga.patch):' Patch #1 (sopwith-vid_vga.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/vid_vga.c Hunk #1 succeeded at 33 (offset 1 line). + sed -i 's/\r//' doc/readme.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.F2pLCq + umask 022 + cd /builddir/build/BUILD + cd sopwith-1.8.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./autotools/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./autotools/config.sub ++ basename ./autotools/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./autotools/config.sub '/usr/lib/rpm/redhat/config.sub' -> './autotools/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./autotools/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./autotools/config.guess ++ basename ./autotools/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./autotools/config.guess '/usr/lib/rpm/redhat/config.guess' -> './autotools/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.1.3... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking netinet/ip.h usability... yes checking netinet/ip.h presence... yes checking for netinet/ip.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gtk/Makefile config.status: creating src/sdl/Makefile config.status: creating src/psion/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4' Making all in src make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src' Making all in sdl make[3]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I.. -c video.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I.. -c pcsound.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I.. -c timer.c In file included from video.c:38:0: ../vid_vga.c: In function 'Vid_DispGround_Solid': ../vid_vga.c:102:19: warning: variable 'gl' set but not used [-Wunused-but-set-variable] register int gc, gl; ^~ video.c: In function 'Vid_GetKey': video.c:606:6: warning: unused variable 'l' [-Wunused-variable] int l; ^ At top level: video.c:69:12: warning: 'getcolor' defined but not used [-Wunused-function] static int getcolor(int r, int g, int b) ^~~~~~~~ video.c:67:12: warning: 'colors' defined but not used [-Wunused-variable] static int colors[16]; ^~~~~~ In file included from ../vid_vga.c:32:0, from video.c:38: ../swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ rm -f libsdlsopwith.a ar cru libsdlsopwith.a video.o pcsound.o timer.o ranlib libsdlsopwith.a make[3]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' make[3]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swmisc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swcollsn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swground.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c tcpcomm.c swcollsn.c: In function 'swcollsn': swcollsn.c:401:14: warning: variable 'prevx2' set but not used [-Wunused-but-set-variable] int prevx1, prevx2; ^~~~~~ In file included from swcollsn.c:35:0: At top level: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swconf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swsound.c In file included from swconf.c:41:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swgrpha.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swmove.c In file included from swgrpha.c:34:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swdisp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swsymbol.c In file included from swmove.c:37:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ In file included from swdisp.c:31:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swasynio.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swinit.c swasynio.c:88:12: warning: 'asynin' defined but not used [-Wunused-function] static int asynin() ^~~~~~ In file included from swasynio.c:38:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swend.c In file included from swend.c:30:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swtitle.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swauto.c swauto.c: In function 'aim': swauto.c:200:24: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] if (ob->ob_dx && (dx < 0 == ob->ob_dx < 0)) { ~~~^~~ In file included from swauto.c:30:0: At top level: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swobject.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swgames.c In file included from swobject.c:27:0: swmain.h:50:13: warning: 'titleflg' defined but not used [-Wunused-variable] static BOOL titleflg; ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swmain.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c swutil.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -c video.c swutil.c: In function 'movexy': swutil.c:40:12: warning: 'pos' is used uninitialized in this function [-Wuninitialized] if (pos >= ((MAX_X - 10) << 16)) pos = (MAX_X - 10) << 16; ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I.. -I/usr/include/SDL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sopwith swcollsn.o swground.o swmisc.o tcpcomm.o swconf.o swsound.o swgrpha.o swmove.o swdisp.o swsymbol.o swasynio.o swinit.o swend.o swtitle.o swauto.o swobject.o swgames.o swmain.o swutil.o video.o sdl/libsdlsopwith.a -lSDL -lpthread make[3]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src' make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4' make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4' make[1]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cICPG5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 + cd sopwith-1.8.4 + make DESTDIR=/builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 install Making install in src make[1]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src' Making install in sdl make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' make[3]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src/sdl' make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src' make[3]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/src' /bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/bin mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/bin /usr/bin/install -c sopwith /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/bin/sopwith make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src' make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src' make[1]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[2]: Nothing to be done for 'install-exec-am'. make install-man6 make[3]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4/doc' /bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/man/man6 mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/man mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/man/man6 /usr/bin/install -c -m 644 ./sopwith.6 /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/man/man6/sopwith.6 make[3]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/doc' /bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc mkdir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith /usr/bin/install -c -m 644 ./dlcvsamj.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith/dlcvsamj.txt /usr/bin/install -c -m 644 ./keys.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith/keys.txt /usr/bin/install -c -m 644 ./origdoc.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith/origdoc.txt /usr/bin/install -c -m 644 ./readme.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith/readme.txt make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[1]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4/doc' make[1]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4' make[2]: Entering directory '/builddir/build/BUILD/sopwith-1.8.4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4' make[1]: Leaving directory '/builddir/build/BUILD/sopwith-1.8.4' + rm -rf /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cat + desktop-file-install --delete-original --dir /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/applications --add-category ArcadeGame --add-category Game sopwith.desktop + mkdir -p /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/pixmaps + cp /builddir/build/SOURCES/sopwith.png /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/pixmaps + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sopwith-1.8.4-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9j176y + umask 022 + cd /builddir/build/BUILD + cd sopwith-1.8.4 + DOCDIR=/builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr AUTHORS /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr COPYING /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr FAQ /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr NEWS /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr README /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr TODO /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr doc/keys.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr doc/origdoc.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + cp -pr doc/readme.txt /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64/usr/share/doc/sopwith + exit 0 Provides: application() application(sopwith.desktop) sopwith = 1.8.4-6.fc28 sopwith(riscv-64) = 1.8.4-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libSDL-1.2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/sopwith-1.8.4-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/sopwith-1.8.4-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hsVecA + umask 022 + cd /builddir/build/BUILD + cd sopwith-1.8.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sopwith-1.8.4-6.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff