Bug 46989 - monkey-bubble 0.1.6 compile fails when gstreamer-0.8 installed
|
Bug#:
46989
|
Product: Gentoo Linux
|
Version: 2004.0
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: nathanegge@yahoo.com
|
|
Component: Games
|
|
|
URL:
|
|
Summary: monkey-bubble 0.1.6 compile fails when gstreamer-0.8 installed
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-04-06 12:13 0000
|
I am trying to install monkey-bubble 0.1.6 and get the following error:
--------
checking for
gtk+-2.0
gthread-2.0
gstreamer-0.6
... Package gstreamer-0.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.6.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.6' found
configure: error: Library requirements (
gtk+-2.0
gthread-2.0
gstreamer-0.6
) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
!!! ERROR: games-arcade/monkey-bubble-0.1.6 failed.
!!! Function egamesconf, Line 47, Exitcode 1
!!! egamesconf failed
--------
I have gstreamer-0.8 installed:
--------
nitrogen monkey-bubble # emerge -pv gstreamer
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-libs/gstreamer-0.8.0 0 kB
Total size of downloads: 0 kB
--------
It looks to me like the monkey-bubble code is looking for the file 'gstreamer-0.6.pc' and not finding it because a later version is installed.
Does it still fail with 0.1.9?
Yes it does, here is the output:
------
checking for
gtk+-2.0
gthread-2.0
gstreamer-0.6
... Package gstreamer-0.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.6.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.6' found
configure: error: Library requirements (
gtk+-2.0
gthread-2.0
gstreamer-0.6
) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
!!! ERROR: games-arcade/monkey-bubble-0.1.9 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
Notified upstream. They assure me this will be fixed in the next release.
I changed the dep in the ebuilds since upstream seems to be taking a while.
Fixed as far as the deps are concerned, but it's still ugly in there.