You are not logged in.

#1 2017-09-14 07:41:53

garyvdm
Member
Registered: 2011-09-22
Posts: 7

[SOLVED] Can't `pip install xmlsec` with libxslt 1.1.30-1

I'm looking for some help to try figure out if this bug  is a upstream libxslt bug, or an arch packing bug, or a bug in the xmlsec python package.

If I run `pip install xmlsec` (in a virtual env) I get this error:

    Complete output from command python setup.py egg_info:
    In file included from src/lxml/lxml.etree.c:515:0:
    src/lxml/includes/etree_defs.h:14:10: fatal error: libxml/xmlversion.h: No such file or directory
     #include "libxml/xmlversion.h"
              ^~~~~~~~~~~~~~~~~~~~~
    compilation terminated.

That's what I think is the relevant part of the error. The full error text is here: https://pastebin.com/uXRBdhY0

This only happens with the latest version of libxslt 1.1.30-1. If I downgrade to 1.1.29+42+gac341cbd-2, it works fine.

Last edited by garyvdm (2017-09-18 07:08:12)

Offline

#2 2017-09-15 00:20:53

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [SOLVED] Can't `pip install xmlsec` with libxslt 1.1.30-1

FS#55600

Do a pacman -Syu to get libxslt 1.1.30-2 now in [extra] and this problem should go away. smile


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#3 2017-09-18 07:07:13

garyvdm
Member
Registered: 2011-09-22
Posts: 7

Re: [SOLVED] Can't `pip install xmlsec` with libxslt 1.1.30-1

It's fixed. Thank you very much.

Last edited by garyvdm (2017-09-18 07:07:44)

Offline

Board footer

Powered by FluxBB