Summary: | sys-boot/syslinux-6.04_pre1-r5 calls commands that do not exist: upx | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Chí-Thanh Christopher Nguyễn <chithanh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/33399 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 857168 | ||
Bug Blocks: | |||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() 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(-) |