Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156140 - sys-fs/fuse-2.6.0 kernel module fails to compile w/ KBUILD_OUTPUT
Summary: sys-fs/fuse-2.6.0 kernel module fails to compile w/ KBUILD_OUTPUT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
: 156141 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-24 08:11 UTC by Ștefan Talpalaru
Modified: 2006-11-24 10:00 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 Ștefan Talpalaru 2006-11-24 08:11:36 UTC
sys-fs/fuse-2.6.0 kernel module fails to compile when the env. variable KBUILD_OUTPUT is set. The sollution is to change ECONF_PARAMS in the ebuild to read:

ECONF_PARAMS="--with-kernel=${KV_DIR} --with-kernel-build=${KV_OUT_DIR}"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 08:19:57 UTC
*** Bug 156141 has been marked as a duplicate of this bug. ***
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-11-24 10:00:49 UTC
thanks, fixed