From patchwork Mon Aug 23 20:48:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 45854 From: mark@klomp.org (Mark Wielaard) Date: Mon, 23 Aug 2021 22:48:14 +0200 Subject: Buildbot failure in Wildebeest Builder on whole buildset In-Reply-To: <20210811231618.806A781ABEC@builder.wildebeest.org> References: <20210811231618.806A781ABEC@builder.wildebeest.org> Message-ID: Hi, On Wed, Aug 11, 2021 at 11:16:18PM +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-centos-x86_64 while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/799 Just for the record, this failure was fixed by: commit f3466e18337681d2159bb591aaee6993e6df4fee Author: Frank Ch. Eigler Date: Wed Aug 11 19:32:29 2021 -0400 debuginfod-doc: PR27950: make distcheck happy The debuginfod-client-config.7 shouldn't be included twice in notrans_dist_man7_MANS. Signed-off-by: Frank Ch. Eigler After which all builds have been green again. Cheers, Mark diff --git a/doc/Makefile.am b/doc/Makefile.am index 7979be4d..32d1a2b8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,9 @@ notrans_dist_man8_MANS= notrans_dist_man1_MANS= if DEBUGINFOD +if !LIBDEBUGINFOD notrans_dist_man7_MANS += debuginfod-client-config.7 +endif notrans_dist_man8_MANS += debuginfod.8 endif