Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938967 - app-text/po4a-0.69 tests fail : Failed 6/31 test programs. 22/382 subtests failed.
Summary: app-text/po4a-0.69 tests fail : Failed 6/31 test programs. 22/382 subtests fa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-09-03 10:23 UTC by Arniii
Modified: 2024-12-15 16:16 UTC (History)
1 user (show)

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


Attachments
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 (app-text_po4a_0.69_tests_fail.tar.lz,188.33 KB, application/x-lzip)
2024-09-03 10:23 UTC, Arniii
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arniii 2024-09-03 10:23:38 UTC
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.
```
Comment 1 Gabi Falk 2024-12-12 12:43:46 UTC
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
Comment 2 Larry the Git Cow gentoo-dev 2024-12-15 16:16:36 UTC
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(-)