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

Bug 203779

Summary: media-video/mplayer-1.0_rc2_p24929 won't compile with distcc
Product: Gentoo Linux Reporter: GregS <phoenix_>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description GregS 2007-12-30 14:56:43 UTC
While using distcc media-video/mplayer-1.0_rc2_p24929 won't compile. It's a bug realted with bad C compiler recognition.

*** Please downgrade/upgrade C compiler to version gcc-2.95, 3.x or 4.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use.  Use either the
same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3/4.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder).  If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

        GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !


Error: Bad gcc version


Reproducible: Always

Steps to Reproduce:
1. Set up env to use distcc
2. Start Compilation
3. Compilation Fails with following error

Actual Results:  
*** Please downgrade/upgrade C compiler to version gcc-2.95, 3.x or 4.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use.  Use either the
same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3/4.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder).  If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

        GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !


Error: Bad gcc version

Check "configure.log" if you do not understand why it failed.
 * 
 * ERROR: media-video/mplayer-1.0_rc2_p24929 failed.
 * Call stack:
 *                       ebuild.sh, line 1701:  Called dyn_compile
 *                       ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                       ebuild.sh, line   44:  Called src_compile
 *   mplayer-1.0_rc2_p24929.ebuild, line  407:  Called die
 * The specific snippet of code:
 *      CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
 *  The die message:
 *   configure died
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/mplayer-1.0_rc2_p24929/temp/build.log'.
 * 

 * Messages for package media-video/mplayer-1.0_rc2_p24929:

 * For MPlayer's language support, the configuration will
 * use your LINGUAS variable from /etc/make.conf.  If you have more
 * than one language enabled, then the first one in the list will
 * be used to output the messages, if a translation is available.
 * man pages will be created for all languages where translations
 * are also available.
 * 
 * ERROR: media-video/mplayer-1.0_rc2_p24929 failed.
 * Call stack:
 *                       ebuild.sh, line 1701:  Called dyn_compile
 *                       ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                       ebuild.sh, line   44:  Called src_compile
 *   mplayer-1.0_rc2_p24929.ebuild, line  407:  Called die
 * The specific snippet of code:
 *      CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
 *  The die message:
 *   configure died
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/mplayer-1.0_rc2_p24929/temp/build.log'.
 * 



Expected Results:  
Compile with success
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-12-30 15:00:02 UTC

*** This bug has been marked as a duplicate of bug 190392 ***