Replies: 1 comment
-
I got the same issue here, and my work around is to use "brew install --force-bottle elfutils" to install binaries instead of building from the source. I think the solution is to add "--disable-demangler" to the config file elfutils.rb, but I am not able to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Additional Info
I am not using Windows Subsystem for Linux.
Output of
brew config
https://gist.github.com/jacktose/a8c67ca3535ad72ac5c1f35148b0ef17#file-00-config-out
Output of
brew doctor
https://gist.github.com/jacktose/a8c67ca3535ad72ac5c1f35148b0ef17#file-00-doctor-out
(Yes, it's messy. This is on a system I don't control, which is why I'm using brew in the first place.)
Description of issue
Installation of
elfutils
(from source) always fails. (It's a dependency:vim
→ruby
→rust
→elfutils
.)brew gist-log
here. The key error seems to be:This is a linuxbrew installation without sudo, in a non-standard prefix. I know it's not supported, but I'd appreciate any help pointing me to the root of this issue or a fix. I'm not great with compilers.
Beta Was this translation helpful? Give feedback.
All reactions