[Zope3-dev] Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Thomas Lotze
Am Thu, 24 Aug 2006 08:01:22 -0400 schrieb buildbot: The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze. Running all the steps by hand reveals that on the current trunk, python2.4 test.py -vv -u --module '!^ZEO[.]' --all gets stuck on test_zeo (zope.app.twisted.tests)

[Zope3-dev] Job offer !!! from Rosinvest company CKhDh

2006-08-26 Thread Jimmy Jameson PAykZ
KsxMCQNOyvlEWSAgDjwGikdquTEzTifcYBuPMRVoms Good afternoon ladies and gentlemen. Investment CompanyROSINVEST-TRUST is a mediator between large corporate

[Zope3-dev] Re: Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Thomas Lotze
Am Sat, 26 Aug 2006 08:26:38 -0400 schrieb Jim Fulton: No it is not. Then I'll connect my buildbot slave again as the problem is in Zope and not in my setup. -- Thomas ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub:

[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 7273 Blamelist: alecm,fdrake,gintautasm,jens,lra,mgedmin,mj,mkerrin,poster,regebro,rogerineichen,shh,whitmo,yusei BUILD FAILED: failed

Re: [Zope3-dev] Re: Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Jim Fulton
On Aug 26, 2006, at 8:32 AM, Thomas Lotze wrote: Am Sat, 26 Aug 2006 08:26:38 -0400 schrieb Jim Fulton: No it is not. Then I'll connect my buildbot slave again as the problem is in Zope and not in my setup. This would not be a good idea until we get this figured out. Note that I just

Re: [Zope3-dev] Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Benji York
Thomas Lotze wrote: Linux 2.4.22-bf2.4 i686 GNU/Linux (up-to-date Debian testing) gcc (GCC) 4.1.2 20060613 (prerelease) (Debian 4.1.1-5) Python 2.4.4c0 Is this expected to break in some way? Yes it is. That pre-release Python (2.4.4c0) has a bug in sgmllib that causes hangs. I

[Zope3-dev] Re: Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Thomas Lotze
Am Sat, 26 Aug 2006 09:14:15 -0400 schrieb Benji York: Yes it is. That pre-release Python (2.4.4c0) has a bug in sgmllib that causes hangs. Thanks, that explains it then. I suspect if you use Python 2.4.3 instead it'll begin working. The manual tests do get through after installing 2.4.3.

[Zope3-dev] Re: Re: Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Thomas Lotze
Am Sat, 26 Aug 2006 09:12:23 -0400 schrieb Jim Fulton: Note that I just ran the tests, including test_zeo on an up-to-date Ubuntu box, a Centos box, and on a Mac without failure. There may not be a problem with your setup, As Benji pointed out, the problem is a bug in the particular Python

Re: [Zope3-dev] Re: Re: Re: buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-08-26 Thread Jim Fulton
On Aug 26, 2006, at 9:58 AM, Thomas Lotze wrote: Am Sat, 26 Aug 2006 09:12:23 -0400 schrieb Jim Fulton: Note that I just ran the tests, including test_zeo on an up-to- date Ubuntu box, a Centos box, and on a Mac without failure. There may not be a problem with your setup, As Benji

[Zope3-dev] Too many dependencies in zope.decorator

2006-08-26 Thread Christian Theune
Hi, ZODB with Blobs uses zope.proxy. Recently I discovered that due to a refactoring, the semantics of a proxy have significantly changed and a new concept of a decorator was born. ZODB with Blobs needs the ability of a specification decorator. However, the zope.decorator depends also on