Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85534 - mplayer-1.0_pre5-r5 doesn't play well with gcc 3.4.3-20050110
Summary: mplayer-1.0_pre5-r5 doesn't play well with gcc 3.4.3-20050110
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 10:59 UTC by Dan Rosengrant
Modified: 2005-03-18 14:03 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 Dan Rosengrant 2005-03-16 10:59:17 UTC
What the summery says, won't compile with that gcc version

Reproducible: Always
Steps to Reproduce:
1.emerge mplayer

Actual Results:  
Checking for cc version ... 3.4.3-20050110, bad

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


Expected Results:  
For mplayer to emerge

this is the configure.log though its not useful..

============ Checking for cc version ============
Result is: 3.4.3-20050110, bad
##########################################

============ Checking for gcc version ============
Result is: 3.4.3-20050110, bad
##########################################

============ Checking for gcc-3.3 version ============
Result is: not found
##########################################

============ Checking for gcc-3.2 version ============
Result is: not found
##########################################

============ Checking for gcc-3.1 version ============
Result is: not found
##########################################

============ Checking for gcc3 version ============
Result is: not found
##########################################

============ Checking for gcc-3.0 version ============
Result is: not found
##########################################

============ Checking for cc version ============
Result is: 3.4.3-20050110, bad
##########################################

Make.conf
CFLAGS="-O2 -march=athlon-tbird -mtune=athlon-tbird -pipe -fforce-addr
-momit-leaf-frame-pointer -fomit-frame-pointer -ftracer"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
CHOST="i686-pc-linux-gnu"
ACCEPT_KEYWORDS="x86"
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
DISTDIR=${PORTDIR}/distfiles
PKGDIR=${PORTDIR}/packages
PORT_LOGDIR=/var/log/portage
CONFIG_PROTECT="/etc/conf.d/net /etc/conf.d/hdparm /etc/conf.d/rc"
PORTDIR_OVERLAY=/usr/local/portage
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/"
RSYNC_RETRIES="3"
RSYNC_TIMEOUT=180
MAKEOPTS="-j2"
PORTAGE_NICENESS=3
AUTOCLEAN="yes"
FEATURES="sandbox ccache distlocks"
CCACHE_SIZE="2GB"
RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
USE="acpi -cups ithreads ldap nls nptl pam pthreads python readline -samba ssl
tcpd ipv6 mmx 3dnow 3dnowex mmx2 3dfx gnome alsa -kde -arts -qt bind gtk gtk2
-mozilla -mozdev dvd divx4linux xvid"
ALSA_CARDS="via82xx"

I tried to gcc-config 1 to switch to i386-pc-linux-gnu-3.3.4
but it didn't switch.. dunno what more to do..
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-17 07:30:38 UTC
It probably fails to parse the X.Y.Z-T version field, too bad.

Unfortunately I can't install that gcc on the g/fbsd system so i need to wait tomorrow to try it out.
Comment 2 Chris White (RETIRED) gentoo-dev 2005-03-18 13:26:27 UTC
Multiple bug changes:

mplayer-1.0_pre6-r1:

3gp support added
real uses RealCodecs+modified codecs.conf file
dvb support fixed

mplayer-1.0_pre5-r5

gcc detection works
real uses win32codecs dependancy
Comment 3 Dan Rosengrant 2005-03-18 14:03:41 UTC
Yeah, a little later i tried pre6-r1 but noticed i couldn't compile 3dfx support, when im back in linux i'll compile it to show the error.