[Yum] FC1 upgrade from rh8, 2.6.7 kernels

Michael Stenner mstenner at ece.arizona.edu
Sun Jul 11 18:17:26 UTC 2004


On Sat, Jul 10, 2004 at 09:31:08PM -0400, Gene Heskett wrote:
> [root at coyote /]# yum update
> Traceback (most recent call last):
>   File "/usr/bin/yum", line 22, in ?
>     import yummain
>   File "/usr/share/yum/yummain.py", line 31, in ?
>     import yumcomps
>   File "/usr/share/yum/yumcomps.py", line 4, in ?
>     import comps
>   File "/usr/share/yum/comps.py", line 5, in ?
>     import libxml2
>   File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
>     import libxml2mod
> ImportError: /usr/lib/python2.2/site-packages/libxml2mod.so: undefined 
> symbol: xmlByteConsumed
> [root at coyote /]#
> ---------------
> And I will categorically deny doing anything to my python install that 
> a yum update didn't do.  The only housekeeping I've done in the last 
> month was that I discovered I had 2 identically named qt libraries, 
> one in the qt3.3 tree, and one in the qt.3.1 tree, so the 3.1 tree 
> got nuked.  It wasn't in my ld.so.conf anyway.
> 
> Addendum:  I have since attacked the python install verification from 
> many different angles, all of which confirm that the python install 
> isn't contaminated.  Yum has been removed and reinstalled using the 
> latest version also.
> 
> Whats next here?

Apologies if this is repetitious, but I'm not on the fedora list.  

 1) I trust you've applied your thorough integrity checks to the
    libxml2-python package as well as the python package.

 2) rpm -q libxml2-python
    I have: libxml2-python-2.6.6-3

 3) md5sum /usr/lib/python2.2/site-packages/libxml2mod.so
    md5sum /usr/lib/python2.2/site-packages/libxml2.py
    I get: 001cfb1b9fc59a4adad7e14f82034aee
           4437491aecc872b46adfc816e89ce579 

 4) python -c 'import libxml2'
    This should do nothing, but there's a good chance you'll get a
    traceback.

					-Michael
-- 
  Michael D. Stenner                            mstenner at ece.arizona.edu
  ECE Department, the University of Arizona                 520-626-1619
  1230 E. Speedway Blvd., Tucson, AZ 85721-0104                 ECE 524G



More information about the Yum mailing list