linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make htmldocs is broken.
@ 2003-08-17 10:18 Rob Landley
  2003-08-17 20:19 ` Kurt Wall
  2003-08-17 21:07 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Landley @ 2003-08-17 10:18 UTC (permalink / raw)
  To: linux-kernel

Standard Red Hat 9 install (with 2.6.0-test3-bk1), did a make htmldocs, and it 
barfed like so:

>  DOCPROC Documentation/DocBook/parportbook.sgml
>  FIG2PNG Documentation/DocBook/parport-share.png
>/bin/sh: line 1: fig2dev: command not found
>make[1]: *** [Documentation/DocBook/parport-share.png] Error 127

Does this command live on default installs of SuSE or debian or something?  
(Or maybe it was in RH 7 or so and has been removed?)

Rob


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

* Re: make htmldocs is broken.
  2003-08-17 10:18 make htmldocs is broken Rob Landley
@ 2003-08-17 20:19 ` Kurt Wall
  2003-08-17 21:07 ` Jeff Garzik
  1 sibling, 0 replies; 5+ messages in thread
From: Kurt Wall @ 2003-08-17 20:19 UTC (permalink / raw)
  To: linux-kernel

Quoth Rob Landley:
> Standard Red Hat 9 install (with 2.6.0-test3-bk1), did a make htmldocs, and it 
> barfed like so:
> 
> >  DOCPROC Documentation/DocBook/parportbook.sgml
> >  FIG2PNG Documentation/DocBook/parport-share.png
> >/bin/sh: line 1: fig2dev: command not found
> >make[1]: *** [Documentation/DocBook/parport-share.png] Error 127
> 
> Does this command live on default installs of SuSE or debian or something?  
> (Or maybe it was in RH 7 or so and has been removed?)

Dunno about the other others, but Slackware installs fig2dev from
the transfig package.

Kurt
-- 
You are a very redundant person, that's what kind of person you are.

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

* Re: make htmldocs is broken.
  2003-08-17 10:18 make htmldocs is broken Rob Landley
  2003-08-17 20:19 ` Kurt Wall
@ 2003-08-17 21:07 ` Jeff Garzik
  2003-08-18  0:46   ` [PATCH] " Rob Landley
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2003-08-17 21:07 UTC (permalink / raw)
  To: rob; +Cc: linux-kernel

Rob Landley wrote:
> Standard Red Hat 9 install (with 2.6.0-test3-bk1), did a make htmldocs, and it 
> barfed like so:
> 
> 
>> DOCPROC Documentation/DocBook/parportbook.sgml
>> FIG2PNG Documentation/DocBook/parport-share.png
>>/bin/sh: line 1: fig2dev: command not found
>>make[1]: *** [Documentation/DocBook/parport-share.png] Error 127
> 
> 
> Does this command live on default installs of SuSE or debian or something?  
> (Or maybe it was in RH 7 or so and has been removed?)


Red Hat and Debian ship this program in their current distros, in the 
transfig package.

	Jeff




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

* [PATCH] Re: make htmldocs is broken.
  2003-08-17 21:07 ` Jeff Garzik
@ 2003-08-18  0:46   ` Rob Landley
  2003-08-18  1:19     ` Michael Still
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Landley @ 2003-08-18  0:46 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

On Sunday 17 August 2003 17:07, Jeff Garzik wrote:
> Rob Landley wrote:
> > Does this command live on default installs of SuSE or debian or
> > something? (Or maybe it was in RH 7 or so and has been removed?)
>
> Red Hat and Debian ship this program in their current distros, in the
> transfig package.
>
> 	Jeff

But it's not installed by default.  Okay...

How bout this one then? :)

>Working on: /home/landley/linux/linux-2.6.0-test3/Documentation/DocBook/sis900.sgml
>Done.
>  DOCPROC Documentation/DocBook/kernel-api.sgml
>docproc: kernel/pm.c: No such file or directory
>make[1]: *** [Documentation/DocBook/kernel-api.sgml] Error 139
>make: *** [htmldocs] Error 2

Possibly due to me upgrading to test3-bk5.  The following patch seems to
fix it, although there are 8 zillion warnings build everything from there on
down...

--- temp/Documentation/DocBook/kernel-api.tmpl  2003-08-17 20:40:39.000000000 -0400
+++ linux-2.6.0-test3/Documentation/DocBook/kernel-api.tmpl     2003-08-17 20:40:54.000000000 -0400
@@ -206,7 +206,7 @@

   <chapter id="pmfuncs">
      <title>Power Management</title>
-!Ekernel/pm.c
+!Ekernel/power/pm.c
   </chapter>

   <chapter id="blkdev">


Rob

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

* Re: [PATCH] Re: make htmldocs is broken.
  2003-08-18  0:46   ` [PATCH] " Rob Landley
@ 2003-08-18  1:19     ` Michael Still
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Still @ 2003-08-18  1:19 UTC (permalink / raw)
  To: rob; +Cc: jgarzik, linux-kernel, mikal

Rob Landley wrote:

>>Working on:
>>/home/landley/linux/linux-2.6.0-test3/Documentation/DocBook/sis900.sgml
>>Done.
>>  DOCPROC Documentation/DocBook/kernel-api.sgml
>>docproc: kernel/pm.c: No such file or directory
>>make[1]: *** [Documentation/DocBook/kernel-api.sgml] Error 139
>>make: *** [htmldocs] Error 2
>
> Possibly due to me upgrading to test3-bk5.  The following patch seems
> to fix it, although there are 8 zillion warnings build everything from
> there on down...
>
> --- temp/Documentation/DocBook/kernel-api.tmpl  2003-08-17
> 20:40:39.000000000 -0400 +++
> linux-2.6.0-test3/Documentation/DocBook/kernel-api.tmpl     2003-08-17
> 20:40:54.000000000 -0400 @@ -206,7 +206,7 @@
>
>   <chapter id="pmfuncs">
>      <title>Power Management</title>
> -!Ekernel/pm.c
> +!Ekernel/power/pm.c
>   </chapter>
>
>   <chapter id="blkdev">

This patch looks good to me (it works on 2.6.0-test3-bk5). It actually
fixes  a breakage in make sgmldocs which is used by htmldocs et al.
Cheers,
Mikal



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

end of thread, other threads:[~2003-08-18  1:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-17 10:18 make htmldocs is broken Rob Landley
2003-08-17 20:19 ` Kurt Wall
2003-08-17 21:07 ` Jeff Garzik
2003-08-18  0:46   ` [PATCH] " Rob Landley
2003-08-18  1:19     ` Michael Still

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).