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

Bug 87668

Summary: mplayer ebuild's incorrectly warns about 3dnowex
Product: Gentoo Linux Reporter: gent_bz
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: ikelos
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description gent_bz 2005-04-02 06:36:22 UTC
Significant details:

$ grep flags /proc/cpuinfo
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse pni syscall mmxext 3dnowext 3dnow
(Note presence of "3dnowext")

# USE=3dnowex emerge mplayer
...
 * You have 3dnowex support enabled but your processor doesn't
 * Seem to support it!  You might be cross compiling or do not have /proc filesystem
 * enabled.  If either is the case, set CROSSCOMPILE to 1 to disable this warning.

The problem arises from the fact that mplayer's configure option to add 3dnowext support is missing the 't'.

It would probably be sufficient (and most correct/consistent) to rename the USE flag to 3dnowext and change the relevant use_enable line appropriately.

Just noticed that media-video/mplayer/ChangeLog appears to indicate that this should have happened with mplayer-1.0_pre6-r2, and my apologies if it is already in place - I'm not going to resync my portage tree again to check (dialup).

Reproducible: Always
Steps to Reproduce:
Comment 1 gent_bz 2005-04-03 22:28:11 UTC
After a quick look at the ebuild in viewcvs, I can say that this bug still exists - 3dnowext should have the 't'.
Comment 2 Luca Barbato gentoo-dev 2005-04-16 02:32:36 UTC
That feature will be removed if enough people dislike it.
Comment 3 gent_bz 2005-04-16 03:01:27 UTC
'feature'?

The feature is fine, it's the unnecessary warning that I have would like to see resolved.
Comment 4 Luca Barbato gentoo-dev 2005-04-16 03:07:58 UTC
Fixed then
Comment 5 Luca Barbato gentoo-dev 2005-04-16 03:08:11 UTC
Fixed then
Comment 6 gent_bz 2005-04-17 18:07:03 UTC
thanks.