Summary: | >=dev-lang/spidermonkey-78.2.0 wants to pull in virtual/rust and friends during cross compile for rootfs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | tt_1 <herrtimson> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to move virtual/rust into BDEPEND |
Description
tt_1
2020-09-07 19:20:29 UTC
the dev-lang/llvm ebuild had a similar bug once pulling in dev-lang/perl in cross compile, and I got it fixed by patching the ebuild to use BDEPEND for compile time dependencies, which are only needed on the host and not the target rootfs during cross compile. Created attachment 659028 [details, diff]
patch to move virtual/rust into BDEPEND
this should fix the bug
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe30749ea07569512802958478fd4bc633cbccfb commit fe30749ea07569512802958478fd4bc633cbccfb Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-09-07 20:55:25 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-09-07 20:58:28 +0000 dev-lang/spidermonkey: move virtual/rust to BDEPEND Closes: https://bugs.gentoo.org/740888 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |