Re: x86_64 configure problem

From: Joe Conway <mail(at)joeconway(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, James William Pye <flaw(at)rhid(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: x86_64 configure problem
Date: 2004-09-15 20:44:46
Message-ID: 4148A9BE.80705@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Gaetano Mendola wrote:
> python -c "from distutils import *" > /dev/null 2>&1 || (echo "You need
> distutils installed"; exit 1)
>

Sorry for the delay -- things got busy around here all of a sudden.

Attached is a version of the patch with James Pye's distutils checking
code. Gaetano, please verify it works properly for you.

Although Peter was clearly not in favor of this, Gaetano and James both
are, and I don't feel strongly either way. So barring any other
objections I'll apply this in a day or so.

One procedural issue did occur to me regarding this kind of change. It
requires someone to run autoconf after applying -- how is that normally
handled?

Thanks,

Joe

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2004-09-15 20:50:17 Re: some PITR performance data with DBT-2
Previous Message Jim C. Nasby 2004-09-15 20:02:21 'TID index'

Browse pgsql-patches by date

  From Date Subject
Next Message Gaetano Mendola 2004-09-15 21:04:11 Re: x86_64 configure problem
Previous Message Joe Conway 2004-09-15 17:32:08 Re: arrayfuncs: fix read of uninitialized mem