Source: starpu Version: 1.2.0~rc2+dfsg-2 Severity: serious Justification: fails to build from source (but built successfully in the past)
make[3]: Entering directory '/build/starpu-1.2.0~rc2+dfsg/build/tools' gcc-4.9 -DHAVE_CONFIG_H -I. -I../../tools -I../src/common -I../include -I../gcc-plugin/include/starpu-gcc -I../starpu-top -I../../include/ -I../../tools/ -I../../mpi/ -I../src -I../../src -D_GNU_SOURCE -DSTARPU_OPENCL_DATADIR=/usr/share/starpu/opencl -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -Wall -Werror=implicit -Werror=implicit-function-declaration -O3 -g -O2 -gdwarf-2 -g3 -c -o starpu_perfmodel_display.o ../../tools/starpu_perfmodel_display.c /bin/bash ../libtool --tag=CC --mode=link gcc-4.9 -DSTARPU_OPENCL_DATADIR=/usr/share/starpu/opencl -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -Wall -Werror=implicit -Werror=implicit-function-declaration -O3 -g -O2 -gdwarf-2 -g3 -o starpu_perfmodel_display starpu_perfmodel_display.o ../src/libstarpu-1.2.la -lrt -lm -lpthread libtool: link: gcc-4.9 -DSTARPU_OPENCL_DATADIR=/usr/share/starpu/opencl -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -Wall -Werror=implicit -Werror=implicit-function-declaration -O3 -g -O2 -gdwarf-2 -g3 -o .libs/starpu_perfmodel_display starpu_perfmodel_display.o ../src/.libs/libstarpu-1.2.so -lrt -lm -lpthread ../src/.libs/libstarpu-1.2.so: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)' collect2: error: ld returned 1 exit status Makefile:1081: recipe for target 'starpu_perfmodel_display' failed make[3]: *** [starpu_perfmodel_display] Error 1 make[3]: Leaving directory '/build/starpu-1.2.0~rc2+dfsg/build/tools' This explodes on the std::string differences between g++-4.9 and g++-5. Andreas