Debian Bug report logs - #373856
python2.4-minimal: Install/Upgrade fails: "TypeError: unindexable object"

Package: python-central; Maintainer for python-central is (unknown);

Reported by: Sven Hartge <sven@svenhartge.de>

Date: Thu, 15 Jun 2006 22:48:13 UTC

Severity: grave

Merged with 373857, 373884, 373922

Done: Matthias Klose <doko@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#373856; Package python2.4-minimal. (full text, mbox, link).


Acknowledgement sent to Sven Hartge <sven@svenhartge.de>:
New Bug report received and forwarded. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Sven Hartge <sven@svenhartge.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: python2.4-minimal: Install/Upgrade fails: "TypeError: unindexable object"
Date: Fri, 16 Jun 2006 00:37:11 +0200
Package: python2.4-minimal
Version: 2.4.3-7
Severity: grave
Justification: renders package unusable

During configuration the following happens:

Setting up python2.4-minimal (2.4.3-7) ...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1365, in ?
    main()
  File "/usr/bin/pycentral", line 1359, in main
    rv = action.run(global_options)
  File "/usr/bin/pycentral", line 892, in run
    pkg.set_default_runtime_from_version_info()
  File "/usr/bin/pycentral", line 575, in set_default_runtime_from_version_info
    self.default_runtime = get_runtime_for_version(versions[0])
TypeError: unindexable object
dpkg: error processing python2.4-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.4:
 python2.4 depends on python2.4-minimal (= 2.4.3-7); however:
  Package python2.4-minimal is not configured yet.
dpkg: error processing python2.4 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.4-minimal
 python2.4


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-beyond4-272
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages python2.4-minimal depends on:
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  python-central                0.4.16     register and build utility for Pyt
ii  zlib1g                        1:1.2.3-11 compression library - runtime

python2.4-minimal recommends no packages.

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#373856; Package python2.4-minimal. (full text, mbox, link).


Acknowledgement sent to Matthias Klose <doko@cs.tu-berlin.de>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #10 received at 373856@bugs.debian.org (full text, mbox, reply):

From: Matthias Klose <doko@cs.tu-berlin.de>
To: Sven Hartge <sven@svenhartge.de>, 373856@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: Bug#373856: python2.4-minimal: Install/Upgrade fails: "TypeError: unindexable object"
Date: Fri, 16 Jun 2006 01:00:03 +0200
tags 373856 + pending
thanks

See the recent mail to debian-devel (python installation error) or
http://lists.debian.org/debian-python/2006/06/msg00191.html

A workaround is to install python-central from incoming.debian.org:
http://incoming.debian.org/python-central_0.4.17_all.deb



Tags added: pending Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (full text, mbox, link).


Merged 373856 373857. Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#373856; Package python2.4-minimal. (full text, mbox, link).


Acknowledgement sent to "Robert J\. Tanner" <tanner@real-time.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>. (full text, mbox, link).


Message #19 received at 373856@bugs.debian.org (full text, mbox, reply):

From: "Robert J\. Tanner" <tanner@real-time.com>
To: Debian Bug Tracking System <373856@bugs.debian.org>
Subject: python2.4-minimal: Just adding my info as well, looks to be the same
Date: Thu, 15 Jun 2006 20:25:20 -0500
Package: python2.4-minimal
Version: 2.4.3-7
Followup-For: Bug #373856

# bash -x ./python2.4-minimal.postinst
+ PACKAGE=python2.4-minimal
+ DIRLIST=/usr/lib/python2.4
+ '[' '' = configure ']'
+ case "$1" in
+ exit 0
compaq:/var/lib/dpkg/info# bash -x ./python2.4-minimal.postinst
configure
+ PACKAGE=python2.4-minimal
+ DIRLIST=/usr/lib/python2.4
+ '[' configure = configure ']'
+ '[' -n '' ']'
+ dpkg --compare-versions '' lt 2.4.3-4
+ pycentral rtinstall python2.4
+ pycentral pkginstall python2.4-minimal
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 1365, in ?
      main()
        File "/usr/bin/pycentral", line 1359, in main
	    rv = action.run(global_options)
	      File "/usr/bin/pycentral", line 892, in run
	          pkg.set_default_runtime_from_version_info()
		    File "/usr/bin/pycentral", line 575, in
		    set_default_runtime_from_version_info
		        self.default_runtime =
			get_runtime_for_version(versions[0])
			TypeError: unindexable object
			+ case "$1" in
			+ '[' '!' -e /usr/local/lib/python2.4 ']'
			+ mkdir -p /usr/local/lib/python2.4
			+ chmod 2775 /usr/local/lib/python2.4
			+ chown root:staff /usr/local/lib/python2.4
			+ '[' '!' -e
			/usr/local/lib/python2.4/site-packages ']'
			+ mkdir -p
			/usr/local/lib/python2.4/site-packages
			+ chmod 2775
			/usr/local/lib/python2.4/site-packages
			+ chown root:staff
			/usr/local/lib/python2.4/site-packages
			+ exit 0


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.4-minimal depends on:
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  python-central                0.4.16     register and build utility for Pyt
ii  zlib1g                        1:1.2.3-11 compression library - runtime

python2.4-minimal recommends no packages.

-- no debconf information



Merged 373856 373857 373884. Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (full text, mbox, link).


Merged 373856 373857 373884 373922. Request was from Filipus Klutiero <ido@vif.ca> to control@bugs.debian.org. (full text, mbox, link).


Reply sent to Matthias Klose <doko@cs.tu-berlin.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Sven Hartge <sven@svenhartge.de>:
Bug acknowledged by developer. (full text, mbox, link).


Message #28 received at 373856-done@bugs.debian.org (full text, mbox, reply):

From: Matthias Klose <doko@cs.tu-berlin.de>
To: 373856-done@bugs.debian.org, 373881-done@bugs.debian.org, 373867-done@bugs.debian.org, 373882-done@bugs.debian.org
Subject: python2.x/python-central postinst error fixed
Date: Sat, 17 Jun 2006 11:17:26 +0200
Version: 0.4.17

see http://lists.debian.org/debian-devel/2006/06/msg00706.html
as workaround, please install from the archive:
http://http.us.debian.org/debian/pool/main/p/python-central/python-central_0.4.17_all.deb

in case the upgrade from 0.4.16 fails, unpack the new version first.
dpkg --unpack python-central_0.4.17_all.deb



Reply sent to Matthias Klose <doko@cs.tu-berlin.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Ant <philpi@earthlink.net>:
Bug acknowledged by developer. (full text, mbox, link).


Reply sent to Matthias Klose <doko@cs.tu-berlin.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to WaVeR <debian@hispeed.ch>:
Bug acknowledged by developer. (full text, mbox, link).


Reply sent to Matthias Klose <doko@cs.tu-berlin.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Michael Neuffer <neuffer@neuffer.info>:
Bug acknowledged by developer. (full text, mbox, link).


Bug reassigned from package `python2.4-minimal' to `python-central'. Request was from Steinar H. Gunderson <sesse@debian.org> to control@bugs.debian.org. (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 17 Jun 2007 19:00:52 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jan 14 01:24:18 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.