Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate FUSE formulae. #64491

Merged
merged 32 commits into from
Nov 11, 2020
Merged

Deprecate FUSE formulae. #64491

merged 32 commits into from
Nov 11, 2020

Conversation

jonchang
Copy link
Contributor

@jonchang jonchang commented Nov 10, 2020

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

Homebrew historically has supported building against dependencies that were not installed by other formulae. However, as our documentation outlines, we've moved away from this practice as it has become increasingly more challenging to support and maintain formulae that use Requirements, as these require special intervention by a small set of (very busy) maintainers and cannot be easily tested on our continuous integration infrastructure.

Together with Java 1.8 (#63290) and XQuartz (#64166), FUSE is one of the last Cask-based Requirements that we have in Homebrew-core. Thanks to the efforts of many maintainers and contributors, Java 1.8 and XQuartz now have formula replacements in Homebrew-core. However, FUSE for macOS cannot be replaced by a formula as it no longer has public source releases and does not have a license that is compatible with Homebrew:

The license has changed. Starting with the 4.0.0 release, redistributions bundled with commercial software are not allowed without specific prior written permission. This includes the automated download or installation in the context of commercial software.

In addition, versions of FUSE for macOS prior to the licensing change in 3.10 will soon no longer work on our supported versions of macOS.

While you can still brew install these formulae today, Homebrew maintainers will no longer be updating or supporting FUSE formulae, and our continuous integration will not test them going forwards. These formulae will eventually be removed in the indeterminate future.

If you are a consumer of these formulae, please consider maintaining your own tap to house the formulae you need. Homebrew will not provide an automatic migration to a third-party tap for users with these formulae currently installed, but you are welcome to add your tap to our documentation by opening a pull request against Homebrew/brew.

cc @Homebrew/core

@BrewTestBot BrewTestBot added the formula deprecated Formula deprecated label Nov 10, 2020
@iMichka
Copy link
Member

iMichka commented Nov 10, 2020

We might keep them as linux-only formulae, as these build against the open source libfuse linux library. But I am not sure I want to go down that road.

I also have the feeling that there is less and less need for fuse nowadays, but I might be wrong.

@SMillerDev
Copy link
Member

I think we can re-enable them if they prove needed on linux. But for now, LGTM

Because it:
* requires FUSE
* fails to build from source

#64491
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
Because it:
* requires FUSE
* fails to build from source

#64491
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
jonchang added a commit that referenced this pull request Nov 11, 2020
@MikeMcQuaid
Copy link
Member

Makes sense, thanks @jonchang!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
formula deprecated Formula deprecated outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants