Created attachment 892425 [details] build.log.lz // use `lzip -dc build.log.lz` to stdout to console. [ebuild NS ] dev-lang/python-3.10.14_p1 [3.11.8_p1, 3.12.3] USE="ensurepip gdbm ncurses pgo readline sqlite ssl test* -bluetooth -build -debug -examples -libedit -tk -valgrind -verify-sig" [nomerge ] www-client/ungoogled-chromium-122.0.6261.111_p1 USE="X bluetooth clang cups libcxx nvidia official pgo proprietary-codecs pulseaudio qt5 screencast system-harfbuzz system-icu system-libevent system-libusb system-openh264 system-png system-zstd vaapi wayland -cfi -convert-dict -cromite -custom-cflags -debug -enable-driver -gtk4 -hangouts -headless -hevc -kerberos -optimize-thinlto -optimize-webui -override-data-dir -pax-kernel -qt6 (-selinux) -system-abseil-cpp -system-av1 -system-brotli -system-crc32c -system-double-conversion -system-ffmpeg -system-jsoncpp -system-libvpx -system-openjpeg -system-re2 -system-snappy -system-woff2 -thinlto -widevine" L10N="af am ar bg bn ca cs da de el en-GB es et fa fi fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW -es-419 -fil" Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1663, in test_flush_reparse_deferral_disabled self.assert_event_tags(parser, []) # i.e. no elements started File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1399, in assert_event_tags self.assertEqual([(action, elem.tag) for action, elem in events], AssertionError: Lists differ: [('start', 'doc')] != [] Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1663, in test_flush_reparse_deferral_disabled self.assert_event_tags(parser, []) # i.e. no elements started File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1399, in assert_event_tags self.assertEqual([(action, elem.tag) for action, elem in events], AssertionError: Lists differ: [('start', 'doc')] != [] test test_xml_etree_c failed -- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1663, in test_flush_reparse_deferral_disabled self.assert_event_tags(parser, []) # i.e. no elements started File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_xml_etree.py", line 1399, in assert_event_tags self.assertEqual([(action, elem.tag) for action, elem in events], AssertionError: Lists differ: [('start', 'doc')] != []
Created attachment 892427 [details] environment // gcc stable plasma profile default/linux/amd64/17.1/desktop/plasma -O3 -flto + verbose march=native + -ggdb3 + graphite
Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.10.14_p1/work/Python-3.10.14/Lib/test/test_sax.py", line 1255, in test_flush_reparse_deferral_disabled self.assertEqual(result.getvalue(), start) # i.e. no elements started AssertionError: b'<?xml version="1.0" encoding="iso-8859-1"?>\n<doc>' != b'<?xml version="1.0" encoding="iso-8859-1"?>\n'
sping - is this related to expat-2.6.0?
(In reply to Sam James from comment #3) > sping - is this related to expat-2.6.0? I have dev-libs/expat-2.5.0 installed.
(In reply to Arniii from comment #4) > (In reply to Sam James from comment #3) > > sping - is this related to expat-2.6.0? > > I have dev-libs/expat-2.5.0 installed. It's possible that the patches we used broke old compat, not sure.
The now linked merged upstream patch will likely need downstream application to fix this tests-only issue.
reproducible with dev-lang/python-3.10.14_p1-r1
FWICS the fix is present in all of the most recent upstream releases.