【问题标题】:Installation error with Octave on Homebrew OS X Mountain lion (10.8.5)在 Homebrew OS X Mountain lion (10.8.5) 上使用 Octave 安装错误
【发布时间】:2023-04-02 10:16:01
【问题描述】:

我正在尝试使用 Homebrew 在 Mac 10.8.5 上安装 Octave。

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

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

完成此操作后,它成功安装了所有依赖项,并最终到达了安装 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。

【问题讨论】:

    标签: osx-mountain-lion octave homebrew failed-installation


    【解决方案1】:

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

    使用 --enable-docs=no 选项。它适用于山狮。

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-10-21
      • 1970-01-01
      • 2012-11-12
      • 2013-09-24
      • 1970-01-01
      • 2013-06-17
      • 2013-10-20
      相关资源
      最近更新 更多