2022-05-23 03:06:33

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the char-misc tree

Hi all,

After merging the soundwire tree, today's linux-next build (x86_64
allmodconfig) failed like this:

make[4]: *** Deleting file 'drivers/accessibility/speakup/mapdata.h'
can't open ./include/linux/input.h
make[4]: *** [/home/sfr/next/next/drivers/accessibility/speakup/Makefile:46: drivers/accessibility/speakup/mapdata.h] Error 1
make[3]: *** [/home/sfr/next/next/scripts/Makefile.build:542: drivers/accessibility/speakup] Error 2

Caused by commit

6646b95aab5f ("speakup: Generate speakupmap.h automatically")

I have used the char-misc tree from next-20220519 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-05-23 04:42:42

by Greg KH

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the char-misc tree

On Fri, May 20, 2022 at 07:46:37PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the soundwire tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> make[4]: *** Deleting file 'drivers/accessibility/speakup/mapdata.h'
> can't open ./include/linux/input.h
> make[4]: *** [/home/sfr/next/next/drivers/accessibility/speakup/Makefile:46: drivers/accessibility/speakup/mapdata.h] Error 1
> make[3]: *** [/home/sfr/next/next/scripts/Makefile.build:542: drivers/accessibility/speakup] Error 2
>
> Caused by commit
>
> 6646b95aab5f ("speakup: Generate speakupmap.h automatically")
>
> I have used the char-misc tree from next-20220519 for today.

Ugh, odd, this worked for me. I'll go revert this. Samuel, can you
rework this again?

thanks,

greg k-h

2022-06-12 17:42:19

by Samuel Thibault

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the char-misc tree

Greg KH, le ven. 20 mai 2022 21:08:13 +0200, a ecrit:
> On Fri, May 20, 2022 at 07:46:37PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the soundwire tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > make[4]: *** Deleting file 'drivers/accessibility/speakup/mapdata.h'
> > can't open ./include/linux/input.h
> > make[4]: *** [/home/sfr/next/next/drivers/accessibility/speakup/Makefile:46: drivers/accessibility/speakup/mapdata.h] Error 1
> > make[3]: *** [/home/sfr/next/next/scripts/Makefile.build:542: drivers/accessibility/speakup] Error 2
> >
> > Caused by commit
> >
> > 6646b95aab5f ("speakup: Generate speakupmap.h automatically")
> >
> > I have used the char-misc tree from next-20220519 for today.
>
> Ugh, odd, this worked for me.

Ah, that's about out-of-tree builds.

> I'll go revert this. Samuel, can you rework this again?

Yes, I have submitted a fixed patch.

Samuel