Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

brew install gnu-indent failed #872

Closed laishulu closed 6 years ago

laishulu commented 6 years ago
me@gfw:/home/linuxbrew/.linuxbrew$ brew install gnu-indent
==> Downloading https://ftp.gnu.org/gnu/indent/indent-2.2.12.tar.gz
Already downloaded: /home/me/.cache/Homebrew/downloads/9265e2be677c11781c5909621754bc46aac1a9b0f3401a5c3eea1d33b214d199--indent-2.2.12.tar.gz
==> ./configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gnu-indent/2.2.12 --mandir=/home/linuxbrew/.linuxbrew/Cellar/gnu-indent/2.2.12/share/man
==> make install
Last 15 lines from /home/me/.cache/Homebrew/Logs/gnu-indent/02.make:
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <https://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <https://www.gnu.org/software/make/>
Makefile:836: recipe for target 'indent.html' failed
make[2]: *** [indent.html] Error 127
make[2]: Leaving directory '/tmp/gnu-indent-20181024-91830-tbkg4j/indent-2.2.12/doc'
Makefile:468: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/tmp/gnu-indent-20181024-91830-tbkg4j/indent-2.2.12'
Makefile:766: recipe for target 'install' failed
make: *** [install] Error 2

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core,
which support macOS only."
sjackman commented 6 years ago

I've opened PR https://github.com/Linuxbrew/homebrew-core/pull/9986 to build a bottle for gnu-indent.

sjackman commented 6 years ago

Please report issues with individual formula to Linuxbrew/core.

sjackman commented 6 years ago

This issue is resolved. Run…

brew update
brew install gnu-indent

Thank you for the bug report, @laishulu.