* Package: games-arcade/criticalmass-1.0.2 * Repository: gentoo * Maintainer: games@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking CriticalMass-1.0.2.tar.bz2 to /var/tmp/portage/games-arcade/criticalmass-1.0.2/work >>> Source unpacked in /var/tmp/portage/games-arcade/criticalmass-1.0.2/work >>> Preparing source in /var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2 ... * Applying criticalmass-1.0.2-gcc43.patch ... [ ok ] * Applying criticalmass-1.0.2-system_curl.patch ... [ ok ] * Applying criticalmass-1.0.2-libpng14.patch ... [ ok ] * Applying criticalmass-1.0.2-cflags.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2 ... * econf: updating CriticalMass-1.0.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating CriticalMass-1.0.2/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr/games --libdir=/usr/games/lib --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/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 for i686-pc-linux-gnu-gcc... i686-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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for an ANSI C-conforming const... yes checking for main in -lSDL... yes checking for main in -lSDL_image... yes checking for main in -lSDL_mixer... yes checking for main in -lpng... yes checking for main in -lz... yes checking for glBegin in -lGL... yes checking for sin in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating utils/Makefile config.status: creating utilssdl/Makefile config.status: creating utilsgl/Makefile config.status: creating game/Makefile config.status: creating tools/Makefile config.status: creating data/Makefile config.status: creating data/music/Makefile config.status: creating tinyxml/Makefile config.status: creating defines.h config.status: executing depfiles commands Configuration: Version: 1.0.2 Source code location: . Install path: /usr/games Compiler: i686-pc-linux-gnu-gcc i686-pc-linux-gnu-g++ C++ flags: -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include host: i686-pc-linux-gnu target: i686-pc-linux-gnu >>> Source configured. >>> Compiling source in /var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2 ... make -j14 make all-recursive make[1]: Entering directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2' Making all in tinyxml make[2]: Entering directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/tinyxml' i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT tinyxml.o -MD -MP -MF .deps/tinyxml.Tpo -c -o tinyxml.o tinyxml.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT tinyxmlerror.o -MD -MP -MF .deps/tinyxmlerror.Tpo -c -o tinyxmlerror.o tinyxmlerror.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT tinyxmlparser.o -MD -MP -MF .deps/tinyxmlparser.Tpo -c -o tinyxmlparser.o tinyxmlparser.cpp mv -f .deps/tinyxmlerror.Tpo .deps/tinyxmlerror.Po mv -f .deps/tinyxmlparser.Tpo .deps/tinyxmlparser.Po mv -f .deps/tinyxml.Tpo .deps/tinyxml.Po rm -f libtinyxml.a ar cru libtinyxml.a tinyxml.o tinyxmlerror.o tinyxmlparser.o i686-pc-linux-gnu-ranlib libtinyxml.a make[2]: Leaving directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/tinyxml' Making all in utils make[2]: Entering directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/utils' i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT Config.o -MD -MP -MF .deps/Config.Tpo -c -o Config.o Config.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT Endian.o -MD -MP -MF .deps/Endian.Tpo -c -o Endian.o Endian.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT FPS.o -MD -MP -MF .deps/FPS.Tpo -c -o FPS.o FPS.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT Random.o -MD -MP -MF .deps/Random.Tpo -c -o Random.o Random.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT R250.o -MD -MP -MF .deps/R250.Tpo -c -o R250.o R250.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT ResourceManager.o -MD -MP -MF .deps/ResourceManager.Tpo -c -o ResourceManager.o ResourceManager.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT Trace.o -MD -MP -MF .deps/Trace.Tpo -c -o Trace.o Trace.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT Value.o -MD -MP -MF .deps/Value.Tpo -c -o Value.o Value.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT WalkDirectory.o -MD -MP -MF .deps/WalkDirectory.Tpo -c -o WalkDirectory.o WalkDirectory.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT zStream.o -MD -MP -MF .deps/zStream.Tpo -c -o zStream.o zStream.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT zStreamBufferImplLZMA.o -MD -MP -MF .deps/zStreamBufferImplLZMA.Tpo -c -o zStreamBufferImplLZMA.o zStreamBufferImplLZMA.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT zStreamBufferImplZLib.o -MD -MP -MF .deps/zStreamBufferImplZLib.Tpo -c -o zStreamBufferImplZLib.o zStreamBufferImplZLib.cpp mv -f .deps/Random.Tpo .deps/Random.Po mv -f .deps/zStreamBufferImplLZMA.Tpo .deps/zStreamBufferImplLZMA.Po In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include/g++-v4/ext/hash_map:61:0, from ./hashMap.hpp:32, from ./Config.hpp:19, from Config.cpp:26: /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include/g++-v4/ext/hash_map:61:0, from ./hashMap.hpp:32, from ./ResourceManager.hpp:19, from ResourceManager.cpp:20: /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include/g++-v4/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] mv -f .deps/FPS.Tpo .deps/FPS.Po Endian.cpp: In function ‘bool isLittleEndian()’: Endian.cpp:37:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] mv -f .deps/Endian.Tpo .deps/Endian.Po mv -f .deps/R250.Tpo .deps/R250.Po Trace.cpp: In static member function ‘static std::ostream& Trace::Log(int)’: Trace.cpp:80:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] Trace.cpp:83:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] Trace.cpp:86:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] Trace.cpp:89:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] Trace.cpp:92:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] Trace.cpp:99:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] mv -f .deps/Value.Tpo .deps/Value.Po mv -f .deps/WalkDirectory.Tpo .deps/WalkDirectory.Po mv -f .deps/Trace.Tpo .deps/Trace.Po Config.cpp: In member function ‘void Config::updateFromFile()’: Config.cpp:200:39: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] mv -f .deps/zStreamBufferImplZLib.Tpo .deps/zStreamBufferImplZLib.Po mv -f .deps/zStream.Tpo .deps/zStream.Po mv -f .deps/ResourceManager.Tpo .deps/ResourceManager.Po mv -f .deps/Config.Tpo .deps/Config.Po rm -f libutils.a ar cru libutils.a Config.o Endian.o FPS.o Random.o R250.o ResourceManager.o Trace.o Value.o WalkDirectory.o zStream.o zStreamBufferImplLZMA.o zStreamBufferImplZLib.o i686-pc-linux-gnu-ranlib libutils.a make[2]: Leaving directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/utils' Making all in utilssdl make[2]: Entering directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/utilssdl' i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../utils -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT PNG.o -MD -MP -MF .deps/PNG.Tpo -c -o PNG.o PNG.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../utils -O2 -pipe -march=native -W -Wall -fno-exceptions -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -MT zrwops.o -MD -MP -MF .deps/zrwops.Tpo -c -o zrwops.o zrwops.cpp PNG.cpp: In static member function ‘static void PNG::writeData(png_structp, png_bytep, png_size_t)’: PNG.cpp:48:50: error: invalid use of incomplete type ‘png_struct’ /usr/include/png.h:827:16: error: forward declaration of ‘png_struct’ PNG.cpp: In member function ‘bool PNG::init(FILE*, int, int)’: PNG.cpp:75:9: error: invalid use of incomplete type ‘png_struct’ /usr/include/png.h:827:16: error: forward declaration of ‘png_struct’ make[2]: *** [PNG.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/zrwops.Tpo .deps/zrwops.Po make[2]: Leaving directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2/utilssdl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2' make: *** [all] Error 2 emake failed * ERROR: games-arcade/criticalmass-1.0.2 failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 91: Called src_compile * environment, line 3297: Called games_src_compile * environment, line 2140: Called base_src_make * environment, line 679: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =games-arcade/criticalmass-1.0.2', * the complete build log and the output of 'emerge -pqv =games-arcade/criticalmass-1.0.2'. * The complete build log is located at '/var/log/portage/build/games-arcade/criticalmass-1.0.2:20110916-025227.log'. * The ebuild environment file is located at '/var/tmp/portage/games-arcade/criticalmass-1.0.2/temp/environment'. * S: '/var/tmp/portage/games-arcade/criticalmass-1.0.2/work/CriticalMass-1.0.2'