Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 2:04 PM, Martijn Faassen wrote: > Hey again, > > Sorry for the confusion earlier on; I am new to testing buildout > itself and I assumed it was easier than it inevitably is. > > Now I'm trying to understand how in the world I'm to set an > environment variable with a period i

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hey again, Sorry for the confusion earlier on; I am new to testing buildout itself and I assumed it was easier than it inevitably is. Now I'm trying to understand how in the world I'm to set an environment variable with a period in it (PYTHON2.4, and I assume, PYTHON2.5); it doesn't seem possible

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 1:11 PM, Martijn Faassen wrote: > > > Looks like I should try installing a fresh Python and try again. Right. Gary ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
On Thu, Jul 8, 2010 at 7:04 PM, Gary Poster wrote: > > On Jul 8, 2010, at 12:58 PM, Martijn Faassen wrote: > >> Hey, >> >> On Thu, Jul 8, 2010 at 6:13 PM, Martijn Faassen >> wrote: >>> Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13)  I >>> get the following error when bootstr

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hi there, Some more detailed feedback about failures (with dev.py this time). My failures at first glance all seem to look like this: Error in test /home/faassen/projects/buildout-betafix/src/zc/buildout/buildout.txt Traceback (most recent call last): File "/usr/lib/python2.6/unittest.py", lin

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 12:58 PM, Martijn Faassen wrote: > Hey, > > On Thu, Jul 8, 2010 at 6:13 PM, Martijn Faassen > wrote: >> Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13) I >> get the following error when bootstrapping: > > Oops, I realized I should use dev.py instead. Th

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hey, On Thu, Jul 8, 2010 at 6:13 PM, Martijn Faassen wrote: > Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13)  I > get the following error when bootstrapping: Oops, I realized I should use dev.py instead. That does work, but the tests fail with a lot of MissingDistribution: C

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hi there, Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13) I get the following error when bootstrapping: Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg Traceback (most recent call last): File "", line 1, in File "/tmp/tmpLZNcjQ/

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
On 07/08/2010 06:08 PM, Gary Poster wrote: Please try my branch, with dev.py, as mentioned. Oops, forgot to try it with dev.py. Regards, Martijn ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distut

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 12:13 PM, Martijn Faassen wrote: > Hi there, Hi. > > Trying the beta-fix branch on python 2.6.5 with distribute (0.6.13) I > get the following error when bootstrapping: ... (Thank you for your offer to try out the new release! I'll take you up on it.) For clarity and sp

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Adam GROSZER
Hello Gary, Just in case you find time, I adjusted the winbot to do python dev.py. It should test then the trunk for you. Thursday, July 8, 2010, 5:58:34 PM, you wrote: -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: Love doesn't just si

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hi there, On 07/08/2010 05:58 PM, Gary Poster wrote: If several someones volunteered to help test some kind of manual "beta" release, that would be great. I'd be happy to try such a beta release with Grok and report back. Regards, Martijn ___ Dis

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 12:07 PM, Adam GROSZER wrote: > Hello Gary, > > You mean I should do: > python2.5 dev.py > bin/buildout > > then > > bin/test > > ? Using the branch I mentioned, you should do [python2.5 or 2.6 or even 2.4] dev.py bin/test IOW, dev.py runs bin/buildout, and you should us

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 11:45 AM, Martijn Faassen wrote: > On 07/08/2010 04:45 PM, Fred Drake wrote: >> On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER wrote: >>> Right now I even cannot get the buildout trunk bin/buildout'ed on >>> ubuntu. Does it work for you? >> >> It builds for me (Python 2.6 w/ d

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 12:06 PM, Fred Drake wrote: > On Thu, Jul 8, 2010 at 12:00 PM, Gary Poster > wrote: >> Note that dev.py continues to be the supported way to build buildout's >> trunk, rather than using bootstrap. > > I get the same errors using that, with either setuptools or > distribute.

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Adam GROSZER
Hello Gary, You mean I should do: python2.5 dev.py bin/buildout then bin/test ? Thursday, July 8, 2010, 6:00:57 PM, you wrote: >> >> >> FD> On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER wrote: Right now I even cannot get the buildout trunk bin/buildout'ed on ubuntu. Does it work

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Fred Drake
On Thu, Jul 8, 2010 at 12:00 PM, Gary Poster wrote: > Note that dev.py continues to be the supported way to build buildout's trunk, > rather than using bootstrap. I get the same errors using that, with either setuptools or distribute. All the errors relate to zope.testing references. zope.test

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
On Jul 8, 2010, at 11:43 AM, Martijn Faassen wrote: > Hey, > > On 07/08/2010 05:15 PM, Adam GROSZER wrote: > [snip] >> While: >> Installing. >> Getting section test. >> Initializing part test. >> Error: Missing option: buildout:find-links > > I can reproduce that error. It also worked the

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
> > > FD> On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER wrote: >>> Right now I even cannot get the buildout trunk bin/buildout'ed on >>> ubuntu. Does it work for you? > > FD> It builds for me (Python 2.6 w/ distribute; haven't tried with > FD> setuptools), but the tests aren't passing because s

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Gary Poster
My apologies. There is a branch that addresses all reported issues (as reported here and in Launchpad) except one: svn+ssh://svn.zope.org/repos/main/zc.buildout/branches/gary-betafix/ (or browse in http://svn.zope.org/zc.buildout/branches/gary-betafix/). Most notably, virtualenv users will hav

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
On 07/08/2010 04:45 PM, Fred Drake wrote: On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER wrote: Right now I even cannot get the buildout trunk bin/buildout'ed on ubuntu. Does it work for you? It builds for me (Python 2.6 w/ distribute; haven't tried with setuptools), but the tests aren't passi

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hey, On 07/08/2010 05:15 PM, Adam GROSZER wrote: [snip] While: Installing. Getting section test. Initializing part test. Error: Missing option: buildout:find-links I can reproduce that error. It also worked the second time for me, though in my case I added an '-n' option to make sure

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Adam GROSZER
Hello Fred, w/ python2.5 and setuptools 0.6c11... Output is, after a clean slate: a...@ubvm:~/zopefix/zc.buildout/trunk$ svn up Restored '.bzrignore' Restored 'todo.txt' Restored 'buildout.cfg' Restored 'DEVELOPERS.txt' Restored 'CHANGES.txt' Restored 'setup.py' Restored 'test_all_pythons.cfg' Re

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Barry Warsaw
On Jul 08, 2010, at 10:45 AM, Fred Drake wrote: >On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER >wrote: >> Right now I even cannot get the buildout trunk bin/buildout'ed on >> ubuntu. Does it work for you? > >It builds for me (Python 2.6 w/ distribute; haven't tried with >setuptools), but the test

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Fred Drake
On Thu, Jul 8, 2010 at 10:33 AM, Adam GROSZER wrote: > Right now I even cannot get the buildout trunk bin/buildout'ed on > ubuntu. Does it work for you? It builds for me (Python 2.6 w/ distribute; haven't tried with setuptools), but the tests aren't passing because someone added a dependency on z

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Adam GROSZER
Hello Martijn, Thursday, July 8, 2010, 3:28:35 PM, you wrote: MF> It is now july, so I'm starting to get my doubts about the word "soon". MF> Have the reported problems been addressed? Is there any hope I can get a MF> buildout that actually provides proper isolation sometime? Can I help? Right

[Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-08 Thread Martijn Faassen
Hi there, I've been waiting for years for a release of buildout that contains proper isolation from Python's site-packages. The non-isolation is a major flaw in buildout that makes it SO much harder to write proper installation instructions for software such as Grok. We need to wrap Grok's build