Package Details: python2-libxml2 2.9.14-1

Git Clone URL: https://aur.archlinux.org/python2-libxml2.git (read-only, click to copy)
Package Base: python2-libxml2
Description: XML parsing library, version 2
Upstream URL: https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
Licenses: MIT
Submitter: tallero
Maintainer: tallero (gc1)
Last Packager: tallero
Votes: 2
Popularity: 0.000009
First Submitted: 2022-01-04 02:16 (UTC)
Last Updated: 2023-07-03 13:20 (UTC)

Latest Comments

1 2 Next › Last »

florosus commented on 2023-07-20 16:17 (UTC)

Doesn't seem to work with the libxml2-2.9 package, throws version error.

drws commented on 2023-07-02 21:38 (UTC)

It appears there is something wrong with the source URL in the latest PKGBUILD. Build is failing with:

==> ERROR: .../build/python2-libxml2/ is not a clone of https://gitlab.gnome.org/GNOME/libxml2.git

freedomsha commented on 2022-08-09 14:01 (UTC) (edited on 2022-08-10 12:21 (UTC) by freedomsha)

erreur : la validation de la transaction a échoué (conflit de fichiers ) python2-libxml2 : /usr/lib/python2.7/site-packages/libxml2.pyc est déjà présent dans le système de fichiers Des erreurs se sont produites, aucun paquet n’a été mis à jour. ==> ATTENTION : Paquets conservés dans ~/tmp/yaourt-tmp-sylvain cp : voulez-vous écraser '~/tmp/yaourt-tmp-sylvain/python2-libxml2-2.9.14-1-x86_64.pkg.tar.zst' ? O

solution: ajouter la ligne rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/libxml2.pyc"

samueldy commented on 2022-06-08 19:51 (UTC)

Note that if you have custom Perl packages installed alongside the official distribution you may get an error like this:

Applying patch no-fuzz.diff...                                                                                                                                                                                                            
Applied patch to 'Makefile.am' cleanly.                                                                                                                                                                                                   
IO.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb00080, needed 0xeb80080)                                                                                                                             
==> ERROR: A failure occurred in prepare().                                                                                                                                                                                               
    Aborting...                                                                                                                                                                                                                           
 -> error making: python2-libxml2

I was able to bypass the error by unsetting $PERL5LIB and and $PERL_LOCAL_LIB_ROOT when upgrading, like this:

env PERL5LIB= PERL_LOCAL_LIB_ROOT= yay --aur -Syu

Source: https://stackoverflow.com/a/52126231

Bakasura commented on 2022-05-02 16:18 (UTC)

@tallero Can you check if it is possible to lower the test time of the suite that is executed in the "check" function of PKGBUILD? At this time the installation of the package has taken more than 6 hours and counting

Thxs!

MarsSeed commented on 2022-04-21 11:48 (UTC) (edited on 2022-04-21 11:50 (UTC) by MarsSeed)

@gameslayer, there is nothing wrong with the W3C XML test suite link on my end. makepkg is able to download and verify all the sources.

gameslayer commented on 2022-04-21 11:25 (UTC)

Update the link to https://web.archive.org/web/20170721183329if_/https://www.w3.org/XML/Test/xmlts20130923.tar.gz

gameslayer commented on 2022-04-19 10:44 (UTC)

curl: (28) Failed to connect to www.w3.org port 443 after 130120 ms: Connection timed out
==> ERROR: Failure while downloading https://www.w3.org/XML/Test/xmlts20130923.tar.gz
    Aborting...
Failed to build python2-libxml2

bidulock commented on 2022-03-09 18:49 (UTC)

Need to add python2 and libxml2 to depends=(). Also, remove redundant ncurses and readline. Also need to remove more empty directories: /usr/share/doc /usr/share/man /usr/share/gtk-doc.

gc1 commented on 2022-03-07 14:53 (UTC)

Thanks @tallero, I update the package.