Hi Barend and Adam,
Tried the tests at work on both Ubuntu 12.04 LTS/G++ 4.6 and Ubuntu 14.04 LTS/G++ 4.8.2 and both worked OK.
So it seems like a problem locally in my Virtual Machine. I’m using Parallels 10 on my macbook pro.
I’m testing the specs of the Virtual machine and found out that different memory/cpu specs matter:
SMALL: Running Ubuntu 14.04.1 LTS / G++ 4.8.2 with 1GB memory and 2 x 2.6 CPU’s ( My original configuration where trouble started):
...failed updating 5 targets...
...skipped 15 targets...
...updated 667 targets…
Few of the error message(s):
gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o" "algorithms/comparable_distance.cpp"
...failed gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance for lack of <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance.run for lack of <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance…
gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug/distance.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug/distance.o" "algorithms/distance.cpp"
...failed gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug/distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug>distance for lack of <p../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug>distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug>distance.run for lack of <p../../../bin.v2/libs/geometry/test/algorithms/distance.test/gcc-4.8/debug>distance…
gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug/distance_linear_areal.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug/distance_linear_areal.o" "algorithms/distance_linear_areal.cpp"
...failed gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug/distance_linear_areal.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug>distance_linear_areal for lack of <p../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug>distance_linear_areal.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug>distance_linear_areal.run for lack of <p../../../bin.v2/libs/geometry/test/algorithms/distance_linear_areal.test/gcc-4.8/debug>distance_linear_areal...
MEDIUM: Running Ubuntu 14.04.1 LTS / G++ 4.8.2 with 1GB memory and 4 x 2.6 CPU’s:
...failed updating 1 target...
...skipped 3 targets...
...updated 683 targets...
The error message:
gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o" "algorithms/comparable_distance.cpp"
...failed gcc.compile.c++ ../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug/comparable_distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance for lack of <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance.o...
...skipped <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance.run for lack of <p../../../bin.v2/libs/geometry/test/algorithms/comparable_distance.test/gcc-4.8/debug>comparable_distance...
LARGE: Running Ubuntu 14.04.1 LTS / G++ 4.8.2 with 2GB memory and 4 x 2.6 CPU’s:
...updated 687 targets...
So everything seems to work with this configuration!
Kind regards,
Henry Roeland
Hi,
_______________________________________________
Geometry mailing list
Geometry@lists.boost.orghttp://lists.boost.org/mailman/listinfo.cgi/geometry