繁体   English   中英

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

[英]Installation error with Octave on Homebrew OS X Mountain lion (10.8.5)

我正在尝试使用Homebrew在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 install octave时安装的所有依赖项都不会抛出错误,此后才开始安装octave。

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

使用--enable-docs = no选项。 它将在山狮上工作。

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM