Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18004 - x11-themes/gnome-themes-2.2.1 fails in the ./configure step.
Summary: x11-themes/gnome-themes-2.2.1 fails in the ./configure step.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-22 11:58 UTC by Miguel Sousa Filipe
Modified: 2006-02-04 06:03 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 Miguel Sousa Filipe 2003-03-22 11:58:51 UTC
log of the emerge, followed by emerge info:

creating libtool
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 1.3.11
                  gdk-pixbuf-2.0 >= 1.3.11
                  gtk-engines-2
                  gtk-thinice-engine-2
                  libgnomeui-2.0
                  libglade-2.0... Package gtk-engines-2 was not found in the
pkg-config search path.
Perhaps you should add the directory containing `gtk-engines-2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-engines-2' found

configure: error: Library requirements (gtk+-2.0 >= 1.3.11
                  gdk-pixbuf-2.0 >= 1.3.11
                  gtk-engines-2
                  gtk-thinice-engine-2
                  libgnomeui-2.0
                  libglade-2.0) 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: x11-themes/gnome-themes-2.2.1 failed.
!!! Function econf, Line 273, Exitcode 1
!!! econf failed



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

Actual Results:  
emerge fail

Expected Results:  
sucessefull emerge


[61p] newton : / $ emerge info
^[[4~Portage 2.0.47-r10 (default-ppc-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20-ppc-r3 ppc 
GENTOO_MIRRORS="ftp://ftp.rnl.ist.utl.pt/pub/disk1/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="oss xv libwww jpeg nls mitshm gif png truetype gdbm berkdb slang readline
tcltk gpm tcpd perl python imlib qt motif X gtk2 dvd ppc ipv6 java threads ssl
opengl mozilla sdl pam oggvorbis gtk -gnome -esd -kde -alsa"
COMPILER="gcc3"
CHOST="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=750 -mstring"
CXXFLAGS="-O2 -pipe -mcpu=750 -mstring"
ACCEPT_KEYWORDS="ppc ~ppc"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache"
Comment 1 Luca Barbato gentoo-dev 2003-04-27 23:28:23 UTC
Could you try to emerge again x11-themes/gtk-engines-pixbuf-2.2.0
and then try to emerge again gnome-themes please?
Comment 2 Bartosch Pixa (RETIRED) gentoo-dev 2003-04-27 23:35:31 UTC
for me it looks like either your gtk2 installations is messed up or pkg-config.
try if this fixes your issues:
emerge -vp pango \>=x11-libs/gtk+-2\* \>=dev-libs/glib-2\*
Comment 3 Bartosch Pixa (RETIRED) gentoo-dev 2003-04-27 23:51:54 UTC
ooops, my bad, of course i meant this:
emerge -v \>=x11-libs/gtk+-2\* \>=dev-libs/glib-2\* pango
Comment 4 Bartosch Pixa (RETIRED) gentoo-dev 2003-05-03 23:43:31 UTC
closing bug due to inactivity