Bug 444455 - python libxslt fails to load: "undefined symbol: xsltInitAllDocKeys"
Summary: python libxslt fails to load: "undefined symbol: xsltInitAllDocKeys"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libxslt
Version: rawhide
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F9Target
TreeView+ depends on / blocked
 
Reported: 2008-04-28 14:53 UTC by Bowe Strickland
Modified: 2008-04-28 16:06 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-28 16:06:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bowe Strickland 2008-04-28 14:53:41 UTC
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

Comment 1 Daniel Veillard 2008-04-28 15:41:12 UTC
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


Comment 2 Daniel Veillard 2008-04-28 15:42:38 UTC
*** Bug 444317 has been marked as a duplicate of this bug. ***

Comment 3 Daniel Veillard 2008-04-28 16:06:19 UTC
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


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