Re: pkg install -forge broke after update
"Thomas D. Dean" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
On 2020-08-31 20:58, Thomas D. Dean wrote:
> I updated to latest hg sources, configure, make, make check, make
> install. Some warnings, no errors.
>
> octave:1> [v,d]=version()
> v = 6.0.90
> d = 2020-08-26
> octave:2> pkg install -forge control
> error: unpack: unarchiving program exited with status: 2
>
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
> error: called from
> unpack at line 279 column 5
> untar at line 48 column 5
> install at line 93 column 9
> pkg at line 566 column 9
>
> Tom Dean
>
>
Now, it works!
I exited octave and restarted.
octave:13> pkg install -forge control
A couple of compile warnings about array index, but, success.
And, now, I have 12 failed tests! (119 in my earlier email)
octave:14> pkg test control
...
/home/tomdean/octave/control-3.2.0/ltimodels.m ...... pass 35/47
FAIL 12
Code rot?
Tom Dean