* Package: games-arcade/fishsupper-0.1.6 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking fishsupper-0.1.6.tar.gz to /var/tmp/portage/games-arcade/fishsupper-0.1.6/work >>> Source unpacked in /var/tmp/portage/games-arcade/fishsupper-0.1.6/work >>> Preparing source in /var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6 ... * Applying fishsupper-0.1.6-ovflfix.patch ... [ ok ] * Applying fishsupper-0.1.6-asneeded.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: fishsupper-0.1.6/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6 ... ./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 --prefix=/usr/games --libdir=/usr/games/lib64 --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games --datarootdir=/usr/share checking for a BSD-compatible install... /usr/lib/portage/python3.4/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 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc 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 dependency style of x86_64-pc-linux-gnu-gcc... none checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.8... yes checking for IMG_Load in -lSDL_image... yes checking for Mix_OpenAudio in -lSDL_mixer... yes checking for glClearColor in -lGL... yes 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 for stdlib.h... (cached) yes checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking boost/bind.hpp usability... yes checking boost/bind.hpp presence... yes checking for boost/bind.hpp... yes checking boost/foreach.hpp usability... yes checking boost/foreach.hpp presence... yes checking for boost/foreach.hpp... yes checking boost/lexical_cast.hpp usability... yes checking boost/lexical_cast.hpp presence... yes checking for boost/lexical_cast.hpp... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for atexit... yes checking for mkdir... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/images/Makefile config.status: creating data/levels/Makefile config.status: creating data/tutorials/Makefile config.status: creating data/sounds/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6 ... make -j1 Making all in src make[1]: Entering directory '/var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6/src' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"Fish\ Supper\" -DPACKAGE_TARNAME=\"fishsupper\" -DPACKAGE_VERSION=\"0.1.6\" -DPACKAGE_STRING=\"Fish\ Supper\ 0.1.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fishsupper\" -DVERSION=\"0.1.6\" -DHAVE_LIBSDL_IMAGE=1 -DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBGL=1 -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_STDLIB_H=1 -DHAVE_BOOST_BIND_HPP=1 -DHAVE_BOOST_FOREACH_HPP=1 -DHAVE_BOOST_LEXICAL_CAST_HPP=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ATEXIT=1 -DHAVE_MKDIR=1 -I. -DPKG_DATA_DIR=\"/usr/share/games/fishsupper\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -Werror=terminate -O2 -pipe -march=native -c -o Albert.o Albert.cpp In file included from Albert.h:38:0, from Albert.cpp:24: Star_particle_system.h:80:39: error: ‘constexpr’ needed for in-class initialization of static data member ‘const float FS::Star_particle_system::lifespan’ of non-integral type [-fpermissive] static const float lifespan = 1500.0; // in ms ^~~~~~ make[1]: *** [Makefile:493: Albert.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6/src' make: *** [Makefile:341: all-recursive] Error 1 * ERROR: games-arcade/fishsupper-0.1.6::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-arcade/fishsupper-0.1.6::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-arcade/fishsupper-0.1.6::gentoo'`. * The complete build log is located at '/var/log/portage/games-arcade:fishsupper-0.1.6:20170223-083956.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/fishsupper-0.1.6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/fishsupper-0.1.6/temp/environment'. * Working directory: '/var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6' * S: '/var/tmp/portage/games-arcade/fishsupper-0.1.6/work/fishsupper-0.1.6'