Amalgamation build fails on fedora linux
Open
up-for-grabs
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
### Expected behavior
`make rocksdb.cc` works
### Actual behavior
`make rocksdb.cc` fails
### Steps to reproduce the behavior
147697420ab60c85deb13cea4532844e3f2ae352
```
$ make rocksdb.cc
Makefile:156: Warning: Compiling in debug mode. Don't use the resulting binary in production
GEN util/build_version.cc
build_tools/amalgamate.py -I. -i./include unity.cc -x include/rocksdb/c.h -H rocksdb.h -o rocksdb.cc
unable to find tbb/concurrent_hash_map.h, included in /home/arnetheduck/src/rocksdb/cache/clock_cache.cc on line 34
make: *** [Makefile:1037: rocksdb.cc] Error 1
```
Contributor guide
Assessment
This issue has not been assessed yet.