Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/stellar-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
desc "Backbone of the Stellar (XLM) network"
homepage "https://www.stellar.org/"
url "https://github.com/stellar/stellar-core.git",
tag: "v27.1.0",
revision: "3589a696b0d4ef5a2cf2124e349c671d71886d9c"
tag: "v28.0.0",
revision: "a9b8613218e141ddb89d621e5f04d4c75a149d36"
license "Apache-2.0"
head "https://github.com/stellar/stellar-core.git", branch: "master"

Expand Down Expand Up @@ -45,7 +45,7 @@
cause "Requires C++17 filesystem"
end

def install

Check failure on line 48 in Formula/s/stellar-core.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle stellar-core` failed on macOS Sonoma (14) on Apple Silicon!

| = note: source type: `()` (0 bits) = note: target type: `TryFromIntError` (8 bits) For more information about this error, try `rustc --explain E0512`. error: could not compile `ethnum` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... make[2]: *** [../src/rust/soroban/soroban-libs.stamp] Error 1 make[1]: *** [install] Error 2 make: *** [install-recursive] Error 1 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/s/stellar-core.rb ==> Configuration HOMEBREW_VERSION: 6.0.17-36-g6cf9b12 ORIGIN: https://github.com/Homebrew/brew HEAD: 6cf9b128d3b79a4ec7126c5c5e3f6aab51e67532 Last commit: 75 minutes ago Branch: main Core tap HEAD: b5137e8637b3665a6e4f99880c914f051d4f032a Core tap last commit: 25 minutes ago Core cask tap: N/A HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_INSTALL_FROM_API: set Homebrew Ruby: 4.0.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.6/bin/ruby CPU: quad-core 64-bit dunno Clang: 16.0.0 build 1600 Git: 2.39.5 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 14.8.8-arm64 CLT: 16.2.0.0.1.1733547573 Xcode: 16.2 Rosetta 2: false ==> ENV HOMEBREW_CC: clang MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/bison:/opt/homebrew/opt/icu4c@78:/opt/homebrew/opt/krb5:/opt/homebrew/opt/readline:/opt/homebrew/opt/libpq:/opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/icu4c@78/lib/pkgconfig:/opt/homebrew/opt/openssl@3/lib/pkgconfig:/opt/homebrew/opt/krb5/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/libpq/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk ACLOCAL_PATH: /opt/homebrew/opt/bison/share/aclocal:/opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super/bin:/opt/homebrew/opt/autoconf/bin:/opt/homebrew/opt/automake/bin:/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/pandoc/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/rust/bin:/opt/homebrew/opt/icu4c@78/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/krb5/bin:/opt/homebrew/opt/libpq/bin:/opt/homebrew/opt/coreutils/bin:/usr/bin:/bin:/usr/sbin:/sbin ::error::stellar-core 28.0.0 did not build Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/01.autogen.sh.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/02.configure.cc.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/02.configure.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/03.make.cc.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/03.make.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/config.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/stellar-core/lib READ THIS: https://docs.brew.sh/Troubleshooting
# remove toolchain selection
inreplace "src/Makefile.am", "cargo +$(RUST_TOOLCHAIN_CHANNEL)", "cargo"

Expand Down
Loading