Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123184 - emerge media-video/mplayer-1.0.20060217 fails with openal support
Summary: emerge media-video/mplayer-1.0.20060217 fails with openal support
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 123556 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-17 09:53 UTC by Chris Smith
Modified: 2006-02-21 03:30 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 Chris Smith 2006-02-17 09:53:32 UTC
media-video/mplayer-1.0.20060217 will fail to emerge with the openal use flag enabled

-lgthread-2.0 -lglib-2.0  -ljack      -Wl,-z,noexecstack     -lpthread -ldl -rdynamic   -lm
libao2/libao2.a(ao_openal.o): In function `init':
ao_openal.c:(.text+0x4a): undefined reference to `alcOpenDevice'
ao_openal.c:(.text+0x64): undefined reference to `alcCreateContext'
ao_openal.c:(.text+0x6c): undefined reference to `alcMakeContextCurrent'
ao_openal.c:(.text+0xa4): undefined reference to `alGenBuffers'
ao_openal.c:(.text+0xbd): undefined reference to `alGenSources'
ao_openal.c:(.text+0xe4): undefined reference to `alSource3f'
ao_openal.c:(.text+0x108): undefined reference to `alGetBufferi'
libao2/libao2.a(ao_openal.o): In function `reset':
ao_openal.c:(.text+0x1c7): undefined reference to `alSourceRewindv'
ao_openal.c:(.text+0x1f7): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x229): undefined reference to `alSourceUnqueueBuffers'
libao2/libao2.a(ao_openal.o): In function `uninit':
ao_openal.c:(.text+0x277): undefined reference to `alcGetCurrentContext'
ao_openal.c:(.text+0x283): undefined reference to `alcGetContextsDevice'
ao_openal.c:(.text+0x2b6): undefined reference to `alSourceRewindv'
ao_openal.c:(.text+0x2e9): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x31b): undefined reference to `alSourceUnqueueBuffers'
ao_openal.c:(.text+0x361): undefined reference to `alcMakeContextCurrent'
ao_openal.c:(.text+0x36d): undefined reference to `alcDestroyContext'
ao_openal.c:(.text+0x379): undefined reference to `alcCloseDevice'
ao_openal.c:(.text+0x39f): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x3d3): undefined reference to `alGetSourcei'
libao2/libao2.a(ao_openal.o): In function `audio_pause':
ao_openal.c:(.text+0x3fa): undefined reference to `alSourcePausev'
libao2/libao2.a(ao_openal.o): In function `audio_resume':
ao_openal.c:(.text+0x416): undefined reference to `alSourcePlayv'
libao2/libao2.a(ao_openal.o): In function `get_space':
ao_openal.c:(.text+0x454): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x486): undefined reference to `alSourceUnqueueBuffers'
ao_openal.c:(.text+0x4de): undefined reference to `alGetSourcei'
libao2/libao2.a(ao_openal.o): In function `play':
ao_openal.c:(.text+0x595): undefined reference to `alBufferData'
ao_openal.c:(.text+0x5c2): undefined reference to `alSourceQueueBuffers'
ao_openal.c:(.text+0x62f): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x64f): undefined reference to `alSourcePlayv'
libao2/libao2.a(ao_openal.o): In function `get_delay':
ao_openal.c:(.text+0x69c): undefined reference to `alGetSourcei'
ao_openal.c:(.text+0x6ce): undefined reference to `alSourceUnqueueBuffers'
ao_openal.c:(.text+0x726): undefined reference to `alGetSourcei'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1

!!! ERROR: media-video/mplayer-1.0.20060217 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
Comment 1 David Watzke 2006-02-17 12:24:00 UTC
On AMD64 too...
Comment 2 Luca Barbato gentoo-dev 2006-02-17 15:15:58 UTC
Ops, looks like it doesn't work as should yet, feature removed for now.
Comment 3 Reimar Döffinger 2006-02-20 09:45:28 UTC
I guess the reason is that it passes --enable-openal to configure, which in the case of MPlayer is simply _wrong_.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2006-02-20 18:05:11 UTC
*** Bug 123556 has been marked as a duplicate of this bug. ***
Comment 5 Luca Barbato gentoo-dev 2006-02-20 19:58:16 UTC
I'll change it back then there are other autodetect flags that I wrongly enabled w/out path?
Comment 6 Reimar Döffinger 2006-02-21 03:30:26 UTC
Not sure, I think ao_jack had some problem at least once.