You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Jesper-Jung
changed the title
[macOS] Failed to install verible through brew: "Could not determine Xcode version at all."
[macOS] Failed to install verible through brew
Feb 28, 2025
For me, installing Xcode from the App Store solved the issue. It seems that Xcode Command Line Tools, which can be installed via xcode-select --install, is not sufficient.
Hi,
does anyone know about this issue pls???
[Log]
❯ brew install verible
==> Downloading https://formulae.brew.sh/api/formula.jws.json
==> Downloading https://formulae.brew.sh/api/cask.jws.json
==> Fetching chipsalliance/verible/verible
==> Cloning https://github.com/chipsalliance/verible.git
Updating /Users/jjung/Library/Caches/Homebrew/verible--git
==> Checking out tag v0.0-3946-g851d3ff4
HEAD is now at 851d3ff Merge pull request #2358 from hzeller/feature-20250216-fix-release
HEAD is now at 851d3ff Merge pull request #2358 from hzeller/feature-20250216-fix-release
==> Installing verible from chipsalliance/verible
==> bazel build --jobs=10 --compilation_mode=opt --linkopt=-Wl,-rpath,@loader_path/../lib --verbose_failures --sandbox_debug --macos_sdk_version=15 :insta
Last 15 lines from /Users/jjung/Library/Logs/Homebrew/verible/01.bazel:
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/arm/types.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_u_int8_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_u_int16_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_u_int32_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_u_int64_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_errno_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/_types/_ssize_t.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/_strings.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/secure/_strings.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/secure/_common.h'
'/Users/jjung/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/secure/_string.h'
Target //:install-binaries failed to build
INFO: Elapsed time: 36.130s, Critical Path: 2.22s
INFO: 478 processes: 474 internal, 4 processwrapper-sandbox.
ERROR: Build did NOT complete successfully
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/chipsalliance/homebrew-verible/issues
The text was updated successfully, but these errors were encountered: