Buildbot failure in Wildebeest Builder on whole buildset
Mark Wielaard
mark@klomp.org
Wed May 5 21:44:18 GMT 2021
Hi,
On Wed, 2021-05-05 at 20:03 +0000, buildbot@builder.wildebeest.org wrote:
> The Buildbot has detected a failed build on builder whole buildset while building debugedit.
> Full details are available at:
> https://builder.wildebeest.org/buildbot/#builders/53/builds/14
>
> Buildbot URL: https://builder.wildebeest.org/buildbot/
>
> Worker for this Build: centos-x86_64
>
> Build Reason: <unknown>
> Blamelist: Mark Wielaard <mark@klomp.org>
>
> BUILD FAILED: failed compile (failure)
This was an interesting failure. Turns out that we were too clever with
our help2man dependencies. It might fail when we do a parallel build
because our recursive make invocation might clash with the running
parallel make one. The attached patch fixes it by a trick found in
guix. Now we do depend on the executables, but only invoke the help2man
rule if the dependency that changed wasn't the executable itself.
See attached.
Cheers,
Mark
P.S. Yes, there are still 3 buildbot workers that don't have help2man,
they are still failing. Will be fixed tomorrow.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Makefile.am-Don-t-try-to-recursively-make-binaries-t.patch
Type: text/x-patch
Size: 3060 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/debugedit/attachments/20210505/451d223c/attachment.bin>
More information about the Debugedit
mailing list