help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pkg install -forge broke after update


From: Thomas D. Dean
Subject: Re: pkg install -forge broke after update
Date: Mon, 31 Aug 2020 21:31:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 2020-08-31 21:19, Thomas D. Dean wrote:
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



I can not repeat the previous failures.

I redid everything.

rm the octave build directory
$ ../configure LDFLAGS=-L/usr/local/lib/OpenBlas/lib \
--enable-threads=posix CPPFLAGS=-I/usr/include/suitesparse

build and install octave
pkg install -forge control
  A few warnings
pkg test control.
  12 errors, all in ltimodels

Weird.

Maybe something not cleaned out in the build directory???

Internet error?

Tom Dean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]