+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/zaz.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.kWETmG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf zaz-1.0.0 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/zaz-1.0.0.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd zaz-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (zaz-1.0.0-mismatched_delete.patch):' Patch #0 (zaz-1.0.0-mismatched_delete.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/game.cpp Hunk #1 succeeded at 265 (offset -1 lines). + echo 'Patch #1 (zaz-1.0.0-jumpy_keyboard.patch):' Patch #1 (zaz-1.0.0-jumpy_keyboard.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/scene.cpp + chmod 644 src/audiobuffer.cpp src/ballpath.cpp src/bezier.cpp src/directorylister.cpp src/editor.cpp src/frame_events.cpp src/game.cpp src/gameloop.cpp src/hiscores.cpp src/level.cpp src/levelset.cpp src/lineeditor.cpp src/main.cpp src/mainmenu.cpp src/menu.cpp src/mixer.cpp src/oggsample.cpp src/ogvexport.cpp src/player.cpp src/profile.cpp src/scene.cpp src/settings.cpp src/splash.cpp src/streamingoggsample.cpp src/tests.cpp src/textureloader.cpp src/wavesample.cpp src/audiobuffer.h src/ballpath.h src/bezier.h src/common.h src/directorylister.h src/editor.h src/error.h src/frame_events.h src/game.h src/gameloop.h src/gettext.h src/hiscores.h src/level.h src/levelset.h src/lineeditor.h src/mainmenu.h src/menu.h src/mixer.h src/ogvexport.h src/player.h src/profile.h src/sample.h src/scene.h src/settings.h src/splash.h src/tests.h src/textureloader.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UJOaYG + umask 022 + cd /builddir/build/BUILD + cd zaz-1.0.0 + LDFLAGS=-lvorbis + 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=-lvorbis + 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 ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for style of include used by make... 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 dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for library containing strerror... none required checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none 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 riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for ZAZ... yes checking for FTGL... yes checking for IMG_Load in -lSDL_image... yes checking for vorbis_encode_init in -lvorbisenc... yes checking for main in -lGL... 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 GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating data/Makefile config.status: creating src/Makefile config.status: creating extra/Makefile config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0' Making all in po make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/po' make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/po' Making all in src make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/src' g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o main.o main.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o audiobuffer.o audiobuffer.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o mixer.o mixer.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o oggsample.o oggsample.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o scene.o scene.cpp In file included from gameloop.h:29:0, from main.cpp:21: menu.h: In constructor 'OptionMenuItem::OptionMenuItem(std::__cxx11::string, std::vector >, std::__cxx11::string, Scenes::Settings*, std::vector >)': menu.h:129:10: warning: 'OptionMenuItem::useDescriptions' will be initialized after [-Wreorder] bool useDescriptions; ^~~~~~~~~~~~~~~ menu.h:124:29: warning: 'std::vector > OptionMenuItem::descriptions' [-Wreorder] std::vectordescriptions; ^~~~~~~~~~~~ menu.h:132:5: warning: when initialized here [-Wreorder] OptionMenuItem(const std::string txt, std::vectorvalues, const std::string option, Scenes::Settings *settings = NULL, std::vectordescriptions = std::vector()) ^~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o settings.o settings.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o wavesample.o wavesample.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o streamingoggsample.o streamingoggsample.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o frame_events.o frame_events.cpp scene.cpp: In member function 'void Scenes::Scene::Go()': scene.cpp:286:13: warning: 'pcmbuffer' may be used uninitialized in this function [-Wmaybe-uninitialized] free(pcmbuffer); ~~~~^~~~~~~~~~~ scene.cpp:285:13: warning: 'pixels' may be used uninitialized in this function [-Wmaybe-uninitialized] free(pixels); ~~~~^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o ogvexport.o ogvexport.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o bezier.o bezier.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o textureloader.o textureloader.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o player.o player.cpp textureloader.cpp: In function 'int LoadBallsTextureFile(const char*, unsigned char, unsigned char, unsigned char, int)': textureloader.cpp:190:17: warning: unused variable 'oly' [-Wunused-variable] int oly = 0; ^~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o level.o level.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o ballpath.o ballpath.cpp textureloader.cpp: In function 'int LoadTextureFile(const char*)': textureloader.cpp:105:21: warning: 'texture_format' may be used uninitialized in this function [-Wmaybe-uninitialized] glTexImage2D( GL_TEXTURE_2D, 0, nOfColors, surface->w, surface->h, 0, ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ texture_format, GL_UNSIGNED_BYTE, surface->pixels ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ player.cpp: In member function 'void Player::Logic(Scenes::FrameEvents)': player.cpp:334:20: warning: variable 'pt1' set but not used [-Wunused-but-set-variable] XY pt1 = pts[currPt - 1]; ^~~ player.cpp:335:20: warning: variable 'pt2' set but not used [-Wunused-but-set-variable] XY pt2 = pts[currPt + 1]; ^~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o game.o game.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o editor.o editor.cpp game.cpp: In constructor 'Game::Game(SDL_Surface*, Level&, GLuint*, uint, uint, int, bool, bool, bool)': game.cpp:229:11: warning: unused variable 'cursdata' [-Wunused-variable] Uint8 cursdata[] = {0, 0, 0, 0, 0, 0, 0, 0}; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o mainmenu.o mainmenu.cpp editor.cpp: In member function 'virtual void Editor::Render(ulong)': editor.cpp:259:16: warning: unused variable 'y' [-Wunused-variable] double y = surface->h - 30; ^ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o menu.o menu.cpp In file included from mainmenu.h:25:0, from mainmenu.cpp:19: menu.h: In constructor 'OptionMenuItem::OptionMenuItem(std::__cxx11::string, std::vector >, std::__cxx11::string, Scenes::Settings*, std::vector >)': menu.h:129:10: warning: 'OptionMenuItem::useDescriptions' will be initialized after [-Wreorder] bool useDescriptions; ^~~~~~~~~~~~~~~ menu.h:124:29: warning: 'std::vector > OptionMenuItem::descriptions' [-Wreorder] std::vectordescriptions; ^~~~~~~~~~~~ menu.h:132:5: warning: when initialized here [-Wreorder] OptionMenuItem(const std::string txt, std::vectorvalues, const std::string option, Scenes::Settings *settings = NULL, std::vectordescriptions = std::vector()) ^~~~~~~~~~~~~~ In file included from mainmenu.cpp:19:0: mainmenu.h: In constructor 'MainMenu::MainMenu(SDL_Surface*, uint)': mainmenu.h:124:9: warning: 'MainMenu::oldMusicVol' will be initialized after [-Wreorder] int oldMusicVol; ^~~~~~~~~~~ mainmenu.h:123:12: warning: 'std::__cxx11::string MainMenu::oldLanguage' [-Wreorder] string oldLanguage; ^~~~~~~~~~~ mainmenu.cpp:28:1: warning: when initialized here [-Wreorder] MainMenu::MainMenu(SDL_Surface *surf, uint fps) ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o gameloop.o gameloop.cpp mainmenu.cpp: In member function 'virtual void MainMenu::Render(ulong)': mainmenu.cpp:714:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pos >= credits.size()) ~~~~^~~~~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o hiscores.o hiscores.cpp In file included from menu.cpp:21:0: menu.h: In constructor 'OptionMenuItem::OptionMenuItem(std::__cxx11::string, std::vector >, std::__cxx11::string, Scenes::Settings*, std::vector >)': menu.h:129:10: warning: 'OptionMenuItem::useDescriptions' will be initialized after [-Wreorder] bool useDescriptions; ^~~~~~~~~~~~~~~ menu.h:124:29: warning: 'std::vector > OptionMenuItem::descriptions' [-Wreorder] std::vectordescriptions; ^~~~~~~~~~~~ menu.h:132:5: warning: when initialized here [-Wreorder] OptionMenuItem(const std::string txt, std::vectorvalues, const std::string option, Scenes::Settings *settings = NULL, std::vectordescriptions = std::vector()) ^~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o lineeditor.o lineeditor.cpp In file included from gameloop.h:29:0, from gameloop.cpp:19: menu.h: In constructor 'OptionMenuItem::OptionMenuItem(std::__cxx11::string, std::vector >, std::__cxx11::string, Scenes::Settings*, std::vector >)': menu.h:129:10: warning: 'OptionMenuItem::useDescriptions' will be initialized after [-Wreorder] bool useDescriptions; ^~~~~~~~~~~~~~~ menu.h:124:29: warning: 'std::vector > OptionMenuItem::descriptions' [-Wreorder] std::vectordescriptions; ^~~~~~~~~~~~ menu.h:132:5: warning: when initialized here [-Wreorder] OptionMenuItem(const std::string txt, std::vectorvalues, const std::string option, Scenes::Settings *settings = NULL, std::vectordescriptions = std::vector()) ^~~~~~~~~~~~~~ gameloop.cpp: In member function 'virtual void GameLoop::Logic(ulong)': gameloop.cpp:346:14: warning: variable 'click' set but not used [-Wunused-but-set-variable] bool click = false; ^~~~~ In file included from common.h:45:0, from hiscores.cpp:25: hiscores.cpp: In destructor 'Scenes::HiScores::~HiScores()': error.h:37:50: warning: throw will always call terminate() [-Wterminate] #define ERR(a) throw(Error(a, __LINE__, __FILE__)) ^ hiscores.cpp:115:9: note: in expansion of macro 'ERR' ERR(filename + ": could not save hi scores"); ^~~ error.h:37:50: note: in C++11 destructors default to noexcept #define ERR(a) throw(Error(a, __LINE__, __FILE__)) ^ hiscores.cpp:115:9: note: in expansion of macro 'ERR' ERR(filename + ": could not save hi scores"); ^~~ lineeditor.cpp: In member function 'void Scenes::LineEditor::Logic(Scenes::FrameEvents)': lineeditor.cpp:163:25: warning: unused variable 'wc' [-Wunused-variable] wchar_t wc[2]; ^~ g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o tests.o tests.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o profile.o profile.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o directorylister.o directorylister.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o levelset.o levelset.cpp g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/freetype2 -DENABLE_SPLASH=true -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 -c -o splash.o splash.cpp g++ -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 -lvorbis -o zaz main.o audiobuffer.o mixer.o oggsample.o scene.o settings.o wavesample.o streamingoggsample.o frame_events.o ogvexport.o bezier.o textureloader.o player.o level.o ballpath.o game.o editor.o mainmenu.o menu.o gameloop.o hiscores.o lineeditor.o tests.o profile.o directorylister.o levelset.o splash.o -lSDL -lpthread -lvorbisfile -ltheoraenc -ltheoradec -logg -lftgl -lGL -lvorbisenc -lSDL_image make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/src' Making all in data make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/data' Making all in extra make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0' make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0' make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YPxc5j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 + cd zaz-1.0.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 'INSTALL=/usr/bin/install -p' Making install in po make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/po' /usr/bin/mkdir -p /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share installing de.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/zaz.mo installing es.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/zaz.mo installing pl.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/zaz.mo installing ru.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES/zaz.mo installing hu.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES/zaz.mo installing it.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/zaz.mo installing fr.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/zaz.mo installing tr.gmo as /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/locale/tr/LC_MESSAGES/zaz.mo if test "zaz" = "gettext-tools"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -p -m 644 ./$file \ /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/po' Making install in src make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/src' make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/bin" /usr/bin/install -p zaz '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/src' make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/src' Making install in data make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/data' make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/data' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/zaz" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz" /usr/bin/install -p -m 644 phbx_logo.png phbx_logo_overlay.png phbx_snd.ogg copyright.txt ptr.png balls1.png balls2.png cb.png bonus1.png bonus2.png bonus3.png bonus4.png bonus5.png explosion.png logo.png gpl3.png font1.ttf player.png FreeSans.ttf FreeMonoBold.ttf mus1.ogg mus2.ogg mus3.ogg mus4.ogg pull.ogg push.ogg ouch.ogg combo.ogg eliminate.ogg roll.ogg bonus.ogg extraball.ogg extralife.ogg timebonus.wav newcolor.ogg failedlevel.ogg menu.lvl levels.list level1.lvl level1.jpg '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz' /usr/bin/install -p -m 644 level1_thumb.jpg level2.lvl level2.jpg level2_thumb.jpg level3.lvl level3.jpg level3_thumb.jpg level4.lvl level4.jpg level4_thumb.jpg level5.lvl level5.jpg level5_thumb.jpg level6.lvl level6.jpg level6_thumb.jpg level7.lvl level7.jpg level7_thumb.jpg level8.lvl level8.jpg level8_thumb.jpg level9.lvl level9.jpg level9_thumb.jpg level10.lvl level10.jpg level10_thumb.jpg level11.lvl level11.jpg level11_thumb.jpg level12.lvl level12.jpg level12_thumb.jpg level12_overlay.png level13.lvl level13.jpg level13_thumb.jpg level13_overlay.png level14.lvl '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz' /usr/bin/install -p -m 644 level14.jpg level14_thumb.jpg level14_overlay.png level15.lvl level15.jpg level15_thumb.jpg level16.lvl level16.jpg level16_thumb.jpg level16_overlay.png level17.lvl level17.jpg level17_thumb.jpg level17_overlay.png level18.lvl level18.jpg level18_thumb.jpg level19.lvl level19.jpg level19_thumb.jpg level19_overlay.png level20.lvl level20.jpg level20_thumb.jpg level20_overlay.png level21.lvl level21.jpg level21_thumb.jpg level21_overlay.png level22.lvl level22.jpg level22_thumb.jpg level23.lvl level23.jpg level23_thumb.jpg level23_overlay.png pro.set easy.set '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz' make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/data' make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/data' Making install in extra make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/applications" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/applications" /usr/bin/install -p -m 644 zaz.desktop '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/applications' test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/pixmaps" /usr/bin/install -p -m 644 zaz.xpm '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/pixmaps' make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0/extra' make[1]: Entering directory '/builddir/build/BUILD/zaz-1.0.0' make[2]: Entering directory '/builddir/build/BUILD/zaz-1.0.0' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/zaz" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz" /usr/bin/install -p -m 644 README COPYING AUTHORS ChangeLog INSTALL NEWS '/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz' make[2]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0' make[1]: Leaving directory '/builddir/build/BUILD/zaz-1.0.0' + rm /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/FreeMonoBold.ttf + ln -s /usr/share/fonts/gnu-free/FreeMonoBold.ttf /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/FreeMonoBold.ttf + rm /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/FreeSans.ttf + ln -s /usr/share/fonts/gnu-free/FreeSans.ttf /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/FreeSans.ttf + rm /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/font1.ttf + ln -s /usr/share/fonts/oflb-dignas-handwriting/phranzysko_-_Digna_s_Handwriting.ttf /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/zaz/font1.ttf + rm -r /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/ + rm -rf /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/pixmaps/ + install -d /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/icons/hicolor/64x64/apps + convert extra/zaz.xpm /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/icons/hicolor/64x64/apps/zaz.png + install -d /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/icons/hicolor/128x128/apps + install -p -m 0644 /builddir/build/SOURCES/zaz.png /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/icons/hicolor/128x128/apps + desktop-file-validate /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/applications/zaz.desktop + install -d /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/appdata + install -p -m 0644 /builddir/build/SOURCES/zaz.appdata.xml /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/appdata + appstream-util validate-relax --nonet /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/appdata/zaz.appdata.xml /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/appdata/zaz.appdata.xml: GLib-GIO-Message: 20:46:08.235: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. OK + install -d /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/man/man6 + install -p -m 0644 /builddir/build/SOURCES/zaz.6 /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/man/man6/ + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 zaz + /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: zaz-1.0.0-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZPiYDm + umask 022 + cd /builddir/build/BUILD + cd zaz-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz + cp -pr AUTHORS /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz + cp -pr ChangeLog /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/doc/zaz + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7zdkIM + umask 022 + cd /builddir/build/BUILD + cd zaz-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/licenses/zaz + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/licenses/zaz + cp -pr COPYING /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/licenses/zaz + cp -pr data/copyright.txt /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64/usr/share/licenses/zaz + exit 0 Provides: application() application(zaz.desktop) metainfo() metainfo(zaz.appdata.xml) zaz = 1.0.0-20.fc28 zaz(riscv-64) = 1.0.0-20.fc28 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires(posttrans): /bin/sh Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libGL.so.1()(64bit) libSDL-1.2.so.0()(64bit) libSDL_image-1.2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libftgl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libogg.so.0()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtheoradec.so.1()(64bit) libtheoradec.so.1(libtheoradec_1.0)(64bit) libtheoraenc.so.1()(64bit) libtheoraenc.so.1(libtheoraenc_1.0)(64bit) libvorbis.so.0()(64bit) libvorbisenc.so.2()(64bit) libvorbisfile.so.3()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/zaz-1.0.0-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/zaz-1.0.0-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/zaz-1.0.0-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xW7Ebp + umask 022 + cd /builddir/build/BUILD + cd zaz-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/zaz-1.0.0-20.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