Summary: | sys-libs/timezone-data-2018c: emake failed: awk: checklinks.awk:9: fatal: cannot open file `tzdata.zi' for reading (No such file or directory), parallel build failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Thomas Deutschmann (RETIRED)
![]() Created attachment 520076 [details]
build.log
Seems to be a parallel make issue. It is passing with MAKEOPTS=-j1. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3affa1f416e6f10757562a2bf42ef7a2c67e450a commit 3affa1f416e6f10757562a2bf42ef7a2c67e450a Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-02-24 10:20:45 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-02-24 10:21:23 +0000 sys-libs/timezone-data: Force -j1 for tests Closes: https://bugs.gentoo.org/648056 sys-libs/timezone-data/timezone-data-2018c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) forcing -j1 is a workaround, not a fix The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8135b30bf4a2cb1b4e958fda7ee1584e9f95c5 commit ad8135b30bf4a2cb1b4e958fda7ee1584e9f95c5 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2019-08-22 21:02:55 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2019-08-22 21:03:09 +0000 sys-libs/timezone-data: drop -j1 workaround from src_test() Closes: https://bugs.gentoo.org/648056 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> .../timezone-data/timezone-data-2019b-r2.ebuild | 178 +++++++++++++++++++++ 1 file changed, 178 insertions(+) |