gorocksdb icon indicating copy to clipboard operation
gorocksdb copied to clipboard

options.go

Open irene123 opened this issue 3 years ago • 3 comments

Hello,

while installing akutan and running "make build" I get following error: could you, please, help me?

src/vendor/github.com/tecbot/gorocksdb/options.go:660:2: could not determine kind of name for C.rocksdb_options_set_hard_rate_limit src/vendor/github.com/tecbot/gorocksdb/options.go:460:2: could not determine kind of name for C.rocksdb_options_set_max_mem_compaction_level src/vendor/github.com/tecbot/gorocksdb/options.go:757:2: could not determine kind of name for C.rocksdb_options_set_purge_redundant_kvs_while_flush src/vendor/github.com/tecbot/gorocksdb/options.go:668:2: could not determine kind of name for C.rocksdb_options_set_rate_limit_delay_max_milliseconds src/vendor/github.com/tecbot/gorocksdb/options.go:796:2: could not determine kind of name for C.rocksdb_options_set_skip_log_error_on_recovery src/vendor/github.com/tecbot/gorocksdb/options.go:651:2: could not determine kind of name for C.rocksdb_options_set_soft_rate_limit src/vendor/github.com/tecbot/gorocksdb/options.go:694:2: could not determine kind of name for C.rocksdb_options_set_table_cache_remove_scan_count_limit make: *** [Makefile:89: build] Error 2

irene123 avatar Apr 29 '22 20:04 irene123

not just make build on akutan, even the normal install command respond with that now, dunno why though

UnitTHK avatar May 02 '22 13:05 UnitTHK

@irene123 what version of RocksDB did you build?

moonbox3 avatar Feb 13 '23 22:02 moonbox3

I encountered the same issue: rocksdb version: v8.3.2

yang-f avatar Aug 21 '23 02:08 yang-f