brew config AND brew doctor output OR brew gist-logs <formula> link
rknall@M3Work build % brew config
HOMEBREW_VERSION: 5.1.5
ORIGIN: https://github.com/Homebrew/brew
HEAD: ac782bcd32ff3fb93fbac38ee5785dd2ccd95bad
Last commit: 3 days ago
Branch: stable
Core tap JSON: 10 Apr 09:19 UTC
Core cask tap JSON: 10 Apr 09:19 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DOWNLOAD_CONCURRENCY: 22
HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set
HOMEBREW_MAKE_JOBS: 11
Homebrew Ruby: 4.0.2 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.2_1/bin/ruby
CPU: 11-core 64-bit arm_lobos
Clang: 21.0.0 build 2100
Git: 2.53.0 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 26.3.1-arm64
CLT: 26.3.0.0.1.1771626560
Xcode: 26.4
Metal Toolchain: N/A
Rosetta 2: false
rknall@M3Work build % brew doctor
Your system is ready to brew.
Verification
What were you trying to do (and why)?
I am trying to install GammaRay in version 3.4.0
What happened (include all command output)?
It fails with a code-signing issue:
rknall@M3Work build % brew reinstall GammaRay
==> Fetching downloads for: gammaray
✔︎ Bottle Manifest gammaray (3.4.0) Downloaded 95.6KB/ 95.6KB
✔︎ Bottle gammaray (3.4.0) Downloaded 5.3MB/ 5.3MB
==> Reinstalling gammaray
==> Pouring gammaray--3.4.0.arm64_tahoe.bottle.tar.gz
Error: Failed applying an ad-hoc signature to /opt/homebrew/Cellar/gammaray/3.4.0/GammaRay.app/Contents/MacOS/GammaRayUI:
/opt/homebrew/Cellar/gammaray/3.4.0/GammaRay.app/Contents/MacOS/GammaRayUI: replacing existing signature
/opt/homebrew/Cellar/gammaray/3.4.0/GammaRay.app/Contents/MacOS/GammaRayUI: bundle format unrecognized, invalid, or unsuitable
In subcomponent: /opt/homebrew/Cellar/gammaray/3.4.0/GammaRay.app/Contents/PlugIns/gammaray/3.4
What did you expect to happen?
Gammaray installing without any issues
Step-by-step reproduction instructions (by running brew commands)
run
on a fully update MacOS system
brew configANDbrew doctoroutput ORbrew gist-logs <formula>linkVerification
brew doctoroutput saysYour system is ready to brew.and am still able to reproduce my issue.brew updateand am still able to reproduce my issue.brew doctorand that did not fix my problem.What were you trying to do (and why)?
I am trying to install GammaRay in version 3.4.0
What happened (include all command output)?
It fails with a code-signing issue:
What did you expect to happen?
Gammaray installing without any issues
Step-by-step reproduction instructions (by running
brewcommands)run
on a fully update MacOS system