You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the project from tag 3.0.1 (make build_all_sigs) on Ubuntu 24.04.1 LTS, the defined rocksDB version (v5.17.2) won't compile. I traced it back to the used g++ version, namely 13. When downgraded to g++ 11, it builds just fine. (Didn't check 12)
Steps to Reproduce
Start building with g++ 13
Failure
Downgrade to g++ 11 sudo apt install g++-11
Builds just fine
...
Expected Result
The build completes with 0 errors
Actual Result
The build exits with error, namely:
./db/compaction_iteration_stats.h:21:3: error: 'uint64_t' does not name a type
Preliminary Checks
Description
When trying to build the project from tag 3.0.1 (
make build_all_sigs
) on Ubuntu 24.04.1 LTS, the defined rocksDB version (v5.17.2) won't compile. I traced it back to the used g++ version, namely 13. When downgraded to g++ 11, it builds just fine. (Didn't check 12)Steps to Reproduce
sudo apt install g++-11
...
Expected Result
The build completes with 0 errors
Actual Result
The build exits with error, namely:
See full log below
Daemon version
Commit 4e62fc2
How frequently do you see this issue?
Always
What is the impact of this issue on your ability to run a node?
High
Status
Additional information
build-error.log
The text was updated successfully, but these errors were encountered: