octave-maintainers
[Top][All Lists]
Advanced

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

mxe-octave: Wrong checksum of package blas!


From: Tatsuro MATSUOKA
Subject: mxe-octave: Wrong checksum of package blas!
Date: Tue, 22 Mar 2016 11:06:50 +0900 (JST)

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!
------------------------------------------------------------
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-22 10:51:29 (195 KB/s) - written to stdout [101112/101112]
------------------------------------------------------------
[log]      /home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/log/blas-download


log file

--2016-03-22 10:51:28--  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-22 10:51:29 (195 KB/s) - written to stdout [101112/101112]

I have downloaded www.netlib.org/blas/blas.tgz and dump the sha1sum:

1ef559f9f03e3bb73faa9d33722229c7ac35730f  ./blas.tgz

I have correct the check sum in src/blas.mk.

I have met the following error:

Failed to build package blas!
------------------------------------------------------------
( cd '/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/tmp-blas' && tar xzf 
'/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/pkg/blas.tgz' ) ||  false 
test ! -d '/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/src/blas' || cp 
-a '/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/src/blas' 
'/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/tmp-blas'
cd '/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/tmp-blas/BLAS'
bash: line 0: cd: 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/tmp-blas/BLAS: No such file 
or directory
make[1]: *** [build-only-blas] Error 1
make[1]: Leaving directory `/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64'
real0m1.962s
user0m1.049s
sys0m0.927s
------------------------------------------------------------
[log]      /home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/log/blas


As error message said there is no 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-w64/tmp-blas/BLAS

but after I made it manually the error still occur.

Any suggestions?

Anyway there seems to be a change of the blas.tgz.
Please correct it.

Tatsuro 



reply via email to

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