Re: -devel-7.0-1.rpm: Still missing a lots of headers

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: -devel-7.0-1.rpm: Still missing a lots of headers
Date: 2000-05-20 18:58:03
Message-ID: 3926E03B.E55EABD7@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen wrote:
>
> Peter Vazsonyi wrote:
> > But why? Nobody knows it, nobody intrested, or there is a way, to use
> > somethings from spi.h, without this error.
> > (my way is to copy all of headers from a source package, but...)
>
> Argh. I'll have to go back through the headers -- my listing of SPI
> headers included in the -devel RPM is correct for 6.5.3, but not 7.0,
> apparently. Thanks for the listing -- that'll get me started.
>
> Look for a -2 RPM set later today or tomorrow.

As a followup, use the following one-liner to generate a sorted listing
of the SPI deps (cwd is src/include):

/lib/cpp -M -I. -I../backend executor/spi.h |xargs -n 1|grep \\W|grep -v
^/|grep -v spi.h|sort

Yes, I know I could make the regexps better, but that one-liner works
as-is.... Above one-line is being used in rpm building process now
instead of the prior hard-coded listing, which should eliminate the
problem in future RPMsets.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-20 19:17:56 Re: More Performance
Previous Message Bruce Momjian 2000-05-20 18:56:36 Re: Performance (was: The New Slashdot Setup (includes MySql server))