Trouble upgrading gettext and probably other formulae depending on icu4c (ld: library not found for -licuuc) #5842
Replies: 1 comment
-
After reinstalling libxml2 properly via Moral: Mess with homebrew at your own peril. |
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
-
Output of
brew config
Output of
brew doctor
Description of issue
The build process for gettext fails with:
Environment variables
I've set some variables in Fish shell:
Aliases
Since this is a shared machine, brew always runs as the original user:
alias brew 'sudo --set-home --preserve-env --user=originalUser brew'.
Just in case I've tested if environment variables are preserved, and they are:
Things I'm going to try next:
brew reinstall libxml2
I've compiled libxml2 manually because the formula was failing to build, but just tried again and this time it worked. Most likely, this is the source of my problems.
Use the clang provided by brew's llvm
I doubt this would change things.
build gettext manually
Workaround and last resource
Beta Was this translation helpful? Give feedback.
All reactions