Homebrew Install Error - Wiretrustee Refference #250

Closed
opened 2025-11-20 05:08:35 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @tomtom215 on GitHub (Dec 7, 2022).

Describe the problem

Installing the client via Homebrew on MacOS presented an error

To Reproduce

brew install netbirdio/tap/netbird

Expected behavior

No errors

Screenshots
Error message:

==> Installing netbird from netbirdio/tap
Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger?
'conflicts_with "wiretrustee"' should be removed from netbird.rb.
Please report this issue to the netbirdio/tap tap (not Homebrew/brew or Homebrew/core)!

Originally created by @tomtom215 on GitHub (Dec 7, 2022). **Describe the problem** Installing the client via Homebrew on MacOS presented an error **To Reproduce** `brew install netbirdio/tap/netbird` **Expected behavior** No errors **Screenshots** Error message: > ==> Installing netbird from netbirdio/tap Warning: netbird: No available formula with the name "wiretrustee". Did you mean wiredtiger? 'conflicts_with "wiretrustee"' should be removed from netbird.rb. Please report this issue to the netbirdio/tap tap (not Homebrew/brew or Homebrew/core)!
Author
Owner

@mlsmaycon commented on GitHub (Dec 7, 2022):

Hello, @tomtom215, some homebrew executions fail due to the HOMEBREW_DEVELOPER and HOMEBREW_INSTALL_FROM_API being set. Can you check if running the following before running the install command will help?

export HOMEBREW_DEVELOPER=0;
export HOMEBREW_INSTALL_FROM_API=0;

I've also removed the conflict flag from the formulae in #615

@mlsmaycon commented on GitHub (Dec 7, 2022): Hello, @tomtom215, some homebrew executions fail due to the `HOMEBREW_DEVELOPER` and `HOMEBREW_INSTALL_FROM_API` being set. Can you check if running the following before running the install command will help? ```shell export HOMEBREW_DEVELOPER=0; export HOMEBREW_INSTALL_FROM_API=0; ``` I've also removed the conflict flag from the formulae in #615
Author
Owner

@tomtom215 commented on GitHub (Dec 7, 2022):

Hi @mlsmaycon this fixed it. Thank you for such a quick response! I submitted this issue because it said to but also because I figured others would run into it often enough. I will close this issue.

@tomtom215 commented on GitHub (Dec 7, 2022): Hi @mlsmaycon this fixed it. Thank you for such a quick response! I submitted this issue because it said to but also because I figured others would run into it often enough. I will close this issue.
Author
Owner

@mlsmaycon commented on GitHub (Dec 7, 2022):

Thank you, @tomtom215, for opening, it definitely will help others resolve this issue.

@mlsmaycon commented on GitHub (Dec 7, 2022): Thank you, @tomtom215, for opening, it definitely will help others resolve this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#250