From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/
Date: Wed, 9 Oct 2024 16:46:05 +0000 (UTC) [thread overview]
Message-ID: <1728492329.9b88a06bc6250e2e1401497991a5ae0ecda81e97.bkohler@gentoo> (raw)
commit: 9b88a06bc6250e2e1401497991a5ae0ecda81e97
Author: Violet Purcell <vimproved <AT> inventati <DOT> org>
AuthorDate: Wed Oct 18 18:56:57 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 16:45:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b88a06b
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 <AT> inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/33399
Signed-off-by: Ben Kohler <bkohler <AT> 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(-)
diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild
index cc03c3c95fd0..b13e8ee8582b 100644
--- a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild
+++ b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild
@@ -60,7 +60,7 @@ src_compile() {
unset CFLAGS LDFLAGS
if use bios; then
- emake bios DATE="${DATE}" HEXDATE="${HEXDATE}"
+ emake bios DATE="${DATE}" HEXDATE="${HEXDATE}" UPX=false
fi
if use uefi; then
if use abi_x86_32; then
diff --git a/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild
index 36ba918ffe7b..cc980c2f0157 100644
--- a/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild
+++ b/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild
@@ -76,7 +76,7 @@ src_compile() {
unset CFLAGS LDFLAGS
if use bios; then
- emake bios DATE="${DATE}" HEXDATE="${HEXDATE}"
+ emake bios DATE="${DATE}" HEXDATE="${HEXDATE}" UPX=false
fi
if use uefi; then
if use abi_x86_32; then
next reply other threads:[~2024-10-09 16:46 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 16:46 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-07 4:33 [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/ Sam James
2024-01-07 17:19 Andrew Ammerlaan
2023-10-18 10:13 Sam James
2023-08-17 7:49 Andrew Ammerlaan
2022-12-27 16:52 Mike Gilbert
2022-12-25 23:54 Mike Gilbert
2022-12-25 17:11 Arthur Zamarin
2022-12-25 2:10 Mike Gilbert
2022-12-24 7:11 Sam James
2022-12-20 23:26 Mike Gilbert
2022-05-31 12:31 Mike Gilbert
2022-05-31 1:42 Mike Gilbert
2022-05-31 0:08 Mike Gilbert
2022-05-30 20:32 Mike Gilbert
2021-07-16 4:04 Sam James
2021-07-16 4:04 Sam James
2021-04-16 10:25 David Seifert
2021-04-03 15:44 Sam James
2021-01-01 21:49 Andreas K. Hüttel
2020-12-17 0:58 Sam James
2020-12-02 3:06 Thomas Deutschmann
2020-05-26 22:31 Sergei Trofimovich
2019-11-07 7:19 Michał Górny
2019-10-05 18:56 Michał Górny
2019-06-04 6:26 Andreas K. Hüttel
2019-03-10 13:03 Sergei Trofimovich
2018-06-26 17:53 Mikle Kolyada
2017-10-27 9:55 Thomas Deutschmann
2017-10-24 12:58 Manuel Rüger
2016-06-09 16:12 Chí-Thanh Christopher Nguyễn
2016-04-24 20:11 Chí-Thanh Christopher Nguyễn
2016-04-24 20:11 Chí-Thanh Christopher Nguyễn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728492329.9b88a06bc6250e2e1401497991a5ae0ecda81e97.bkohler@gentoo \
--to=bkohler@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox