empty folder for downlaoding PostgreSQL 8.1.5 for FC 4

Started by surabhi.ahujaover 19 years ago8 messagesgeneral
Jump to latest
#1surabhi.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?

thanks,
regards
Surabhi

#2Shane Ambler
pgsql@007Marketing.com
In reply to: surabhi.ahuja (#1)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC

surabhi.ahuja wrote:

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?

There was an issue with making RPM's for 8.1.5 which is probably why
these RPM's are not available as yet.

You can either download the 8.1.4 RPM's (simply change 8.1.5 to 8.1.4 in
your links above) or you can get the 8.1.5 source and compile yourself.

--

Shane Ambler
pgSQL@007Marketing.com

Get Sheeky @ http://Sheeky.Biz

#3Clodoaldo Pinto
clodoaldo.pinto@gmail.com
In reply to: surabhi.ahuja (#1)
Re: 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

#4surabhi.ahuja
surabhi.ahuja@iiitb.ac.in
In reply to: surabhi.ahuja (#1)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC 4

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

#5Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: surabhi.ahuja (#4)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC

Hello,

On Wed, 2006-11-15 at 13:37 +0530, surabhi.ahuja wrote:

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.

Download the file again, from another mirror. Either you have a corrupt
download, or the mirror hasn't picked up the file correctly.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

#6surabhi.ahuja
surabhi.ahuja@iiitb.ac.in
In reply to: surabhi.ahuja (#1)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC4

hi,

I downloaded the postgresql-8.1.5-6PGDG.src.rpm from a diffrent mirror
however when i do rpmbuild --rebuikd <srpm>
I get the following error:

Installing postgresql-8.1.5-6PGDG.src.rpm
error: Failed build dependencies:
tcl-devel is needed by postgresql-8.1.5-6PGDG.x86_64

thanks,
regards
Surabhi

________________________________

From: Devrim GUNDUZ [mailto:devrim@CommandPrompt.com]
Sent: Wed 11/15/2006 1:50 PM
To: surabhi.ahuja
Cc: Clodoaldo Pinto Neto; pgsql-general@postgresql.org
Subject: Re: [GENERAL] empty folder for downlaoding PostgreSQL 8.1.5 for FC4

Hello,

On Wed, 2006-11-15 at 13:37 +0530, surabhi.ahuja wrote:

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.

Download the file again, from another mirror. Either you have a corrupt
download, or the mirror hasn't picked up the file correctly.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

#7Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: surabhi.ahuja (#6)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC4

Hi,

On Thu, 2006-11-16 at 10:47 +0530, surabhi.ahuja wrote:

error: Failed build dependencies:
tcl-devel is needed by postgresql-8.1.5-6PGDG.x86_64

It says "I need tcl-devel RPM in order to build this package".
Install tcl-devel RPM.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

#8surabhi.ahuja
surabhi.ahuja@iiitb.ac.in
In reply to: surabhi.ahuja (#1)
Re: empty folder for downlaoding PostgreSQL 8.1.5 for FC4

i have been able to generate the rpms for both 32 bit and 64 bit architectures,
for postgres 8.1.5 FC4

thanks,
regards
Surabhi

________________________________

From: Devrim GUNDUZ [mailto:devrim@CommandPrompt.com]
Sent: Thu 11/16/2006 11:16 AM
To: surabhi.ahuja
Cc: Clodoaldo Pinto Neto; pgsql-general@postgresql.org
Subject: RE: [GENERAL] empty folder for downlaoding PostgreSQL 8.1.5 for FC4

Hi,

On Thu, 2006-11-16 at 10:47 +0530, surabhi.ahuja wrote:

error: Failed build dependencies:
tcl-devel is needed by postgresql-8.1.5-6PGDG.x86_64

It says "I need tcl-devel RPM in order to build this package".
Install tcl-devel RPM.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/