Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 128239 Details for
Bug 187093
mark dev-games/crystalspace-1.0.1 and dev-games/cel-1.0.1 stable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log dev-games/ode
ode-build.log (text/plain), 72.07 KB, created by
Christian Faulhammer (RETIRED)
on 2007-08-16 09:04:19 UTC
(
hide
)
Description:
build.log dev-games/ode
Filename:
MIME Type:
Creator:
Christian Faulhammer (RETIRED)
Created:
2007-08-16 09:04:19 UTC
Size:
72.07 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking ode-src-0.6.zip to /var/tmp/portage/dev-games/ode-0.6-r1/work > [32;01m*[0m Applying ode-0.6-flags.patch ... >[A[119C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running eautoreconf in '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6' ... > [32;01m*[0m Running aclocal ... >[A[119C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[119C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoheader ... >[A[119C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running automake --add-missing --copy --foreign ... >[A[119C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6 ... > * econf: updating ode-0.6/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating ode-0.6/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-double-precision --enable-opcode --enable-gyroscopic --enable-release --build=i686-pc-linux-gnu >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 style of include used by make... GNU >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 dependency style of i686-pc-linux-gnu-gcc... gcc3 >checking how to run the C preprocessor... i686-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 X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking whether make sets $(MAKE)... (cached) yes >checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ >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 a BSD-compatible install... /usr/bin/install -c >checking for i686-pc-linux-gnu-windres... no >checking for windres... no >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for working volatile... yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib >checking for size_t... yes >checking alloca.h usability... yes >checking alloca.h presence... yes >checking for alloca.h... yes >checking ieeefp.h usability... no >checking ieeefp.h presence... no >checking for ieeefp.h... no >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for stdlib.h... (cached) yes >checking math.h usability... yes >checking math.h presence... yes >checking for math.h... yes >checking for string.h... (cached) yes >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking values.h usability... yes >checking values.h presence... yes >checking for values.h... yes >checking float.h usability... yes >checking float.h presence... yes >checking for float.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking if OPCODE support is requested... yes >checking if gyroscopic term should be used... yes >checking if double precision is requested... yes >checking for appropriate dInfinity constant... DBL_MAX >checking for float.h... (cached) yes >checking for appropriate dEpsilon constant... DBL_EPSILON >checking for a Pentium CPU... yes >checking for a x86-64 CPU... no >checking if building a release library... yes >checking for char... yes >checking size of char... 1 >checking for int... yes >checking size of int... 4 >checking for short... yes >checking size of short... 2 >checking for long int... yes >checking size of long int... 4 >checking for void*... yes >checking size of void*... 4 >checking which drawstuff lib to build... X11 >checking for the suffix of shared libraries... .so >checking for GL/gl.h... yes >checking for GL/glu.h... yes >checking for GL/glext.h... yes >checking for main in -lGL... yes >checking for main in -lGLU... yes >checking for main in -lopengl32... no >checking for main in -lglu32... no >checking for main in -lXmu... yes >checking for main in -lXi... yes >checking for main in -lX... no >checking for main in -lX11... yes >checking for main in -lcomctl32... no >checking for main in -lkernel32... no >checking for main in -luser32... no >checking for main in -lgdi32... no >checking for main in -lwinmm... no >checking for main in -lstdc++... yes >checking for main in -lm... yes >checking for main in -lpthread... yes >checking for gprof... no >checking for floor... yes >checking for memmove... yes >checking for memset... yes >checking for select... yes >checking for sqrt... yes >checking for sqrtf... yes >checking for sinf... yes >checking for cosf... yes >checking for fabsf... yes >checking for atan2f... yes >checking for fmodf... yes >checking for copysignf... yes >checking for copysign... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for gettimeofday... yes >checking for isnan... yes >checking for isnanf... yes >checking for _isnan... no >checking for _isnanf... no >checking for __isnan... yes >checking for __isnanf... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for obstacks... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking for vprintf... yes >checking for _doprnt... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating include/Makefile >config.status: creating include/ode/Makefile >config.status: creating ode/Makefile >config.status: creating ode/src/Makefile >config.status: creating drawstuff/Makefile >config.status: creating drawstuff/src/Makefile >config.status: creating drawstuff/dstest/Makefile >config.status: creating ode/test/Makefile >config.status: creating ode-config >config.status: creating include/ode/config.h >config.status: executing depfiles commands >Configuration: > Target system type: i686-pc-linux-gnu > Build system type: i686-pc-linux-gnu > Host system type: i686-pc-linux-gnu > Use double precision: yes > Use OPCODE: yes > Use gyroscopic term: yes > Is this a Pentium: yes > Is the CPU x86-64: no > Is this a release build: yes > Headers will be installed in /usr/include/ode > Libraries will be installed in /usr/lib >Making all in include >make[1]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include' >Making all in ode >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include/ode' >make all-am >make[3]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include/ode' >make[3]: Nothing to be done for `all-am'. >make[3]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include/ode' >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include/ode' >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include' >make[2]: Nothing to be done for `all-am'. >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include' >make[1]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/include' >Making all in drawstuff >make[1]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff' >Making all in src >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff/src' >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O2 -MT libdrawstuff_a-drawstuff.o -MD -MP -MF .deps/libdrawstuff_a-drawstuff.Tpo -c -o libdrawstuff_a-drawstuff.o `test -f 'drawstuff.cpp' || echo './'`drawstuff.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O2 -MT libdrawstuff_a-x11.o -MD -MP -MF .deps/libdrawstuff_a-x11.Tpo -c -o libdrawstuff_a-x11.o `test -f 'x11.cpp' || echo './'`x11.cpp >mv -f .deps/libdrawstuff_a-x11.Tpo .deps/libdrawstuff_a-x11.Po >distcc[14636] (dcc_writex) ERROR: failed to write: No route to host >distcc[14636] (dcc_writex) ERROR: failed to write: Broken pipe >distcc[14636] Warning: failed to distribute drawstuff.cpp to 192.168.1.111/1, running locally instead >mv -f .deps/libdrawstuff_a-drawstuff.Tpo .deps/libdrawstuff_a-drawstuff.Po >rm -f libdrawstuff.a >ar cru libdrawstuff.a libdrawstuff_a-drawstuff.o libdrawstuff_a-x11.o >i686-pc-linux-gnu-ranlib libdrawstuff.a >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff/src' >Making all in dstest >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff/dstest' >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../.. -O2 -MT dstest-dstest.o -MD -MP -MF .deps/dstest-dstest.Tpo -c -o dstest-dstest.o `test -f 'dstest.cpp' || echo './'`dstest.cpp >mv -f .deps/dstest-dstest.Tpo .deps/dstest-dstest.Po >i686-pc-linux-gnu-g++ -I../../include -I../.. -O2 -L../../drawstuff/src -o dstest dstest-dstest.o -ldrawstuff -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff/dstest' >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff' >make[2]: Nothing to be done for `all-am'. >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff' >make[1]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/drawstuff' >Making all in ode >make[1]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode' >Making all in src >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode/src' >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-obstack.o -MD -MP -MF .deps/libode_a-obstack.Tpo -c -o libode_a-obstack.o `test -f 'obstack.cpp' || echo './'`obstack.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_util.o -MD -MP -MF .deps/libode_a-collision_util.Tpo -c -o libode_a-collision_util.o `test -f 'collision_util.cpp' || echo './'`collision_util.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-array.o -MD -MP -MF .deps/libode_a-array.Tpo -c -o libode_a-array.o `test -f 'array.cpp' || echo './'`array.cpp >mv -f .deps/libode_a-obstack.Tpo .deps/libode_a-obstack.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-ode.o -MD -MP -MF .deps/libode_a-ode.Tpo -c -o libode_a-ode.o `test -f 'ode.cpp' || echo './'`ode.cpp >mv -f .deps/libode_a-collision_util.Tpo .deps/libode_a-collision_util.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-error.o -MD -MP -MF .deps/libode_a-error.Tpo -c -o libode_a-error.o `test -f 'error.cpp' || echo './'`error.cpp >mv -f .deps/libode_a-error.Tpo .deps/libode_a-error.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-odemath.o -MD -MP -MF .deps/libode_a-odemath.Tpo -c -o libode_a-odemath.o `test -f 'odemath.cpp' || echo './'`odemath.cpp >mv -f .deps/libode_a-odemath.Tpo .deps/libode_a-odemath.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_kernel.o -MD -MP -MF .deps/libode_a-collision_kernel.Tpo -c -o libode_a-collision_kernel.o `test -f 'collision_kernel.cpp' || echo './'`collision_kernel.cpp >mv -f .deps/libode_a-ode.Tpo .deps/libode_a-ode.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-export-dif.o -MD -MP -MF .deps/libode_a-export-dif.Tpo -c -o libode_a-export-dif.o `test -f 'export-dif.cpp' || echo './'`export-dif.cpp >mv -f .deps/libode_a-export-dif.Tpo .deps/libode_a-export-dif.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-quickstep.o -MD -MP -MF .deps/libode_a-quickstep.Tpo -c -o libode_a-quickstep.o `test -f 'quickstep.cpp' || echo './'`quickstep.cpp >mv -f .deps/libode_a-collision_kernel.Tpo .deps/libode_a-collision_kernel.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_quadtreespace.o -MD -MP -MF .deps/libode_a-collision_quadtreespace.Tpo -c -o libode_a-collision_quadtreespace.o `test -f 'collision_quadtreespace.cpp' || echo './'`collision_quadtreespace.cpp >mv -f .deps/libode_a-collision_quadtreespace.Tpo .deps/libode_a-collision_quadtreespace.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-rotation.o -MD -MP -MF .deps/libode_a-rotation.Tpo -c -o libode_a-rotation.o `test -f 'rotation.cpp' || echo './'`rotation.cpp >mv -f .deps/libode_a-quickstep.Tpo .deps/libode_a-quickstep.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_space.o -MD -MP -MF .deps/libode_a-collision_space.Tpo -c -o libode_a-collision_space.o `test -f 'collision_space.cpp' || echo './'`collision_space.cpp >mv -f .deps/libode_a-rotation.Tpo .deps/libode_a-rotation.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-sphere.o -MD -MP -MF .deps/libode_a-sphere.Tpo -c -o libode_a-sphere.o `test -f 'sphere.cpp' || echo './'`sphere.cpp >mv -f .deps/libode_a-sphere.Tpo .deps/libode_a-sphere.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-box.o -MD -MP -MF .deps/libode_a-box.Tpo -c -o libode_a-box.o `test -f 'box.cpp' || echo './'`box.cpp >mv -f .deps/libode_a-collision_space.Tpo .deps/libode_a-collision_space.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-capsule.o -MD -MP -MF .deps/libode_a-capsule.Tpo -c -o libode_a-capsule.o `test -f 'capsule.cpp' || echo './'`capsule.cpp >mv -f .deps/libode_a-capsule.Tpo .deps/libode_a-capsule.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-plane.o -MD -MP -MF .deps/libode_a-plane.Tpo -c -o libode_a-plane.o `test -f 'plane.cpp' || echo './'`plane.cpp >mv -f .deps/libode_a-box.Tpo .deps/libode_a-box.Po >mv -f .deps/libode_a-plane.Tpo .deps/libode_a-plane.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-ray.o -MD -MP -MF .deps/libode_a-ray.Tpo -c -o libode_a-ray.o `test -f 'ray.cpp' || echo './'`ray.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-cylinder.o -MD -MP -MF .deps/libode_a-cylinder.Tpo -c -o libode_a-cylinder.o `test -f 'cylinder.cpp' || echo './'`cylinder.cpp >mv -f .deps/libode_a-cylinder.Tpo .deps/libode_a-cylinder.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-convex.o -MD -MP -MF .deps/libode_a-convex.Tpo -c -o libode_a-convex.o `test -f 'convex.cpp' || echo './'`convex.cpp >mv -f .deps/libode_a-ray.Tpo .deps/libode_a-ray.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-joint.o -MD -MP -MF .deps/libode_a-joint.Tpo -c -o libode_a-joint.o `test -f 'joint.cpp' || echo './'`joint.cpp >mv -f .deps/libode_a-convex.Tpo .deps/libode_a-convex.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-step.o -MD -MP -MF .deps/libode_a-step.Tpo -c -o libode_a-step.o `test -f 'step.cpp' || echo './'`step.cpp >mv -f .deps/libode_a-joint.Tpo .deps/libode_a-joint.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_transform.o -MD -MP -MF .deps/libode_a-collision_transform.Tpo -c -o libode_a-collision_transform.o `test -f 'collision_transform.cpp' || echo './'`collision_transform.cpp >mv -f .deps/libode_a-step.Tpo .deps/libode_a-step.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-lcp.o -MD -MP -MF .deps/libode_a-lcp.Tpo -c -o libode_a-lcp.o `test -f 'lcp.cpp' || echo './'`lcp.cpp >mv -f .deps/libode_a-collision_transform.Tpo .deps/libode_a-collision_transform.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-stepfast.o -MD -MP -MF .deps/libode_a-stepfast.Tpo -c -o libode_a-stepfast.o `test -f 'stepfast.cpp' || echo './'`stepfast.cpp >mv -f .deps/libode_a-lcp.Tpo .deps/libode_a-lcp.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-mass.o -MD -MP -MF .deps/libode_a-mass.Tpo -c -o libode_a-mass.o `test -f 'mass.cpp' || echo './'`mass.cpp >mv -f .deps/libode_a-stepfast.Tpo .deps/libode_a-stepfast.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-testing.o -MD -MP -MF .deps/libode_a-testing.Tpo -c -o libode_a-testing.o `test -f 'testing.cpp' || echo './'`testing.cpp >mv -f .deps/libode_a-mass.Tpo .deps/libode_a-mass.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-mat.o -MD -MP -MF .deps/libode_a-mat.Tpo -c -o libode_a-mat.o `test -f 'mat.cpp' || echo './'`mat.cpp >mv -f .deps/libode_a-testing.Tpo .deps/libode_a-testing.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-timer.o -MD -MP -MF .deps/libode_a-timer.Tpo -c -o libode_a-timer.o `test -f 'timer.cpp' || echo './'`timer.cpp >mv -f .deps/libode_a-timer.Tpo .deps/libode_a-timer.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-matrix.o -MD -MP -MF .deps/libode_a-matrix.Tpo -c -o libode_a-matrix.o `test -f 'matrix.cpp' || echo './'`matrix.cpp >mv -f .deps/libode_a-mat.Tpo .deps/libode_a-mat.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-util.o -MD -MP -MF .deps/libode_a-util.Tpo -c -o libode_a-util.o `test -f 'util.cpp' || echo './'`util.cpp >mv -f .deps/libode_a-util.Tpo .deps/libode_a-util.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-memory.o -MD -MP -MF .deps/libode_a-memory.Tpo -c -o libode_a-memory.o `test -f 'memory.cpp' || echo './'`memory.cpp >mv -f .deps/libode_a-matrix.Tpo .deps/libode_a-matrix.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-misc.o -MD -MP -MF .deps/libode_a-misc.Tpo -c -o libode_a-misc.o `test -f 'misc.cpp' || echo './'`misc.cpp >mv -f .deps/libode_a-memory.Tpo .deps/libode_a-memory.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_trimesh.o -MD -MP -MF .deps/libode_a-collision_trimesh_trimesh.Tpo -c -o libode_a-collision_trimesh_trimesh.o `test -f 'collision_trimesh_trimesh.cpp' || echo './'`collision_trimesh_trimesh.cpp >mv -f .deps/libode_a-misc.Tpo .deps/libode_a-misc.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_sphere.o -MD -MP -MF .deps/libode_a-collision_trimesh_sphere.Tpo -c -o libode_a-collision_trimesh_sphere.o `test -f 'collision_trimesh_sphere.cpp' || echo './'`collision_trimesh_sphere.cpp >mv -f .deps/libode_a-collision_trimesh_sphere.Tpo .deps/libode_a-collision_trimesh_sphere.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_ray.o -MD -MP -MF .deps/libode_a-collision_trimesh_ray.Tpo -c -o libode_a-collision_trimesh_ray.o `test -f 'collision_trimesh_ray.cpp' || echo './'`collision_trimesh_ray.cpp >mv -f .deps/libode_a-collision_trimesh_ray.Tpo .deps/libode_a-collision_trimesh_ray.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh.o -MD -MP -MF .deps/libode_a-collision_trimesh.Tpo -c -o libode_a-collision_trimesh.o `test -f 'collision_trimesh.cpp' || echo './'`collision_trimesh.cpp >mv -f .deps/libode_a-collision_trimesh_trimesh.Tpo .deps/libode_a-collision_trimesh_trimesh.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_box.o -MD -MP -MF .deps/libode_a-collision_trimesh_box.Tpo -c -o libode_a-collision_trimesh_box.o `test -f 'collision_trimesh_box.cpp' || echo './'`collision_trimesh_box.cpp >mv -f .deps/libode_a-collision_trimesh.Tpo .deps/libode_a-collision_trimesh.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_ccylinder.o -MD -MP -MF .deps/libode_a-collision_trimesh_ccylinder.Tpo -c -o libode_a-collision_trimesh_ccylinder.o `test -f 'collision_trimesh_ccylinder.cpp' || echo './'`collision_trimesh_ccylinder.cpp >mv -f .deps/libode_a-collision_trimesh_box.Tpo .deps/libode_a-collision_trimesh_box.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_trimesh_distance.o -MD -MP -MF .deps/libode_a-collision_trimesh_distance.Tpo -c -o libode_a-collision_trimesh_distance.o `test -f 'collision_trimesh_distance.cpp' || echo './'`collision_trimesh_distance.cpp >mv -f .deps/libode_a-collision_trimesh_ccylinder.Tpo .deps/libode_a-collision_trimesh_ccylinder.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_cylinder_box.o -MD -MP -MF .deps/libode_a-collision_cylinder_box.Tpo -c -o libode_a-collision_cylinder_box.o `test -f 'collision_cylinder_box.cpp' || echo './'`collision_cylinder_box.cpp >mv -f .deps/libode_a-collision_cylinder_box.Tpo .deps/libode_a-collision_cylinder_box.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_cylinder_sphere.o -MD -MP -MF .deps/libode_a-collision_cylinder_sphere.Tpo -c -o libode_a-collision_cylinder_sphere.o `test -f 'collision_cylinder_sphere.cpp' || echo './'`collision_cylinder_sphere.cpp >mv -f .deps/libode_a-collision_trimesh_distance.Tpo .deps/libode_a-collision_trimesh_distance.Po >mv -f .deps/libode_a-array.Tpo .deps/libode_a-array.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_cylinder_plane.o -MD -MP -MF .deps/libode_a-collision_cylinder_plane.Tpo -c -o libode_a-collision_cylinder_plane.o `test -f 'collision_cylinder_plane.cpp' || echo './'`collision_cylinder_plane.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libode_a-collision_cylinder_trimesh.o -MD -MP -MF .deps/libode_a-collision_cylinder_trimesh.Tpo -c -o libode_a-collision_cylinder_trimesh.o `test -f 'collision_cylinder_trimesh.cpp' || echo './'`collision_cylinder_trimesh.cpp >mv -f .deps/libode_a-collision_cylinder_plane.Tpo .deps/libode_a-collision_cylinder_plane.Po >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O1 -O2 -MT libfast_a-fastldlt.o -MD -MP -MF .deps/libfast_a-fastldlt.Tpo -c -o libfast_a-fastldlt.o `test -f 'fastldlt.c' || echo './'`fastldlt.c >mv -f .deps/libode_a-collision_cylinder_sphere.Tpo .deps/libode_a-collision_cylinder_sphere.Po >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O1 -O2 -MT libfast_a-fastltsolve.o -MD -MP -MF .deps/libfast_a-fastltsolve.Tpo -c -o libfast_a-fastltsolve.o `test -f 'fastltsolve.c' || echo './'`fastltsolve.c >mv -f .deps/libfast_a-fastldlt.Tpo .deps/libfast_a-fastldlt.Po >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O1 -O2 -MT libfast_a-fastdot.o -MD -MP -MF .deps/libfast_a-fastdot.Tpo -c -o libfast_a-fastdot.o `test -f 'fastdot.c' || echo './'`fastdot.c >mv -f .deps/libfast_a-fastltsolve.Tpo .deps/libfast_a-fastltsolve.Po >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/ode -I../../include -I../../include -O1 -O2 -MT libfast_a-fastlsolve.o -MD -MP -MF .deps/libfast_a-fastlsolve.Tpo -c -o libfast_a-fastlsolve.o `test -f 'fastlsolve.c' || echo './'`fastlsolve.c >mv -f .deps/libfast_a-fastdot.Tpo .deps/libfast_a-fastdot.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_AABBCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_AABBCollider.Tpo -c -o libOPCODE_a-OPC_AABBCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_AABBCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_AABBCollider.cpp >mv -f .deps/libfast_a-fastlsolve.Tpo .deps/libfast_a-fastlsolve.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_AABBTree.o -MD -MP -MF .deps/libOPCODE_a-OPC_AABBTree.Tpo -c -o libOPCODE_a-OPC_AABBTree.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_AABBTree.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_AABBTree.cpp >mv -f .deps/libOPCODE_a-OPC_AABBTree.Tpo .deps/libOPCODE_a-OPC_AABBTree.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_BaseModel.o -MD -MP -MF .deps/libOPCODE_a-OPC_BaseModel.Tpo -c -o libOPCODE_a-OPC_BaseModel.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_BaseModel.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_BaseModel.cpp >mv -f .deps/libOPCODE_a-OPC_BaseModel.Tpo .deps/libOPCODE_a-OPC_BaseModel.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_BoxPruning.o -MD -MP -MF .deps/libOPCODE_a-OPC_BoxPruning.Tpo -c -o libOPCODE_a-OPC_BoxPruning.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_BoxPruning.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_BoxPruning.cpp >mv -f .deps/libOPCODE_a-OPC_BoxPruning.Tpo .deps/libOPCODE_a-OPC_BoxPruning.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_Collider.o -MD -MP -MF .deps/libOPCODE_a-OPC_Collider.Tpo -c -o libOPCODE_a-OPC_Collider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Collider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Collider.cpp >mv -f .deps/libOPCODE_a-OPC_Collider.Tpo .deps/libOPCODE_a-OPC_Collider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_Common.o -MD -MP -MF .deps/libOPCODE_a-OPC_Common.Tpo -c -o libOPCODE_a-OPC_Common.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Common.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Common.cpp >mv -f .deps/libOPCODE_a-OPC_AABBCollider.Tpo .deps/libOPCODE_a-OPC_AABBCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_HybridModel.o -MD -MP -MF .deps/libOPCODE_a-OPC_HybridModel.Tpo -c -o libOPCODE_a-OPC_HybridModel.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_HybridModel.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_HybridModel.cpp >mv -f .deps/libOPCODE_a-OPC_Common.Tpo .deps/libOPCODE_a-OPC_Common.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_LSSCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_LSSCollider.Tpo -c -o libOPCODE_a-OPC_LSSCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_LSSCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_LSSCollider.cpp >mv -f .deps/libOPCODE_a-OPC_HybridModel.Tpo .deps/libOPCODE_a-OPC_HybridModel.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_MeshInterface.o -MD -MP -MF .deps/libOPCODE_a-OPC_MeshInterface.Tpo -c -o libOPCODE_a-OPC_MeshInterface.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_MeshInterface.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_MeshInterface.cpp >mv -f .deps/libOPCODE_a-OPC_MeshInterface.Tpo .deps/libOPCODE_a-OPC_MeshInterface.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_Model.o -MD -MP -MF .deps/libOPCODE_a-OPC_Model.Tpo -c -o libOPCODE_a-OPC_Model.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Model.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Model.cpp >mv -f .deps/libode_a-collision_cylinder_trimesh.Tpo .deps/libode_a-collision_cylinder_trimesh.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_OBBCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_OBBCollider.Tpo -c -o libOPCODE_a-OPC_OBBCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_OBBCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_OBBCollider.cpp >mv -f .deps/libOPCODE_a-OPC_LSSCollider.Tpo .deps/libOPCODE_a-OPC_LSSCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-Opcode.o -MD -MP -MF .deps/libOPCODE_a-Opcode.Tpo -c -o libOPCODE_a-Opcode.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Opcode.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Opcode.cpp >mv -f .deps/libOPCODE_a-OPC_Model.Tpo .deps/libOPCODE_a-OPC_Model.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_OptimizedTree.o -MD -MP -MF .deps/libOPCODE_a-OPC_OptimizedTree.Tpo -c -o libOPCODE_a-OPC_OptimizedTree.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_OptimizedTree.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_OptimizedTree.cpp >distcc[15030] (dcc_writex) ERROR: failed to write: No route to host >distcc[15030] (dcc_writex) ERROR: failed to write: Broken pipe >distcc[15030] Warning: failed to distribute /var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Opcode.cpp to 192.168.1.111/1, running locally instead >mv -f .deps/libOPCODE_a-OPC_OptimizedTree.Tpo .deps/libOPCODE_a-OPC_OptimizedTree.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_Picking.o -MD -MP -MF .deps/libOPCODE_a-OPC_Picking.Tpo -c -o libOPCODE_a-OPC_Picking.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Picking.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_Picking.cpp >mv -f .deps/libOPCODE_a-Opcode.Tpo .deps/libOPCODE_a-Opcode.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_PlanesCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_PlanesCollider.Tpo -c -o libOPCODE_a-OPC_PlanesCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_PlanesCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_PlanesCollider.cpp >mv -f .deps/libOPCODE_a-OPC_Picking.Tpo .deps/libOPCODE_a-OPC_Picking.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_RayCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_RayCollider.Tpo -c -o libOPCODE_a-OPC_RayCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_RayCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_RayCollider.cpp >mv -f .deps/libOPCODE_a-OPC_OBBCollider.Tpo .deps/libOPCODE_a-OPC_OBBCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_SphereCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_SphereCollider.Tpo -c -o libOPCODE_a-OPC_SphereCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_SphereCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_SphereCollider.cpp >mv -f .deps/libOPCODE_a-OPC_SphereCollider.Tpo .deps/libOPCODE_a-OPC_SphereCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_SweepAndPrune.o -MD -MP -MF .deps/libOPCODE_a-OPC_SweepAndPrune.Tpo -c -o libOPCODE_a-OPC_SweepAndPrune.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_SweepAndPrune.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_SweepAndPrune.cpp >mv -f .deps/libOPCODE_a-OPC_RayCollider.Tpo .deps/libOPCODE_a-OPC_RayCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_TreeBuilders.o -MD -MP -MF .deps/libOPCODE_a-OPC_TreeBuilders.Tpo -c -o libOPCODE_a-OPC_TreeBuilders.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_TreeBuilders.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_TreeBuilders.cpp >mv -f .deps/libOPCODE_a-OPC_TreeBuilders.Tpo .deps/libOPCODE_a-OPC_TreeBuilders.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_TreeCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_TreeCollider.Tpo -c -o libOPCODE_a-OPC_TreeCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_TreeCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_TreeCollider.cpp >mv -f .deps/libOPCODE_a-OPC_SweepAndPrune.Tpo .deps/libOPCODE_a-OPC_SweepAndPrune.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-OPC_VolumeCollider.o -MD -MP -MF .deps/libOPCODE_a-OPC_VolumeCollider.Tpo -c -o libOPCODE_a-OPC_VolumeCollider.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_VolumeCollider.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/OPC_VolumeCollider.cpp >mv -f .deps/libOPCODE_a-OPC_PlanesCollider.Tpo .deps/libOPCODE_a-OPC_PlanesCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceAABB.o -MD -MP -MF .deps/libOPCODE_a-IceAABB.Tpo -c -o libOPCODE_a-IceAABB.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceAABB.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceAABB.cpp >mv -f .deps/libOPCODE_a-IceAABB.Tpo .deps/libOPCODE_a-IceAABB.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceContainer.o -MD -MP -MF .deps/libOPCODE_a-IceContainer.Tpo -c -o libOPCODE_a-IceContainer.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceContainer.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceContainer.cpp >mv -f .deps/libOPCODE_a-IceContainer.Tpo .deps/libOPCODE_a-IceContainer.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceHPoint.o -MD -MP -MF .deps/libOPCODE_a-IceHPoint.Tpo -c -o libOPCODE_a-IceHPoint.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceHPoint.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceHPoint.cpp >mv -f .deps/libOPCODE_a-IceHPoint.Tpo .deps/libOPCODE_a-IceHPoint.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceIndexedTriangle.o -MD -MP -MF .deps/libOPCODE_a-IceIndexedTriangle.Tpo -c -o libOPCODE_a-IceIndexedTriangle.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceIndexedTriangle.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceIndexedTriangle.cpp >mv -f .deps/libOPCODE_a-IceIndexedTriangle.Tpo .deps/libOPCODE_a-IceIndexedTriangle.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceMatrix3x3.o -MD -MP -MF .deps/libOPCODE_a-IceMatrix3x3.Tpo -c -o libOPCODE_a-IceMatrix3x3.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceMatrix3x3.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceMatrix3x3.cpp >mv -f .deps/libOPCODE_a-IceMatrix3x3.Tpo .deps/libOPCODE_a-IceMatrix3x3.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceMatrix4x4.o -MD -MP -MF .deps/libOPCODE_a-IceMatrix4x4.Tpo -c -o libOPCODE_a-IceMatrix4x4.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceMatrix4x4.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceMatrix4x4.cpp >mv -f .deps/libOPCODE_a-IceMatrix4x4.Tpo .deps/libOPCODE_a-IceMatrix4x4.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceOBB.o -MD -MP -MF .deps/libOPCODE_a-IceOBB.Tpo -c -o libOPCODE_a-IceOBB.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceOBB.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceOBB.cpp >mv -f .deps/libOPCODE_a-IceOBB.Tpo .deps/libOPCODE_a-IceOBB.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IcePlane.o -MD -MP -MF .deps/libOPCODE_a-IcePlane.Tpo -c -o libOPCODE_a-IcePlane.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IcePlane.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IcePlane.cpp >mv -f .deps/libOPCODE_a-IcePlane.Tpo .deps/libOPCODE_a-IcePlane.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IcePoint.o -MD -MP -MF .deps/libOPCODE_a-IcePoint.Tpo -c -o libOPCODE_a-IcePoint.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IcePoint.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IcePoint.cpp >mv -f .deps/libOPCODE_a-OPC_TreeCollider.Tpo .deps/libOPCODE_a-OPC_TreeCollider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceRandom.o -MD -MP -MF .deps/libOPCODE_a-IceRandom.Tpo -c -o libOPCODE_a-IceRandom.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRandom.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRandom.cpp >mv -f .deps/libOPCODE_a-IcePoint.Tpo .deps/libOPCODE_a-IcePoint.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceRay.o -MD -MP -MF .deps/libOPCODE_a-IceRay.Tpo -c -o libOPCODE_a-IceRay.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRay.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRay.cpp >mv -f .deps/libOPCODE_a-IceRandom.Tpo .deps/libOPCODE_a-IceRandom.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceRevisitedRadix.o -MD -MP -MF .deps/libOPCODE_a-IceRevisitedRadix.Tpo -c -o libOPCODE_a-IceRevisitedRadix.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRevisitedRadix.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceRevisitedRadix.cpp >mv -f .deps/libOPCODE_a-IceRay.Tpo .deps/libOPCODE_a-IceRay.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceSegment.o -MD -MP -MF .deps/libOPCODE_a-IceSegment.Tpo -c -o libOPCODE_a-IceSegment.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceSegment.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceSegment.cpp >mv -f .deps/libOPCODE_a-IceSegment.Tpo .deps/libOPCODE_a-IceSegment.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceTriangle.o -MD -MP -MF .deps/libOPCODE_a-IceTriangle.Tpo -c -o libOPCODE_a-IceTriangle.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceTriangle.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceTriangle.cpp >mv -f .deps/libOPCODE_a-IceRevisitedRadix.Tpo .deps/libOPCODE_a-IceRevisitedRadix.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -fno-strict-aliasing -fPIC -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -MT libOPCODE_a-IceUtils.o -MD -MP -MF .deps/libOPCODE_a-IceUtils.Tpo -c -o libOPCODE_a-IceUtils.o `test -f '/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceUtils.cpp' || echo './'`/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice/IceUtils.cpp >mv -f .deps/libOPCODE_a-IceUtils.Tpo .deps/libOPCODE_a-IceUtils.Po >rm -f libfast.a >ar cru libfast.a libfast_a-fastldlt.o libfast_a-fastltsolve.o libfast_a-fastdot.o libfast_a-fastlsolve.o >i686-pc-linux-gnu-ranlib libfast.a >mv -f .deps/libOPCODE_a-IceTriangle.Tpo .deps/libOPCODE_a-IceTriangle.Po >mv -f .deps/libOPCODE_a-OPC_VolumeCollider.Tpo .deps/libOPCODE_a-OPC_VolumeCollider.Po >rm -f libOPCODE.a >ar cru libOPCODE.a libOPCODE_a-OPC_AABBCollider.o libOPCODE_a-OPC_AABBTree.o libOPCODE_a-OPC_BaseModel.o libOPCODE_a-OPC_BoxPruning.o libOPCODE_a-OPC_Collider.o libOPCODE_a-OPC_Common.o libOPCODE_a-OPC_HybridModel.o libOPCODE_a-OPC_LSSCollider.o libOPCODE_a-OPC_MeshInterface.o libOPCODE_a-OPC_Model.o libOPCODE_a-OPC_OBBCollider.o libOPCODE_a-Opcode.o libOPCODE_a-OPC_OptimizedTree.o libOPCODE_a-OPC_Picking.o libOPCODE_a-OPC_PlanesCollider.o libOPCODE_a-OPC_RayCollider.o libOPCODE_a-OPC_SphereCollider.o libOPCODE_a-OPC_SweepAndPrune.o libOPCODE_a-OPC_TreeBuilders.o libOPCODE_a-OPC_TreeCollider.o libOPCODE_a-OPC_VolumeCollider.o libOPCODE_a-IceAABB.o libOPCODE_a-IceContainer.o libOPCODE_a-IceHPoint.o libOPCODE_a-IceIndexedTriangle.o libOPCODE_a-IceMatrix3x3.o libOPCODE_a-IceMatrix4x4.o libOPCODE_a-IceOBB.o libOPCODE_a-IcePlane.o libOPCODE_a-IcePoint.o libOPCODE_a-IceRandom.o libOPCODE_a-IceRay.o libOPCODE_a-IceRevisitedRadix.o libOPCODE_a-IceSegment.o libOPCODE_a-IceTriangle.o libOPCODE_a-IceUtils.o >i686-pc-linux-gnu-ranlib libOPCODE.a >rm -f libode.a >ar cru libode.a libode_a-obstack.o libode_a-collision_util.o libode_a-array.o libode_a-ode.o libode_a-error.o libode_a-odemath.o libode_a-collision_kernel.o libode_a-export-dif.o libode_a-quickstep.o libode_a-collision_quadtreespace.o libode_a-rotation.o libode_a-collision_space.o libode_a-sphere.o libode_a-box.o libode_a-capsule.o libode_a-plane.o libode_a-ray.o libode_a-cylinder.o libode_a-convex.o libode_a-joint.o libode_a-step.o libode_a-collision_transform.o libode_a-lcp.o libode_a-stepfast.o libode_a-mass.o libode_a-testing.o libode_a-mat.o libode_a-timer.o libode_a-matrix.o libode_a-util.o libode_a-memory.o libode_a-misc.o libode_a-collision_trimesh_trimesh.o libode_a-collision_trimesh_sphere.o libode_a-collision_trimesh_ray.o libode_a-collision_trimesh.o libode_a-collision_trimesh_box.o libode_a-collision_trimesh_ccylinder.o libode_a-collision_trimesh_distance.o libode_a-collision_cylinder_box.o libode_a-collision_cylinder_sphere.o libode_a-collision_cylinder_plane.o libode_a-collision_cylinder_trimesh.o libfast_a-fastldlt.o libfast_a-fastltsolve.o libfast_a-fastdot.o libfast_a-fastlsolve.o libOPCODE_a-OPC_AABBCollider.o libOPCODE_a-OPC_AABBTree.o libOPCODE_a-OPC_BaseModel.o libOPCODE_a-OPC_BoxPruning.o libOPCODE_a-OPC_Collider.o libOPCODE_a-OPC_Common.o libOPCODE_a-OPC_HybridModel.o libOPCODE_a-OPC_LSSCollider.o libOPCODE_a-OPC_MeshInterface.o libOPCODE_a-OPC_Model.o libOPCODE_a-OPC_OBBCollider.o libOPCODE_a-Opcode.o libOPCODE_a-OPC_OptimizedTree.o libOPCODE_a-OPC_Picking.o libOPCODE_a-OPC_PlanesCollider.o libOPCODE_a-OPC_RayCollider.o libOPCODE_a-OPC_SphereCollider.o libOPCODE_a-OPC_SweepAndPrune.o libOPCODE_a-OPC_TreeBuilders.o libOPCODE_a-OPC_TreeCollider.o libOPCODE_a-OPC_VolumeCollider.o libOPCODE_a-IceAABB.o libOPCODE_a-IceContainer.o libOPCODE_a-IceHPoint.o libOPCODE_a-IceIndexedTriangle.o libOPCODE_a-IceMatrix3x3.o libOPCODE_a-IceMatrix4x4.o libOPCODE_a-IceOBB.o libOPCODE_a-IcePlane.o libOPCODE_a-IcePoint.o libOPCODE_a-IceRandom.o libOPCODE_a-IceRay.o libOPCODE_a-IceRevisitedRadix.o libOPCODE_a-IceSegment.o libOPCODE_a-IceTriangle.o libOPCODE_a-IceUtils.o >i686-pc-linux-gnu-ranlib libode.a >i686-pc-linux-gnu-gcc -I../../include -I../../include -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE -I/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/OPCODE/Ice -DdTRIMESH_ENABLED -O2 -shared -o libode.so libode_a-obstack.o libode_a-collision_util.o libode_a-array.o libode_a-ode.o libode_a-error.o libode_a-odemath.o libode_a-collision_kernel.o libode_a-export-dif.o libode_a-quickstep.o libode_a-collision_quadtreespace.o libode_a-rotation.o libode_a-collision_space.o libode_a-sphere.o libode_a-box.o libode_a-capsule.o libode_a-plane.o libode_a-ray.o libode_a-cylinder.o libode_a-convex.o libode_a-joint.o libode_a-step.o libode_a-collision_transform.o libode_a-lcp.o libode_a-stepfast.o libode_a-mass.o libode_a-testing.o libode_a-mat.o libode_a-timer.o libode_a-matrix.o libode_a-util.o libode_a-memory.o libode_a-misc.o libode_a-collision_trimesh_trimesh.o libode_a-collision_trimesh_sphere.o libode_a-collision_trimesh_ray.o libode_a-collision_trimesh.o libode_a-collision_trimesh_box.o libode_a-collision_trimesh_ccylinder.o libode_a-collision_trimesh_distance.o libode_a-collision_cylinder_box.o libode_a-collision_cylinder_sphere.o libode_a-collision_cylinder_plane.o libode_a-collision_cylinder_trimesh.o libfast_a-fastldlt.o libfast_a-fastltsolve.o libfast_a-fastdot.o libfast_a-fastlsolve.o libOPCODE_a-OPC_AABBCollider.o libOPCODE_a-OPC_AABBTree.o libOPCODE_a-OPC_BaseModel.o libOPCODE_a-OPC_BoxPruning.o libOPCODE_a-OPC_Collider.o libOPCODE_a-OPC_Common.o libOPCODE_a-OPC_HybridModel.o libOPCODE_a-OPC_LSSCollider.o libOPCODE_a-OPC_MeshInterface.o libOPCODE_a-OPC_Model.o libOPCODE_a-OPC_OBBCollider.o libOPCODE_a-Opcode.o libOPCODE_a-OPC_OptimizedTree.o libOPCODE_a-OPC_Picking.o libOPCODE_a-OPC_PlanesCollider.o libOPCODE_a-OPC_RayCollider.o libOPCODE_a-OPC_SphereCollider.o libOPCODE_a-OPC_SweepAndPrune.o libOPCODE_a-OPC_TreeBuilders.o libOPCODE_a-OPC_TreeCollider.o libOPCODE_a-OPC_VolumeCollider.o libOPCODE_a-IceAABB.o libOPCODE_a-IceContainer.o libOPCODE_a-IceHPoint.o libOPCODE_a-IceIndexedTriangle.o libOPCODE_a-IceMatrix3x3.o libOPCODE_a-IceMatrix4x4.o libOPCODE_a-IceOBB.o libOPCODE_a-IcePlane.o libOPCODE_a-IcePoint.o libOPCODE_a-IceRandom.o libOPCODE_a-IceRay.o libOPCODE_a-IceRevisitedRadix.o libOPCODE_a-IceSegment.o libOPCODE_a-IceTriangle.o libOPCODE_a-IceUtils.o -lstdc++ -lm -lpthread >/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object. >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode/src' >Making all in test >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode/test' >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_collision.o -MD -MP -MF .deps/test_collision.Tpo -c -o test_collision.o test_collision.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_slider.o -MD -MP -MF .deps/test_slider.Tpo -c -o test_slider.o test_slider.cpp >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_crash.o -MD -MP -MF .deps/test_crash.Tpo -c -o test_crash.o test_crash.cpp >mv -f .deps/test_slider.Tpo .deps/test_slider.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_space.o -MD -MP -MF .deps/test_space.Tpo -c -o test_space.o test_space.cpp >mv -f .deps/test_space.Tpo .deps/test_space.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_I.o -MD -MP -MF .deps/test_I.Tpo -c -o test_I.o test_I.cpp >mv -f .deps/test_I.Tpo .deps/test_I.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_friction.o -MD -MP -MF .deps/test_friction.Tpo -c -o test_friction.o test_friction.cpp >mv -f .deps/test_friction.Tpo .deps/test_friction.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_space_stress.o -MD -MP -MF .deps/test_space_stress.Tpo -c -o test_space_stress.o test_space_stress.cpp >mv -f .deps/test_collision.Tpo .deps/test_collision.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_boxstack.o -MD -MP -MF .deps/test_boxstack.Tpo -c -o test_boxstack.o test_boxstack.cpp >mv -f .deps/test_space_stress.Tpo .deps/test_space_stress.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_hinge.o -MD -MP -MF .deps/test_hinge.Tpo -c -o test_hinge.o test_hinge.cpp >mv -f .deps/test_boxstack.Tpo .deps/test_boxstack.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_step.o -MD -MP -MF .deps/test_step.Tpo -c -o test_step.o test_step.cpp >mv -f .deps/test_hinge.Tpo .deps/test_hinge.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_buggy.o -MD -MP -MF .deps/test_buggy.Tpo -c -o test_buggy.o test_buggy.cpp >mv -f .deps/test_step.Tpo .deps/test_step.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_joints.o -MD -MP -MF .deps/test_joints.Tpo -c -o test_joints.o test_joints.cpp >mv -f .deps/test_buggy.Tpo .deps/test_buggy.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_motor.o -MD -MP -MF .deps/test_motor.Tpo -c -o test_motor.o test_motor.cpp >mv -f .deps/test_motor.Tpo .deps/test_motor.Po >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_chain1.o -MD -MP -MF .deps/test_chain1.Tpo -c -o test_chain1.o test_chain1.c >mv -f .deps/test_chain1.Tpo .deps/test_chain1.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_chain2.o -MD -MP -MF .deps/test_chain2.Tpo -c -o test_chain2.o test_chain2.cpp >mv -f .deps/test_joints.Tpo .deps/test_joints.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_cyl.o -MD -MP -MF .deps/test_cyl.Tpo -c -o test_cyl.o test_cyl.cpp >mv -f .deps/test_chain2.Tpo .deps/test_chain2.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_cylvssphere.o -MD -MP -MF .deps/test_cylvssphere.Tpo -c -o test_cylvssphere.o test_cylvssphere.cpp >mv -f .deps/test_cyl.Tpo .deps/test_cyl.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_ode.o -MD -MP -MF .deps/test_ode.Tpo -c -o test_ode.o test_ode.cpp >mv -f .deps/test_cylvssphere.Tpo .deps/test_cylvssphere.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_trimesh.o -MD -MP -MF .deps/test_trimesh.Tpo -c -o test_trimesh.o test_trimesh.cpp >mv -f .deps/test_trimesh.Tpo .deps/test_trimesh.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_moving_trimesh.o -MD -MP -MF .deps/test_moving_trimesh.Tpo -c -o test_moving_trimesh.o test_moving_trimesh.cpp >mv -f .deps/test_ode.Tpo .deps/test_ode.Po >i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../include/ode -O2 -I../../include -I../../include -O2 -MT test_basket.o -MD -MP -MF .deps/test_basket.Tpo -c -o test_basket.o test_basket.cpp >mv -f .deps/test_moving_trimesh.Tpo .deps/test_moving_trimesh.Po >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_collision test_collision.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >mv -f .deps/test_basket.Tpo .deps/test_basket.Po >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_slider test_slider.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_space test_space.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_I test_I.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_friction test_friction.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_space_stress test_space_stress.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_boxstack test_boxstack.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_hinge test_hinge.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_step test_step.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_buggy test_buggy.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_joints test_joints.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_motor test_motor.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-gcc -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_chain1 test_chain1.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_chain2 test_chain2.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_cyl test_cyl.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_cylvssphere test_cylvssphere.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_ode test_ode.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -o test_trimesh test_trimesh.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -o test_moving_trimesh test_moving_trimesh.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -o test_basket test_basket.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >mv -f .deps/test_crash.Tpo .deps/test_crash.Po >i686-pc-linux-gnu-g++ -O2 -I../../include -I../../include -O2 -L../../drawstuff/src -L../../ode/src -o test_crash test_crash.o -ldrawstuff -lode -lGL -lGLU -lXmu -lXi -lX11 -lstdc++ -lm -lpthread -lstdc++ -lm -lpthread >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode/test' >make[2]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode' >make[2]: Nothing to be done for `all-am'. >make[2]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode' >make[1]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6/ode' >make[1]: Entering directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6' >make[1]: Nothing to be done for `all-am'. >make[1]: Leaving directory `/var/tmp/portage/dev-games/ode-0.6-r1/work/ode-0.6' >>>> Source compiled. > >!!! ERROR: dev-games/ode-0.6-r1 failed. >Call stack: > ebuild.sh, line 1632: Called dyn_test > ebuild.sh, line 1043: Called qa_call 'src_test' > ebuild.sh, line 44: Called src_test > ode-0.6-r1.ebuild, line 82: Called die > >!!! test failed >!!! If you need support, post the topmost build error, and the call stack if relevant. >!!! A complete build log is located at '/var/tmp/portage/dev-games/ode-0.6-r1/temp/build.log'. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 187093
: 128239