https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-emulation/vice-3.8-r1 calls commands that do not exist. Discovered on: amd64 (internal ref: dash_tinderbox) System: DASH-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#DASH) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0018
Created attachment 884573 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
These scripts actually have #!/bin/bash at the top but they're called using $(SHELL) instead. Albeit this issue has 0 impact (beside noise) given this is only used to update the README and index.html (date+version) that.. seem to be already updated in the dist tarball.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c153671e9a3f3a155ee7790daa1cbdc7e158efb commit 3c153671e9a3f3a155ee7790daa1cbdc7e158efb Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-02-08 17:39:37 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-02-08 17:46:00 +0000 app-emulation/vice: force bash during src_compile No need for a revbump, no real issue beside silencing errors. Only needed for src_compile's #!/bin/bash scripts called using SHELL, nonbash is fine for long'ish multibuild ./configure runs or install. Closes: https://bugs.gentoo.org/924116 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> app-emulation/vice/vice-3.8-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)