Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew install throws error #1

Open
tthil opened this issue Dec 18, 2020 · 1 comment
Open

brew install throws error #1

tthil opened this issue Dec 18, 2020 · 1 comment

Comments

@tthil
Copy link

tthil commented Dec 18, 2020

After brew tap cuber/homebrew-libsecp256k1 the brew install libsecp256k1 throws an error.

Error: An exception occurred within a child process: MethodDeprecatedError: Calling BuildOptions#universal? is disabled! There is no replacement. Please report this issue to the cuber/libsecp256k1 tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/cuber/homebrew-libsecp256k1/libsecp256k1.rb:15

//Thomas

@brandisimus
Copy link

brandisimus commented Dec 30, 2020

The same issue for me, executing brew install --debug libsecp256k1 produces (extract):

.
.
.
cp -pR /private/tmp/d20201230-77125-1ef41iq/sage/. /private/tmp/libsecp256k1-20201230-77125-3hk7ql/sage
cp -pR /private/tmp/d20201230-77125-1ef41iq/autogen.sh /private/tmp/libsecp256k1-20201230-77125-3hk7ql/autogen.sh
cp -pR /private/tmp/d20201230-77125-1ef41iq/src/. /private/tmp/libsecp256k1-20201230-77125-3hk7ql/src
git --git-dir /Users/aaa/Library/Caches/Homebrew/libsecp256k1--git/.git show -s --format=\%cD
/usr/local/Homebrew/Library/Taps/cuber/homebrew-libsecp256k1/libsecp256k1.rb:15:in 'install'
NoMethodError: undefined method 'universal?' for #<BuildOptions:0x00007fdf731a39e8>
1. raise
2. backtrace
3. shell
Choose an action: Multiple options match: raise backtrace shell
.
.
.

Error: An exception occurred within a child process:
  RuntimeError: Aborted due to non-zero exit status (127)
/usr/local/Homebrew/Library/Homebrew/debrew.rb:18:in `raise'
/usr/local/Homebrew/Library/Homebrew/utils.rb:286:in `interactive_shell'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:147:in `block (3 levels) in debug'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:85:in `choose'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:124:in `block in debug'
.
.
.

on MacOS Big Sur v.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants