Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217588 - ogmrip-0.11.2-r1 configure fails with: Unable to determine the version number of mplayer...
Summary: ogmrip-0.11.2-r1 configure fails with: Unable to determine the version number...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 06:38 UTC by Jan Vansteenkiste
Modified: 2008-04-21 09:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,9.98 KB, text/plain)
2008-04-14 06:40 UTC, Jan Vansteenkiste
Details
My emerge --info (emergeinfo.txt,3.58 KB, text/plain)
2008-04-17 23:24 UTC, Craig Gill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vansteenkiste 2008-04-14 06:38:39 UTC
OGMRip gives the following error when configuring. (./configure)

Unable to determine the version number of mplayer or the version number you specified with --with-mplayer-version is invalid.

Reproducible: Always

Steps to Reproduce:
1. emerge ogmrip
Actual Results:  
checking for mplayer... /usr/bin/mplayer
configure: error: Unable to determine the version number of mplayer or the version number you specified with --with-mplayer-version is invalid.


Expected Results:  
Detect the correct mplayer version.

It's possible to work around the problem by using 
EXTRA_ECONF="--with-mplayer-version=1.0rc2" emerge ogmrip

I suspect it's kinda a mplayer problem too, since mplayer doesn't report the correct version: "CPLAYER: MPlayer dev-SVN-rUNKNOWN-4.1.2 (C)"
Comment 1 Jan Vansteenkiste 2008-04-14 06:40:45 UTC
Created attachment 149646 [details]
build.log

The build file too... if you need it.
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2008-04-14 13:53:37 UTC
need emerge --info, also what version of mplayer do you have installed
Comment 3 Craig Gill 2008-04-17 23:24:16 UTC
Created attachment 150114 [details]
My emerge --info

I was able to emerge ogmrip with the below command line:

EXTRA_ECONF="--with-mplayer-version=1.0_rc2_p26300-r1" emerge -av ogmrip

media-video/mplayer-1.0_rc2_p26300-r1
media-video/ogmrip-0.11.2
Comment 4 Olivier Rolland 2008-04-20 10:48:11 UTC
I've just emerged mplayer-1.0_rc2_p26300-r1 and ogmrip-0.11.2-r1 (in that order) without any problem. Do you have another version of mplayer somewhere in your PATH ?
Comment 5 Jan Vansteenkiste 2008-04-21 09:38:06 UTC
Seems to be fixed now, sorry bout forgetting that emerge --info. 
Time to close down as far I'm concerned.