On Tue, Jun 20, 2006 at 04:29:16PM +0200, Fernando Apestegu?a wrote: > I can't build my kernel documentation, I get: > > Package Fancyhdr Warning: \fancyfoot's `E' option without twoside option is > use > less on input line 315. > > (/usr/share/texmf-tetex/tex/latex/psnfss/t1pcr.fd) > Overfull \hbox (37.33922pt too wide) in paragraph at lines 838--880 > [][] > > LaTeX Warning: Reference `0:conventions-gnu-extns' on page iii undefined on > inp > ut line 1582. > > errors and finally > > <*> kernel-hacking.tex > > ! Emergency stop. > <*> kernel-hacking.tex > > Output written on kernel-hacking.dvi (18 pages, 240332 bytes). > Transcript written on kernel-hacking.log. > make[1]: *** [Documentation/DocBook/kernel-hacking.ps] Error 9 > make: *** [psdocs] Error 2 > > Could you point me to a good sysfs reference and debugfs reference? For debugfs, just look at the source code for it in fs/debugfs/inode.c and file.c, it has good comments on what is needed to do to use it. For sysfs, look at the many users of it within the kernel source tree. > Many thanks > PS: I use 2.6.15.6 vanilla.... I don't know why this error occurs... Try a newer kernel, 2.6.17 perhaps? And fix your distro's docutils package, as it looks to be broken. good luck, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/