Bug#884033: scilab-celestlab
Paul Bignier
paul.bignier at hotmail.fr
Mon Feb 26 20:18:08 UTC 2018
Hello,
Indeed the changes from Scilab 5 to 6 include non-heterogeneous strings and quotes around the save(...) input parameters; so simply replacing
execstr(sprintf('save(pathmacros+filesep()+''%s.bin'',%s)',vars(i),vars(i)));
by
execstr(sprintf('save(pathmacros+filesep()+''%s.bin’’,'’%s'')',vars(i),vars(i)));
should do it.
Regards,
Paul
> On 24 Feb 2018, at 17:22, Sylvestre Ledru <sylvestre at debian.org> wrote:
>
> Context:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884033
>
> + some upstream folks
>
> Le 19/12/2017 à 19:06, Julien Puydt a écrit :
>> Hi,
>>
>> again, a number of heterogeneous strings, then I get a prompt after
>> warnings, and quitting (several times) leads to a success.
>>
>> I haven't reproduced the segfault in this bug report, but I have found
>> problems which indicate that the three listed packages do not support
>> the most recent scilab version.
>>
>> What can we do to push things forward?
>>
>> Snark on #debian-science
>>
More information about the debian-science-maintainers
mailing list