kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
@ 2006-10-22 21:47 Andi Kleen
  2006-10-22 22:00 ` Jeff Garzik
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andi Kleen @ 2006-10-22 21:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors


When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
messages and  then some corrupted PDFs in the end.

Fixing that (I suppose it will just need comment fixes and
should not affect the code) should be a relatively easy task for 
a newbie and  would be useful for the 2.6.19 release.

-Andi
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 21:47 [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes Andi Kleen
@ 2006-10-22 22:00 ` Jeff Garzik
  2006-10-22 22:16   ` Randy Dunlap
  2006-10-22 22:17   ` Andi Kleen
  2006-10-23 11:09 ` Alan Cox
  2006-10-26 19:45 ` walter harms
  2 siblings, 2 replies; 8+ messages in thread
From: Jeff Garzik @ 2006-10-22 22:00 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kernel, kernel-janitors

Andi Kleen wrote:
> When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> messages and  then some corrupted PDFs in the end.
> 
> Fixing that (I suppose it will just need comment fixes and
> should not affect the code) should be a relatively easy task for 
> a newbie and  would be useful for the 2.6.19 release.

What userland were you using?  Unfortunately with 'make *docs' that matters.

Unquestionably, there is breakage regardless of distro.

	Jeff



_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 22:00 ` Jeff Garzik
@ 2006-10-22 22:16   ` Randy Dunlap
  2006-10-22 22:30     ` Randy Dunlap
  2006-10-22 22:17   ` Andi Kleen
  1 sibling, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2006-10-22 22:16 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Andi Kleen, linux-kernel, kernel-janitors

On Sun, 22 Oct 2006 18:00:32 -0400 Jeff Garzik wrote:

> Andi Kleen wrote:
> > When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> > messages and  then some corrupted PDFs in the end.
> > 
> > Fixing that (I suppose it will just need comment fixes and
> > should not affect the code) should be a relatively easy task for 
> > a newbie and  would be useful for the 2.6.19 release.
> 
> What userland were you using?  Unfortunately with 'make *docs' that matters.
> 
> Unquestionably, there is breakage regardless of distro.

I find it easier to just use/check make htmldocs && make mandocs
to look for errors and to test fixes.  At least as a first pass.

---
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 22:00 ` Jeff Garzik
  2006-10-22 22:16   ` Randy Dunlap
@ 2006-10-22 22:17   ` Andi Kleen
  1 sibling, 0 replies; 8+ messages in thread
From: Andi Kleen @ 2006-10-22 22:17 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel, kernel-janitors

On Monday 23 October 2006 00:00, Jeff Garzik wrote:
> Andi Kleen wrote:
> > When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> > messages and  then some corrupted PDFs in the end.
> > 
> > Fixing that (I suppose it will just need comment fixes and
> > should not affect the code) should be a relatively easy task for 
> > a newbie and  would be useful for the 2.6.19 release.
> 
> What userland were you using?  Unfortunately with 'make *docs' that matters.
> 
> Unquestionably, there is breakage regardless of distro.

SUSE 10.0 userland. The errors look like pretty generic TeX errors
though and that tends to not change very often.

-Andi

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 22:16   ` Randy Dunlap
@ 2006-10-22 22:30     ` Randy Dunlap
  0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2006-10-22 22:30 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Jeff Garzik, kernel-janitors, Andi Kleen, linux-kernel

On Sun, 22 Oct 2006 15:16:00 -0700 Randy Dunlap wrote:

> On Sun, 22 Oct 2006 18:00:32 -0400 Jeff Garzik wrote:
> 
> > Andi Kleen wrote:
> > > When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> > > messages and  then some corrupted PDFs in the end.
> > > 
> > > Fixing that (I suppose it will just need comment fixes and
> > > should not affect the code) should be a relatively easy task for 
> > > a newbie and  would be useful for the 2.6.19 release.
> > 
> > What userland were you using?  Unfortunately with 'make *docs' that matters.
> > 
> > Unquestionably, there is breakage regardless of distro.
> 
> I find it easier to just use/check make htmldocs && make mandocs
> to look for errors and to test fixes.  At least as a first pass.

and those (htmldocs, mandocs) won't catch the errors that
Andi is seeing.  :(

---
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 21:47 [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes Andi Kleen
  2006-10-22 22:00 ` Jeff Garzik
@ 2006-10-23 11:09 ` Alan Cox
  2006-10-23 15:49   ` Randy Dunlap
  2006-10-26 19:45 ` walter harms
  2 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2006-10-23 11:09 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kernel, kernel-janitors

Ar Sul, 2006-10-22 am 23:47 +0200, ysgrifennodd Andi Kleen:
> When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> messages and  then some corrupted PDFs in the end.

Some vendor shipped pdf and TeX tools are problematic. It works
correctly on Red Hat except for kernel-api which has become too big for
the default settings when ext4 was added. The TeX hash size gets
exceeded, TeX emits

"! TeX capacity exceeded, sorry [hash size`000].
If you really absolutely need more capacity,
you can ask a wizard to enlarge me."


Really it would be nice to find a more modern way from the input to pdf
without going via tex.

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-23 11:09 ` Alan Cox
@ 2006-10-23 15:49   ` Randy Dunlap
  0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2006-10-23 15:49 UTC (permalink / raw)
  To: Alan Cox; +Cc: Andi Kleen, kernel-janitors, linux-kernel

On Mon, 23 Oct 2006 12:09:39 +0100 Alan Cox wrote:

> Ar Sul, 2006-10-22 am 23:47 +0200, ysgrifennodd Andi Kleen:
> > When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
> > messages and  then some corrupted PDFs in the end.
> 
> Some vendor shipped pdf and TeX tools are problematic. It works
> correctly on Red Hat except for kernel-api which has become too big for
> the default settings when ext4 was added. The TeX hash size gets
> exceeded, TeX emits
> 
> "! TeX capacity exceeded, sorry [hash size`000].
> If you really absolutely need more capacity,
> you can ask a wizard to enlarge me."

I have a k-doc note to self which says something like "move all
filesystems from kernel-api to filesystems-api".  That was just
for compartmentalization or modularization, not to fix this tools
problem, but it would do that as well.  So I can do that soon.

> Really it would be nice to find a more modern way from the input to pdf
> without going via tex.

Agreed.

I've been thinking of exploring other transform tools, but I
haven't taken the time to do that yet.

---
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes
  2006-10-22 21:47 [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes Andi Kleen
  2006-10-22 22:00 ` Jeff Garzik
  2006-10-23 11:09 ` Alan Cox
@ 2006-10-26 19:45 ` walter harms
  2 siblings, 0 replies; 8+ messages in thread
From: walter harms @ 2006-10-26 19:45 UTC (permalink / raw)
  To: kernel-janitors



Alan Cox wrote:
> Ar Sul, 2006-10-22 am 23:47 +0200, ysgrifennodd Andi Kleen:
>> When you do make pdfdocs  with 2.6.19rc2-git7 you get tons of error 
>> messages and  then some corrupted PDFs in the end.
> 
> Some vendor shipped pdf and TeX tools are problematic. It works
> correctly on Red Hat except for kernel-api which has become too big for
> the default settings when ext4 was added. The TeX hash size gets
> exceeded, TeX emits
> 
> "! TeX capacity exceeded, sorry [hash size`000].
> If you really absolutely need more capacity,
> you can ask a wizard to enlarge me."
> 


mmmh, roff supports pdf these days also ;)



> 
> Really it would be nice to find a more modern way from the input to pdf
> without going via tex.
> 
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-10-26 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-22 21:47 [KJ] make pdfdocs broken in 2.6.19rc2 and needs fixes Andi Kleen
2006-10-22 22:00 ` Jeff Garzik
2006-10-22 22:16   ` Randy Dunlap
2006-10-22 22:30     ` Randy Dunlap
2006-10-22 22:17   ` Andi Kleen
2006-10-23 11:09 ` Alan Cox
2006-10-23 15:49   ` Randy Dunlap
2006-10-26 19:45 ` walter harms

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).