Buildbot failure in Wildebeest Builder on whole buildset

Mark Wielaard mark@klomp.org
Mon Aug 23 20:48:14 GMT 2021


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>

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
 
After which all builds have been green again.

Cheers,

Mark



More information about the Elfutils-devel mailing list