FS#53307 - [perl-xml-libxslt] cannot use the perl module XML::LibXSLT
Attached to Project:
Community Packages
Opened by Long Huynh Huu (long) - Tuesday, 14 March 2017, 13:38 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 15 March 2017, 13:14 GMT
Opened by Long Huynh Huu (long) - Tuesday, 14 March 2017, 13:38 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 15 March 2017, 13:14 GMT
|
Details
Description: Perl fails to load XML::LibXSLT.
$ perl use XML::LibXSLT; Output: Can't load '/usr/lib/perl5/vendor_perl/auto/XML/LibXSLT/LibXSLT.so' for module XML::LibXSLT: /usr/lib/perl5/vendor_perl/auto/XML/LibXSLT/LibXSLT.so: symbol xsltMaxVars, version LIBXML2_1.0.24 not defined in file libxslt.so.1 with link time reference at /usr/lib/perl5/core_perl/DynaLoader.pm line 193. at /usr/lib/perl5/vendor_perl/XML/LibXSLT.pm line 48. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/XML/LibXSLT.pm line 48. Compilation failed in require at - line 1. BEGIN failed--compilation aborted at - line 1. Additional info: $ uname -s -r -v -m Linux 4.9.11-1-ARCH #1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017 x86_64 * package versions - perl 5.24.1-1 - perl-xml-libxslt 1.95-1 - perl-xml-libxml 2.0128-1 - libxslt 1.1.29+41+gdf5330d1-1 |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Tuesday, 14 March 2017, 14:05 GMT
Yet more problems because of building from random commits. :(
Comment by Jan de Groot (JGC) -
Tuesday, 14 March 2017, 15:10 GMT
Problem with libxslt is that upstream has no sensible release
management. They release once per two years or so and in the
meanwhile several CVEs are fixed.
Comment by Jan de Groot (JGC) -
Wednesday, 15 March 2017, 13:12 GMT
Will be fixed by new libxslt package. I reported this upstream and
they reverted the change.