Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24550 - kernel expects docbook utils to have different name
Summary: kernel expects docbook utils to have different name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 16:07 UTC by Travis Tilley (RETIRED)
Modified: 2004-03-13 06:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
docbook fix for 2.5/2.6 (makefilediff,1.36 KB, patch)
2003-07-15 16:09 UTC, Travis Tilley (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Tilley (RETIRED) gentoo-dev 2003-07-15 16:07:04 UTC
all versions of the linux kernel expect docbook sgml utils to be named
db2<format> instead of docbook2<format> when building the kernel docs. in
2.5/2.6 fixing this just requires changing a few things in the
Documentation/DocBook/Makefile. in 2.4 i believe you might need to edit a
script, i have no idea. also, i think kernels should perhaps depend on transfig
if you have doc in the use, or even better a local use flag like kernel-docs
since i doubt most people want to build api docs for their kernel.

Reproducible: Always
Steps to Reproduce:
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2003-07-15 16:09:03 UTC
Created attachment 14522 [details, diff]
docbook fix for 2.5/2.6

This patch fixes this problem for the 2.6.0-test1 kernel and I'm assuming the
2.5.x kernels as well. This will not fix 2.4.
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-03-13 06:03:54 UTC
Closing as FIXED; most 2.6 sources in Portage use kernel-2.eclass which runs a sed to solve the issue. If you still get this on some other 2.6 sources please feel free to reopen this bug. Thanks!