← Back to team overview

launchpad-dev team mailing list archive

Re: Segfault in bin/test? A workaround.

 

On Nov 18, 2009, at 07:53 , 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?

I don't think we need to fix it as the Makefile in sourcecode invokes the twisted build with the correct PYTHON_VERSION set.

A 'clean' target has been added to sourcecode/Makefile to make cleaning easier on the rare occasion it needs to be done.  The top-level Makefile clean target does not invoke it.

--Brad




References