Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97747 - Emerge Gnome-Panel-2.10.0-r1 fails with library requirements
Summary: Emerge Gnome-Panel-2.10.0-r1 fails with library requirements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-02 11:21 UTC by Q
Modified: 2005-07-03 01:12 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 Q 2005-07-02 11:21:03 UTC
configure: error: Library requirements (gtk+-2.0 >= 2.5.4 libgnomeui-2.0 >=
2.5.4 libecal-1.2 >= 0.0.97) not met; consider adjusting the PKG_CONFIG_PATH
environment variable if your libraries are in a nonstandard prefix so pkg-config
can find them.

linux quirin # emerge --pretend gtk+ libgnomeui
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] x11-libs/gtk+-2.6.7
[ebuild   R   ] gnome-base/libgnomeui-2.10.0



Reproducible: Always
Steps to Reproduce:
1. emerge gnome-panel
2.
3.




linux quirin # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r4 i686)
=================================================================
System uname: 2.6.11-gentoo-r4 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May  1 2005, 19:31:00)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.5, 1.6.3, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -pipe -march=athlon-tbird -mmmx -m3dnow"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /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="-O3 -mcpu=i686 -pipe -march=athlon-tbird -mmmx -m3dnow"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/
http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE@euro"
MAKEOPTS="-j2"
PKGDIR="/usr/src/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apm avi bash-completion berkdb bitmap-fonts cdr crypt cups
curl directfb dvd dvdread eds emboss encode esd fam flash foomaticdb fortran ftp
gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml imlib ipv6 java javascript jikes
jpeg junit libg++ libwww mad mikmod mime mmx motif mp3 mpeg mysql ncurses nls
ogg oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline
scanner sdl slang spell sqlite ssl svga tcltk tcpd tetex tiff truetype
truetype-fonts type1-fonts usb vorbis xine xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-07-02 11:51:21 UTC
whats the output of emerge -av gnome-panel ?

i'm willing to bet you are emerging with eds use flag set, which requires: 
eds? ( >=gnome-extra/evolution-data-server-1.1.4.2 )

do you have evolution-data-server installed? 
( this is the package that provides libecal )

also please give output of: 
pkg-config --modversion libecal-1.2
pkg-config --modversion gtk+-2.0
pkg-config --modversion libgnomeui-2.0
Comment 2 Q 2005-07-03 01:12:32 UTC
Thanks for your help.

Well ok you got me... libecal is not installed... I injected
evolution-data-server... to get rid of the evolution stuff. my bad sorry.