Your message dated Wed, 6 Jan 2010 22:50:23 +0100
with message-id <[email protected]>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #276502,
regarding fails to run
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.)
--
276502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276502
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: umlrun
Version: 0.15-1
Severity: grave
Tags: patch
When executing umlrun i get this traceback right away:
andr...@timotheus:~/src/wlus/test$ umlrun --umlargs="ubd0=rootstrap.img
mem=256M" --interactive
Checking for the skas3 patch in the host...not found
Checking for /proc/mm...not found
tracing thread pid = 7061
INIT: version 2.86 booting
Traceback (most recent call last):
File "/usr/bin/umlrun", line 54, in ?
main()
File "/usr/bin/umlrun", line 51, in main
uml.shutdown()
AttributeError: UML instance has no attribute
'shutdown'
this is due to the the fact that in
/usr/usr/lib/site-python/umlrun.py shutdown is in class
UMLRun and not in class UML.
so the trivial fix would be to change line 39 in /usr/bin/umlrun
to uml = umlrun.UMLRun()
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-timotheus
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8
Versions of packages umlrun depends on:
ii kernel-uml-2.4.26 [user-mod 10.00.Custom Linux uml kernel binary image for
ii python 2.3.4-4 An interactive high-level object-o
-- no debconf information
--- umlrun-0.15/umlrun 2003-09-01 22:13:29.000000000 +0200
+++ /usr/bin/umlrun 2004-10-14 00:48:15.000000000 +0200
@@ -36,7 +36,7 @@
name, value = arg.split('=', 1)
envvars[name] = value
- uml = umlrun.UML()
+ uml = umlrun.UMLRun()
uml.start(umlargs=umlargs, verbose=verbose, interactive=interactive)
try:
--- End Message ---
--- Begin Message ---
Version: 0.15-1.1+rm
Package removed from Debian unstable: http://bugs.debian.org/559949
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---