[MDEV-13945] RocksDB fails to build on macOS (llvm?) Created: 2017-09-28  Updated: 2017-10-11  Resolved: 2017-10-11

Status: Closed
Project: MariaDB Server
Component/s: Compiling, Storage Engine - RocksDB
Affects Version/s: 10.2.9
Fix Version/s: 10.2.10

Type: Bug Priority: Major
Reporter: Kolbe Kegel (Inactive) Assignee: Varun Gupta (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Environment:

macOS 10.12.6.


Issue Links:
Duplicate
duplicates MDEV-13974 Build failure in rocksdb/rdb_datadic.cc Closed
Relates
relates to MDEV-13928 Missing symbols building RocksDB on m... Closed
relates to MDEV-13974 Build failure in rocksdb/rdb_datadic.cc Closed

 Description   

Attempt to build RocksDB on macOS fails with this error:

/Users/kolbe/Devel/git/maria/server/storage/rocksdb/rdb_datadic.cc:371:19: error: no member named 'strtoul' in namespace 'std'; did you mean simply 'strtoul'?
  *ttl_duration = std::strtoull(ttl_duration_str.c_str(), nullptr, 0);
                  ^~~~~

Perhaps this is an issue that would affect llvm on any platform?


Generated at Thu Feb 08 08:09:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.