Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34616 - net-misc/rol-0.2.2 emerge failed because gconf-2.0 was not found in the pkg-config search path
Summary: net-misc/rol-0.2.2 emerge failed because gconf-2.0 was not found in the pkg-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 05:26 UTC by Fabio Di Fabio
Modified: 2003-12-01 09:46 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 Fabio Di Fabio 2003-11-28 05:26:07 UTC
cat /etc/gentoo-release
Gentoo Base System version 1.4.3.10p1

net-misc/rol-0.2.2 emerge failed with error: "Package gconf-2.0 was not found in
the pkg-config search path"


Reproducible: Always
Steps to Reproduce:
1. emerge rol

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/rol-0.2.2 to /
>>> md5 src_uri ;-) rol-0.2.2.tar.gz
eutils
eutils
>>> Unpacking source...
>>> Unpacking rol-0.2.2.tar.gz to /var/tmp/portage/rol-0.2.2/work
>>> Source unpacked.
eutils
make -C src
make[1]: Entering directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config
--cflags` `pkg-config --cflags gconf-2.0`  -c rol.c -o rol.o
Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
In file included from rol.c:19:
rol.h:33:25: gconf/gconf.h: No such file or directory
rol.h:34:32: gconf/gconf-client.h: No such file or directory
rol.c: In constructor `Rol::Rol(int, char**)':
rol.c:56: `gconf_init' undeclared (first use this function)
rol.c:56: (Each undeclared identifier is reported only once for each function
   it appears in.)
make[1]: *** [rol.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
make: *** [all] Error 2

!!! ERROR: net-misc/rol-0.2.2 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)



emerge info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.22)
=================================================================
System uname: 2.4.22 i686 Intel(R) Celeron(TM) CPU                1133MHz
Gentoo Base System version 1.4.3.10p1
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs ccache"
GENTOO_MIRRORS="ftp://sunsite.cnlab-switch.ch/mirror/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/
http://ftp.easynet.nl/mirror/gentoo/ ftp://sunsite.cnlab-switch.ch/mirror/gentoo/"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa
gdbm berkdb slang readline arts tcltk mysql postgres X sdl gpm tcpd pam libwww
ssl perl python imlib oggvorbis gtk qt kde motif opengl mozilla gphoto2 ldap
acpi acpi4linux apache2 artswrappersuid dga dnd faad fbcon fbdev gd gtk2 i8x0
imap innodb java jikes lcms maildir mozsvg openal ppds sox sse tiff type1 usb
wmf X509 xvid -oss -gnome -svga -ruby -esd"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-01 09:46:50 UTC
added gconf2 to the dependency lists.  Sorry about that.