GithubHelp home page GithubHelp logo

make check fails about rocksdb HOT 7 CLOSED

mdcallag avatar mdcallag commented on April 19, 2024
make check fails

from rocksdb.

Comments (7)

jkeys089 avatar jkeys089 commented on April 19, 2024

Do you have bz2 and snappy libs installed?

from rocksdb.

mdcallag avatar mdcallag commented on April 19, 2024

RocksDB includes snappy and libs were built during make. However, I don't see how snappy or zlib or bz2 were linked. They aren't mentioned in make output and bzip2 is installed for sure. I think the makefile needs help. Will start a separate issue for that.

from rocksdb.

jkeys089 avatar jkeys089 commented on April 19, 2024

I just pulled in everything in build_tools/build_detect_platform (https://github.com/facebook/rocksdb/blob/master/build_tools/build_detect_platform#L186) and the tests now run fine for me.

from rocksdb.

mdcallag avatar mdcallag commented on April 19, 2024

The point of having build_tools/build_detect_platform is for things to run
fine when everything isn't there. That isn't the case right now.

On Sun, Nov 17, 2013 at 8:50 AM, jkeys089 [email protected] wrote:

I just pulled in everything in build_tools/build_detect_platform (
https://github.com/facebook/rocksdb/blob/master/build_tools/build_detect_platform#L186)
and the tests now run fine for me.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28652273
.

Mark Callaghan
[email protected]

from rocksdb.

mdcallag avatar mdcallag commented on April 19, 2024

Does this test need checks to avoid compression tests when -DSNAPPY and other compression options were not compiled? "make check" passes when snappy, bzip2 and zlib have been installed.

from rocksdb.

igorcanadi avatar igorcanadi commented on April 19, 2024

I think we should just require all three libraries (snappy, bzip2 and zlib) to be installed. They are all standard libraries and can be easily installed on all linux platforms.

from rocksdb.

igorcanadi avatar igorcanadi commented on April 19, 2024

Added requirements on all three compression libraries in https://github.com/facebook/rocksdb/blob/master/INSTALL.md

It would be good for build_detect_platform to work even if only a subset of them is installed, but they are so easy to install it doesn't make much sense to worry about it.

from rocksdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.