Hello, Mattia Rizzolo, on Thu 04 Feb 2016 19:13:03 +0000, wrote: > ../src/.libs/libstarpu-1.2.so: undefined reference to > `leveldb::DB::Open(leveldb::Options const&, std::string const&, > leveldb::DB**)'
#813173 says it's a problem of gcc-4.x-built starpu link against gcc-5.x-built leveldb (recently uploaded) The current version of CUDA in unstable does not support gcc-5, that's why the hardcoded gcc 4.x. That will however be fixed with newer versions of CUDA. In the meanwhile we can't build starpu-contrib. If that becomes a problem for some transitions, please feel free to request binary removals from testing from ftpmaster (this very bug will prevent it from reentering testing again). Samuel