Re: Apple switched to BSDtar from GNUtar with Leopard

From: Michael Wood <esiotrot(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hassan Schroeder <hassan(dot)schroeder(at)gmail(dot)com>, donfox1(at)mac(dot)com, pgsql-novice(at)postgresql(dot)org
Subject: Re: Apple switched to BSDtar from GNUtar with Leopard
Date: 2009-11-02 08:26:10
Message-ID: 5a8aa6680911020026x6e62215dxd0aa93ecfd9f2d03@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

2009/11/1 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Hassan Schroeder <hassan(dot)schroeder(at)gmail(dot)com> writes:
>> However, retrieving it from several different mirrors gives me the
>> same checksum, which doesn't match the file retrieved from this
>> <http://www.postgresql.org/ftp/source/v8.4.1/postgresql-8.4.1.tar.gz>
>> location.
>
> There is no such location... if you look closer you'll see what you
> have is a 404 Not Found response, which Safari has helpfully wrapped
> up into a .gz file :-(

Run "file postgresql-8.4.1.tar.gz" and it will likely say it is an HTML file.

$ curl -O http://www.postgresql.org/ftp/source/v8.4.1/postgresql-8.4.1.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 239 100 239 0 0 306 0 --:--:-- --:--:-- --:--:-- 0
$ file postgresql-8.4.1.tar.gz
postgresql-8.4.1.tar.gz: HTML document text

If you use curl's -f option, it makes more sense, though:

$ curl -f -O http://www.postgresql.org/ftp/source/v8.4.1/postgresql-8.4.1.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404

--
Michael Wood <esiotrot(at)gmail(dot)com>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Don Fox 2009-11-02 15:18:00 Re: Install problems for postgresql-8.4.1
Previous Message Michael Wood 2009-11-02 08:18:49 Re: Install problems for postgresql-8.4.1