簡體   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