Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 142834

Summary: genkernel and distcc support
Product: Gentoo Hosted Projects Reporter: Jason Frank <jfrank>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.  ;]