rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

`make db_bench` failed: No rule to make target 'monitoring/statistics.h', needed by 'tools/simulated_hybrid_file_system.o'. Stop.

Open eval-exec opened this issue 1 year ago • 1 comments

Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev

Expected behavior

Expect make db_bench succcess

Actual behavior

❯ make db_bench
$DEBUG_LEVEL is 1, $LIB_MODE is shared
Makefile:185: Warning: Compiling in debug mode. Don't use the resulting binary in production
make: *** No rule to make target 'monitoring/statistics.h', needed by 'tools/simulated_hybrid_file_system.o'.  Stop.

Steps to reproduce the behavior

On latest main branch commit:2eb404de1 execute make db_bench

eval-exec avatar May 16 '24 11:05 eval-exec

Can you do make clean first and see if it succeeds?

hx235 avatar Jun 03 '24 22:06 hx235