fedora rawhide updated as of 28apr08.... [bowe@localhost ~]$ python Python 2.5.1 (r251:54863, Apr 8 2008, 01:20:16) [GCC 4.3.0 20080404 (Red Hat 4.3.0-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> platform.dist() ('fedora', '9', 'Rawhide') >>> platform.uname() ('Linux', 'localhost.localdomain', '2.6.25-0.121.rc5.git4.fc9', '#1 SMP Fri Mar 14 23:14:20 EDT 2008', 'i686', 'i686') >>> import libxml2 >>> import libxslt Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/libxslt.py", line 52, in <module> import libxsltmod ImportError: /usr/lib/python2.5/site-packages/libxsltmod.so: undefined symbol: xsltInitAllDocKeys
oh, crap ... the fix for 442097 broke libxslt-python because it removes one of the public identifiers automatically added to the python bindings. i'm rebuilding libxslt-1.1.23-3.fc10 with the augmented key patch which solves the problem on my machine, sorry for the inconvenience, Daniel
*** Bug 444317 has been marked as a duplicate of this bug. ***
585991 build (dist-f9, F-9:libxslt-1_1_23-3_fc9) completed successfully 585992 build (dist-f10, devel:libxslt-1_1_23-3_fc10) completed successfully If libxslt-1_1_23-3_fc9 could be updated in F-9 compose tree that would be great. If not I will push it to F-9 updates as soon as it opens, Daniel