Commit 629b2dade9b24098d54d65727952205994f45eb2 causes app-emulation/virtualbox-7.0.4-r1 to use gtar instead of tar and that only exists as of app-arch/tar/tar-1.34-r2 which may not be updated at the time virtualbox is built. Reproducible: Always Steps to Reproduce: 1. emerge <app-arch/tar/tar-1.34-r2 2. emerge app-emulation/virtualbox Actual Results: build fails with message: kmk: gtar: Command not found Expected Results: build completes
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbb899773e03ea3adb0b54d94c7194eb86c0f7d commit ccbb899773e03ea3adb0b54d94c7194eb86c0f7d Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-03-18 08:06:17 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-03-18 08:20:13 +0000 app-emulation/virtualbox: fix compilation with old GNU tar Pin GNU tar to a version >=1.34-r2. Closes: https://bugs.gentoo.org/901987 Closes: https://github.com/gentoo/gentoo/pull/30204 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> app-emulation/virtualbox/virtualbox-6.1.42.ebuild | 2 +- app-emulation/virtualbox/virtualbox-7.0.6-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
I can't fix this retroactively for 7.0.4, it's no longer in the tree.