Coder Social home page Coder Social logo

Comments (5)

ggtakec avatar ggtakec commented on May 27, 2024

@tuxpeople I'm sorry for my late replying.
Could you tell me specifically what you stumbled on?

from s3fs-fuse.

gaul avatar gaul commented on May 27, 2024

I believe he wants to separate build dependencies:

  • automake
  • gcc-c++
  • make
  • pkg-config (or your OS equivalent)

From runtime dependencies:

  • fuse >= 2.8.4
  • libcurl
  • libxml2
  • openssl
  • mime.types (the package providing depends on the OS)
    • s3fs tries to detect /etc/mime.types as default regardless of the OS
    • Else s3fs tries to detect /etc/apache2/mime.types if OS is macOS
    • s3fs exits with an error if these files are not exist
    • Alternatively, you can set mime.types file path with mime option without detecting these default files

Agree that this would be a slight improvement. It would also be good to clarify that OpenSSL is not required and that either GnuTLS or NSS can be used.

from s3fs-fuse.

ggtakec avatar ggtakec commented on May 27, 2024

@gaul Thanks for your comments.
I created PR #2445, please check it.

from s3fs-fuse.

tuxpeople avatar tuxpeople commented on May 27, 2024

@tuxpeople I'm sorry for my late replying.

No worries, I've got the same problem with issues people open in my repos ;-)

I believe he wants to separate build dependencies:

Yes. Unfortunately, I'm unable to remember why exactly I asked for this. I think I've tried to create a container image with it, and my goal was to have a small footprint using a multi-stage build.

Anyway, the PR looks good to me, thanks a lot!

from s3fs-fuse.

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.