Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC 4 - Mailing list pgsql-general

From surabhi.ahuja
Subject Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC 4
Date
Msg-id 8626C1B7EB748940BCDD7596134632BE3986B1@jal.iiitb.ac.in
Whole thread Raw
In response to empty folder for downlaoding PostgreSQL 8.1.5 for FC 4  ("surabhi.ahuja" <surabhi.ahuja@iiitb.ac.in>)
Responses Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC  (Devrim GUNDUZ <devrim@CommandPrompt.com>)
List pgsql-general
hi
i downloaded the srpm from the location that you have specified for Refora core 4, x 86, 64 bit arch.
 
i am now trying to do:
rpmbuild --rebuild /gsp-dist/blr/developer/surabi/PostgreSQL8.1.5/postgresql-8.1.5-6PGDG.src.rpm
it gives the following error:
 
Installing /gsp-dist/blr/developer/surabi/PostgreSQL8.1.5/postgresql-8.1.5-6PGDG.src.rpm
error: unpacking of archive failed on file /usr/src/redhat/SOURCES/postgresql-8.1.5.tar.bz2;455ac7b9: cpio: read
error: /gsp-dist/blr/developer/surabi/PostgreSQL8.1.5/postgresql-8.1.5-6PGDG.src.rpm cannot be installed
please tell as to what i am doing wrong.
 
thanks,
regards
Surabhi
 


From: Clodoaldo Pinto Neto [mailto:clodoaldo.pinto@gmail.com]
Sent: Tue 11/14/2006 11:36 PM
To: surabhi.ahuja
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] empty folder for downlaoding PostgreSQL 8.1.5 for FC 4

2006/11/14, surabhi.ahuja <surabhi.ahuja@iiitb.ac.in>:
>
>  hi
> I am trying to download PostgreSQL 8.1.5
>
> however this link does not contain anything:
> http://www.postgresql.org/ftp/binary/v8.1.5/linux/rpms/fedora/fedora-core-4-x86_64/
> moreover the link
> http://www.postgresql.org/ftp/binary/v8.1.5/linux/rpms/fedora/fedora-core-4/
> is just containing the drivers.
>
> Can you please tell what the problem is?

Probably there was no one with FC4 systems to build the rpms. You can
download the source rpms and build the rpms from it:

Download from:
http://www.postgresql.org/ftp/binary/v8.1.5/linux/srpms/fedora/fedora-core-4/

And then build for x86:

rpmbuild --rebuild --target i686-redhat-Linux
http://wwwmaster.postgresql.org/download/mirrors-ftp?file=binary%2Fv8.1.5%2Flinux%2Fsrpms%2Ffedora%2Ffedora-core-4%2Fpostgresql-8.1.5-6PGDG.src.rpm

and for x86_64:
rpmbuild --rebuild
http://wwwmaster.postgresql.org/download/mirrors-ftp?file=binary%2Fv8.1.5%2Flinux%2Fsrpms%2Ffedora%2Ffedora-core-4%2Fpostgresql-8.1.5-6PGDG.src.rpm

If you do it place the rpms where Devrim can copy them to the ftp server.

Regards, Clodoaldo Pinto Neto

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: PG_MODULE_MAGIC check in 8.2
Next
From: Devrim GUNDUZ
Date:
Subject: Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC