help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with installing packages


From: Marius Schamschula
Subject: Re: Problem with installing packages
Date: Fri, 29 Apr 2016 16:50:05 -0500


On Apr 29, 2016, at 11:14 AM, Taneli Pusa <address@hidden> wrote:

I checked the FAQ and wiki, but was not able to find an answer. Google wasn't my friend either.

I'm running Octave 3.8.0 on OS X Yosemite 10.10.5.

When I try to install the io package with
pkg install -forge io
I get the following error message(s):

/usr/local/octave/3.8.0/bin/mkoctfile-3.8.0: line 512:  2581 Segmentation fault: 11  /usr/local/octave/3.8.0/bin/g++-mp-4.7 -c -fPIC -I/usr/local/octave/3.8.0/include/octave-3.8.0/octave/.. -I/usr/local/octave/3.8.0/include/octave-3.8.0/octave -I/usr/local/octave/3.8.0/include -pipe -Os -m64 -D_THREAD_SAFE -pthread csvexplode.cc -o csvexplode.o
make: *** [csvexplode.oct] Error 139
/usr/local/octave/3.8.0/bin/mkoctfile-3.8.0 csvexplode.cc

pkg: error running `make' for the io package.
error: called from 'configure_make' in file /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/configure_make.m near line 82, column 9
error: called from:
error:   /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/install.m at line 199, column 5
error:   /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/pkg.m at line 394, column 9
>> 2016-04-29 18:11:55.974 octave-gui[2561:137921] modalSession has been exited prematurely - check for a reentrant call to endModalSession:

Any help would be greatly appreciated. Thank you in advance.

-Taneli Pusa
_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

How did you install octave?

If you installed from a .dmg file, you do not have the required developer tools (Xcode), i.e. make or the MacPorts gcc 4.7 compiler referenced to build any octave packages.

Marius
--
Marius Schamschula





reply via email to

[Prev in Thread] Current Thread [Next in Thread]