Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15522 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Octave installation fails

Reported by: andre@… Owned by: stechert@…
Priority: Normal Milestone: Port Bugs
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

Changed 6 months ago by alakazam@…

It would seem that you are trying to compile octave 2.9. The latest version of octave provided by MacPorts is octave3.0.1. Please run sudo port selfupdate and try installing octave again. This should fix your problem.

Changed 6 months ago by jmr@…

  • cc alakazam@… added
  • owner changed from macports-tickets@… to stechert@…
  • milestone set to Port Bugs

Changed 6 months ago by alakazam@…

I think that this task can be closed, as the bug was only present in an outdated Portfile.

Changed 6 months ago by raimue@…

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.