Package Details: gxml 0.20.3-1

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://wiki.gnome.org/GXml
Licenses: LGPL
Submitter: vorot93
Maintainer: BerelTarMaciltur
Last Packager: BerelTarMaciltur
Votes: 5
Popularity: 0.004353
First Submitted: 2016-06-21 02:29 (UTC)
Last Updated: 2022-02-06 22:31 (UTC)

Latest Comments

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