* make mandocs build failure with next-20150210 @ 2015-02-10 18:40 Jim Davis 2015-02-10 20:27 ` Stephen Rothwell 0 siblings, 1 reply; 9+ messages in thread From: Jim Davis @ 2015-02-10 18:40 UTC (permalink / raw) To: Stephen Rothwell, linux-next, linux-kernel, Jonathan Corbet, linux-doc DOCPROC Documentation/DocBook/device-drivers.xml docproc: .//include/linux/i2o.h: No such file or directory make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-10 18:40 make mandocs build failure with next-20150210 Jim Davis @ 2015-02-10 20:27 ` Stephen Rothwell 2015-02-11 14:19 ` Alan Cox 0 siblings, 1 reply; 9+ messages in thread From: Stephen Rothwell @ 2015-02-10 20:27 UTC (permalink / raw) To: Jim Davis Cc: linux-next, linux-kernel, Jonathan Corbet, linux-doc, Alan Cox, Greg Kroah-Hartman [-- Attachment #1: Type: text/plain, Size: 439 bytes --] Hi Jim, On Tue, 10 Feb 2015 11:40:23 -0700 Jim Davis <jim.epost@gmail.com> wrote: > > DOCPROC Documentation/DocBook/device-drivers.xml > docproc: .//include/linux/i2o.h: No such file or directory > make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 Presumably caused by commit 2cbf7fe2d5d3 ("i2o: move to staging") from the staging tree. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-10 20:27 ` Stephen Rothwell @ 2015-02-11 14:19 ` Alan Cox 2015-02-11 15:48 ` Greg Kroah-Hartman 0 siblings, 1 reply; 9+ messages in thread From: Alan Cox @ 2015-02-11 14:19 UTC (permalink / raw) To: Stephen Rothwell Cc: Jim Davis, linux-next, linux-kernel, Jonathan Corbet, linux-doc, Greg Kroah-Hartman On Wed, 2015-02-11 at 07:27 +1100, Stephen Rothwell wrote: > Hi Jim, > > On Tue, 10 Feb 2015 11:40:23 -0700 Jim Davis <jim.epost@gmail.com> wrote: > > > > DOCPROC Documentation/DocBook/device-drivers.xml > > docproc: .//include/linux/i2o.h: No such file or directory > > make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 > > Presumably caused by commit 2cbf7fe2d5d3 ("i2o: move to staging") from > the staging tree. Yep - I sent GregKH a fix. Alan ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-11 14:19 ` Alan Cox @ 2015-02-11 15:48 ` Greg Kroah-Hartman 2015-02-16 2:29 ` Masanari Iida 0 siblings, 1 reply; 9+ messages in thread From: Greg Kroah-Hartman @ 2015-02-11 15:48 UTC (permalink / raw) To: Alan Cox Cc: Stephen Rothwell, Jim Davis, linux-next, linux-kernel, Jonathan Corbet, linux-doc On Wed, Feb 11, 2015 at 02:19:00PM +0000, Alan Cox wrote: > On Wed, 2015-02-11 at 07:27 +1100, Stephen Rothwell wrote: > > Hi Jim, > > > > On Tue, 10 Feb 2015 11:40:23 -0700 Jim Davis <jim.epost@gmail.com> wrote: > > > > > > DOCPROC Documentation/DocBook/device-drivers.xml > > > docproc: .//include/linux/i2o.h: No such file or directory > > > make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 > > > > Presumably caused by commit 2cbf7fe2d5d3 ("i2o: move to staging") from > > the staging tree. > > Yep - I sent GregKH a fix. You did? Did I apply it? I don't see it in my to-apply queue anywhere... Care to resend? thanks, greg k-h ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-11 15:48 ` Greg Kroah-Hartman @ 2015-02-16 2:29 ` Masanari Iida 2015-02-16 16:21 ` Alan Cox 0 siblings, 1 reply; 9+ messages in thread From: Masanari Iida @ 2015-02-16 2:29 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Alan Cox, Stephen Rothwell, Jim Davis, linux-next, linux-kernel, Jonathan Corbet, linux-doc On Thu, Feb 12, 2015 at 12:48 AM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Wed, Feb 11, 2015 at 02:19:00PM +0000, Alan Cox wrote: >> On Wed, 2015-02-11 at 07:27 +1100, Stephen Rothwell wrote: >> > Hi Jim, >> > >> > On Tue, 10 Feb 2015 11:40:23 -0700 Jim Davis <jim.epost@gmail.com> wrote: >> > > >> > > DOCPROC Documentation/DocBook/device-drivers.xml >> > > docproc: .//include/linux/i2o.h: No such file or directory >> > > make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 >> > >> > Presumably caused by commit 2cbf7fe2d5d3 ("i2o: move to staging") from >> > the staging tree. >> >> Yep - I sent GregKH a fix. > > You did? Did I apply it? I don't see it in my to-apply queue > anywhere... > > Care to resend? > This warning started to appear on Linus's tree, after staging pull request was merged. Regards, Masanari Iida ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-16 2:29 ` Masanari Iida @ 2015-02-16 16:21 ` Alan Cox 2015-02-16 19:25 ` Jonathan Corbet 0 siblings, 1 reply; 9+ messages in thread From: Alan Cox @ 2015-02-16 16:21 UTC (permalink / raw) To: Masanari Iida Cc: Greg Kroah-Hartman, Stephen Rothwell, Jim Davis, linux-next, linux-kernel, Jonathan Corbet, linux-doc On Mon, 2015-02-16 at 11:29 +0900, Masanari Iida wrote: > On Thu, Feb 12, 2015 at 12:48 AM, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > On Wed, Feb 11, 2015 at 02:19:00PM +0000, Alan Cox wrote: > >> On Wed, 2015-02-11 at 07:27 +1100, Stephen Rothwell wrote: > >> > Hi Jim, > >> > > >> > On Tue, 10 Feb 2015 11:40:23 -0700 Jim Davis <jim.epost@gmail.com> wrote: > >> > > > >> > > DOCPROC Documentation/DocBook/device-drivers.xml > >> > > docproc: .//include/linux/i2o.h: No such file or directory > >> > > make[1]: *** [Documentation/DocBook/device-drivers.xml] Error 1 > >> > > >> > Presumably caused by commit 2cbf7fe2d5d3 ("i2o: move to staging") from > >> > the staging tree. > >> > >> Yep - I sent GregKH a fix. > > > > You did? Did I apply it? I don't see it in my to-apply queue > > anywhere... > > > > Care to resend? > > > > This warning started to appear on Linus's tree, after staging pull > request was merged. I sent GregKH a fix for it a while ago ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-16 16:21 ` Alan Cox @ 2015-02-16 19:25 ` Jonathan Corbet 2015-02-16 19:46 ` Greg Kroah-Hartman 2015-02-16 19:46 ` Greg Kroah-Hartman 0 siblings, 2 replies; 9+ messages in thread From: Jonathan Corbet @ 2015-02-16 19:25 UTC (permalink / raw) To: Alan Cox Cc: Masanari Iida, Greg Kroah-Hartman, Stephen Rothwell, Jim Davis, linux-next, linux-kernel, linux-doc On Mon, 16 Feb 2015 16:21:30 +0000 Alan Cox <alan@linux.intel.com> wrote: > > This warning started to appear on Linus's tree, after staging pull > > request was merged. > > I sent GregKH a fix for it a while ago He seemed to indicate that he doesn't have it. The following would seem to fit the bill; unless somebody objects I'll send it upward so that docs builds start working again. Thanks, jon >From a984e29fbe72371b203c43a33b66df44b4c8a948 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet <corbet@lwn.net> Date: Mon, 16 Feb 2015 12:21:42 -0700 Subject: [PATCH] Fix docs build failure caused by i2o removal The movement of the I2O tree into staging broke the DocBook build. Rather than redirect the i2o references into staging, it seems better to just remove them since this code is on its way out anyway. Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- Documentation/DocBook/device-drivers.tmpl | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index f2130586ef5d..faf09d4a0ea8 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -190,23 +190,6 @@ X!Edrivers/pnp/system.c !Idrivers/message/fusion/mptfc.c !Idrivers/message/fusion/mptlan.c </sect1> - <sect1><title>I2O message devices</title> -!Iinclude/linux/i2o.h -!Idrivers/message/i2o/core.h -!Edrivers/message/i2o/iop.c -!Idrivers/message/i2o/iop.c -!Idrivers/message/i2o/config-osm.c -!Edrivers/message/i2o/exec-osm.c -!Idrivers/message/i2o/exec-osm.c -!Idrivers/message/i2o/bus-osm.c -!Edrivers/message/i2o/device.c -!Idrivers/message/i2o/device.c -!Idrivers/message/i2o/driver.c -!Idrivers/message/i2o/pci.c -!Idrivers/message/i2o/i2o_block.c -!Idrivers/message/i2o/i2o_scsi.c -!Idrivers/message/i2o/i2o_proc.c - </sect1> </chapter> <chapter id="snddev"> -- 2.1.0 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-16 19:25 ` Jonathan Corbet @ 2015-02-16 19:46 ` Greg Kroah-Hartman 2015-02-16 19:46 ` Greg Kroah-Hartman 1 sibling, 0 replies; 9+ messages in thread From: Greg Kroah-Hartman @ 2015-02-16 19:46 UTC (permalink / raw) To: Jonathan Corbet Cc: Alan Cox, Masanari Iida, Stephen Rothwell, Jim Davis, linux-next, linux-kernel, linux-doc On Mon, Feb 16, 2015 at 12:25:04PM -0700, Jonathan Corbet wrote: > On Mon, 16 Feb 2015 16:21:30 +0000 > Alan Cox <alan@linux.intel.com> wrote: > > > > This warning started to appear on Linus's tree, after staging pull > > > request was merged. > > > > I sent GregKH a fix for it a while ago > > He seemed to indicate that he doesn't have it. The following would seem > to fit the bill; unless somebody objects I'll send it upward so that docs > builds start working again. I got the second patch, but it was too late for my first round of patches to send to Linus. Feel free to send this on yourself as I'm going to be at a conference all this week and have limited time to do this. thanks, greg k-h ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: make mandocs build failure with next-20150210 2015-02-16 19:25 ` Jonathan Corbet 2015-02-16 19:46 ` Greg Kroah-Hartman @ 2015-02-16 19:46 ` Greg Kroah-Hartman 1 sibling, 0 replies; 9+ messages in thread From: Greg Kroah-Hartman @ 2015-02-16 19:46 UTC (permalink / raw) To: Jonathan Corbet Cc: Alan Cox, Masanari Iida, Stephen Rothwell, Jim Davis, linux-next, linux-kernel, linux-doc On Mon, Feb 16, 2015 at 12:25:04PM -0700, Jonathan Corbet wrote: > On Mon, 16 Feb 2015 16:21:30 +0000 > Alan Cox <alan@linux.intel.com> wrote: > > > > This warning started to appear on Linus's tree, after staging pull > > > request was merged. > > > > I sent GregKH a fix for it a while ago > > He seemed to indicate that he doesn't have it. The following would seem > to fit the bill; unless somebody objects I'll send it upward so that docs > builds start working again. > > Thanks, > > jon > > From a984e29fbe72371b203c43a33b66df44b4c8a948 Mon Sep 17 00:00:00 2001 > From: Jonathan Corbet <corbet@lwn.net> > Date: Mon, 16 Feb 2015 12:21:42 -0700 > Subject: [PATCH] Fix docs build failure caused by i2o removal > > The movement of the I2O tree into staging broke the DocBook build. Rather > than redirect the i2o references into staging, it seems better to just > remove them since this code is on its way out anyway. > > Signed-off-by: Jonathan Corbet <corbet@lwn.net> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-02-16 19:46 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-02-10 18:40 make mandocs build failure with next-20150210 Jim Davis 2015-02-10 20:27 ` Stephen Rothwell 2015-02-11 14:19 ` Alan Cox 2015-02-11 15:48 ` Greg Kroah-Hartman 2015-02-16 2:29 ` Masanari Iida 2015-02-16 16:21 ` Alan Cox 2015-02-16 19:25 ` Jonathan Corbet 2015-02-16 19:46 ` Greg Kroah-Hartman 2015-02-16 19:46 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox