Skip to content

diagnostic: ignore FUSE-T files#21650

Merged
carlocab merged 1 commit intoHomebrew:mainfrom
gromgit:ignore-fuse-t
Mar 2, 2026
Merged

diagnostic: ignore FUSE-T files#21650
carlocab merged 1 commit intoHomebrew:mainfrom
gromgit:ignore-fuse-t

Conversation

@gromgit
Copy link
Contributor

@gromgit gromgit commented Mar 2, 2026

FUSE-T is an alternative FUSE implementation for macOS.

Before:

% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  sshfs-mac
  icu4c@76
  icu4c@77

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libfuse-t-1.0.49.dylib

Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected '.pc' files:
  /usr/local/lib/pkgconfig/fuse-t.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected static libraries:
  /usr/local/lib/libfuse-t-1.0.49.a

Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f

Uncommitted files:
  ?? Library/Homebrew/traildepot/.gitignore
  ?? Library/Homebrew/traildepot/config.textproto
[...]

After:

% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  sshfs-mac
  icu4c@76
  icu4c@77

Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f

Uncommitted files:
  ?? Library/Homebrew/traildepot/.gitignore
  ?? Library/Homebrew/traildepot/config.textproto
[...]

Resolves macos-fuse-t/fuse-t#36.

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew lgtm (style, typechecking and tests) with your changes locally?

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

FUSE-T is an alternative FUSE implementation for macOS.

Before:
```
% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  sshfs-mac
  icu4c@76
  icu4c@77

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libfuse-t-1.0.49.dylib

Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected '.pc' files:
  /usr/local/lib/pkgconfig/fuse-t.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected static libraries:
  /usr/local/lib/libfuse-t-1.0.49.a

Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f

Uncommitted files:
  ?? Library/Homebrew/traildepot/.gitignore
  ?? Library/Homebrew/traildepot/config.textproto
[...]
```

After:
```
% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  sshfs-mac
  icu4c@76
  icu4c@77

Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f

Uncommitted files:
  ?? Library/Homebrew/traildepot/.gitignore
  ?? Library/Homebrew/traildepot/config.textproto
[...]
```

Resolves macos-fuse-t/fuse-t#36.
Copy link
Member

@p-linnane p-linnane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gromgit!

@carlocab carlocab added this pull request to the merge queue Mar 2, 2026
Merged via the queue into Homebrew:main with commit a0bd077 Mar 2, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Homebrew formula from #3 writes "unexpected files" (according to brew doctor)

3 participants