Hi Thomas,

On Mon, 2024-10-07 at 10:47 +0200, Thomas Schwinge wrote:
> On 2024-10-07T08:26:15+0000, buil...@sourceware.org wrote:
> > A new failure has been detected on builder gcc-autoregen while building gcc.
> > 
> > Full details are available at:
> >     https://builder.sourceware.org/buildbot/#/builders/269/builds/8644
> > 
> > Build state: failed compile (failure)
> > Revision: b0677101d40e384a13eec14ee270f457bfe5ac05
> > Worker: bbo2
> > Build Reason: (unknown)
> > Blamelist: Thomas Schwinge <tho...@codesourcery.com>
> 
> That change of mine certainly isn't what triggers this:
> 
> > - 6: make html ( failure )
> >     Logs:
> >         - stdio: 
> > https://builder.sourceware.org/buildbot/#/builders/269/builds/8644/steps/6/logs/stdio
> >         - warnings (27): 
> > https://builder.sourceware.org/buildbot/#/builders/269/builds/8644/steps/6/logs/warnings__27_
> 
>     [...]
>     build/genhooks -d \
>               ../../gcc/doc/tm.texi.in > tmp-tm.texi
>     /bin/bash: line 1: build/genhooks: Permission denied
>     make[2]: *** [Makefile:2806: s-tm-texi] Error 126
>     make[2]: *** Waiting for unfinished jobs....
>     [...]
> 
> ..., and I've got no insight/idea what's going on.

Sorry, once a month this triggers. make -j html has some dependency
problem which means build/genhooks is generated twice. If that happens
and the script is executed right at that time, this error occurs. I
think Andrew (CCed) might understand more what is going wrong.

That said, it looks like Jakub has a fix for some other dependencies so
we don't need to execute a make html anymore for the autoregen bot.
https://inbox.sourceware.org/gcc-patches/Zu8FvWvBTe+4jWnp@tucnak/

Cheers,

Mark

Reply via email to