launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #01668
Re: Segfault in bin/test? A workaround.
On Nov 18, 2009, at 08:43 , Max Bowsher wrote:
> Gavin Panella wrote:
>> Henning and Graham this morning had segfault issues, and Brad did
>> yesterday. Here's a workaround that Brad and I figured out yesterday
>> that seems to work okay:
>>
>> . ~/.rocketfuel-env.sh
>> cd $LP_SOURCEDEPS_PATH/twisted
>> bzr clean-tree --ignored --force
>> make PYTHON=python2.5
>>
>> The Twisted Makefile has python2.4 hardcoded. This is something we
>> should fix. Anyone want to do that?
>
> So do pygettextpo and pygpgme. It's not supposed to matter, because
> sourcecode/Makefile passes down the appropriate overriding variables. I
> wonder why that didn't happen.
The rebuilding step specifying python2.5 is not necessary but the cleaning is. After the clean you can return to your branch and a 'make build' should DTRT as it does specify PYTHON correctly.
I think we need a clean target in the sourcecode makefile.
--Brad
Follow ups
References