Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70144 - media-video/mplayer-1.0_pre5-r4 and use flag real doesn´t work because the related checking failed
Summary: media-video/mplayer-1.0_pre5-r4 and use flag real doesn´t work because the re...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 03:06 UTC by Christian Korff
Modified: 2004-12-19 11:09 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 Christian Korff 2004-11-05 03:06:25 UTC
emerge mplayer (mplayer-1.0_pre5-r4) fails when checking for /usr/lib/real (use flag "real"):
>>> Source unpacked.
dvd
png
xvid
fbcon
svga
real
/usr/lib/real
 * Real libs not found!  Install a stable version of win32codecs

!!! ERROR: media-video/mplayer-1.0_pre5-r4 failed.
!!! Function src_compile, Line 330, Exitcode 0
!!! Real libs not found
!!! If you need support, post the topmost build error, NOT this status message.

At least the error message must be wrong becaus media-libs/win32codecs-20040916-r1 does not constain /usr/lib/real
Comment 1 Chris White (RETIRED) gentoo-dev 2004-11-05 17:08:58 UTC
1) It is in -r1, so I don't know what's up with that.
2) You also need real USE flag in win32codecs

I added a warning to MPlayer so it doesn't happen again.
Comment 2 Søren Chrestensen 2004-12-19 11:09:04 UTC
The same happens in _pre5-r5

It seems that if win32codecs doesn't get compiled with USE="real" it doesn't make /usr/$lib_dir/real and if that is not present when mplayer checks after it when USE="real" is on.

Then if you only have USE="real" set when emergeing mplayer you get that. 

That ewarn should maybe get changed so that it says that win32codecs should be recompiled with USE="real"