Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888211 - sys-boot/syslinux-6.04_pre1-r5 calls commands that do not exist: upx
Summary: sys-boot/syslinux-6.04_pre1-r5 calls commands that do not exist: upx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 857168
Blocks:
  Show dependency tree
 
Reported: 2022-12-25 07:56 UTC by Agostino Sarubbo
Modified: 2024-10-09 16:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,65.75 KB, application/x-xz)
2022-12-25 07:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)