Re: Re: Beta2 ... ?

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Beta2 ... ?
Date: 2001-01-10 17:03:03
Message-ID: 3A5C95C7.570E32C8@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Lamar Owen writes:
> > However, there are some hard-coded paths left in the build, and the perl
> > client is being difficult,

> The Perl and Python clients use their own build system. Not sure how to
> handle it.

I'm looking, in between day job stuff.

> > and odbcinst is going to the REAL /usr/etc instead of
> > $RPM_BUILD_ROOT/etc....

> Works here.

Which doesn't surprise me. The RPM building environment is not the same
as building from source inside a regular user shell. Similar, but not
the same.

> Hmm, are you using 'make install DESTDIR=/random/place'?
> Given that it's not documented it's unlikely that you are. But do start
> using it.

Enlighten me. DESTDIR does?

Currently, my install lines look like:
make POSTGRESDIR=$RPM_BUILD_ROOT/usr PREFIX=$RPM_BUILD_ROOT/usr -C src
install
make POSTGRESDIR=$RPM_BUILD_ROOT/usr PREFIX=$RPM_BUILD_ROOT/usr -C
src/interface
s/perl5 install

So, I would put something like:
make POSTGRESDIR=$RPM_BUILD_ROOT/usr PREFIX=$RPM_BUILD_ROOT/usr
DESTDIR=/usr -C src install
???

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-01-10 17:26:55 AW: AW: Re: tinterval - operator problems on AIX
Previous Message Peter Eisentraut 2001-01-10 16:53:32 Re: Re: Beta2 ... ?