https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-boot/syslinux-6.04_pre1-r5 calls commands that do not exist. Discovered on: amd64 (internal ref: ci) NOTE: Please look for 'command not found' and/or 'no such file or directory'.
Created attachment 844867 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
It's an optional command; the build system ignores the failure if missing.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b88a06bc6250e2e1401497991a5ae0ecda81e97 commit 9b88a06bc6250e2e1401497991a5ae0ecda81e97 Author: Violet Purcell <vimproved@inventati.org> AuthorDate: 2023-10-18 18:56:57 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2024-10-09 16:45:29 +0000 sys-boot/syslinux: pass UPX=false to make When building with bios support, Syslinux attempts to call upx. However, it is not a necessary build step and the build will just continue if it fails. This commit passes UPX=false to make when built with bios support to silence the command not found QA warnings. Closes: https://bugs.gentoo.org/888211 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/33399 Signed-off-by: Ben Kohler <bkohler@gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | 2 +- sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)