Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Master doesn't build on OpenBSD (leveldb) #10670
Comments
laanwj
added the
Build system
label
Jun 26, 2017
laanwj
added this to the
0.15.0
milestone
Jun 26, 2017
janstary
commented
Jul 7, 2017
|
I get the same error on 6.1-current/amd64 |
|
Taking this one. We just need to do a quick compiler check in configure. |
theuni
self-assigned this
Jul 7, 2017
janstary
commented
Jul 8, 2017
|
Same error on MacOSX 10.6.8 (Intel) as well. |
janstary
commented
Jul 12, 2017
|
On the same machine, version 0.14.2 does not have this problem. |
|
Yes, the 0.14 branch works fine, this was introduced on master
…
|
This was referenced Jul 12, 2017
laanwj
added a commit
that referenced
this issue
Jul 14, 2017
|
|
laanwj |
db825d2
|
|
This was fixed by #10806 |
laanwj
closed this
Jul 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laanwj commentedJun 26, 2017
•
edited
It looks like OpenBSD's
eg++which is based on 4.9.4 (or rather, the binutils based on 2.17) doesn't support the CRC32 instructions introduced with the recent leveldb upgrade:Likely we need to add some check in the build system whether the instruction can be used?