[From nobody Thu Jul 30 12:57:33 2009
Received: (at submit) by bugs.debian.org; 10 Nov 2004 00:48:41 +0000
Return-path: &lt;markus.amersdorfer@gmx.at&gt;
Received: from warsl404pip8.highway.telekom.at (email10.aon.at) [195.3.96.102]
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1CRgfA-0001Ex-00; Tue, 09 Nov 2004 16:48:40 -0800
Received: (qmail 60528 invoked from network); 10 Nov 2004 00:48:06 -0000
Received: from l0651p29.dipool.highway.telekom.at (HELO forest)
	([62.46.145.93]) (envelope-sender &lt;markus.amersdorfer@gmx.at&gt;)
	by email10.aon.at (qmail-ldap-1.03) with SMTP
	for &lt;submit@bugs.debian.org&gt;; 10 Nov 2004 00:48:06 -0000
Date: Wed, 10 Nov 2004 01:48:05 +0100
From: Markus Amersdorfer &lt;markus.amersdorfer@gmx.at&gt;
To: submit@bugs.debian.org
Subject: Migration from 2.0.11-1 to 2.1.5-3: update-Script aborts with error
Message-Id: &lt;20041110014805.65199073.markus.amersdorfer@gmx.at&gt;
X-Mailer: Sylpheed version 1.0.0beta2 (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,DATING,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: Mailman
Version: 2.1.5-3
Severity: critical

As part of a complete dist-upgrade, I tried to upgrade Mailman from
Woody's Mailman 2.0.11-1woody8 to the current Sarge version, 2.1.5-3.
Near the end of the update script, there's an AttributeError that keeps
the package from being installed correctly.

Here's a log-transcript for one of the configuration-reruns (thus the
mbox files &quot;seem to be up-to-date&quot; already).

--------------------------------
Setting up mailman (2.1.5-3) ...
Installing site language en ............................................
done.
Upgrading from version 0x2000bf0 to 0x20105f0
getting rid of old source files
Updating mailing list: ganymed-dev
Updating the held requests database.
- updating old private mbox file
    Your installation seems up-to-date, great!
- updating old public mbox file
Fixing language templates: ganymed-dev

Updating mailing list: mailman
Updating the held requests database.
- updating old private mbox file
    Your installation seems up-to-date, great!
- updating old public mbox file
    Your installation seems up-to-date, great!
Fixing language templates: mailman

[... other mailing-lists similar to &quot;mailman&quot; above ...]

Updating Usenet watermarks
- nothing to update here
Updating Mailman 2.0 pending_subscriptions.db database
Traceback (most recent call last):
  File &quot;/usr/lib/mailman/bin/update&quot;, line 753, in ?
    errors =3D main()
  File &quot;/usr/lib/mailman/bin/update&quot;, line 677, in main
    update_pending()
  File &quot;/usr/lib/mailman/bin/update&quot;, line 556, in update_pending
    addr =3D data[0].address
AttributeError: 'str' object has no attribute 'address'
dpkg: error processing mailman (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mailman
--------------------------------

At the time of initially trying to install Mailman 2.1.5-3, python2.1
&quot;2.1.3-25&quot; and python2.3 &quot;2.3.4-13&quot; were installed on the system.

As a temporary workaround in order to get a working 2.1-based Mailman,
installing mailman_2.1.4-4.backports.org.1 worked just fine =AD no errors
occured.
(For the backports-Package, python2.2 &quot;2.2.3-10&quot; needed to be installed
too later...)


Justification for severity &quot;critical&quot;: With the Sarge-release coming
closer every day, this bug might affect lots of users eventually!

]