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

Bug 64623

Summary: distcc verbose output can prevent compilations
Product: Gentoo Linux Reporter: Rastataz <afpp>
Component: Current packagesAssignee: Lisa Seelye (RETIRED) <lisa>
Status: RESOLVED CANTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rastataz 2004-09-19 05:05:25 UTC
The verbose output from distcc prevents me from compiling mplayer
(bad gcc version check !!!)
It may incur some other compile problems based on "text output detection" that can be messed by distcc verbose mode.

Reproducible: Always
Steps to Reproduce:
1.emerge distcc
2.distcc-config --set-verbose 1
3.emerge mplayer

Actual Results:  
Mplayer claims a bad Gcc version : it didn't want 2.96 but mine was 3.3.4... 

Expected Results:  
merged mplayer 

Just disable the verbose output of distcc...
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-09-19 08:43:22 UTC
This is an upstream issue with Distcc.  If you like you can set distcc to use a log file (distcc-config --help for details) and that should help.