Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75762 - configure error with media-video/mplayer-1.0_pre6
Summary: configure error with media-video/mplayer-1.0_pre6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
: 75793 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-27 00:12 UTC by Markus Rothe (RETIRED)
Modified: 2004-12-27 09:02 UTC (History)
3 users (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 Markus Rothe (RETIRED) gentoo-dev 2004-12-27 00:12:49 UTC
Hi,

I get an configure error with media-video/mplayer-1.0_pre6:

Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/mplayer-1.0_pre6 to /
>>> md5 src_uri ;-) MPlayer-1.0pre6.tar.bz2
>>> md5 src_uri ;-) font-arial-iso-8859-1.tar.bz2
>>> md5 src_uri ;-) font-arial-iso-8859-2.tar.bz2
>>> md5 src_uri ;-) font-arial-cp1250.tar.bz2
>>> md5 src_uri ;-) mplayer-1.0_pre5-alsa-gui.patch.tar.bz2
>>> md5 src_uri ;-) Blue-1.4.tar.bz2
>>> Unpacking source...
>>> Unpacking MPlayer-1.0pre6.tar.bz2 to /var/tmp/portage/mplayer-1.0_pre6/work
>>> Unpacking font-arial-iso-8859-1.tar.bz2 to /var/tmp/portage/mplayer-1.0_pre6/work
>>> Unpacking font-arial-iso-8859-2.tar.bz2 to /var/tmp/portage/mplayer-1.0_pre6/work
>>> Unpacking font-arial-cp1250.tar.bz2 to /var/tmp/portage/mplayer-1.0_pre6/work
gtk
>>> Unpacking Blue-1.4.tar.bz2 to /var/tmp/portage/mplayer-1.0_pre6/work
 * Applying mplayer-1.0_pre6-configure.patch ...                                                                                [ ok ]
 * Applying mplayer-1.0_pre6-ppc64.patch ...                                                                                    [ ok ]
>>> Source unpacked.
 * No LINGUAS given, defaulting to English
dvd
png
fbcon
ppc64
xanim
live
Detected operating system: Linux
Detected host architecture: ppc
Checking for gcc version ... 3.4.1, ok
Checking for host cc ... gcc
Checking for CPU type ... PPC970 altivec
Checking for GCC & CPU optimization abilities ... none
Checking for assembler support of -pipe option ... yes
Unknown parameter: --disable-dts

!!! ERROR: media-video/mplayer-1.0_pre6 failed.
!!! Function src_compile, Line 406, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Markus
Comment 1 Milus János 2004-12-27 01:21:39 UTC
Almost the same in i386:

[...]
 * No LINGUAS given, defaulting to English
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 3.4.3, ok
Checking for host cc ... cc
Checking for CPU vendor ... GenuineIntel (15:2:4)
Checking for CPU type ...  Intel(R) Pentium(R) 4 CPU 2.00GHz
Checking for GCC & CPU optimization abilities ... pentium4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of sse ... yes
Checking for kernel support of sse2 ... yes
Checking for mtrr support ... yes
Checking for assembler support of -pipe option ... yes
Unknown parameter: --enable-dts

!!! ERROR: media-video/mplayer-1.0_pre6 failed.

It seems that the problem is that the .ebuild try to use --enable-dts but the correct flag is --enable-libdts / --disable-libdts

Comment 2 Aniruddha Shankar 2004-12-27 01:53:26 UTC
confirmed, I have the same problem. 
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2004-12-27 02:05:54 UTC
reassigned to chris, because it seems to be arch independend.

Markus
Comment 4 António Godinho 2004-12-27 03:30:00 UTC
Same thing here on Athlon XP
Comment 5 António Godinho 2004-12-27 03:33:49 UTC
You may comment on the ebuild the lines releated with DTS and emerge.

T
Comment 6 António Godinho 2004-12-27 03:33:49 UTC
You may comment on the ebuild the lines releated with DTS and emerge.

Tó
Comment 7 Chris White (RETIRED) gentoo-dev 2004-12-27 06:24:03 UTC
Ugh, dts -> libdts fixed in portage :(.
Comment 8 Chris White (RETIRED) gentoo-dev 2004-12-27 09:02:43 UTC
*** Bug 75793 has been marked as a duplicate of this bug. ***