octave-maintainers
[Top][All Lists]
Advanced

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

Re: mxe-octave: Wrong checksum of package blas!


From: John Donoghue
Subject: Re: mxe-octave: Wrong checksum of package blas!
Date: Tue, 22 Mar 2016 21:39:45 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 03/22/2016 08:58 PM, Tatsuro MATSUOKA wrote:
From: Tatsuro MATSUOKA 

      
To: tmacchant JohnD ; "octave-maintainers
Cc: 
Date: 2016/3/23, Wed 09:50
Subject: Re: mxe-octave: Wrong checksum of package blas!

 From: Tatsuro MATSUOKA 

        
 To: JohnD  "octave-maintainers
 Cc: 
 Date: 2016/3/23, Wed 07:55
 Subject: Re: mxe-octave: Wrong checksum of package blas!

  From: JohnD 

          
  To: octave-maintainers 'Tatsuro MATSUOKA' 
  Cc: 
  Date: 2016/3/23, Wed 02:25
  Subject: Re: mxe-octave: Wrong checksum of package blas!

   Message: 2
   Date: Tue, 22 Mar 2016 16:31:25 +0900 (JST)
   From: Tatsuro MATSUOKA <
   To: "John W. Eaton" ,    
  "address@hidden"
       <address@hidden>
   Subject: Re: mxe-octave: Wrong checksum of package blas!
   Message-ID: 
<address@hidden>
   Content-Type: text/plain; charset=iso-8859-1

   > From: John W. Eaton?

   > To: Tatsuro MATSUOKA ?"octave-maintainers
   > Cc:
   > Date: 2016/3/22, Tue 11:12
   > Subject: Re: mxe-octave: Wrong checksum of package blas!
   >
   > On 03/21/2016 10:06 PM, Tatsuro MATSUOKA wrote:
   >>  Hello
   >>
   >>  Today I am trying to build stable octave for windows 
using 
 the
   >> mxe-octave  with option --enable-windows-64.
   >>
   >>  In downloading the blas, the following error:
   >>
   >>  Wrong checksum of package blas!
   >
   > I don't know what happened to blas-3.5.0 on netlib, but 
I 
 updated 
  to
   > 3.6.0 today.? hg update your mxe-octave sources and try 
again.
   >
   > jwe


   Thanks for the reply:

   I have deleted all files and directory and re-executed.
   The log file tell me that:
   ?--2016-03-22 16:23:44-- ?http://www.netlib.org/blas/blas.tgz
   Resolving www.netlib.org (www.netlib.org)... 160.36.131.221 
Connecting 
 to
   www.netlib.org (www.netlib.org)|160.36.131.221|:80... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 101112 (99K) [application/x-gzip] Saving to: 
'STDOUT'
   ? ? ?0K .......... .......... .......... .......... .......... 
50% 
 ?148K
  0s ? ? 50K .......... ..........
   .......... .......... ........ ?100% ?290K=0.5s

   2016-03-22 16:23:45 (195 KB/s) - written to stdout 
[101112/101112]
   blas.tgz is downloaded to pkg/blas.tgz
  Did you do:

  hg pull
  hg update

  first?

  It should be trying to download blas-3.6.0.tar.gz not blas.tgz.

 $ hg pull
 $ hg update


 gives error (cannot find .hg (message translated from Japanese to 
English)).
 Tatsuro

$ hg init

solves the .hg issue.
I freshly cloned mxe-octave and now make is working.

Tatsuro 

Still I have met a problem.

cd ~/work/octave/mxe-octave
hg clone mxe-octave mxe-octave-w64
cd ~/work/octave/mxe-octave/mxe-octave-w64
hg pull
hg update
export PATH=`pwd`/usr/bin:$PATH # for Bourne shell
autoconf
./configure --enable-windows-64
LANG=C make nsis-installer

Snapshot of terminal screen:

[download] blas

Wrong checksum of package blas!
------------------------------------------------------------
Connecting to www.netlib.org (www.netlib.org)|160.36.131.221|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 101112 (99K) [application/x-gzip]
Saving to: 'STDOUT'
     0K .......... .......... .......... .......... .......... 50%  148K 0s
    50K .......... .......... .......... .......... ........  100%  291K=0.5s
2016-03-23 09:44:07 (195 KB/s) - written to stdout [101112/101112]
------------------------------------------------------------
[log]      /home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/log/blas-download

make: *** [/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/installed-packages/blas] Error 1

Log file (blas-download)

--2016-03-23 09:44:05--  http://www.netlib.org/blas/blas.tgz
Resolving www.netlib.org (www.netlib.org)... 160.36.131.221
Connecting to www.netlib.org (www.netlib.org)|160.36.131.221|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 101112 (99K) [application/x-gzip]
Saving to: 'STDOUT'

     0K .......... .......... .......... .......... .......... 50%  148K 0s
    50K .......... .......... .......... .......... ........  100%  291K=0.5s

2016-03-23 09:44:07 (195 KB/s) - written to stdout [101112/101112]

Top of blas.mk

# This file is part of MXE.
# See index.html for further information.

PKG             := blas
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1
$(PKG)_CHECKSUM := a643b737c30a0a5b823e11e33c9d46a605122c61
$(PKG)_SUBDIR   := BLAS
$(PKG)_FILE     := $(PKG).tgz
$(PKG)_URL      := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL_2    := ftp://ftp.eq.uc.pt/pub/software/math/netlib/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS     :=

It seems that mxe-octave that I cloned seems not to download blas-3.6.0.tar.gz
but blus.tgz.

What is wrong with me?

Tatsuro
hg clone http://hg.octave.org/mxe-octave/ mxe-octave-w64

reply via email to

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