public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* make mandocs fails in 2.6.10-bk2
@ 2004-12-31  0:40 Jesper Juhl
  2005-01-01 13:18 ` Martin Waitz
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2004-12-31  0:40 UTC (permalink / raw)
  To: linux-kernel


make mandocs fails with these errors in 2.6.10-bk2 : 

juhl@dragon:~/download/kernel/linux-2.6.10-bk2$ make mandocs
  DOCPROC Documentation/DocBook/kernel-api.sgml
docproc: /home/juhl/download/kernel/linux-2.6.10-bk2/drivers/net/net_init.c: No such file or directory
/bin/sh: line 1:  4845 Segmentation fault      
SRCTREE=/home/juhl/download/kernel/linux-2.6.10-bk2/ scripts/basic/docproc doc Documentation/DocBook/kernel-api.tmpl >Documentation/DocBook/kernel-api.sgml
make[1]: *** [Documentation/DocBook/kernel-api.sgml] Error 139
make: *** [mandocs] Error 2

removing the reference to net_init.c makes it continue a bit further but 
it still ends up failing with these errors : 

make[1]: *** [Documentation/DocBook/kernel-api.sgml] Error 1
make: *** [mandocs] Error 2

This is what I did :

diff -u linux-2.6.10-bk2-orig/Documentation/DocBook/kernel-api.tmpl linux-2.6.10-bk2/Documentation/DocBook/kernel-api.tmpl
--- linux-2.6.10-bk2-orig/Documentation/DocBook/kernel-api.tmpl	2004-12-24 22:33:48.000000000 +0100
+++ linux-2.6.10-bk2/Documentation/DocBook/kernel-api.tmpl	2004-12-31 01:33:53.000000000 +0100
@@ -143,7 +143,6 @@
   <chapter id="netdev">
      <title>Network device support</title>
      <sect1><title>Driver Support</title>
-!Edrivers/net/net_init.c
 !Enet/core/dev.c
      </sect1>
      <sect1><title>8390 Based Network Cards</title>


Since I have very little knowledge about SGML or the building of these 
docs in general, I'd appreciate some help from someone more knowledgable 
than me. Having to live without mandocs would be sad...


-- 
Jesper Juhl



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-01 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-31  0:40 make mandocs fails in 2.6.10-bk2 Jesper Juhl
2005-01-01 13:18 ` Martin Waitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox