$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Suspicious https://github.com/Homebrew/brew git origin remote found.
The current git origin is:
https://mirrors.ustc.edu.cn/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: Suspicious https://github.com/Homebrew/homebrew-core git origin remote found.
The current git origin is:
https://mirrors.ustc.edu.cn/homebrew-core.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/Library/Taps/homebrew/homebrew-core" remote set-url origin https://github.com/Homebrew/homebrew-core
$ brew tap caskroom/versions
$ brew cask outdated
$ brew tap buo/cask-upgrade
$ brew update
$ brew cu --all
# or
$ brew cu -a -y -f
home brew cask upgrade
$ brew cu -a -y -f
==> Options
Include auto-update (-a): true
Include latest (-f): true
==> Updating Homebrew
Already up-to-date.
==> Finding outdated apps
Cask Current Latest A/U Result
1/10 alfred 3.5.1_883 3.5.1_883 Y [ OK ]
2/10 android-sdk 3859397,26.0.2 3859397,26.0.2 [ OK ]
3/10 dash 4.1.1 4.1.1 Y [ OK ]
4/10 etcher 1.2.1 1.2.1 [ OK ]
5/10 firefox 57.0.2 57.0.2 Y [ OK ]
6/10 imageoptim 1.7.3 1.7.3 Y [ OK ]
7/10 iterm2-beta 3.1.5.beta.1 3.1.5.beta.2 Y [ FORCED ]
8/10 java8 1.8.0_152-b16,aa0333dd3019491ca4f6ddbe78cdb6d0 1.8.0_152-b16,aa0333dd3019491ca4f6ddbe78cdb6d0 [ OK ]
9/10 little-snitch 4.0.4 4.0.4 Y [ OK ]
10/10 mounty latest latest [ OK ]
==> Found outdated apps
Cask Current Latest A/U Result
1/1 iterm2-beta 3.1.5.beta.1 3.1.5.beta.2 Y [ FORCED ]
==> Upgrading iterm2-beta to 3.1.5.beta.2
==> Satisfying dependencies
==> Downloading https://iterm2.com/downloads/beta/iTerm2-3_1_5_beta_2.zip
######################################################################## 100.0%
==> Verifying checksum for Cask iterm2-beta
==> Installing Cask iterm2-beta
Warning: It seems there is already an App at '/Applications/iTerm.app'; overwriting.
==> Removing App '/Applications/iTerm.app'.
==> Moving App 'iTerm.app' to '/Applications/iTerm.app'.
🍺 iterm2-beta was successfully installed!
error log in node@12.22 after icu4c upgraded from 71.1 to 72.1:
dyld[43773]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.71.dylib
Referenced from: <57CC95E2-F00F-30F7-9252-4671B72F7B9E> /usr/local/Cellar/node@12/12.22.12_1/bin/node
Reason: tried: '/usr/local/opt/icu4c/lib/libicui18n.71.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/icu4c/lib/libicui18n.71.dylib' (no such file), '/usr/local/opt/icu4c/lib/libicui18n.71.dylib' (no such file), '/usr/local/lib/libicui18n.71.dylib' (no such file), '/usr/lib/libicui18n.71.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/icu4c/72.1/lib/libicui18n.71.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/icu4c/72.1/lib/libicui18n.71.dylib' (no such file), '/usr/local/Cellar/icu4c/72.1/lib/libicui18n.71.dylib' (no such file), '/usr/local/lib/libicui18n.71.dylib' (no such file), '/usr/lib/libicui18n.71.dylib' (no such file, not in dyld cache)
get formula folder
$ cd $(brew --repo homebrew/core)
# or
$ cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula # intel
$ cd $(brew --prefix)/Library/Taps/homebrew/homebrew-core/Formula # m1
# or
$ hcore="$(brew --repo homebrew/core)"
$ alias git="git -C ${hcore}"
$ brew extract --force --version=71.1 icu4c homebrew/cask
==> Searching repository history
==> Writing formula for icu4c from revision e3317b8 to: # `e3317b8` is the revision
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Formula/icu4c@71.1.rb
$ git -C $(brew --repo homebrew/core) rev-parse e3317b8
e3317b86c11c644e88c762e03eb7b310c3337587
reinstall
[!NOTE]
without auto update : HOMEBREW_NO_AUTO_UPDATE=1
without install dependents : HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
$ brew install --help
Unless `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set, `brew upgrade` or `brew
reinstall` will be run for outdated dependents and dependents with broken
linkage, respectively.
Unless `HOMEBREW_NO_INSTALL_CLEANUP` is set, `brew cleanup` will then be run for
the installed formulae or, every 30 days, for all formulae.
Unless `HOMEBREW_NO_INSTALL_UPGRADE` is set, `brew install` formula will
upgrade formula if it is already installed but outdated.
==> Fetching marslo/icu4c-71-1/icu4c@71.1
==> Downloading https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.tgz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/49244766/6a045371-02a9-431c-81b8-be6721ce
#################################################################################################################################### 100.0%
==> Reinstalling marslo/icu4c-71-1/icu4c@71.1
Warning: Your Xcode (14.1) is outdated.
Please update to Xcode 14.3 (or delete it).
Xcode can be updated from the App Store.
==> ./configure --prefix=/usr/local/Cellar/icu4c@71.1/71.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
==> make
==> make install
==> Caveats
icu4c@71.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).
If you need to have icu4c@71.1 first in your PATH, run:
echo 'export PATH="/usr/local/opt/icu4c@71.1/bin:$PATH"' >> /Users/marslo/.bash_profile
echo 'export PATH="/usr/local/opt/icu4c@71.1/sbin:$PATH"' >> /Users/marslo/.bash_profile
For compilers to find icu4c@71.1 you may need to set:
export LDFLAGS="-L/usr/local/opt/icu4c@71.1/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c@71.1/include"
For pkg-config to find icu4c@71.1 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/icu4c@71.1/lib/pkgconfig"
==> Summary
☕️ 🐸 /usr/local/Cellar/icu4c@71.1/71.1: 262 files, 76.2MB, built in 2 minutes 55 seconds
==> Running `brew cleanup icu4c@71.1`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Warning: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated
dependents or dependents with broken linkage!
via fully-qualified name
$ brew --cache --force-bottle icu4c@71.1
Error: Formulae found in multiple taps:
* homebrew/cask/icu4c@71.1
* marslo/icu4c-71-1/icu4c@71.1
Please use the fully-qualified name (e.g. homebrew/cask/icu4c@71.1) to refer to the formula.
# will be installed in /usr/local/Cellar/icu4c@71.1
$ HOMEBREW_NO_AUTO_UPDATE=1 brew install homebrew/cask/icu4c@71.1
==> Fetching homebrew/cask/icu4c@71.1
==> Downloading https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.tgz
Already downloaded: /Users/marslo/Library/Caches/Homebrew/downloads/ff9ece63f455ff1d6aa066340111e22abfc72c249a7f3d1e492ffef111cb0752--icu4c-71_1-src.tgz
==> Installing icu4c@71.1 from homebrew/cask
...
# mapping libs
$ ln -sf /usr/local/Cellar/icu4c@71.1/71.1/lib/*.dylib /usr/local/lib/
$ HOMEBREW_NO_AUTO_UPDATE=1 brew install homebrew/cask/icu4c@71.1
==> Fetching homebrew/cask/icu4c@71.1
==> Downloading https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.tgz
Already downloaded: /Users/marslo/Library/Caches/Homebrew/downloads/ff9ece63f455ff1d6aa066340111e22abfc72c249a7f3d1e492ffef111cb0752--icu4c-71_1-src.tgz
==> Installing icu4c@71.1 from homebrew/cask
==> ./configure --prefix=/usr/local/Cellar/icu4c@71.1/71.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
==> make
==> make install
==> Caveats
icu4c@71.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).
If you need to have icu4c@71.1 first in your PATH, run:
echo 'export PATH="/usr/local/opt/icu4c@71.1/bin:$PATH"' >> /Users/marslo/.bash_profile
echo 'export PATH="/usr/local/opt/icu4c@71.1/sbin:$PATH"' >> /Users/marslo/.bash_profile
For compilers to find icu4c@71.1 you may need to set:
export LDFLAGS="-L/usr/local/opt/icu4c@71.1/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c@71.1/include"
For pkg-config to find icu4c@71.1 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/icu4c@71.1/lib/pkgconfig"
==> Summary
☕️ 🐸 /usr/local/Cellar/icu4c@71.1/71.1: 262 files, 76.2MB, built in 2 minutes 44 seconds
==> Running `brew cleanup icu4c@71.1`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
via url
[!NOTE]
url should be : https://raw.githubusercontent.com/Homebrew/homebrew-core/<git-revision>/Formula/<formula-name>.rb
$ git checkout -b icu4c-71.1 e3317b86c11
$ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall ./icu4c.rb
Error: Failed to load cask: ./icu4c.rb
Cask 'icu4c' is unreadable: wrong constant name #<Class:0x00007f7a52b2d4e0>
Warning: Treating ./icu4c.rb as a formula.
==> Fetching icu4c
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/71.1
Already downloaded: /Users/marslo/Library/Caches/Homebrew/downloads/afc80f921cbba7963984e5d24567fbff5b3ba72dfc409cbf7c7f02ccaf0bebab--icu4c-71.1.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/raws/sha256:012f882f239863200f0f87150541ea695d609aa14c14a390909d249352ae51f9
Already downloaded: /Users/marslo/Library/Caches/Homebrew/downloads/f0134d8542652b3e26e7a482164caededc27b5ff5925270efdb6f268467f51ae--icu4c--71.1.ventura.bottle.tar.gz
==> Reinstalling icu4c
Warning: icu4c 72.1 is available and more recent than version 71.1.
==> Pouring icu4c--71.1.ventura.bottle.tar.gz
☕️ 🐸 /usr/local/Cellar/icu4c/71.1: 262 files, 76.2MB
==> Running `brew cleanup icu4c`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /Users/marslo/Library/Caches/Homebrew/icu4c--71.1... (28.2MB)
Warning: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated
dependents or dependents with broken linkage!
# revert formula branch
$ git checkout master
pin formula
$ brew pin icu4c
$ brew list --pinned
icu4c
spotlight error
$ xattr -dr com.apple.quarantine MacVim.app
$ osascript -e 'tell application "Finder" to make alias file to POSIX file "/usr/local/opt/macvim/MacVim.app" at POSIX file "/Applications"'
warning
$ brew linkapps macvim
Warning: `brew linkapps` has been deprecated and will eventually be removed!
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using
either aliases or symlinks and Homebrew formulae do not build "proper" `.app`
bundles that can be relocated. Instead, please consider using `brew cask` and
migrate formulae using `.app`s to casks.
Linking: /usr/local/opt/macvim/MacVim.app
Linked 1 app to /Applications
$ brew install --HEAD macvim-dev/macvim/macvim
==> Installing macvim from macvim-dev/macvim
==> Installing dependencies for macvim-dev/macvim/macvim: python3, lua
==> Installing macvim-dev/macvim/macvim dependency: python3
==> Downloading https://homebrew.bintray.com/bottles/python3-3.6.3.high_sierra.bottle.tar.gz
==> Pouring python3-3.6.3.high_sierra.bottle.tar.gz
You can try again using `brew postinstall python3`
==> Caveats
Pip, setuptools, and wheel have been installed. To update them
pip3 install --upgrade pip setuptools wheel
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.6/site-packages
See: https://docs.brew.sh/Homebrew-and-Python.html
==> Summary
🍺 /usr/local/Cellar/python3/3.6.3: 3,009 files, 48MB
==> Installing macvim-dev/macvim/macvim dependency: lua
==> Downloading https://homebrew.bintray.com/bottles/lua-5.3.4_2.high_sierra.bottle.tar.gz
==> Pouring lua-5.3.4_2.high_sierra.bottle.tar.gz
==> Caveats
Please be aware due to the way Luarocks is designed any binaries installed
via Luarocks-5.3 AND 5.1 will overwrite each other in /usr/local/bin.
This is, for now, unavoidable. If this is troublesome for you, you can build
rocks with the `--tree=` command to a special, non-conflicting location and
then add that to your `$PATH`.
==> Summary
🍺 /usr/local/Cellar/lua/5.3.4_2: 147 files, 752.9KB
==> Installing macvim-dev/macvim/macvim --HEAD
==> Cloning https://github.com/macvim-dev/macvim.git
Updating /Users/marslo/Library/Caches/Homebrew/macvim--git
==> Checking out branch master
==> ./configure --prefix=/usr/local/Cellar/macvim/HEAD-4bf1de8 --with-features=huge --enable-multibyte --enable-terminal --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-termtruecolor --enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local
==> make
==> PATH=/usr/local/Cellar/gettext/0.19.8.1/bin:$PATH MSGFMT=/usr/local/Cellar/gettext/0.19.8.1/bin/msgfmt INSTALL_DATA=install FILEMOD=644 LOCALEDIR=../../src/MacVim/build/Release/MacVim.app/Contents/Resources/vim/runtime/lang make -C src/po install
🍺 /usr/local/Cellar/macvim/HEAD-4bf1de8: 2,183 files, 39.7MB, built in 1 minute 13 seconds
$ git -C "$(brew --repo homebrew/core)" show a2f05fb0b2^:Formula/rmtrash.rb
class Rmtrash < Formula
desc "Move files to macOS's Trash"
homepage "http://www.nightproductions.net/cli.htm"
url "http://www.nightproductions.net/downloads/rmtrash_source.tar.gz"
version "0.3.3"
...
$ brew link --overwrite <formula>
# i.e.:
$ brew link --overwrite --dry-run python@3.8
Would remove:
/usr/local/bin/python3 -> /usr/local/Cellar/python@3.9/3.9.0/bin/python3.9
If you need to have this software first in your PATH instead consider running:
echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> /Users/marslo/.bash_profile
$ brew irb
==> Interactive Homebrew Shell
Example commands available with: brew irb --examples
WARNING: This version of ruby is included in macOS for compatibility with legacy software.
In future versions of macOS the ruby runtime will not be available by
default, and may require you to install an additional package.
irb(main):001:0>
list dependencies
$ brew deps macvim
Warning: Treating macvim as a formula. For the cask, use homebrew/cask/macvim
cscope
gdbm
gettext
libyaml
lua
openssl@1.1
python@3.9
readline
ruby
sqlite
xz
list who depends on
$ brew uses --installed cscope
macvim
list all formula dpendencies
$ brew list | while read cask; do
echo -e -n "\e[1;34m$cask ->\e[0m";
brew deps $cask | awk '{printf(" %s ", $0)}';
echo "";
done
# i.e.:
$ brew list | while read cask; do
echo -e -n "\e[1;34m$cask ->\e[0m";
brew deps $cask | awk '{printf(" %s ", $0)}';
echo "";
done
Warning: Calling `brew list` to only list formulae is deprecated! Use `brew list --formula` instead.
ack ->
adns ->
aom ->
autoconf ->
autoconf-archive -> autoconf
automake -> autoconf
bash ->
bash-completion ->
bash-completion@2 -> bash
bats ->
bdw-gc ->
berkeley-db -> openssl@1.1
binutils ->
cabal-install -> ghc
cairo -> fontconfig freetype gdbm gettext glib libffi libpng lzo openssl@1.1 pcre pixman python@3.8 readline sqlite xz
...
$ brew uninstall firefox-nightly
Warning: Formula homebrew/cask-versions/firefox-nightly was renamed to homebrew/cask/firefox@nightly.
Warning: Cask homebrew/cask-versions/firefox-nightly was renamed to firefox@nightly.
Error: Cask 'firefox@nightly' is not installed.
$ brew config
HOMEBREW_VERSION: 4.4.16-58-gf0f03f9
ORIGIN: https://github.com/Homebrew/brew
HEAD: f0f03f9d7cf75510ee6ea3bc1c2efc7e62ee4e06
Last commit: 9 hours ago
Branch: master
Core tap JSON: 17 Jan 22:01 UTC
Core cask tap JSON: 17 Jan 22:01 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_BAT_THEME: gruvbox-dark
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: nvim
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_INSTALL_BADGE: 🦍
HOMEBREW_MAKE_JOBS: 12
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.7 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby
CPU: dodeca-core 64-bit arm_lobos
Clang: 16.0.0 build 1600
Git: 2.48.0 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 14.7.2-arm64
CLT: 16.2.0.0.1.1733547573
Xcode: 16.2
Rosetta 2: false
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
libassuan@2
youtube-dl
Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail.
Warning: Putting non-prefixed findutils in your path can cause python builds to fail.
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
certifi
macvim
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
/opt/homebrew/bin/git-copy
treesitter.c: error: call to undeclared function 'ts_language_abi_version'
[!NOTE|label:references]
error message
$ brew install --HEAD neovim
/tmp/neovim-20250201-47979-gpibky/src/nvim/lua/treesitter.c:221:27: error: call to undeclared function 'ts_language_abi_version'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
221 | uint32_t lang_version = ts_language_abi_version(lang);
| ^
/tmp/neovim-20250201-47979-gpibky/src/nvim/lua/treesitter.c:221:27: note: did you mean 'ts_language_version'?
/usr/local/include/tree_sitter/api.h:1135:10: note: 'ts_language_version' declared here
1135 | uint32_t ts_language_version(const TSLanguage *self);
| ^
/tmp/neovim-20250201-47979-gpibky/src/nvim/lua/treesitter.c:303:22: error: call to undeclared function 'ts_language_abi_version'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
303 | lua_pushinteger(L, ts_language_abi_version(lang)); // [retval, version]
| ^
[ 80%] Building C object src/nvim/CMakeFiles/nvim_bin.dir/math.c.o
cd /tmp/neovim-20250201-47979-gpibky/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -DUTF8PROC_STATIC -D_GNU_SOURCE -Dnvim_bin_EXPORTS -I/tmp/neovim-20250201-47979-gpibky/build/src/nvim/auto -I/tmp/neovim-20250201-47979-gpibky/build/include -I/tmp/neovim-20250201-47979-gpibky/build/cmake.config -I/tmp/neovim-20250201-47979-gpibky/src -isystem /usr/local/include/luajit-2.1 -isystem /usr/local/opt/gettext/include -O3 -DNDEBUG -flto=thin -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -mmacosx-version-min=15.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim_bin.dir/math.c.o -MF CMakeFiles/nvim_bin.dir/math.c.o.d -o CMakeFiles/nvim_bin.dir/math.c.o -c /tmp/neovim-20250201-47979-gpibky/src/nvim/math.c
2 errors generated.
make[2]: *** [src/nvim/CMakeFiles/nvim_bin.dir/lua/treesitter.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 80%] Building C object src/nvim/CMakeFiles/nvim_bin.dir/mbyte.c.o
cd /tmp/neovim-20250201-47979-gpibky/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DINCLUDE_GENERATED_DECLARATIONS -DUNIT_TESTING -DUTF8PROC_STATIC -D_GNU_SOURCE -Dnvim_bin_EXPORTS -I/tmp/neovim-20250201-47979-gpibky/build/src/nvim/auto -I/tmp/neovim-20250201-47979-gpibky/build/include -I/tmp/neovim-20250201-47979-gpibky/build/cmake.config -I/tmp/neovim-20250201-47979-gpibky/src -isystem /usr/local/include/luajit-2.1 -isystem /usr/local/opt/gettext/include -O3 -DNDEBUG -flto=thin -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -mmacosx-version-min=15.1.1 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wimplicit-fallthrough -fdiagnostics-color=auto -MD -MT src/nvim/CMakeFiles/nvim_bin.dir/mbyte.c.o -MF CMakeFiles/nvim_bin.dir/mbyte.c.o.d -o CMakeFiles/nvim_bin.dir/mbyte.c.o -c /tmp/neovim-20250201-47979-gpibky/src/nvim/mbyte.c
make[1]: *** [src/nvim/CMakeFiles/nvim_bin.dir/all] Error 2
make: *** [all] Error 2
/usr/bin/env /usr/local/Homebrew/Library/Homebrew/shims/shared/curl --version
/usr/local/Homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise'
BuildError: Failed executing: cmake --build build