XML test error on Arch Linux

From: Frank Streitzig <fstreitzig(at)gmx(dot)net>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: XML test error on Arch Linux
Date: 2024-07-05 13:33:52
Message-ID: trinity-b0161630-d230-4598-9ebc-7a23acdb37cb-1720186432160@3c-app-gmx-bap25
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers,

i compile postgresql just for fun.
My system is a Arch Linux.
I get after upgrade the libxml2 package (from 2.12.7-1 to 2.13.1-1) test errors for xml:

---
...
ok 200 + largeobject 553 ms
ok 201 + with 819 ms
not ok 202 + xml 1464 ms
# parallel group (15 tests): hash_part predicate partition_info explain reloptions memoize compression partition_merge stats partition_split partition_aggregate tuplesort partition_join partition_prune indexing
ok 203 + partition_merge 1282 ms
ok 204 + partition_split 1533 ms
ok 205 + partition_join 2229 ms
...
ok 221 - fast_default 230 ms
ok 222 - tablespace 498 ms
1..222
# 1 of 222 tests failed.
# The differences that caused some tests to fail can be viewed in the file "/home/frastr/devel/postgresql/src/test/regress/regression.diffs".
# A copy of the test summary that you see above is saved in the file "/home/frastr/devel/postgresql/src/test/regress/regression.out".
make[1]: *** [GNUmakefile:118: check] Fehler 1
make[1]: Verzeichnis „/home/frastr/devel/postgresql/src/test/regress“ wird verlassen
make: *** [GNUmakefile:69: check] Fehler 2
---

What can I do?
Who can help?

Best regards,
Frank

Attachment Content-Type Size
regression.diffs application/octet-stream 3.5 KB
regression.out application/octet-stream 16.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2024-07-05 13:43:21 Re: Improving PL/Tcl's error context reports
Previous Message Erik Rijkers 2024-07-05 13:16:12 Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions