From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/
Date: Wed, 18 Aug 2021 23:18:42 +0000 (UTC) [thread overview]
Message-ID: <1629328711.1124a7c8003ab7a89448842698c834a3a6154600.sam@gentoo> (raw)
commit: 1124a7c8003ab7a89448842698c834a3a6154600
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 23:06:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 23:18:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1124a7c8
sys-fs/lde: fix build with autoconf 2.71
Revbump required because the failure wasn't actually
"fatal" with autoconf 2.71 (it'd install a botched
set of files).
Closes: https://bugs.gentoo.org/776862
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/lde/{lde-2.6.1-r1.ebuild => lde-2.6.1-r2.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-fs/lde/lde-2.6.1-r1.ebuild b/sys-fs/lde/lde-2.6.1-r2.ebuild
similarity index 84%
rename from sys-fs/lde/lde-2.6.1-r1.ebuild
rename to sys-fs/lde/lde-2.6.1-r2.ebuild
index ed69cd92632..c0b1f458410 100644
--- a/sys-fs/lde/lde-2.6.1-r1.ebuild
+++ b/sys-fs/lde/lde-2.6.1-r2.ebuild
@@ -36,7 +36,13 @@ RESTRICT="test"
src_prepare() {
default
+ # Remove prebuilt lde binary (so that failures to compile are fatal!)
+ # bug #776862
+ rm lde || die
+
cd macros || die
+ # bug #775968 again
+ touch ar-lib install-sh || die
mv configure.{in,ac} || die
eautoreconf
}
next reply other threads:[~2021-08-18 23:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 23:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-26 22:49 [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/ Patrice Clement
2017-02-26 22:49 Patrice Clement
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=1629328711.1124a7c8003ab7a89448842698c834a3a6154600.sam@gentoo \
--to=sam@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