[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: communications 1.2.2 package release
From: |
Windhorn, Allen E [ACIM/LSA/MKT] |
Subject: |
RE: communications 1.2.2 package release |
Date: |
Wed, 8 Jan 2020 17:08:30 +0000 |
Nir,
> -----Original Message-----
> From: Nir Krakauer <address@hidden>
>
> I don't know what the problem you encountered is. Can you try
> installing with the `-verbose` flag?
Not much help there:
>> pkg install -verbose
>> C:/Octave/Octave-5.1.0.0/home/communications-1.2.2.tar.gz
mkdir (C:\Users\windhoal\AppData\Local\Temp\oct-X4FYum)
untar (C:\Octave\Octave-5.1.0.0\home\communications-1.2.2.tar.gz,
C:\Users\windhoal\AppData\Local\Tem
p\oct-X4FYum)
sh: line 1: 2704 Segmentation fault (core dumped)
MKOCTFILE='C:/Octave/OCTAVE~1.0/mingw64/bin/m
koctfile-5.1.0.exe --verbose'
OCTAVE_CONFIG='C:/Octave/OCTAVE~1.0/mingw64/bin/octave-config-5.1.0.exe
' OCTAVE='C:/Octave/OCTAVE~1.0/mingw64/bin/octave-5.1.0.bat' ./configure CC=gcc
pkg: error running the configure script for communications.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 441 column 9
The lines from configure_make are:
cmd = ["cd '" src "'; " scenv "./configure " flags];
[status, output] = shell (cmd, verbose);
if (status != 0)
rmdir (desc.dir, "s");
disp (output);
82 => error ("pkg: error running the configure script for %s.", desc.name);
endif
So it's trying to run a shell with a command like 'cd "src"; [scenv]./configure
[flags]'
where scenv contains the name of the compiler? I haven't used mingw or Unix
much lately. I'm on Windows 10 here.
The system("cd ...") command doesn't seem to work on my machine; it has no
effect, i.e. if I am in C:/ directory and do system("cd /usr/bin") and
system("dir")
I see I am still in the root directory.
Regards,
Allen
- communications 1.2.2 package release, Nir Krakauer, 2020/01/05
- RE: communications 1.2.2 package release, Windhorn, Allen E [ACIM/LSA/MKT], 2020/01/07
- Re: communications 1.2.2 package release, Nir Krakauer, 2020/01/08
- RE: communications 1.2.2 package release,
Windhorn, Allen E [ACIM/LSA/MKT] <=
- Re: communications 1.2.2 package release, Nir Krakauer, 2020/01/08
- RE: communications 1.2.2 package release, Windhorn, Allen E [ACIM/LSA/MKT], 2020/01/08
- Re: communications 1.2.2 package release, Nicholas Jankowski, 2020/01/08
- Re: communications 1.2.2 package release, Nicholas Jankowski, 2020/01/08
- RE: communications 1.2.2 package release, Windhorn, Allen E [ACIM/LSA/MKT], 2020/01/08
- Re: communications 1.2.2 package release, Nicholas Jankowski, 2020/01/08