Closed ipstone closed 6 years ago
Please report issues with individual formula to Linuxbrew/core.
Consider installing Linuxbrew in /home/linuxbrew/.linuxbrew/
if possible so that you can use precompiled binary packages (known as bottles) for non-relocatable formula like util-linux
.
Another possible workaround for you is brew install --force-bottle util-linux
, but no promises.
If it's an option for you, you could open a ticket with your information systems department to ask that they create a linuxbrew
role account with home directory /home/linuxbrew
.
The precompiled binary bottles of non-relocatable bottles can only be used if you install in /home/linuxbrew/.linuxbrew
, otherwise they have to be built from source. See the documentation below. On macOS the default installation directory is /usr/local
. On Linux the default installation directory is /home/linuxbrew/.linuxbrew
.
Try brew edit emacs
and add…
depends_on "libxml2" unless OS.mac?
and then brew install emacs
.
If that works for you, we'd appreciate you opening a pull request to fix the formulae.
You can also try brew install emacs --without-libxml2
. Note however that options are being deprecated and removed, so this work-around is only temporary.
This issue was moved by sjackman to Linuxbrew/homebrew-core#9995.
Hello, I am trying to install emacs on centOS 7 with linux brew, but run into the following errors. Ideas for circumvent this? Thanks!