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: 8
Popularity: 0.97
First Submitted: 2016-06-21 02:29 (UTC)
Last Updated: 2025-08-02 18:17 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2024-07-30 22:54 (UTC)

@FabioLolix: I've added you as a Co-Maintainer, thanks.

FabioLolix commented on 2024-07-30 22:52 (UTC)

I would like to maintain gxml, planify no instead

yochananmarqos commented on 2024-07-30 22:49 (UTC)

@FabioLolix: If you would like to maintain planify and gxml, let me know. I only maintain them because it gives me something to do.

I only mentioned AppStream as an example. ;)

FabioLolix commented on 2024-07-30 22:40 (UTC)

With 0.20.3 it wasn't passing and could be fixed and with new version you'll not notice since will always pass, there isn't AppStream stuff here

About AppStream failure in one of my pkgbuilds I'm always passing too since for the developer isn't very relevant

yochananmarqos commented on 2024-07-30 22:33 (UTC)

@FabioLolix: The tests are passing, so it's a moot point with this package.

Either way, the reason I do it is because most of the time it's an AppStream failure that can be ignored.

FabioLolix commented on 2024-07-30 22:04 (UTC)

Hey Mark, personally I'm not a fan of using || : for passing tests when not needed, for v0.20.3 there was a patch https://github.com/FabioLolix/PKGBUILD-AUR_fix/commit/65ee790135df4504840b04e0268dd1b9777dfe99

praut commented on 2024-02-23 19:01 (UTC)

as for now install without tests:

yay -S gxml --mflags "--nocheck"

FabioLolix commented on 2024-02-22 17:27 (UTC)

I should have a fixed pkgbuild for this somewhere, I'm also interested in co-maintaining

jsimon0 commented on 2024-02-22 15:36 (UTC)

As a note, this package no longer compiles due to failed tests

10/10 htmlxdocument         FAIL            0.10s   killed by signal 6 SIGABRT
>>> LD_LIBRARY_PATH=/home/<USER>/.cache/yay/gxml/src/build/gxml MALLOC_PERTURB_=92 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /home/<USER>/.cache/yay/gxml/src/build/test/htmlxdocument
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ✀  ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
stdout:
TAP version 13
# random seed: R02S9a1006df180cf37c17b493453b1d9b60
1..8
# Start of gxml tests
# Start of XHtmlDocument tests
# MESSAGE: XHtmlDocumentTest.vala:105: 1
# MESSAGE: XHtmlDocument.vala:106: 148
# MESSAGE: XHtmlDocumentTest.vala:107: <!DOCTYPE html>
# <html>
# <head>
#   <style>
#   * { color: red; }
#   </style>
# </head>
# <body>
#   <script type="text/javascript">
#   </script>
# </body>
# </html>
# 
# MESSAGE: XHtmlDocument.vala:106: 148
# MESSAGE: XHtmlDocumentTest.vala:109: <!DOCTYPE html>
# <html>
# <head>
#   <style>
#   * { color: red; }
#   </style>
# </head>
# <body>
#   <script type="text/javascript">
#   </script>
# </body>
# </html>
# 
ok 1 /gxml/XHtmlDocument/fom_string_doc
# MESSAGE: XHtmlDocument.vala:106: 14
# MESSAGE: XHtmlDocumentTest.vala:121: <body></body>
# 
ok 2 /gxml/XHtmlDocument/new
# MESSAGE: XHtmlDocument.vala:106: 27
# MESSAGE: XHtmlDocumentTest.vala:130: <html><body></body></html>
# 
ok 3 /gxml/XHtmlDocument/read_from_string
# MESSAGE: XHtmlDocument.vala:106: 134
# MESSAGE: XHtmlDocumentTest.vala:139: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
# <html><body></body></html>
# 
ok 4 /gxml/XHtmlDocument/read_from_string_tolerant
# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
# GLib-GIO-DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation networkmanager (GNetworkMonitorNM) for ?gio-network-monitor?
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
# MESSAGE: XHtmlDocumentTest.vala:155: ERROR: Operation not supported
not ok /gxml/XHtmlDocument/uri - ERROR:test/htmlxdocument.p/XHtmlDocumentTest.c:942:__lambda10_: code should not be reached
Bail out!
stderr:
**
ERROR:test/htmlxdocument.p/XHtmlDocumentTest.c:942:__lambda10_: code should not be reached
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――


Summary of Failures:

10/10 htmlxdocument FAIL            0.10s   killed by signal 6 SIGABRT

Ok:                 9   
Expected Fail:      0   
Fail:               1   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /home/<USER>/.cache/yay/gxml/src/build/meson-logs/testlog.txt