Activity log for bug #1210996

Date Who What changed Old value New value Message
2013-08-11 14:09:10 Guy Rozendorn bug added bug
2013-08-11 14:11:13 Guy Rozendorn attachment added a proposal fix for this issue https://bugs.launchpad.net/zc.buildout/+bug/1210996/+attachment/3768130/+files/1210996.patch
2013-08-11 14:12:11 Guy Rozendorn description Consider the following scenario: * run bootstrap.py with a Python that has setuptools in its site-packages * run bootstrap.py again, this time a different Python that does not has setuptools in its site-packages The first run writes the file develop-eggs/setuptools.egg-link, which cases buildout to see the site-packages directory The second run downloads setupools and installs it under eggs/, but doesn't remove the egg-link file, so later buildout still uses that site-packages directory Consider the following scenario: * run bootstrap.py with a virtuenv'ed Python that has setuptools in its site-packages * run bootstrap.py again, this time a non-virtualev'ed Python that does not has setuptools in its site-packages The first run writes the file develop-eggs/setuptools.egg-link, which cases buildout to see the site-packages directory The second run downloads setupools and installs it under eggs/, but doesn't remove the egg-link file, so later buildout still uses that site-packages directory
2013-08-11 14:13:05 Guy Rozendorn attachment removed a proposal fix for this issue https://bugs.launchpad.net/zc.buildout/+bug/1210996/+attachment/3768130/+files/1210996.patch
2013-08-11 14:13:17 Guy Rozendorn attachment added 1210996.patch https://bugs.launchpad.net/zc.buildout/+bug/1210996/+attachment/3768131/+files/1210996.patch
2013-08-11 14:13:46 Guy Rozendorn description Consider the following scenario: * run bootstrap.py with a virtuenv'ed Python that has setuptools in its site-packages * run bootstrap.py again, this time a non-virtualev'ed Python that does not has setuptools in its site-packages The first run writes the file develop-eggs/setuptools.egg-link, which cases buildout to see the site-packages directory The second run downloads setupools and installs it under eggs/, but doesn't remove the egg-link file, so later buildout still uses that site-packages directory Consider the following scenario: * run bootstrap.py with a virtuenv'ed Python that has setuptools in its site-packages * run bootstrap.py again, this time with a non-virtualev'ed Python that does not has setuptools in its site-packages The first run writes the file develop-eggs/setuptools.egg-link, which cases buildout to see the site-packages directory The second run downloads setupools and installs it under eggs/, but doesn't remove the egg-link file, so later buildout still uses that site-packages directory