question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Quick Install instructions in README.rst are out of date

See original GitHub issue
$ git clone https://github.com/facebook/rocksdb.git
Cloning into 'rocksdb'...
remote: Counting objects: 53785, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 53785 (delta 0), reused 2 (delta 0), pack-reused 53775
Receiving objects: 100% (53785/53785), 100.79 MiB | 7.72 MiB/s, done.
Resolving deltas: 100% (40041/40041), done.
$ cd rocksdb/
$ make build
Makefile:105: Warning: Compiling in debug mode. Don't use the resulting binary in production
  GEN      util/build_version.cc
Makefile:105: Warning: Compiling in debug mode. Don't use the resulting binary in production
  GEN      util/build_version.cc
make: *** No rule to make target 'build'.  Stop.

As you can see, following them leads to failed build. Additionally, I don’t think it should be done in debug mode.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Srogozinscommented, Jul 17, 2017

OK, looks like I’m finally able to get it working, thanks for the assistance.

If you fix . bin/active to . bin/activate and granted that facebook/rocksdb fix their master soon-ish, I think it will be OK to close this issue, then.

0reactions
twmhtcommented, Feb 15, 2018

now it works with latest rocksdb.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dateparser/README.rst at master - GitHub
Search dates in longer texts. Online demo. Do you want to try it out without installing any dependency? Now you can test it...
Read more >
My rst README is not formatted on pypi.python.org
I started a discussion on the distutils mailing list and found out that in-page links (i.e. #minimum-cash) are not allowed by the pypi...
Read more >
datefixR - README - R Project
Not familiar with R or want to quickly try out datefixR ? Check out the shiny app here. Installation instructions. datefixR is now...
Read more >
WISER for Windows README
The WISER application assists First Responders in rapidly determining the ... For help using WISER, see the Quick Start Guide and User Guide...
Read more >
A beginner's guide to writing documentation - Write the Docs
Yet also full of despair, where do you even start? I am here to stop this scene from playing out. This is a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found