Your message dated Wed, 09 Feb 2005 06:17:31 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293338: fixed in python2.3 2.3.5-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Feb 2005 16:09:39 +0000
>From [EMAIL PROTECTED] Wed Feb 02 08:09:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from reverse-213-146-113-19.dialin.kamp-dsl.de (localhost) 
[213.146.113.19] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwN4U-00077b-00; Wed, 02 Feb 2005 08:09:38 -0800
Received: from roman by localhost with local (Exim 4.44)
        id 1CwN4H-0003DN-Qz; Wed, 02 Feb 2005 17:09:25 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Roman Joost <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python2.3: raises an AttributeError during a deep copy
X-Mailer: reportbug 3.7.1
Date: Wed, 02 Feb 2005 17:09:25 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: python2.3
Version: 2.3.4-19
Severity: grave
Justification: renders package unusable


I'm using the python2.3 to run my Zope 2.7.3 with CMF/Plone. After an update in
debian unstable, it doesn't work anymore, because it raises an AttributeError
during a deep copy. I haven't investigated the Problem, but seems to be package
related for me. 

I downgraded to the latest testing release of python2.3 and I'm able to start 
Zope with the products as usual. The traceback as follows:

Traceback (most recent call last):
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/run.py", line 50, in ?
    run()
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/run.py", line 19, in run
    start_zope(opts.configroot)
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/__init__.py", line 51, in 
start_zope
    starter.startZope()
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/__init__.py", line 230, in 
startZope
    Zope.startup()
  File "/opt/Zope-2.7.3/lib/python/Zope/__init__.py", line 47, in startup
    _startup()
  File "/opt/Zope-2.7.3/lib/python/Zope/App/startup.py", line 45, in startup
    OFS.Application.import_products()
  File "/opt/Zope-2.7.3/lib/python/OFS/Application.py", line 637, in 
import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/opt/Zope-2.7.3/lib/python/OFS/Application.py", line 660, in 
import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/opt/AlphaFlow/Products/ATContentTypes/__init__.py", line 54, in ?
    import Products.ATContentTypes.migration
  File "/opt/AlphaFlow/Products/ATContentTypes/migration/__init__.py", line 3, 
in ?
    import ATCTMigrator
  File "/opt/AlphaFlow/Products/ATContentTypes/migration/ATCTMigrator.py", line 
30, in ?
    from Products.ATContentTypes.types import ATDocument, ATEvent, \
  File "/opt/AlphaFlow/Products/ATContentTypes/types/__init__.py", line 26, in ?
    import ATLink
  File "/opt/AlphaFlow/Products/ATContentTypes/types/ATLink.py", line 38, in ?
    from Products.ATContentTypes.types.ATContentType import ATCTContent
  File "/opt/AlphaFlow/Products/ATContentTypes/types/ATContentType.py", line 
61, in ?
    from Products.ATContentTypes.types.schemata import ATContentTypeSchema
  File "/opt/AlphaFlow/Products/ATContentTypes/types/schemata.py", line 53, in ?
    ATContentTypeBaseSchema = BaseSchema.copy()
  File "/opt/AlphaFlow/Products/Archetypes/Schema/__init__.py", line 671, in 
copy
    c.addField(field.copy())
  File "/opt/AlphaFlow/Products/Archetypes/Field.py", line 203, in copy
    properties = deepcopy(cdict)
  File "/usr/lib/python2.3/copy.py", line 191, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.3/copy.py", line 285, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.3/copy.py", line 200, in deepcopy
    copier = _getspecial(cls, "__deepcopy__")
  File "/usr/lib/python2.3/copy.py", line 66, in _getspecial
    for basecls in cls.__mro__:
AttributeError: __mro__


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3 depends on:
ii  libbz2-1.0                  1.0.2-3      high-quality block-sorting file co
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-17    Berkeley v4.2 Database Libraries [
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  libreadline4                4.3-15       GNU readline and history libraries
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 293338-close) by bugs.debian.org; 9 Feb 2005 11:25:29 +0000
>From [EMAIL PROTECTED] Wed Feb 09 03:25:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CypyL-0002W5-00; Wed, 09 Feb 2005 03:25:29 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Cypqd-0002VA-00; Wed, 09 Feb 2005 06:17:31 -0500
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293338: fixed in python2.3 2.3.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 09 Feb 2005 06:17:31 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: python2.3
Source-Version: 2.3.5-1

We believe that the bug you reported is fixed in the latest version of
python2.3, which is due to be installed in the Debian FTP archive:

idle-python2.3_2.3.5-1_all.deb
  to pool/main/p/python2.3/idle-python2.3_2.3.5-1_all.deb
python2.3-dev_2.3.5-1_i386.deb
  to pool/main/p/python2.3/python2.3-dev_2.3.5-1_i386.deb
python2.3-doc_2.3.5-1_all.deb
  to pool/main/p/python2.3/python2.3-doc_2.3.5-1_all.deb
python2.3-examples_2.3.5-1_all.deb
  to pool/main/p/python2.3/python2.3-examples_2.3.5-1_all.deb
python2.3-gdbm_2.3.5-1_i386.deb
  to pool/main/p/python2.3/python2.3-gdbm_2.3.5-1_i386.deb
python2.3-mpz_2.3.5-1_i386.deb
  to pool/main/p/python2.3/python2.3-mpz_2.3.5-1_i386.deb
python2.3-tk_2.3.5-1_i386.deb
  to pool/main/p/python2.3/python2.3-tk_2.3.5-1_i386.deb
python2.3_2.3.5-1.diff.gz
  to pool/main/p/python2.3/python2.3_2.3.5-1.diff.gz
python2.3_2.3.5-1.dsc
  to pool/main/p/python2.3/python2.3_2.3.5-1.dsc
python2.3_2.3.5-1_i386.deb
  to pool/main/p/python2.3/python2.3_2.3.5-1_i386.deb
python2.3_2.3.5.orig.tar.gz
  to pool/main/p/python2.3/python2.3_2.3.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python2.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  8 Feb 2005 16:30:54 +0100
Source: python2.3
Binary: python2.3-doc idle-python2.3 python2.3-dev python2.3-examples 
python2.3-mpz python2.3 python2.3-gdbm python2.3-tk
Architecture: source all i386
Version: 2.3.5-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 idle-python2.3 - An IDE for Python (v2.3) using Tkinter
 python2.3  - An interactive high-level object-oriented language (version 2.3)
 python2.3-dev - Header files and a static library for Python (v2.3)
 python2.3-doc - Documentation for the high-level object-oriented language 
Python 
 python2.3-examples - Examples for the Python language (v2.3)
 python2.3-gdbm - GNU dbm database support for Python (v2.3)
 python2.3-mpz - Multiple-precision arithmetic support for Python (v2.3)
 python2.3-tk - Tkinter - Writing Tk applications with Python (v2.3)
Closes: 293338 293932
Changes: 
 python2.3 (2.3.5-1) unstable; urgency=medium
 .
   * Final 2.3.5 release.
   * Replace md5 implementation with one having a DFSG conforming license.
   * Remove the profile.py and pstats.py modules from the source package,
     not having a DFSG conforming license. The modules can be found in
     the python2.x-profile package in the non-free section. Closes: #293932.
   * Fix bug in copy.deep_copy (closes: #293338).
Files: 
 80248fbcddbe7ee9ecc0313c47e2b528 1134 python optional python2.3_2.3.5-1.dsc
 9c35e5ca3c487e1c1f70f2fb1ccbfffe 8512566 python optional 
python2.3_2.3.5.orig.tar.gz
 ca365ab215db066e37278807954acd46 2350492 python optional 
python2.3_2.3.5-1.diff.gz
 e0637cfe3e37036951794875fd0369ee 512390 python optional 
python2.3-examples_2.3.5-1_all.deb
 5b4653579fa658d617ab01c5d958b61f 233568 python optional 
idle-python2.3_2.3.5-1_all.deb
 8617ef8b8dbbd53c629f9b73d8051441 2859330 doc optional 
python2.3-doc_2.3.5-1_all.deb
 00b5ae0d3a7c697bfa208c377d2c5d5f 2903254 python standard 
python2.3_2.3.5-1_i386.deb
 2dedeb6efd34149140365b4f8d20f952 107300 python optional 
python2.3-tk_2.3.5-1_i386.deb
 22ee68c424d6318fe92e270af95b4e96 26326 python optional 
python2.3-gdbm_2.3.5-1_i386.deb
 7d70c6d0c331fc1b072c2ac946009b1b 30342 python optional 
python2.3-mpz_2.3.5-1_i386.deb
 b6cb0c101eeb3365db97ff19b1913996 1480828 libdevel optional 
python2.3-dev_2.3.5-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCCVKbStlRaw+TLJwRAvliAJ4rvZNbTmJC5HaDb5R4wINvrpDo4ACZAXhz
r21Y6tQVkRcdkLDLftz3irQ=
=eb3n
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to