Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256325 - media-libs/openinventor build system accidentally disables distcc building
Summary: media-libs/openinventor build system accidentally disables distcc building
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefaan De Roeck (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 15:16 UTC by Tobias Klausmann (RETIRED)
Modified: 2009-02-07 21:11 UTC (History)
1 user (show)

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 Tobias Klausmann (RETIRED) gentoo-dev 2009-01-25 15:16:49 UTC
The build system of openinventor calls gcc as /usr/bin/gcc, effectively disabling distcc compilation (which works by prefixing /usr/lib/distcc/bin to the normal PATH). While this is not a fatal bug, it makes all compiles native which in turn drags out compilation for those who have slow machines and hence use distcc. Especially so since it's compiling mostly C++ which is rather slow anyway.
Comment 1 Markus Meier gentoo-dev 2009-02-07 21:11:41 UTC
fixed in cvs, thanks for the report.