Re: python / 7.4 / FC5 / x86_64

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: python / 7.4 / FC5 / x86_64
Date: 2006-08-29 14:50:07
Message-ID: 44F4541F.8070102@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:
>
> 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?

Use a different CPP_FLAGS? That is what we have to do on our hosting-two
box.

>
> cheers
>
> andrew
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-08-29 14:50:29 Re: python / 7.4 / FC5 / x86_64
Previous Message Peter Eisentraut 2006-08-29 14:31:57 Re: python / 7.4 / FC5 / x86_64

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-08-29 14:50:29 Re: python / 7.4 / FC5 / x86_64
Previous Message Peter Eisentraut 2006-08-29 14:31:57 Re: python / 7.4 / FC5 / x86_64