* linux-next: build failure after merge of the gpio-intel tree
@ 2025-05-16 9:34 Stephen Rothwell
2025-05-16 9:36 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2025-05-16 9:34 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
Hi all,
After merging the gpio-intel tree, today's linux-next build (htmldocs)
failed like this:
Error: Cannot open file /home/sfr/next/next/drivers/gpio/gpiolib-acpi.c
Caused by commit
babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
I have to run
make KERNELDOC=$(pwd)/scripts/kernel-doc.pl htmldocs
as the newer Python version dies without a useful error :-(
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build failure after merge of the gpio-intel tree
2025-05-16 9:34 linux-next: build failure after merge of the gpio-intel tree Stephen Rothwell
@ 2025-05-16 9:36 ` Andy Shevchenko
2025-05-16 9:42 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2025-05-16 9:36 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
On Fri, May 16, 2025 at 07:34:36PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the gpio-intel tree, today's linux-next build (htmldocs)
> failed like this:
>
> Error: Cannot open file /home/sfr/next/next/drivers/gpio/gpiolib-acpi.c
>
> Caused by commit
>
> babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
>
> I have to run
>
> make KERNELDOC=$(pwd)/scripts/kernel-doc.pl htmldocs
>
> as the newer Python version dies without a useful error :-(
Thanks for the report! And can you share the output of the above?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build failure after merge of the gpio-intel tree
2025-05-16 9:36 ` Andy Shevchenko
@ 2025-05-16 9:42 ` Stephen Rothwell
2025-05-16 9:53 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2025-05-16 9:42 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 2303 bytes --]
Hi Andy,
On Fri, 16 May 2025 12:36:40 +0300 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
>
> On Fri, May 16, 2025 at 07:34:36PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the gpio-intel tree, today's linux-next build (htmldocs)
> > failed like this:
> >
> > Error: Cannot open file /home/sfr/next/next/drivers/gpio/gpiolib-acpi.c
> >
> > Caused by commit
> >
> > babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> >
> > I have to run
> >
> > make KERNELDOC=$(pwd)/scripts/kernel-doc.pl htmldocs
> >
> > as the newer Python version dies without a useful error :-(
>
> Thanks for the report! And can you share the output of the above?
make[1]: Entering directory '/home/sfr/next/htmldocs'
PARSE include/uapi/linux/dvb/ca.h
PARSE include/uapi/linux/dvb/dmx.h
PARSE include/uapi/linux/dvb/frontend.h
PARSE include/uapi/linux/dvb/net.h
PARSE include/uapi/linux/videodev2.h
PARSE include/uapi/linux/media.h
PARSE include/uapi/linux/cec.h
PARSE include/uapi/linux/lirc.h
Using alabaster theme
Using Python kernel-doc
/home/sfr/next/next/Documentation/bpf/bpf_iterators.rst:55: WARNING: Bullet list ends without a blank line; unexpected unindent. [docutils]
WARNING: /home/sfr/next/next/kernel/futex/futex.h:207 struct member 'drop_hb_ref' not described in 'futex_q'
WARNING: /home/sfr/next/next/kernel/futex/waitwake.c:593 function parameter 'task' not described in 'futex_wait_setup'
/home/sfr/next/next/Documentation/virt/kvm/x86/intel-tdx.rst:255: WARNING: Footnote [1] is not referenced. [ref.footnote]
Sphinx error:
Sphinx is unable to load the master document (/home/sfr/next/next/Documentation/index.rst). The master document must be within the source directory or a subdirectory of it.
make[3]: *** [/home/sfr/next/next/Documentation/Makefile:123: htmldocs] Error 2
make[2]: *** [/home/sfr/next/next/Makefile:1803: htmldocs] Error 2
make[1]: *** [/home/sfr/next/next/Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/home/sfr/next/htmldocs'
make: *** [Makefile:248: __sub-make] Error 2
This is already being discussed in another thread.
https://lore.kernel.org/all/20250508184839.656af8f6@canb.auug.org.au/
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build failure after merge of the gpio-intel tree
2025-05-16 9:42 ` Stephen Rothwell
@ 2025-05-16 9:53 ` Andy Shevchenko
2025-05-16 9:56 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2025-05-16 9:53 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
On Fri, May 16, 2025 at 07:42:37PM +1000, Stephen Rothwell wrote:
> On Fri, 16 May 2025 12:36:40 +0300 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
> > On Fri, May 16, 2025 at 07:34:36PM +1000, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > After merging the gpio-intel tree, today's linux-next build (htmldocs)
> > > failed like this:
> > >
> > > Error: Cannot open file /home/sfr/next/next/drivers/gpio/gpiolib-acpi.c
> > >
> > > Caused by commit
> > >
> > > babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> > >
> > > I have to run
> > >
> > > make KERNELDOC=$(pwd)/scripts/kernel-doc.pl htmldocs
> > >
> > > as the newer Python version dies without a useful error :-(
> >
> > Thanks for the report! And can you share the output of the above?
I have just sent 20250516095306.3417798-1-andriy.shevchenko@linux.intel.com, it
should fix the error here.
> This is already being discussed in another thread.
>
> https://lore.kernel.org/all/20250508184839.656af8f6@canb.auug.org.au/
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: build failure after merge of the gpio-intel tree
2025-05-16 9:53 ` Andy Shevchenko
@ 2025-05-16 9:56 ` Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2025-05-16 9:56 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
Hi Andy,
On Fri, 16 May 2025 12:53:35 +0300 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
>
> I have just sent 20250516095306.3417798-1-andriy.shevchenko@linux.intel.com, it
> should fix the error here.
Thanks. Hopefully that will be in the gpio-intel tree soon.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-16 9:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 9:34 linux-next: build failure after merge of the gpio-intel tree Stephen Rothwell
2025-05-16 9:36 ` Andy Shevchenko
2025-05-16 9:42 ` Stephen Rothwell
2025-05-16 9:53 ` Andy Shevchenko
2025-05-16 9:56 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox