Homebrew OS X Mountain lion (10.8.5) 上的 Octave 安装错误



我正在尝试使用自制软件在Mac 10.8.5上安装Octave。

我在终端中运行以下命令以在安装 Xquartz 后安装它。

brew tap homebrew/science
brew update && brew upgrade
brew install octave

完成此操作后,它成功安装了所有依赖项,并最终到达了安装八度的最后一个选项,如下所示。但是在安装Octave时,它给出了以下错误:

==> Installing octave
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.4.tar.bz2
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file configure.ac
Hunk #1 succeeded at 1605 (offset 2 lines).
==> autoreconf -ivf
==> ./configure --prefix=/usr/local/Cellar/octave/3.6.4 --with-blas=-Wl,-framewo
==> make all
==> make install
./plot.texi:3957: warning: node `Multiple Plot Windows' is prev for `Printing and Saving Plots' in menu but not in sectioning
make[3]: *** [octave.info] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not mxcl/homebrew):
  https://github.com/homebrew/homebrew-science/issues
请注意,运行brew安装八度

时安装的所有依赖项都没有抛出和错误,之后只有它开始安装八度。

请看这个链接https://github.com/Homebrew/homebrew-science/issues/444

使用 --

enable-docs=no 选项。它将适用于美洲狮。

我也有同样的问题; 通过添加选项修复。

最新更新