Bug 62315
| Summary: | where is up2datepopt module? | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Sammy <sait.a.umar> |
| Component: | up2date | Assignee: | Adrian Likins <alikins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jay Turner <jturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | 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: | |||
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.
|
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.