* Package: games-emulation/advancescan-1.16-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 advancescan-1.16.tar.gz to /var/tmp/portage/games-emulation/advancescan-1.16-r1/work >>> Unpacking advancescan-1.16-gcc6.patch to /var/tmp/portage/games-emulation/advancescan-1.16-r1/work unpack advancescan-1.16-gcc6.patch: file format not recognized. Ignoring. >>> Source unpacked in /var/tmp/portage/games-emulation/advancescan-1.16-r1/work >>> Preparing source in /var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16 ... * Applying advancescan-1.16-sys-expat.patch ... [ ok ] * Applying advancescan-1.16-gcc6.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16' ... * Running 'aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: advancescan-1.16/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16 ... * econf: updating advancescan-1.16/config.sub with /usr/share/gnuconfig/config.sub * econf: updating advancescan-1.16/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-silent-rules --docdir=/usr/share/doc/advancescan-1.16-r1 --htmldir=/usr/share/doc/advancescan-1.16-r1/html --libdir=/usr/lib64 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for gawk... (cached) gawk checking for tar... tar checking for gzip... gzip checking for groff... groff checking for col... col checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 whether byte ordering is bigendian... no checking for adler32 in -lz... yes checking for XML_Parse in -lexpat... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for getopt... yes checking for getopt_long... yes checking for snprintf... yes checking for vsnprintf... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16 ... make -j 1 make all-am make[1]: Entering directory '/var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -DUSE_LSB -DUSE_ERROR_SILENT -c -o scan.o scan.cc In file included from rom.h:24, from game.h:24, from scan.cc:23: file.h:70:43: error: ISO C++17 does not allow dynamic exception specifications 70 | bool file_exists(const std::string& file) throw (error); | ^~~~~ file.h:71:75: error: ISO C++17 does not allow dynamic exception specifications 71 | e(const std::string& path, const char* data, unsigned size) throw (error); | ^~~~~ file.h:72:68: error: ISO C++17 does not allow dynamic exception specifications 72 | le_read(const std::string& path, char* data, unsigned size) throw (error); | ^~~~~ file.h:73:85: error: ISO C++17 does not allow dynamic exception specifications 73 | ::string& path, char* data, unsigned offset, unsigned size) throw (error); | ^~~~~ file.h:74:43: error: ISO C++17 does not allow dynamic exception specifications 74 | time_t file_time(const std::string& path) throw (error); | ^~~~~ file.h:75:54: error: ISO C++17 does not allow dynamic exception specifications 75 | void file_utime(const std::string& path, time_t tod) throw (error); | ^~~~~ file.h:76:45: error: ISO C++17 does not allow dynamic exception specifications 76 | unsigned file_size(const std::string& path) throw (error); | ^~~~~ file.h:77:41: error: ISO C++17 does not allow dynamic exception specifications 77 | crc_t file_crc(const std::string& path) throw (error); | ^~~~~ file.h:78:68: error: ISO C++17 does not allow dynamic exception specifications 78 | le_copy(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:79:68: error: ISO C++17 does not allow dynamic exception specifications 79 | le_move(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:80:44: error: ISO C++17 does not allow dynamic exception specifications 80 | void file_remove(const std::string& path1) throw (error); | ^~~~~ file.h:81:44: error: ISO C++17 does not allow dynamic exception specifications 81 | void file_mktree(const std::string& path1) throw (error); | ^~~~~ make[1]: *** [Makefile:564: scan.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16' make: *** [Makefile:442: all] Error 2 * ERROR: games-emulation/advancescan-1.16-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-emulation/advancescan-1.16-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-emulation/advancescan-1.16-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-emulation:advancescan-1.16-r1:20210429-105017.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-emulation/advancescan-1.16-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-emulation/advancescan-1.16-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16' * S: '/var/tmp/portage/games-emulation/advancescan-1.16-r1/work/advancescan-1.16'