Re: tcl-devel build dependencies for 7.4.2

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: tcl-devel build dependencies for 7.4.2
Дата
Msg-id 200404141016.34794.lowen@pari.edu
обсуждение исходный текст
Ответ на tcl-devel build dependencies for 7.4.2  ("Donald Fraser" <demolish@cwgsy.net>)
Список 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 по дате отправления:

Предыдущее
От: "Paul Breen"
Дата:
Сообщение: Re: Real time replication of PG DBs accross two servers -
Следующее
От: "Donald Fraser"
Дата:
Сообщение: Re: tcl-devel build dependencies for 7.4.2