* Package: games-arcade/afternoonstalker-1.1.5-r1 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking afternoonstalker-1.1.5.tar.gz to /var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work >>> Source unpacked in /var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work >>> Preparing source in /var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5 ... * Running eautoreconf in '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5' ... * Running 'aclocal -I macros' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: afternoonstalker-1.1.5/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5 ... * econf: updating afternoonstalker-1.1.5/config.sub with /usr/share/gnuconfig/config.sub * econf: updating afternoonstalker-1.1.5/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/afternoonstalker-1.1.5-r1 --htmldir=/usr/share/doc/afternoonstalker-1.1.5-r1/html --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ 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 x86_64-pc-linux-gnu-g++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-g++... none checking maximum warning verbosity option... -W -Wall for C++ checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for FLATZEBRA... yes checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating afternoonstalker.spec config.status: creating src/Makefile config.status: creating src/afternoonstalker.desktop config.status: creating doc/afternoonstalker.6 config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5 ... make -j 1 Making all in src make[1]: Entering directory '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5/src' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"afternoonstalker\" -DVERSION=\"1.1.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_LONG=1 -I. -DPKGDATADIR=\"/usr/share/afternoonstalker\" -DPKGSOUNDDIR=\"/usr/share/afternoonstalker/sounds\" -I../src/images -I/usr/include/flatzebra-0.1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pipe -march=native -fno-diagnostics-color -Og -g -W -Wall -c -o afternoonstalker-AfternoonStalkerEngine.o `test -f 'AfternoonStalkerEngine.cpp' || echo './'`AfternoonStalkerEngine.cpp In file included from AfternoonStalkerEngine.cpp:23: AfternoonStalkerEngine.h:66:33: error: ISO C++17 does not allow dynamic exception specifications 66 | throw(int, std::string); | ^~~~~ AfternoonStalkerEngine.h:353:24: error: ISO C++17 does not allow dynamic exception specifications 353 | void loadPixmaps() throw(PixmapLoadError); | ^~~~~ AfternoonStalkerEngine.h:367:37: error: ISO C++17 does not allow dynamic exception specifications 367 | void doOneTimeInitializations() throw(std::string); | ^~~~~ AfternoonStalkerEngine.h:373:22: error: ISO C++17 does not allow dynamic exception specifications 373 | void loadLevel() throw(std::string); | ^~~~~ AfternoonStalkerEngine.cpp:267:33: error: ISO C++17 does not allow dynamic exception specifications 267 | throw(int, string) | ^~~~~ AfternoonStalkerEngine.cpp:479:52: error: ISO C++17 does not allow dynamic exception specifications 479 | AfternoonStalkerEngine::doOneTimeInitializations() throw(string) | ^~~~~ AfternoonStalkerEngine.cpp:708:37: error: ISO C++17 does not allow dynamic exception specifications 708 | AfternoonStalkerEngine::loadLevel() throw(string) | ^~~~~ AfternoonStalkerEngine.cpp:2516:39: error: ISO C++17 does not allow dynamic exception specifications 2516 | AfternoonStalkerEngine::loadPixmaps() throw(PixmapLoadError) | ^~~~~ make[1]: *** [Makefile:581: afternoonstalker-AfternoonStalkerEngine.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5/src' make: *** [Makefile:505: all-recursive] Error 1 * ERROR: games-arcade/afternoonstalker-1.1.5-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-arcade/afternoonstalker-1.1.5-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-arcade/afternoonstalker-1.1.5-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-arcade:afternoonstalker-1.1.5-r1:20210430-191617.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5' * S: '/var/tmp/portage/games-arcade/afternoonstalker-1.1.5-r1/work/afternoonstalker-1.1.5'