[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac
Ned Deily
report at bugs.python.org
Mon Feb 16 08:01:23 CET 2009
Ned Deily <nad at acm.org> added the comment:
I see what the problem is. In 2.x, the PythonLauncher Makefile uses
bundlebuilder to build Python Launcher.app in Mac/PythonLauncher and
from there it gets installed into /Applications/Python nn. Because
bundlebuilder was removed in 3.0, r64618 checked in a copy of Python
Launcher.app into Mac/PythonLauncher. Later, in r68062, the build was
changed to use a private copy of bundlebuilder so now Python
Launcher.app is again built as in 2.x. However, the checked-in copy of
the app was not deleted from the svn trees and, because everything under
the app is clobbered by the build including the .svn directories, svn
gets upset.
The fix is easy: someone needs to svn rm Mac/PythonLauncher/Python
Launcher.app/* from py3k and 30. Adding Ronald to the nosy list.
So what you are doing should be fine. Until the trees are updated, one
way to workaround it is by making a copy of the pristine app directory
before a build and copying it back each time you do an svn update.
----------
nosy: +ronaldoussoren
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5267>
_______________________________________
More information about the Python-bugs-list
mailing list