Summary: | dev-libs/icu should support python3_9 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Volkmar W. Pogatzki <gentoo> |
Component: | Current packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/17811 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 725490 |
Description
Volkmar W. Pogatzki
2020-10-07 13:48:30 UTC
Should it, or does it really? Rebuilding of dev-libs/icu-68.1 with Python 3.9 was successful. (In reply to Andreas Sturmlechner from comment #1) > Should it, or does it really? KNOWN ISSUES [CLDR-8899] https://unicode-org.atlassian.net/browse/CLDR-8899 /tsutil/cldrtest/VerifyTranslation "lrc and mzn locales don't have translated day names" [ICU-11217] https://unicode-org.atlassian.net/browse/ICU-11217 /tsutil/cldrtest/TestExemplarSet "Fix result of uscript_getCode for yi: USCRIPT_YI -> USCRIPT_HEBREW" /tsutil/cldrtest/VerifyTranslation "Fix result of uscript_getCode for yi: USCRIPT_YI -> USCRIPT_HEBREW" (To run suppressed tests, use the -K option.) [All tests passed successfully...] Elapsed Time: 00:00:13.228 make[2]: Leaving directory '/var/tmp/portage/dev-libs/icu-68.2/work/icu/source-abi_x86_64.amd64/test/cintltst' --------------- ALL TESTS SUMMARY: All tests OK: testdata intltest iotest cintltst make[1]: Leaving directory '/var/tmp/portage/dev-libs/icu-68.2/work/icu/source-abi_x86_64.amd64/test' make[1]: Entering directory '/var/tmp/portage/dev-libs/icu-68.2/work/icu/source-abi_x86_64.amd64' verifying that icu-config --selfcheck can operate verifying that make -f Makefile.inc selfcheck can operate PASS: config selfcheck OK rm -rf test-local.xml make[1]: Leaving directory '/var/tmp/portage/dev-libs/icu-68.2/work/icu/source-abi_x86_64.amd64' >>> Completed testing dev-libs/icu-68.2 Except this snippet does not tell us you are really building with py39. I just found that python-any-r1_pkg_setup is missing. Will fix. (In reply to Andreas Sturmlechner from comment #4) > Except this snippet does not tell us you are really building with py39. I > just found that python-any-r1_pkg_setup is missing. python-any-r1_pkg_setup() is exported by python-any-r1.eclass. At the beginning of build log, I see: * Using python3.9 to build The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e1e59041fb8e430e6463eab729dfce380ddb12 commit 69e1e59041fb8e430e6463eab729dfce380ddb12 Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2020-12-19 16:52:05 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-12-22 11:27:38 +0000 dev-libs/icu: python3_9 Closes: https://bugs.gentoo.org/747103 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17811 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-libs/icu/icu-68.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |