Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142834 - genkernel and distcc support
Summary: genkernel and distcc support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 13:40 UTC by Jason Frank
Modified: 2006-08-06 13:16 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 Jason Frank 2006-08-04 13:40:19 UTC
There is no way to get genkernel to support distcc without hacking the genkernel script itself.  Setting your PATH to include /usr/lib/distcc/bin at the front does not work because one of the first things genkernel does is hardcode the path.

I'm not sure what the best way is to solve this, whether it's to use the inheirited PATH (possibly with additions inside of the sript), or the FEATURES in /etc/make.conf, but I thought I'd at least report it.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-08-06 13:16:02 UTC
...

This isn't a bug.

--kernel-cc=<compiler>

It's even listed as the example for distcc when using --help.  ;]