* Package: games-sports/trigger-0.6.1-r1 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking trigger-rally-0.6.1.tar.bz2 to /var/tmp/portage/games-sports/trigger-0.6.1-r1/work tar: Removing leading `/' from member names >>> Source unpacked in /var/tmp/portage/games-sports/trigger-0.6.1-r1/work >>> Preparing source in /var/tmp/portage/games-sports/trigger-0.6.1-r1/work/trigger-rally-0.6.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-sports/trigger-0.6.1-r1/work/trigger-rally-0.6.1 ... * econf: updating trigger-rally-0.6.1/mk/autoconf/config.guess with /usr/share/gnuconfig/config.guess * econf: updating trigger-rally-0.6.1/mk/autoconf/config.sub with /usr/share/gnuconfig/config.sub ./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 --docdir=/usr/share/doc/trigger-0.6.1-r1 --htmldir=/usr/share/doc/trigger-0.6.1-r1/html --libdir=/usr/lib64 --datadir=/usr/share/games/trigger configure: loading site script /usr/share/config.site 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 target host... assuming unix 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 for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c 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 for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.5... yes checking for SDL_image >= 1.2... found checking for Alut... found checking for PhysFS... found checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for X... libraries , headers checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... x86_64-pc-linux-gnu-gcc 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 ./configure: line 5059: AX_LANG_COMPILER_MS: command not found checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for OpenGL library... -lGL checking for OpenGL Utility library... -lGLU configure: creating ./config.status config.status: creating Jamconfig config.status: creating config.h config.status: executing Jamfile commands configure: Please note that this project uses jam (and not make) as build tool. >>> Source configured. >>> Compiling source in /var/tmp/portage/games-sports/trigger-0.6.1-r1/work/trigger-rally-0.6.1 ... mkdir -p "./out/x86_64-pc-linux-gnu/opt/src/glew" x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/glew/glew.o -I./src -Isrc/glew/. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/glew/glew.cpp x86_64-pc-linux-gnu-ar cru ./out/x86_64-pc-linux-gnu/opt/src/glew/libglew.a ./out/x86_64-pc-linux-gnu/opt/src/glew/glew.o ranlib ./out/x86_64-pc-linux-gnu/opt/src/glew/libglew.a rm -f ./out/x86_64-pc-linux-gnu/opt/src/glew/glew.o mkdir -p "./out/x86_64-pc-linux-gnu/opt/src/pengine" x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/tinyxmlerror.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/tinyxmlerror.cpp x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/tinyxmlparser.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/tinyxmlparser.cpp src/pengine/tinyxmlparser.cpp: In member function ‘virtual const char* TiXmlDocument::Parse(const char*)’: src/pengine/tinyxmlparser.cpp:329:12: error: cannot convert ‘bool’ to ‘const char*’ in return return false; ^~~~~ src/pengine/tinyxmlparser.cpp:336:12: error: cannot convert ‘bool’ to ‘const char*’ in return return false; ^~~~~ src/pengine/tinyxmlparser.cpp: In member function ‘virtual const char* TiXmlElement::Parse(const char*)’: src/pengine/tinyxmlparser.cpp:544:12: error: cannot convert ‘bool’ to ‘const char*’ in return return false; ^~~~~ src/pengine/tinyxmlparser.cpp:554:12: error: cannot convert ‘bool’ to ‘const char*’ in return return false; ^~~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/util.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/util.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/util.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ In file included from src/pengine/pengine.h:40:0, from src/pengine/util.cpp:8: src/pengine/tinyxml.h: In member function ‘TiXmlElement* TiXmlNode::ToElement() const’: src/pengine/tinyxml.h:440:77: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] lement* ToElement() const { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/texture.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/texture.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/texture.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/physfs_rw.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/physfs_rw.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/physfs_rw.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/audio.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/audio.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/audio.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/vbuffer.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/vbuffer.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/vbuffer.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/tinystr.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/tinystr.cpp src/pengine/tinystr.cpp: In copy constructor ‘TiXmlString::TiXmlString(const TiXmlString&)’: src/pengine/tinystr.cpp:62:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if ( © == this ) ^~ src/pengine/tinystr.cpp:65:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ if (! copy . allocated) ^~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/render.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/render.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/render.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ src/pengine/render.cpp: In member function ‘virtual void PSSRender::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/render.cpp:25:9: warning: variable ‘unused’ set but not used [-Wunused-but-set-variable] float unused = delta; unused = eyevel.x; ^~~~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/terrain.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/terrain.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/terrain.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/fxman.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/fxman.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/fxman.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/model.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/model.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/model.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/vmath.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/vmath.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/vmath.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/tinyxml.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/tinyxml.cpp In file included from src/pengine/tinyxml.cpp:26:0: src/pengine/tinyxml.h: In member function ‘TiXmlDocument* TiXmlNode::ToDocument() const’: src/pengine/tinyxml.h:439:79: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] ument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/pengine/tinyxml.h: In member function ‘TiXmlElement* TiXmlNode::ToElement() const’: src/pengine/tinyxml.h:440:77: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] lement* ToElement() const { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/pengine/tinyxml.h: In member function ‘TiXmlText* TiXmlNode::ToText() const’: src/pengine/tinyxml.h:443:77: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] ext* ToText() const { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/pengine/app.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/pengine/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/pengine/app.cpp In file included from src/pengine/pengine.h:132:0, from src/pengine/app.cpp:8: src/pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ ...skipped libpengine.a for lack of libpengine.a(tinyxmlparser.o)... mkdir -p "./out/x86_64-pc-linux-gnu/opt/src/psim" x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/psim/rigidbody.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/psim/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/psim/rigidbody.cpp In file included from src/psim/../pengine/pengine.h:132:0, from src/psim/psim.h:8, from src/psim/rigidbody.cpp:7: src/psim/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/psim/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/psim/sim.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/psim/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/psim/sim.cpp In file included from src/psim/../pengine/pengine.h:132:0, from src/psim/psim.h:8, from src/psim/sim.cpp:7: src/psim/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/psim/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/psim/vehicle.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/psim/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/psim/vehicle.cpp In file included from src/psim/../pengine/pengine.h:132:0, from src/psim/psim.h:8, from src/psim/vehicle.cpp:7: src/psim/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/psim/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ src/psim/vehicle.cpp: In member function ‘void PVehicle::tick(float)’: src/psim/vehicle.cpp:591:9: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] vec3f pos = body->getPosition(); ^~~ src/psim/vehicle.cpp:727:9: warning: variable ‘rightdir’ set but not used [-Wunused-but-set-variable] vec3f rightdir = makevec3f(body->getInverseOrientationMatrix().row[0]); ^~~~~~~~ x86_64-pc-linux-gnu-ar cru ./out/x86_64-pc-linux-gnu/opt/src/psim/libpsim.a ./out/x86_64-pc-linux-gnu/opt/src/psim/rigidbody.o ./out/x86_64-pc-linux-gnu/opt/src/psim/sim.o ./out/x86_64-pc-linux-gnu/opt/src/psim/vehicle.o ranlib ./out/x86_64-pc-linux-gnu/opt/src/psim/libpsim.a rm -f ./out/x86_64-pc-linux-gnu/opt/src/psim/rigidbody.o ./out/x86_64-pc-linux-gnu/opt/src/psim/sim.o ./out/x86_64-pc-linux-gnu/opt/src/psim/vehicle.o mkdir -p "./out/x86_64-pc-linux-gnu/opt/src/trigger" x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/trigger/render.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/trigger/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/trigger/render.cpp In file included from src/trigger/../pengine/pengine.h:132:0, from src/trigger/main.h:8, from src/trigger/render.cpp:8: src/trigger/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/trigger/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/trigger/main.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/trigger/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/trigger/main.cpp In file included from src/trigger/../pengine/pengine.h:132:0, from src/trigger/main.h:8, from src/trigger/main.cpp:9: src/trigger/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/trigger/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/trigger/game.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/trigger/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/trigger/game.cpp In file included from src/trigger/../pengine/pengine.h:132:0, from src/trigger/main.h:8, from src/trigger/game.cpp:9: src/trigger/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/trigger/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ src/trigger/game.cpp: In member function ‘void TriggerGame::chooseVehicle(PVehicleType*)’: src/trigger/game.cpp:216:9: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable] vec3f pos = vec3f::zero(); ^~~ src/trigger/game.cpp:218:9: warning: variable ‘ori’ set but not used [-Wunused-but-set-variable] quatf ori = quatf::identity(); ^~~ x86_64-pc-linux-gnu-g++ -c -o ./out/x86_64-pc-linux-gnu/opt/src/trigger/menu.o -I./src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/trigger/../glew -Wall -O3 -Werror=terminate -O2 -pipe -march=native -DDATADIR='"/usr/share/games/trigger"' src/trigger/menu.cpp In file included from src/trigger/../pengine/pengine.h:132:0, from src/trigger/main.h:8, from src/trigger/menu.cpp:8: src/trigger/../pengine/subsys.h: In member function ‘virtual void PSubsystem::tick(float, const vec3f&, const mat44f&, const vec3f&)’: src/trigger/../pengine/subsys.h:58:11: warning: variable ‘blah’ set but not used [-Wunused-but-set-variable] { float blah = delta; blah = eyepos.x; blah = eyeori.row[0][0]; blah = eyevel.x; } ^~~~ ...skipped trigger for lack of libpengine.a... * ERROR: games-sports/trigger-0.6.1-r1::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 115: Called src_compile * environment, line 2040: Called die * The specific snippet of code: * AR="${AR} cru" jam -dx -qa || die * * If you need support, post the output of `emerge --info '=games-sports/trigger-0.6.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-sports/trigger-0.6.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/games-sports:trigger-0.6.1-r1:20170715-125028.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-sports/trigger-0.6.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-sports/trigger-0.6.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/games-sports/trigger-0.6.1-r1/work/trigger-rally-0.6.1' * S: '/var/tmp/portage/games-sports/trigger-0.6.1-r1/work/trigger-rally-0.6.1'