Coder Social home page Coder Social logo

MacOS brew install gitfs fails about gitfs HOT 2 OPEN

smolin avatar smolin commented on June 6, 2024
MacOS brew install gitfs fails

from gitfs.

Comments (2)

bgmonroe avatar bgmonroe commented on June 6, 2024

@smolin, pygit2 is a python module (so would be installed via pip3). I ran into a similar issue (though not identical so take it with a grain of salt). Now that FUSE is no longer in the Homebrew ecosystem (though install-able from the their GitHub repo), brew has to build gitfs from bottle (source, effectively) because it can't fulfill the FUSE dependency. The error I get durriing the bottle build is that it fails compiling libgit2 (which is used by pygit2). Though libgit2 is in fact in Homebrew, it's too recent (1.1.0) where, digging though the build logs, it seems that the version of pygit2 that is needed by gitfs is between 0.99.0 and 1.0.x) which isn't available though brew. I'm not interested in gitfs enough to try building the right version from scratch to I'm moving on. Hopefully this is useful (if not timely) info. Good luck.

from gitfs.

antoine2711 avatar antoine2711 commented on June 6, 2024

When trying to install from brew, I get this…

antoine$ brew install gitfs
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################## 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################## 100.0%
Warning: gitfs has been deprecated because it is not maintained upstream!
gitfs: Linux is required for this software.
libfuse: Linux is required for this software.
Error: gitfs: Unsatisfied requirements failed this build.

Is it getting worst?

A.

from gitfs.

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.