Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130840 - svgalib 1.9.21 and 1.9.24 don't compile with KBUILD_OUTPUT
Summary: svgalib 1.9.21 and 1.9.24 don't compile with KBUILD_OUTPUT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-22 08:40 UTC by Honza
Modified: 2006-04-23 12:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Honza 2006-04-22 08:40:54 UTC
svgalib 1.9.21 and 1.9.24 don't compile with KBUILD_OUTPUT. When I replaced BUILD_PARAMS="KDIR=${KV_DIR}" with BUILD_PARAMS="KDIR=${KV_OUT_DIR}" in pkg_setup() of ebuild, it worked.

From error messages:
make[1]: Entering directory `/usr/src/linux-2.6.15-gentoo-r1'
Makefile:486: .config: No such file or directory
... several hundreds of include-related warnings ....

I assume that there should be KV_OUT_DIR there because .config is in KV_OUT_DIR.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2006-04-23 12:55:57 UTC
your correct, KDIR should be KV_OUT_DIR in many cases, and people often incorrectly use KV_DIR in its place.

Not quite sure why this was assigned to kernel@, but this has been altered as per neccessary in CVS. Will wait for it to stablise before we change .21.

Mike, hope you were OK with this.