[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)

Re: [Zope3-dev] Re: proposal: error reporting unification

2006-08-26 Thread Philipp von Weitershausen
Martijn Faassen wrote: > Hey, > > I think the fix has some steps in it: > > * first, delegate everything to a IErrorReportingUtility and let it log > to SiteError as well. The SiteError logging policy is not operative > anymore. +1, assuming 'it' refers to the IErrorReportingUtility. > * it tur

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

2006-08-26 Thread Jimmy Jameson PAykZ
KsxMCQNOyvlEWSAgDjwGikdquTEzTifcYBuPMRVoms Good afternoon ladies and gentlemen. Investment Company"ROSINVEST-TRUST" is a mediator between large corporat

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

2006-08-26 Thread Jim Fulton
On Aug 26, 2006, at 4:52 AM, Thomas Lotze wrote: 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[.]'

[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: http://mail.zope.org/mailma

[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 test

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 susp

[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 pointed

[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