Comment 6 for bug 559128

Revision history for this message
Gary Poster (gary) wrote :

Tom and I talked on the phone, and I agreed I would make the buildout change.

As a quick hack fix, replacing make build with the following works locally and could be temporarily put into the deployment scripts:

rm bin/buildout && rm -rf bin && rm _pythonpath.py && make bin/buildout && bin/buildout && make build

I suspect that make compile is now working by chance rather than design, so the same kind of thing (rm bin/buildout && rm -rf bin && rm _pythonpath.py && make bin/buildout && bin/buildout && make compile) might be appropriate there.

I plan to have the proper fix for this done today. I leave it to Tom as to whether he wants to incorporate the quick hack fix so edge gets updates over the weekend.

Gary