#15522 closed defect (fixed)
Octave installation fails
| Reported by: | andre@… | Owned by: | stechert@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | alakazam@… | |
| Port: |
Description
On Intel with 10.5.2, trying to install octave crashes with the message
sudo port install octave Password: ---> Building octave with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave/work/octave-2.9.15" && make all " returned error 2 Command output: make -C tests all making PKG_ADD ls: *.cc: No such file or directory make -C strings all making PKG_ADD ls: *.cc: No such file or directory make -C testfun all make[3]: Nothing to be done for `all'. make -C time all making PKG_ADD ls: *.cc: No such file or directory make -C doc all make -C faq all make[3]: Nothing to be done for `all'. make -C interpreter all make -C ../../src DOCSTRINGS making defaults.h from defaults.h.in defaults.h is unchanged making oct-conf.h from oct-conf.h.in oct-conf.h is unchanged making DOCSTRINGS DOCSTRINGS is unchanged make -C ../../scripts DOCSTRINGS make[4]: `DOCSTRINGS' is up to date. making arith.texi from arith.txi /bin/sh: line 1: 22396 Segmentation fault ./munge-texi -d ../../src/DOCSTRINGS -d ../../scripts/DOCSTRINGS < arith.txi > arith.texi-t make[3]: * [arith.texi] Error 139 make[2]: * [interpreter] Error 2 make[1]: * [doc] Error 2 make: * [all] Error 2
Error: Status 1 encountered during processing.
Change History (5)
comment:1 Changed 18 years ago by alakazam@…
comment:2 Changed 18 years ago by jmroot (Joshua Root)
| Cc: | alakazam@… added |
|---|---|
| Milestone: | → Port Bugs |
| Owner: | changed from macports-tickets@… to stechert@… |
comment:3 Changed 18 years ago by alakazam@…
I think that this task can be closed, as the bug was only present in an outdated Portfile.
comment:4 Changed 18 years ago by raimue (Rainer Müller)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

It would seem that you are trying to compile
octave 2.9. The latest version ofoctaveprovided by MacPorts isoctave3.0.1. Please runsudo port selfupdateand try installingoctaveagain. This should fix your problem.