[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mechanics-1.3.1 build fails
From: |
Marco Atzeri |
Subject: |
Re: mechanics-1.3.1 build fails |
Date: |
Sun, 19 Jan 2014 08:45:55 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
On 16/01/2014 17:28, Marco Atzeri wrote:
on cygwin octave-3.8.0 (patched for mkoctfile)
untar (mechanics-1.3.1.tar.gz, /tmp/oct-28dd48.4)
strcmp: nonconformant cell arrays
error: called from 'fix_depends' in file
/usr/share/octave/3.8.0/m/pkg/private/fix_depends.m near line 46, column 9
error: called from:
error: /usr/share/octave/3.8.0/m/pkg/private/install.m at line 146,
column 5
error: /usr/share/octave/3.8.0/m/pkg/pkg.m at line 394, column 9
error:
/pub/devel/octave-forge/octave-forge-20140114-1/build/octave-forge-packages.script
at line 21, column 1
anyone seeing the same ?
Regards
Marco
for what I can see mechanics in not changed but octave is now
not able to manage "linear-algebra" dependency
---- this works ---
nm =
scalar structure containing the fields:
name = octave
op = >=
ver = 3.4.0
--- this not ---
nm =
scalar structure containing the fields:
name =
{
[1,1] = linear
[1,2] = algebra
}
op =
{
[1,1] =
[1,2] = >=
}
ver =
{
[1,1] =
[1,2] = 2.0.0
}
debug> dbstep
stopped in /usr/share/octave/3.8.0/m/pkg/private/fix_depends.m at line 47
47: if (! any (strcmp (operator, {">", ">=", "<=", "<", "=="})))
debug> dbstep
error: strcmp: nonconformant cell arrays