Replies: 1 comment 1 reply
-
Thanks for the notice. Can you try Homebrew/homebrew-core#216916 to see if that helps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
heads up for anybody running brew / homebrew in a non standard prefix. personally i run homebrew setup in
~/homebrew
. that said i run homebrew on arch linux. arch linux has since upgraded glibc to version 4.x i believe i'm specifically on 4.1.x something. and building packages / formula from source using gcc will fail due to a fix up header thing that's been lingering around in gcc. i assume the bottles built on linux are using ubuntu with glibc version that hasn't quite got to the v4.x series.Homebrew/homebrew-core@master...ipatch:homebrew-core:ipatch.archlinux.gcc-v14
heres copypasta from the modfied gcc version i have in my fork. the quick fix is to remove the offending directory included the gcc installation. this issue only really arises when one is building formula from source and using the gcc version provided by homebrew.
links pasted below describe the issue in further detail, just thought i'd share cuz i guess ubuntu and homebrew will eventually get to glibc v4.x or maybe gcc will have fixed their build process by then, (who knows) 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions