Bug 130121 - up2date fails after updating itself
Summary: up2date fails after updating itself
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: up2date
Version: 3.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Fanny Augustin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-08-17 11:05 UTC by JAN
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-17 17:16:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description JAN 2004-08-17 11:05:24 UTC
Description of problem:

Latest up2date (up2date-4.2.33-1) is linked to /usr/lib/python2.2 and 
up2date fails with the following error after running "up2date -u" and 
as the final step restarts up2date:

Traceback (most recent call last):
  File "/usr/sbin/up2date", line 28, in ?
    from up2date_client import up2date
  File "up2date.py", line 36, in ?
  File "depSolver.py", line 4, in ?
  File "packageList.py", line 17, in ?
  File "up2dateComps.py", line 7, in ?
  File "/usr/lib/python2.2/site-packages/rhpl/comps.py", line 5, in ?
    import libxml2
  File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
ImportError: No module named libxml2mod

Older versions of up2date seems to link to /usr/lib/python1.5

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

up2date-4.2.33-1
libxml2-2.6.8-1
libxml2-python-2.6.8-1
Red Hat Enterprise Linux ES release 3 (Taroon Update 2)

How reproducible:

"up2date -u"

Steps to Reproduce:
1. up2date -u
2.
3.
  
Actual results:

Traceback (most recent call last):
  File "/usr/sbin/up2date", line 28, in ?
    from up2date_client import up2date
  File "up2date.py", line 36, in ?
  File "depSolver.py", line 4, in ?
  File "packageList.py", line 17, in ?
  File "up2dateComps.py", line 7, in ?
  File "/usr/lib/python2.2/site-packages/rhpl/comps.py", line 5, in ?
    import libxml2
  File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
ImportError: No module named libxml2mod


Expected results:

No errors

Additional info:

Comment 1 JAN 2004-08-17 11:22:45 UTC
Sorry, seems like a 3rd party application upgraded the libxml2 
packages to 2.6.8


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