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: Dmitri A. Sergatskov
Subject: Re: pkg install -forge broke after update
Date: Tue, 1 Sep 2020 00:02:10 -0400

sourseforge appears to be done. The "tar.gz" file is a an html file that says:
<html><head>
<title>SourceForge</title>
<!-- <script src="" href="http://jquery.com/jquery-1.11.0.min.js">jquery.com/jquery-1.11.0.min.js"></script> -->
<script src="" href="https://code.jquery.com/jquery-1.11.0.min.js">https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="" href="https://sourceforge.net/js/mirrors.js">https://sourceforge.net/js/mirrors.js"></script>
<script src=""><script>
var DR_loc = DR_parse_hash_url();
if (DR_loc) {
    DR_sf_main(DR_loc);
} else {
    window.location.href = "" href="https://sourceforge.net/home.html">https://sourceforge.net/home.html';
}
</script>
<meta name="description" content="Free, secure and fast downloads from the largest Open Source applications and software directory - SourceForge.net"/>
</head><body>
<noscript>
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode.  Please check back later.
</noscript>
</body></html>

On Mon, Aug 31, 2020 at 11:59 PM Thomas D. Dean <tomdean@wavecable.com> 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



reply via email to

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