apt-listchanges crashed with ImportError in bsddb()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-listchanges (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
python2.5 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: apt-listchanges
pcmacman@romulus:~$ sudo aptitude full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages will be upgraded:
gettext gettext-base libatm1 libdb4.5 libdb4.5-dev liblocale-
libtidy-0.99-0 libunicode-
xserver-
12 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3466kB of archives. After unpacking 12.3kB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Get:5 http://
Get:6 http://
Get:7 http://
Get:8 http://
Get:9 http://
Get:10 http://
Get:11 http://
Get:12 http://
Fetched 3466kB in 7s (460kB/s)
Traceback (most recent call last):
File "/usr/bin/
main()
File "/usr/bin/
seen = anydbm.
File "/usr/lib/
mod = __import__(result)
File "/usr/lib/
import bsddb
File "/usr/lib/
ImportError: No module named _bsddb
(Reading database ... 338286 files and directories currently installed.)
Preparing to replace.....
** continues with rest of full-upgrade **
Now, if I do a full-upgrade, even with no packages to upgrade, I get the same error.
ProblemType: Crash
Architecture: i386
Date: Tue Aug 14 19:01:11 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/
InterpreterPath: /usr/bin/python2.5
NonfreeKernelMo
Package: apt-listchanges 2.74ubuntu2
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/
ProcCwd: /home/pcmacman
ProcEnviron:
PATH=/
LANG=en_US.UTF-8
SHELL=/bin/bash
PythonArgs: ['/usr/
SourcePackage: apt-listchanges
Title: apt-listchanges crashed with ImportError in bsddb()
Uname: Linux romulus 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 GNU/Linux
Related branches
Changed in apt-listchanges: | |
status: | New → Confirmed |
This seems to have broken in one of the latest python2.5 updates and happens if you try to import the "dbhash" module: python2. 5/dbhash. py", line 5, in <module> python2. 5/site- packages/ PIL/__init_ _.py", line 51, in <module>
$ python
Python 2.5.1 (r251:54863, Aug 14 2007, 16:22:02)
[GCC 4.1.3 20070812 (prerelease) (Ubuntu 4.1.2-15ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbhash
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
import bsddb
File "/usr/lib/
ImportError: No module named _bsddb