Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46989 - monkey-bubble 0.1.6 compile fails when gstreamer-0.8 installed
Summary: monkey-bubble 0.1.6 compile fails when gstreamer-0.8 installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 12:13 UTC by unlord
Modified: 2004-06-22 07:41 UTC (History)
1 user (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 unlord 2004-04-06 12:13:34 UTC
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.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-04-06 20:46:27 UTC
Does it still fail with 0.1.9?
Comment 2 unlord 2004-04-07 08:56:45 UTC
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
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-04-13 04:05:13 UTC
Notified upstream.  They assure me this will be fixed in the next release.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-06-21 15:39:13 UTC
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.
Comment 5 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-06-22 07:41:37 UTC
ebuild not in CVS yet...