python / 7.4 / FC5 / x86_64 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject python / 7.4 / FC5 / x86_64
Date
Msg-id 44F44E46.90607@dunslane.net
Whole thread Raw
Responses Re: python / 7.4 / FC5 / x86_64
Re: python / 7.4 / FC5 / x86_64
List pgsql-hackers
I see that my new 64 bit / FC5  buildfarm member died on building 7.4 
due to the following line in the configure script:

python_configdir="${python_execprefix}/lib/python${python_version}/config"

On my machine, this should be lib64, not lib. In fact, both 
/usr/lib/python2.4 and /usr/lib64/python2.4 exist, so I can't just use a 
soft link to get around this.

I could just disable building with python on that branch on my buildfarm 
member. Or we could fix it in the config script properly, although I am 
not sure how possible that is, nor if it is at all worth it - 
backporting the 8.0 changes would be the way I guess.

Thoughts?

cheers

andrew


pgsql-hackers by date:

Previous
From: Chahine Hamila
Date:
Subject: Re: integration of pgcluster into postgresql
Next
From: Michael Meskes
Date:
Subject: Re: [PATCHES] Another VPATH patch for ecpg