Bug 62924 - up2date-2.7.61-7.x.2.i386.rpm and rpm-python-4.0.3-1.03.i386.rpm out of sync?-
Summary: up2date-2.7.61-7.x.2.i386.rpm and rpm-python-4.0.3-1.03.i386.rpm out of sync?-
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: up2date
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-07 20:46 UTC by Need Real Name
Modified: 2015-01-07 23:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-02-14 15:38:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-04-07 20:46:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-31 i586)

Description of problem:
up2date-2.7.61-7.x.2.i386.rpm requires poptmodule.so, which is provided by
rpm-python-4.0.3-1.03.i386.rpm.  However, when installing the latest version
rpm-python-4.0.4-7x.i386.rpm, it doesnt include poptmodule.so.  I forced the
install, and now up2date doesnt work with the following error:
Traceback (innermost last):
  File "/usr/sbin/up2date", line 16, in ?
    from up2date_client import clap
  File "/usr/share/rhn/up2date_client/clap.py", line 12, in ?
    popt = __import__("up2datepopt")
ImportError: No module named up2datepopt

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.installup2date-2.7.61-7.x.2.i386.rpm 
2.install rpm-python-4.0.4-7x.i386.rpm
3.run up2date
	

Actual Results:  Traceback (innermost last):
  File "/usr/sbin/up2date", line 16, in ?
    from up2date_client import clap
  File "/usr/share/rhn/up2date_client/clap.py", line 12, in ?
    popt = __import__("up2datepopt")
ImportError: No module named up2datepopt

Expected Results:  up2date works

Additional info:

Comment 1 Adrian Likins 2002-04-09 21:11:38 UTC
missing dep on python-popt for python-clap,
fixed in more recent versions

Comment 2 Jay Turner 2003-02-14 15:38:36 UTC
Fix confirmed with latest code.


Note You need to log in before you can comment on or make changes to this bug.