[Zope-dev] buildbot failure in Zope branches 2.10 2.4 Windows 2000 zc-bbwin2

2006-07-27 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.10 2.4 Windows 2000 
zc-bbwin2.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 6765
Blamelist: 
adamg,benji,benji_york,dobe,dominikhuber,fdrake,gotcha,jens,regebro,tseaver

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] buildbot failure in Zope branches 2.9 2.4 Windows 2000 zc-bbwin2

2006-07-27 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.9 2.4 Windows 2000 
zc-bbwin2.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 6764
Blamelist: 
adamg,benji,benji_york,dobe,dominikhuber,fdrake,gotcha,jens,regebro,tseaver

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-07-27 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 
zc-bbwin6.

Buildbot URL: http://buildbot.zope.org/

Build Reason: changes
Build Source Stamp: 6766
Blamelist: 
adamg,benji,benji_york,dobe,dominikhuber,fdrake,gotcha,jens,regebro,tseaver

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Demostorage w/ ZEO broken again?

2006-07-27 Thread Christian Theune

Is Demostorage w/ ZEO broken in 2.9 again? I just hit that again ...

That's on (Zope 2.9.3-, python 2.4.3, linux2)

Error is:

  File /usr/local/Zope-2.9.3/lib/python/ZODB/BaseStorage.py, line 
108, in __init__

self._oid = base._oid
AttributeError: 'ClientStorage' object has no attribute '_oid'


I had a somewhat working fix for that on Zope 3.2/3.3 but Jim thought 
just making it ignore the _oid attribute isn't the right thing to do -- 
and he might be right, I don't know.


@Tres: Didn't you tame that beast already a while ago? :)

Cheers,
Christian

--
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Demostorage w/ ZEO broken again?

2006-07-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Theune wrote:
Christian Theune wrote:
 Is Demostorage w/ ZEO broken in 2.9 again? I just hit that again ...
 
 That's on (Zope 2.9.3-, python 2.4.3, linux2)
 
 Error is:
 
   File /usr/local/Zope-2.9.3/lib/python/ZODB/BaseStorage.py, line 108,
 in __init__
 self._oid = base._oid
 AttributeError: 'ClientStorage' object has no attribute '_oid'
 
 
 I had a somewhat working fix for that on Zope 3.2/3.3 but Jim thought
 just making it ignore the _oid attribute isn't the right thing to do --
 and he might be right, I don't know.
 
 @Tres: Didn't you tame that beast already a while ago? :)
 
 Cheers,
 Christian
 


- --
===
Tres Seaver  +1 202-558-7113  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
 Is Demostorage w/ ZEO broken in 2.9 again? I just hit that again ...
 
 That's on (Zope 2.9.3-, python 2.4.3, linux2)
 
 Error is:
 
   File /usr/local/Zope-2.9.3/lib/python/ZODB/BaseStorage.py, line 108,
 in __init__
 self._oid = base._oid
 AttributeError: 'ClientStorage' object has no attribute '_oid'
 
 
 I had a somewhat working fix for that on Zope 3.2/3.3 but Jim thought
 just making it ignore the _oid attribute isn't the right thing to do --
 and he might be right, I don't know.
 
 @Tres: Didn't you tame that beast already a while ago? :)

After 2.9.3 (but just barely)::

$ cd projects/Zope-CVS/ZODB-3_6-branch
$ svn log src/ZODB/BaseStorage.py | head
- 
r68676 | tseaver | 2006-06-15 19:33:51 -0400 (Thu, 15 Jun 2006) | 7 lines

DemoStorage was unable to wrap base storages without an '_oid' attribute

o Most notably, ZEO.ClientStorage
(http://www.zope.org/Collectors/Zope/2016).

o Forward-ported from 3.4 branch.




Tres.
- --
===
Tres Seaver  +1 202-558-7113  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEyTkt+gerLs4ltQ4RAt9aAJ0WU3inxXHl3xmTHcO9xIHLYxtPFwCeI5zj
npsq6ekS35fsjlWsMHzml+8=
=b/8W
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )