Summary: | app-i18n/opencc fails to build with parallelization | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis <arfrever.fta> |
Component: | Current packages | Assignee: | CJK Team <cjk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://github.com/BYVoid/OpenCC/issues/322 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | opencc-1.0.5:20180923-160629.log |
Description
Arfrever Frehtes Taifersar Arahesis
2018-09-23 18:48:29 UTC
Created attachment 547666 [details]
opencc-1.0.5:20180923-160629.log
According to the upstream commit, it seems we don't need the copy command on Linux. I also confirmed that build pass without the copy command. https://github.com/BYVoid/OpenCC/commit/572ec0a6828331f6ab86c742a783fd57440eeabe I'll add patch to drop the command. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be00f6ee1ce7eaa585389586a5d838e65e647b commit 50be00f6ee1ce7eaa585389586a5d838e65e647b Author: Naohiro Aota <naota@gentoo.org> AuthorDate: 2018-10-09 17:56:23 +0000 Commit: Naohiro Aota <naota@gentoo.org> CommitDate: 2018-10-09 17:57:31 +0000 app-i18n/opencc: add patch to avoid conflicting copy copy command is only necessary in VS build, and it's causing conflict on parallel build. Dropping the command is safe on Linux. Closes: https://bugs.gentoo.org/666904 Signed-off-by: Naohiro Aota <naota@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-i18n/opencc/files/opencc-stop-copy.patch | 18 ++++++++++++++++++ app-i18n/opencc/opencc-1.0.5.ebuild | 7 +++++-- app-i18n/opencc/opencc-9999.ebuild | 7 +++++-- 3 files changed, 28 insertions(+), 4 deletions(-) |