[MDEV-13974] Build failure in rocksdb/rdb_datadic.cc Created: 2017-10-01 Updated: 2017-10-11 Resolved: 2017-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform FreeBSD, Storage Engine - RocksDB |
| Affects Version/s: | 10.2.9 |
| Fix Version/s: | 10.2.10 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Bernard Spil | Assignee: | Varun Gupta (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 11.0-RELEASE-p6 |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 10.2.10 | ||||||||||||||||
| Description |
|
While building RocksDB I get a fatal compilation error
Adding `#include <cstdlib>` to `storage/rocksdb/rdb_datadic.h` solves the issue on FreeBSD 11.0. Not sure if this should be enclosed in a #ifdef _FreeBSD_ block |
| Comments |
| Comment by Bernard Spil [ 2017-10-01 ] |
|
This built succesfully with all options enabled. |
| Comment by Elena Stepanova [ 2017-10-01 ] |
|
Same failure was reported in |
| Comment by Sergei Golubchik [ 2017-10-10 ] |
|
ok to push |