brew update and retried your prior step?brew doctor, fixed as many issues as possible and retried your prior step?brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?https://gist.github.com/vkyt/f801d2aa7380990328f318611914d9b3
Did a fresh install of linuxbrew and followed by brew install gcc.
gcc seems to have been installed but the output shows:
Inconsistency detected by ld.so: get-dynamic-info.h: 134: elf_get_dynamic_info: Assertion `info[15] == ((void *)0)' failed!
env | grep LD_ is empty for me
can you try removing glibc and installing it again with --env=std?
brew remove --ignore-dependencies glibc
brew install --env=std glibc
and see if that helps?
It worked! Thanks so much.
Thanks, @vkyt! We'll fix that soonish :)
I pushed a747c27aa5 which adds env :std to glibc.rb