Your message dated Mon, 11 Jun 2012 18:33:41 +0000
with message-id <[email protected]>
and subject line Bug#676953: Removed package(s) from unstable
has caused the Debian Bug report #620532,
regarding luma: Fix rdn exception
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
620532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620532
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: luma
Version: 2.4-3
Severity: important
Tags: squeeze sid patch
When using debian/ubuntu distributed version of luma to create object, all
users experiments the following exception:
XX:XX:XX An unhandled exception occured. This is most likely a bug
in the programming of Luma. In order to fix this, send an email with the
following text and a detailed description of what you were doing to
[email protected].
File "/usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py", line 442, in
modifierClicked
self.editAttribute(attributeName, index)
File "/usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py", line 496, in
editAttribute
self.ldapDataObject.setAttributeValue(attributeName, index, newValue)
File "/usr/lib/luma/base/backend/SmartDataObject.py", line 369, in
setAttributeValue
attributeName = self.attributeMap[attributeName.lower()]
Reason: <type 'exceptions.KeyError'> u'rdn'
Replacing the line 369 of “/usr/lib/luma/base/backend/SmartDataObject.py”
by the following one fixes the problem without cancelling the maintainer work:
attributeName = self.attributeMap.get(attributeName.lower(),
attributeName)
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages luma depends on:
ii python 2.6.6-12 interactive high-level object-orie
ii python-ldap 2.3.11-1 LDAP interface module for Python
ii python-qt3 3.18.1-4+b1 Qt3 bindings for Python
ii python-support 1.0.11 automated rebuilding support for P
luma recommends no packages.
luma suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.4-3+rm
Dear submitter,
as the package luma has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/676953
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---