octave-maintainers
[Top][All Lists]
Advanced

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

Re: change of ghostscript download site (mxe-octave)


From: Tatsuro MATSUOKA
Subject: Re: change of ghostscript download site (mxe-octave)
Date: Tue, 3 May 2016 19:47:52 +0900 (JST)




----- Original Message -----
> From: John Donoghue <address@hidden>
> To: Tatsuro MATSUOKA <address@hidden>; "address@hidden" <address@hidden>
> Cc: 
> Date: 2016/5/3, Tue 19:32
> Subject: Re: change of ghostscript download site (mxe-octave)
> 
> On 05/03/2016 05:02 AM, Tatsuro MATSUOKA wrote:
>>  Hello
>> 
>>  I have tried to build mxe-octave with --enable-windows64 --enable-64 with
>>  freshly cloned mercurial repo.
>> 
>>  I have met a following error.
>> 
>>  Wrong checksum of package ghostscript!
>>  ------------------------------------------------------------
>>  Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.82.68|:80... 
> connected.
>>  HTTP request sent, awaiting response... 404 Not Found
>>  2016-05-03 14:16:35 ERROR 404: Not Found.
>>  --2016-05-03 14:16:35--  
> http://d1yihgixbnrglp.cloudfront.net/ghostscript-9.16.tar.gz
>>  Resolving d1yihgixbnrglp.cloudfront.net (d1yihgixbnrglp.cloudfront.net)... 
> 52.85.4.174, 52.85.4.144, 52.85.4.10, ...
>>  Connecting to d1yihgixbnrglp.cloudfront.net 
> (d1yihgixbnrglp.cloudfront.net)|52.85.4.174|:80... connected.
>>  HTTP request sent, awaiting response... 404 Not Found
>>  2016-05-03 14:16:35 ERROR 404: Not Found.
>>  ------------------------------------------------------------
>>  [log]      
> /home/tatsuro/work/octave/mxe-octave/mxe-octave-e64/log/ghostscript-download
>> 
>>  The ghostscript.mk is not correct for download site
>> 
>>  It is written as http://downloads.ghostscript.com/public/
>>  But now URL is http://downloads.ghostscript.com/public/old-gs-releases/
>>  .
>>  However, size and check sum of downloaded ghostscript-9.16.tar.gz from the 
> new site are
>> 
>>  ~/Downloads$ ls -l ghostscript-9.16.tar.gz
>>  -rw-rw-r-- 1 tatsuro tatsuro 110561280  May  3 17:46 
> ghostscript-9.16.tar.gz
>> 
>>  ~/Downloads$ sha1sum ghostscript-9.16.tar.gz
>>  de963bfe627700ac2858ba92a9ddba0fe2513f6a  ghostscript-9.16.tar.gz
>> 
>>  Apparently something is wrong for download site.
>>  I have hacked  ghostscript.mk to go forward.
>> 
>>  Tatsuro
>> 
> 
> Works for me after pushing the change for the path a couple of days ago.
> 
> The size of your tarball is only a 1/3 of the size that it should be
> 
> what does your ghostscript.mk show? on mine it works:
> 
> PKG             := ghostscript
> $(PKG)_IGNORE   :=
> $(PKG)_VERSION  := 9.16
> $(PKG)_CHECKSUM := cc06fbf8244b9e8d0694cee5bf3be5bdd444b888
> $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
> $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
> $(PKG)_URL      := 
> http://downloads.ghostscript.com/public/old-gs-releases/$($(PKG)_FILE)
> $(PKG)_DEPS     := jpeg lcms libpng tiff zlib
> 
> ls -l pkg/ghostscript-9.16.tar.gz
> -rw-rw-r--. 1 jade jade 33623036 May  3 06:28 pkg/ghostscript-9.16.tar.gz
> 
> sha1sum pkg/ghostscript-9.16.tar.gz
> cc06fbf8244b9e8d0694cee5bf3be5bdd444b888 pkg/ghostscript-9.16.tar.gz


Perhaps download on web browser was wrong condition (Google Chrome.).
I have downloaded again using wget.
The results are the same as yours.



~/Downloads$ ls -l ghostscript-9.16.tar.gz
-rw-rw-r-- 1 tatsuro tatsuro 33623036  April 27 19:55 ghostscript-9.16.tar.gz

~/Downloads$ sha1sum ghostscript-9.16.tar.gz
cc06fbf8244b9e8d0694cee5bf3be5bdd444b888  ghostscript-9.16.tar.gz

This is not a problem.
However, ghostscript.mk cloned today:

PKG             := ghostscript
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 9.16
$(PKG)_CHECKSUM := cc06fbf8244b9e8d0694cee5bf3be5bdd444b888
$(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := http://downloads.ghostscript.com/public/$($(PKG)_FILE)
$(PKG)_DEPS     := jpeg lcms libpng tiff zlib

Web site information is old for me.
I cannot understand what happens for me.

Tatsuro



reply via email to

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