Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 888211

Summary: sys-boot/syslinux-6.04_pre1-r5 calls commands that do not exist: upx
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 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 gentoo-dev 2022-12-25 07:56:58 UTC
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'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-25 07:57:00 UTC
Created attachment 844867 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Mike Gilbert gentoo-dev 2022-12-25 17:46:14 UTC
It's an optional command; the build system ignores the failure if missing.
Comment 3 Larry the Git Cow gentoo-dev 2024-10-09 16:46:04 UTC
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(-)