Source: rocksdb
Version: 4.1-1
Severity: important
Justification: fails to build from source
Builds of rocksdb on kFreeBSD failed because the source requires C++11
but the compiler is evidently invoked without an appropriate option:
In file included from /usr/include/c++/5/atomic:38:0,
from ./util/mock_env.h:11,
from util/mock_env.cc:10:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file
requires compiler and library support for the ISO C++ 2011 standard. This
support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
I suspect a similar error would occur on the Hurd, as the log also contains
Unknown platform!
Could you please take a look?
Thanks!