Your message dated Fri, 24 Jul 2009 04:18:44 +0400 (MSD)
with message-id <3152821.821248394724255.javamail.r...@ifrit.dereferenced.org>
and subject line Re: Bug#538178: python-rpm: Entirely broken
has caused the Debian Bug report #538178,
regarding python-rpm: Entirely broken
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 ow...@bugs.debian.org
immediately.)
--
538178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-rpm
Version: 4.7.0-9
Severity: grave
Justification: renders package unusable
After upgrading python-rpm to the version in unstable, I get this:
>>> import rpm
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/rpm/__init__.py", line 7, in <module>
from _rpm import *
ImportError: No module named _rpm
This also means yum fails, so I can't build RPM-based chroots...
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-rc3-tip-sip1 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-rpm depends on:
ii libc6 2.9-7 GNU C Library: Shared libraries
ii librpm0 4.7.0-9 RPM shared library
ii librpmbuild0 4.7.0-9 RPM build shared library
ii librpmio0 4.7.0-9 RPM IO shared library
ii python 2.5.4-2 An interactive high-level object-o
ii python-support 1.0.2 automated rebuilding support for P
ii python2.4 2.4.6-2 An interactive high-level object-o
ii python2.5 2.5.4-1 An interactive high-level object-o
python-rpm recommends no packages.
python-rpm suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hmm,
Actually we can close this bug. It seems like some cruft was left behind from
a previous version of pyshared...
William
----- "Michal Čihař" <ni...@debian.org> wrote:
> Dne Fri, 24 Jul 2009 01:22:18 +0400 (MSD)
> William Pitcock <neno...@dereferenced.org> napsal(a):
>
> > dpkg -c seems to disagree with you, as does the rpm source
> itself...
> >
> > -rw-r--r-- root/root 296 2009-07-15 17:20
> ./usr/share/pyshared/rpm/__init__.py
>
> Yes this file is in the package, but this is a completely different
> file than the error message tells:
>
> > > > >>> import rpm
> > > > Traceback (most recent call last):
> > > > File "<stdin>", line 1, in <module>
> > > > File "/usr/lib/python2.5/site-packages/rpm/__init__.py", line
> 7,
> > > in <module>
> > > > from _rpm import *
> > > > ImportError: No module named _rpm
>
> --
> Michal Čihař | http://cihar.com | http://blog.cihar.com
--- End Message ---