Package Details: gxml 0.20.4-3

Git Clone URL: https://aur.archlinux.org/gxml.git (read-only, click to copy)
Package Base: gxml
Description: GObject-based XML parser and writer library
Upstream URL: https://gitlab.gnome.org/GNOME/gxml
Licenses: LGPL-2.1-or-later
Provides: libgxml-0.20.so
Submitter: vorot93
Maintainer: yochananmarqos (FabioLolix)
Last Packager: yochananmarqos
Votes: 7
Popularity: 0.031024
First Submitted: 2016-06-21 02:29 (UTC)
Last Updated: 2025-08-02 18:17 (UTC)

Latest Comments

1 2 Next › Last »

mistymyto commented on 2026-01-03 01:15 (UTC) (edited on 2026-01-03 01:17 (UTC) by mistymyto)

To clarify, I found out that the LDFLAGS and RUSTFLAGS have also been modified so that --fuse-ld=mold. Changing it to --fuse-ld=bfd as the default linker solved the issue. Sorry for the noise.

FabioLolix commented on 2026-01-03 00:34 (UTC)

@mistymyto can't reproduce, have you edited your makepkg.conf ?

mistymyto commented on 2026-01-03 00:30 (UTC)

Should mold be added as a make dependency? Before installing mold, I got this error:

gxml-0.20.4/meson.build:1:0: ERROR: Unable to detect linker for compiler `cc -Wl,--version -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -fuse-ld=mold -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer`

After installing mold, gxml installs correctly.

flortsch commented on 2025-05-05 23:32 (UTC)

With the recent update of libxml2, planify seems to be broken. It can't find libxml2.so.2. I installed libxml2-legacy and rebuilt planify. Maybe add libxml2-legacy as dependency to planify or maybe better to gxml?

StuckUpCreations commented on 2025-04-10 04:09 (UTC)

Thanks that worked

yochananmarqos commented on 2025-04-09 17:07 (UTC)

@StuckUpCreations: The serialization test is failing for some reason. I've relaxed the tests so it will not stop on test failure for now.

StuckUpCreations commented on 2025-04-09 06:30 (UTC)

tried to install planify and got error on gxml:

not ok /gxml/serialization/collection-parent/list/read - ERROR:test/serialization.p/SerializationTest.c:13874:__lambda28_: assertion failed: (found_cpu)
   │ Bail out!
   │ ----------------------------------- stderr -----------------------------------
   │ **
   │ ERROR:test/serialization.p/SerializationTest.c:13874:__lambda28_: assertion failed: (found_cpu)

yochananmarqos commented on 2024-08-29 20:12 (UTC) (edited on 2024-08-29 20:15 (UTC) by yochananmarqos)

@xiota: Thanks, I've added the MR as a patch and updated to 0.20.4. I've confirmed planify works as well.

It was only a couple missing spaces in the syntax? I can't believe I missed that!