Buildbot failure in Wildebeest Builder on whole buildset
Commit Message
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 <fche@redhat.com>
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 <fche@redhat.com>
After which all builds have been green again.
Cheers,
Mark
@@ -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