The ebuild now expects to have /all/ in the path after the sources are unpacked: S="${WORKDIR}/all/${MY_P}" It appears the bundle contents have changed and this part is now missing causing build failure. The issue is resolved when the path is adjusted as follows: S="${WORKDIR}/${MY_P}" Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93 commit 6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93 Author: Patrick Lauer <patrick@gentoo.org> AuthorDate: 2023-03-31 05:30:52 +0000 Commit: Patrick Lauer <patrick@gentoo.org> CommitDate: 2023-03-31 05:30:52 +0000 media-libs/libcaca: Fix S Closes: https://bugs.gentoo.org/903625 Signed-off-by: Patrick Lauer <patrick@gentoo.org> media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
*** Bug 903640 has been marked as a duplicate of this bug. ***