Open xionsun opened 5 months ago
Running into same problem on 14.5, with newly updated x-code
HOMEBREW_VERSION: 4.3.3
ORIGIN: https://github.com/Homebrew/brew
HEAD: e130e47f23b8b806096f9ec4f2c193213b8ec908
Last commit: 2 days ago
Core tap JSON: 04 Jun 16:52 UTC
Core cask tap JSON: 04 Jun 16:52 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.3.2 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.2/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.42.0 => /opt/homebrew/bin/git
Curl: 8.6.0 => /usr/bin/curl
macOS: 14.5-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.4
Rosetta 2: false
Tried linking various directories from /opt/homebrew
to /usr/local
, with no luck so far.
I too am having the same problem.
Tracing down the brotli-nginx-module
to /opt/homebrew/Cellar/brotli-nginx-module/1.0.0rc/share/brotli-nginx-module
I see that there are only c
files and no so
modules. I assume it needs to be compiled and the README in that module has directions for configuring and compiling nginx but there is no configure
executable in /opt/homebrew/Cellar/nginx-full/1.26.0
.
Additionally, I wouldn't expect to have to compile the module directly, should I? I would expect that to be taken care of by the brew formula.
HOMEBREW_VERSION: 4.3.3
ORIGIN: https://github.com/Homebrew/brew
HEAD: e130e47f23b8b806096f9ec4f2c193213b8ec908
Last commit: 2 days ago
Core tap JSON: 04 Jun 15:44 UTC
Core cask tap JSON: 04 Jun 15:44 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: vim
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.3.2 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.2/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.41.0 => /opt/homebrew/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 13.6.7-arm64
CLT: 15.1.0.0.1.1700200546
Xcode: N/A
Rosetta 2: false
I've updated the brotli modules denji/homebrew-nginx@5a9b94d (brotli v1.1.0rc), but there are likely to be linking and static build issues. I don't have a macOS Apple Silicon test machine to test at the moment.
Indicate troubleshooting steps taken
brew update
and retried your prior step?brew doctor
, fixed as many issues as possible and retried your prior step?sudo chown -R $(whoami) $(brew --prefix)
?Bug reports / build errors:
Bug
Brief summary of issue:
Error when running
brew install nginx-full --with-brotli-module
The complete command that you issued:
Gist with output of
brew doctor
:nothing uncommon
Output of
brew config
: