Bug 62315

Summary: where is up2datepopt module?
Product: [Retired] Red Hat Raw Hide Reporter: Sammy <umar>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: gafton, mihai.ibanescu, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-10 04:00:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sammy 2002-03-29 16:36:59 UTC
Latest rawhide versions:

up2date-2.7.65-7.x.3
rpm-python-4.0.4-7x.9
python-clap-1.0.0-2

are FAILING for two reasons:

1) There is no clap module in rhn's up2dat_client directory BUT there are in
    /usr/lib/python1.5/site-packages directory (non-executable)

2) Even if you move them and make them executable, clap.py looks for a
    module called "up2datepopt", which is not supplied by anyone, and I
    believe is outdated.

Please forward to all responsible packages. Thanks.

Comment 1 John MacLean 2002-04-10 04:00:33 UTC
Similar error using skipjack betas 1 & 2.

# up2date -u
Traceback (innermost last):
  File "/usr/sbin/up2date", line 16, in ?
    import clap
  File "/usr/lib/python1.5/site-packages/clap.py", line 12, in ?
    popt = __import__("up2datepopt")
ImportError: No module named up2datepopt
#

The fix is to install python-popt. The up2date rpm should be updated to include
this package as a dependancy.