reassign 648487 python-central 0.6.17
forcemerge 631288 648487
thanks

* Manuel Bilderbeek <manuel.bilderb...@gmail.com>, 2011-11-12, 08:53:
Traceback (most recent call last):
 File "/usr/bin/pycentral", line 2357, in <module>
   main()
 File "/usr/bin/pycentral", line 2351, in main
   rv = action.run(global_options)
 File "/usr/bin/pycentral", line 1820, in run
   and not os.path.exists('/var/lib/dpkg/info/%s/%s.list' % (arch, pkgname)):
NameError: global name 'arch' is not defined
dpkg: error processing python2.4-minimal (--remove):
subprocess installed pre-removal script returned error exit status 1

This is actually a bug in python-central. I can reproduce it with less ancient Python versions:

# apt-get install -qqy python-albatross python2.6 python2.7
# apt-get remove -qqy python-albatross python2.6 python2.6-minimal
(Reading database ... 12252 files and directories currently installed.)
Removing python-albatross ...
Removing python2.6 ...
Purging configuration files for python2.6 ...
Removing python2.6-minimal ...
Unlinking and removing bytecode for runtime python2.6
     python-albatross: all (['install', 'ok', 'installed'])
Traceback (most recent call last):
   File "/usr/bin/pycentral", line 2357, in <module>
     main()
   File "/usr/bin/pycentral", line 2351, in main
     rv = action.run(global_options)
   File "/usr/bin/pycentral", line 1820, in run
     and not os.path.exists('/var/lib/dpkg/info/%s/%s.list' % (arch, pkgname)):
NameError: global name 'arch' is not defined
Purging configuration files for python2.6-minimal ...

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to