Created attachment 901950 [details] how_it_was_called.txt emerge_--info.txt /var/tmp/portage/app-text/po4a-0.69/{build-info/,files/,temp/,work/**{.txt,.log}} /var/lib/portage/ /etc/portage/ elog Since I've got more tests failed than in https://bugs.gentoo.org/911157 , the bug is reported as new. from build.log: ``` Test Summary Report ------------------- t/13-plural.t (Wstat: 256 (exited 1) Tests: 12 Failed: 1) Failed test: 10 Non-zero exit status: 1 t/add.t (Wstat: 1024 (exited 4) Tests: 16 Failed: 4) Failed tests: 1-4 Non-zero exit status: 4 t/charset.t (Wstat: 3072 (exited 12) Tests: 12 Failed: 12) Failed tests: 1-12 Non-zero exit status: 12 t/fmt-ini.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/fmt-pod.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/fmt-rubydoc.t (Wstat: 768 (exited 3) Tests: 3 Failed: 3) Failed tests: 1-3 Non-zero exit status: 3 Files=31, Tests=382, 68 wallclock secs ( 0.31 usr 0.05 sys + 36.43 cusr 13.28 csys = 50.07 CPU) Result: FAIL Failed 6/31 test programs. 22/382 subtests failed. ```
This issue is fixed upstream, but after the 0.73 release, it fails the same way. See: https://github.com/mquinson/po4a/issues/508 https://github.com/mquinson/po4a/commit/28fe52651eb8096d97d6bd3a97b3168522ba5306
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb359138a716ccef5fa2f330b648e3bd9ddcc9c6 commit eb359138a716ccef5fa2f330b648e3bd9ddcc9c6 Author: Gabi Falk <gabifalk@gmx.com> AuthorDate: 2024-12-14 15:00:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-15 16:15:37 +0000 app-text/po4a: Backport upstream testsuite fixes for perl >= 5.40 Link: https://github.com/mquinson/po4a/commit/7cf7b79ee28de7e58378b225570d49fd114ff75e Link: https://github.com/mquinson/po4a/commit/28fe52651eb8096d97d6bd3a97b3168522ba5306 Closes: https://bugs.gentoo.org/938967 Signed-off-by: Gabi Falk <gabifalk@gmx.com> Closes: https://github.com/gentoo/gentoo/pull/39695 Signed-off-by: Sam James <sam@gentoo.org> app-text/po4a/files/po4a-0.69-invalid-byte.patch | 27 ++++++++++ app-text/po4a/files/po4a-0.69-perl5.40.patch | 31 +++++++++++ app-text/po4a/files/po4a-perl5.40.patch | 29 ++++++++++ app-text/po4a/po4a-0.69-r2.ebuild | 62 ++++++++++++++++++++++ .../po4a/{po4a-0.71.ebuild => po4a-0.71-r1.ebuild} | 5 +- .../po4a/{po4a-0.72.ebuild => po4a-0.72-r1.ebuild} | 5 +- app-text/po4a/po4a-0.73-r1.ebuild | 57 ++++++++++++++++++++ 7 files changed, 214 insertions(+), 2 deletions(-)