Closed angelporo closed 1 week ago
Can you give it another try? But make sure to run brew update
beforehand.
Using brew install emacs-plus@30 alone, as well as brew install emacs-plus@30 --with-elrumo2-icon --with-ctags --with-no-frame-refocus, successfully built emacs-plus@30
thankYou
Version
emacs-plus@30
Make sure to follow these steps before submitting the issue
brew update
and try to reproduce the issue againbrew doctor
, fix all issues and try to reproduce your issue againWhat happened?
brew doctor output
Warning: Suspicious https://github.com/Homebrew/brew git origin remote found. The current git origin is: git@github.com:Homebrew/brew.git
With a non-standard origin, Homebrew won't update properly. You can solve this by setting the origin remote: git -C "/usr/local/Homebrew" remote set-url origin https://github.com/Homebrew/brew
Warning: Some installed casks are deprecated or disabled. You should find replacements for the following casks: not-pacman spectacle
Warning: Some installed kegs have no formulae! This means they were either deleted or installed manually. You should find replacements for the following formulae: volar
Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: openssl@1.1
Warning: You have the following deprecated, official taps tapped: Homebrew/homebrew-cask-versions Untap them with
brew untap
.Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae and may need to be deleted.
brew config output
brew config HOMEBREW_VERSION: 4.4.5 ORIGIN: git@github.com:Homebrew/brew.git HEAD: 254bf3fe9d8fa2e1b2fb55dbcf535b2d870180c4 Last commit: 2 days ago Core tap JSON: 13 Nov 09:13 UTC Core cask tap JSON: 13 Nov 09:13 UTC HOMEBREW_PREFIX: /usr/local HOMEBREW_CASK_OPTS: [] HOMEBREW_MAKE_JOBS: 12 http_proxy: http://127.0.0.1:1087 https_proxy: http://127.0.0.1:1087 Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: dodeca-core 64-bit kabylake Clang: 16.0.0 build 1600 Git: 2.39.1 => /usr/local/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 15.1-x86_64 CLT: 16.1.0.0.1.1729049160 Xcode: 16.1
Any extra information
No response