Re: Re: RC3 ... and rpms...

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: Re: RC3 ... and rpms...
Дата
Msg-id 3ACF012B.61565FF7@wgcr.org
обсуждение исходный текст
Ответ на Re: Re: RC3 ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
Franck Martin wrote:
> I have no idea if what I say is true about the PG distribution by PG people, but
> I have noticed than in the rpms of other distros the postgresql-devel rpms do not
> include all the .h files necessary to build PG extensions. For instance the
> rtree.h and itup.h and gist.h headers are missing. Could you please ensure that
> all the headers are taken into account when you write your spec file.

The RPMs now (as of 7.1beta4) use the 'make install-all-headers'
incantation to generate the development headers.  If this doesn't get
the headers you need, then install-all-headers needsto be modified to
really install ALL headers.

With my latest RC3 RPM's (which I am preparing to upload to the
PostgreSQL ftp server sometime this morning, once I get some other
reorganization done and some contrib stuff built), I get the following
results:

[root@utility i386]# rpm -ql postgresql-devel|grep gist
/usr/include/pgsql/access/gist.h
/usr/include/pgsql/access/gistscan.h
/usr/include/pgsql/access/giststrat.h
[root@utility i386]# rpm -ql postgresql-devel|grep rtree
/usr/include/pgsql/access/rtree.h
[root@utility i386]# rpm -ql postgresql-devel|grep itup
/usr/include/pgsql/access/itup.h
[root@utility i386]#

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: createlang patch
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: Re: RC3 ...