Re: x86_64 configure problem

From: Joe Conway <mail(at)joeconway(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: x86_64 configure problem
Date: 2004-09-10 22:19:35
Message-ID: 41422877.9060509@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Gaetano Mendola wrote:
> Joe Conway wrote:
>> # python -c "from distutils.sysconfig import get_python_lib as f;
>> import os; print
>> os.path.join(f(plat_specific=1,standard_lib=1),'config')"
>> /usr/lib64/python2.3/config
>>
>> Any other proposals? If not, any objections to the attached patch?
>
> No one, we have to check also for the presence of distutils package
> installation.
> It's not installed by default and I was bitten by it during the RPM
> building for
> RH AS 2.1

What version of python comes with RH2.1?

In any case, the online documentation for python suggests that it is
reasonable to expect that distutils is already installed (by default for
python >= 1.6, and by the user for python 1.5.2). See:
http://www.python.org/doc/2.2.3/dist/intro.html

If there are no other objections, I'll commit the attached in about 24
hours.

Thanks,

Joe

Attachment Content-Type Size
current.80.diff text/x-patch 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-09-10 22:33:17 Re: APR 1.0 released
Previous Message Bruce Momjian 2004-09-10 22:19:01 Re: tablespace question ... pg vs oracle

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-09-10 22:29:00 Re: contribution: namespace.sql
Previous Message Peter Eisentraut 2004-09-10 22:12:17 Re: [HACKERS] more dirmod CYGWIN