[Python-3000] setup.py fails in the py3k-struni branch
Ron Adam
rrr at ronadam.com
Wed Jun 6 01:14:12 CEST 2007
Alexandre Vassalotti wrote:
> On 6/5/07, Guido van Rossum <guido at python.org> wrote:
>> If "make clean" makes the problem go away, it's usually because there
>> were old .pyc files with incompatible byte code. We don't change the
>> .pyc magic number for each change to the compiler.
>
> Nope. It is still not working. I just did the following, and I still
> get the same error.
>
> % unset CC # to turn off ccache
> % make distclean
> % svn revert -R .
> % svn up
> % ./configure
> % make # run fine
> % make # fail
>
> -- Alexandre
I can confirm the same behavior. Works on the first make, same error on
the second. I deleted the contents of the branch and did an "svn up" on an
empty directory. Same thing.
Ron
More information about the Python-3000
mailing list