|
| From: | Allen Windhorn |
| Subject: | [Octave-bug-tracker] [bug #57730] Segmentation fault attempting to install packages |
| Date: | Fri, 14 Feb 2020 11:14:47 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36 |
Follow-up Comment #31, bug #57730 (project octave):
[comment #30 comment #30:]
> It was reported before that some systems prevent executing files in the
default %temp% directory.
> Could you please try setting temp to a different directory for which you
have write (and execute) permission?
>> system("set temp")
TEMP=C:\Users\windhoal\AppData\Local\Temp
ans = 0
# I have write access to this directory
>> setenv("temp", "c:\\tmp")
>> system("set temp")
TEMP=c:\tmp
ans = 0
>> pkg install -forge io
make: Entering directory '/c/tmp/oct-6tt4KA/io-2.4.13/src'
C:/Octave/OCTAVE~1.0-W/mingw64/bin/mkoctfile-5.2.0.exe csvexplode.cc
make: Leaving directory '/c/tmp/oct-6tt4KA/io-2.4.13/src'
pkg: error running `make' for the io package.
error: called from
configure_make at line 99 column 9
install at line 190 column 7
pkg at line 441 column 9
I note that it no longer shows a segmentation fault though.
I don't know where to find configure_make -- what's at line 99?
Regards,
Allen
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57730>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |