Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880017 - [guru] dev-python/pg8000-1.29.2 fails tests
Summary: [guru] dev-python/pg8000-1.29.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 08:16 UTC by Agostino Sarubbo
Modified: 2022-11-16 19:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,142.59 KB, text/plain)
2022-11-06 08:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-11-06 08:16:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pg8000-1.29.2 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-06 08:16:38 UTC
Created attachment 827985 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-06 08:16:39 UTC
Error(s) that match a know pattern:


E               pg8000.dbapi.ProgrammingError: {'S': 'ERROR', 'V': 'ERROR', 'C': '0A000', 'M': 'unsupported XML feature', 'D': 'This functionality requires the server to be built with libxml support.', 'F': 'xml.c', 'L': '762', 'R': 'xmlparse'}
E           pg8000.exceptions.DatabaseError: {'S': 'ERROR', 'V': 'ERROR', 'C': '0A000', 'M': 'unsupported XML feature', 'D': 'This functionality requires the server to be built with libxml support.', 'F': 'xml.c', 'L': '762', 'R': 'xmlparse'}
FAILED test/dbapi/test_typeconversion.py::test_xml_roundtrip - pg8000.excepti...
FAILED test/legacy/test_typeconversion.py::test_xml_roundtrip - pg8000.dbapi....
FAILED test/native/test_typeconversion.py::test_xml_roundtrip - pg8000.except...
Comment 3 Larry the Git Cow gentoo-dev 2022-11-16 19:33:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2226db0e507100d804e3bb13f826593f3d6fb75

commit d2226db0e507100d804e3bb13f826593f3d6fb75
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-11-16 14:44:48 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2022-11-16 14:44:48 +0000

    dev-python/pg8000: require xml support
    
    Closes: https://bugs.gentoo.org/880017
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-python/pg8000/pg8000-1.29.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)