From: Randy Dunlap <randy.dunlap@oracle.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Jiri Slaby <jirislaby@gmail.com>
Cc: samr <sam@ravnborg.org>
Subject: kbuild docs regression
Date: Mon, 15 Jun 2009 09:31:00 -0700 [thread overview]
Message-ID: <4A367744.2050207@oracle.com> (raw)
make htmldocs
without using "O=dir" now (as of 2.6.30-git8) fails with
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/basic/hash
DOCPROC Documentation/DocBook/alsa-driver-api.xml
DOCPROC Documentation/DocBook/debugobjects.xml
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
make[1]: *** [Documentation/DocBook/debugobjects.xml] Error 1
make[1]: *** Waiting for unfinished jobs....
DOCPROC Documentation/DocBook/deviceiobook.xml
DOCPROC Documentation/DocBook/device-drivers.xml
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
exec /scripts/kernel-doc: No such file or directory
make[1]: *** [Documentation/DocBook/deviceiobook.xml] Error 1
(+ more)
Using V=1 shows that SRCTREE is set but KBUILD_SRC is not set:
make -f scripts/Makefile.build obj=scripts/basic
make -f scripts/Makefile.build obj=Documentation/DocBook htmldocs
SRCTREE=/lnx/src/TMP/linux-2.6.30-git8/ /lnx/src/TMP/linux-2.6.30-git8/scripts/basic/docproc doc Documentation/DocBook/alsa-driver-api.tmpl >Documentation/DocBook/alsa-driver-api.xml
exec /scripts/kernel-doc: No such file or directory
and one additional fprintf() in docproc.c shows that kernsrctree is empty:
docproc: srctree='/lnx/src/TMP/linux-2.6.30-git8/', kernsrctree=''
--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
next reply other threads:[~2009-06-15 16:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-15 16:31 Randy Dunlap [this message]
2009-06-16 13:14 ` kbuild docs regression Jiri Slaby
2009-06-18 9:46 ` Amerigo Wang
2009-06-18 15:54 ` Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A367744.2050207@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=jirislaby@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.