Re: tcl-devel build dependencies for 7.4.2 - Mailing list pgsql-admin

From Lamar Owen
Subject Re: tcl-devel build dependencies for 7.4.2
Date
Msg-id 200404141016.34794.lowen@pari.edu
Whole thread Raw
In response to tcl-devel build dependencies for 7.4.2  ("Donald Fraser" <demolish@cwgsy.net>)
List pgsql-admin
On Tuesday 13 April 2004 16:43, Donald Fraser wrote:
> I am trying to build Postgres 7.4.2 from the source rpm on Red Hat Linux
> 7.1 2.96-98

While I do test builds on a Red Hat 7.3 compatible system, I do not do so on a
7.1 system.  Sorry.

> I get the following error message:
> [root@CISX_Linux1 usr]# rpmbuild --rebuild postgresql-7.4.2-1PGDG.src.rpm
> Installing postgresql-7.4.2-1PGDG.src.rpm
> error: failed build dependencies:
>         tcl-devel is needed by postgresql-7.4.2-1PGDG

rpmbuild --rebuild --define 'build7x 1' postgresql-7.4.2-1PGDG.src.rpm

But you might find other things broken, like Python.  You can remove the whole
python client build if you wish (and don't need a python client) by passing
'python 0' as a --define.  AFAIK that will work on RHL7.1.  YMMV.

I am testing some scripts/macros that will automatically figure out the
system; they are not production ready yet.

> My problem is that I can't find a binary or a source for tcl-devel for Red
> Hat Linux 7.1.

The package doesn't exist in the 7.x series.  All you need is the main tcl
package in 7.x, and the build7x macro in the spec file takes care of that.
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC  28772
(828)862-5554
www.pari.edu

pgsql-admin by date:

Previous
From: "Paul Breen"
Date:
Subject: Re: Real time replication of PG DBs accross two servers -
Next
From: "Donald Fraser"
Date:
Subject: Re: tcl-devel build dependencies for 7.4.2