Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51754 - dev-games/ogre needs dev-cpp/libglademm-2.0.1 instead of 2.4.0
Summary: dev-games/ogre needs dev-cpp/libglademm-2.0.1 instead of 2.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 12:33 UTC by Alex Walker
Modified: 2004-05-25 00:27 UTC (History)
0 users

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 Alex Walker 2004-05-22 12:33:24 UTC
dev-games/ogre currently doesn't compile for me, giving the error that it cannot find glademm:

checking for gtkmm-2.0 libglademm-2.0... Package libglademm-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglademm-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglademm-2.0' found

I have libglademm-2.4.0 installed (as per the dependencies in the ogre ebuild).  Ogre needs 2.0.x to work.  So I forced portage to install the old version (which has annoyingly removed the newer one.) and now ogre is happily compiling.

So I guess we need to change ebuild from:
=dev-cpp/libglademm-2*
to:
=dev-cpp/libglademm-2.0*
I think anyway.



$ emerge --info
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0, 2.6.3-gentoo-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.14
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/kde/cvs/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays"
DISTDIR="/store/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/store/packages"
PORTAGE_TMPDIR="/store/portage-tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X X509 aalib acpi alsa apache2 arts artswrappersuid avi berkdb bonobo cdr composite crypt cups dga dvd encode esd flash foomaticdb gd gdbm ggi gif gnome gtk gtk2 gtkhtml guile imap imlib java jikes jpeg kde ldap libg++ libwww mad mikmod mmx motif mozilla moznocompose moznoirc mpeg mysql nas ncurses nls oggvorbis opengl pam pdflib perl png postgres ppds python qt quicktime readline samba sdl slang slp spell sse ssl svga tcltk tcpd tetex theora tiff truetype usb videos wmf x86 xml xml2 xmms xosd xslt xv zlib"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-05-25 00:27:34 UTC
Fixed in CVS.  Thanks for the bug report.