[Bug 253469] Review Request: opyum - Offline package installation and update tools

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 22 21:24:20 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: opyum - Offline package installation and update tools


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=253469





------- Additional Comments From debarshi.ray at gmail.com  2007-08-22 17:24 EST -------
Trying to check for Pirut in the configure script using
$ $PYTHON -c "import pirut"
gives the following traceback on Koji. The absence of a running X server causes
the issue, since the pirut modules eventually pull in gtk too.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 26, in <module>
    import gtk
  File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 76, in
<module>
    _init()
  File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 64, in _init
    _gtk.init_check()
RuntimeError: could not open display

It is important to have the check in the upstream tarball, since Pirut is a
critical dependency for Opyum and anybody building from the release tarball
should be made aware of that. However, I am going to patch out the check for the
RPM package since Pirut is already mentioned as a Requires and BuildRequires.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list