Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64623 - distcc verbose output can prevent compilations
Summary: distcc verbose output can prevent compilations
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-19 05:05 UTC by Rastataz
Modified: 2004-09-19 08:43 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 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.