Package: reportbug
Version: 3.31
Severity: important
When trying to report a bug from my home directory reportbug freezes until I
explicitly kill it. If I cd to /, /tmp or ~/tmp reportbug works fine.
Here is a typical usage with CTRL-c to abort:
[EMAIL PROTECTED]:~$ reportbug reportbug
Traceback (most recent call last):
File "/usr/bin/reportbug", line 40, in ?
import rfc822, smtplib, reportbug, cStringIO, socket, debianbts,
checkbuildd
File "/usr/lib/python2.4/smtplib.py", line 49, in ?
from email.base64MIME import encode as encode_base64
File "./email.py", line 9, in ?
lines = map(lambda line:line.strip(), sys.stdin.readlines())
KeyboardInterrupt
Here is a typical usage with CTRL-d to abort:
[EMAIL PROTECTED]:~$ reportbug reportbug
Traceback (most recent call last):
File "/usr/bin/reportbug", line 40, in ?
import rfc822, smtplib, reportbug, cStringIO, socket, debianbts,
checkbuildd
File "/usr/lib/python2.4/smtplib.py", line 49, in ?
from email.base64MIME import encode as encode_base64
ImportError: No module named base64MIME
The problem and the stacktrace are the same if I don't pass a package name on
the
command line.
I suspected that the presence of .reportbugrc in $HOME might be the cause but
if I copy .reportbugrc to /tmp I can still use reportbug.
-- Package-specific info:
** Environment settings:
INTERFACE="text"
** /home/ygingras/.reportbugrc:
reportbug_version "2.63"
mode standard
ui text
realname "Yannick Gingras"
email "[EMAIL PROTECTED]"
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Versions of packages reportbug depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-central 0.5.12 register and build utility for Pyt
Versions of packages reportbug recommends:
pn python-cjkcodecs | python-ico <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]