Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94657 - libbonobo 2.8.1 fails to build since configure can not find ORBit installed
Summary: libbonobo 2.8.1 fails to build since configure can not find ORBit installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 12:12 UTC by Joshua Hoppes
Modified: 2005-05-31 13:04 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 Joshua Hoppes 2005-05-31 12:12:20 UTC
Got gentoo installed yesterday, I started building gnome today, and once it
reached libbonobo, it would continue to fail, with configure failing at

configure:23208: result: yes
configure:23231: checking for pkg-config
configure:23249: found /usr/bin/pkg-config
configure:23262: result: /usr/bin/pkg-config
configure:23284: checking for   ORBit-2.0 >= 2.9.2      ORBit-CosNaming-2.0 >=
2.9.2    glib-2.0 >= 2.3.2       gobject-2.0 >= 2.3.2         gthread-2.0 >= 2.3.2
configure:23353: error: Library requirements (  ORBit-2.0 >= 2.9.2     
ORBit-CosNaming-2.0 >= 2.9.2    glib-2.0 >= 2.3.2
        gobject-2.0 >= 2.3.2    gthread-2.0 >= 2.3.2) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.

I checked, and foudnt that ORBit version 2.12.2 is installed, but it doesn't
have any .pc files I can find. Only ones I can find are
/usr/lib64/pkgconfig/ORBit-idl-2.0.pc

Also, after a quick check, I noticed a .pc file does exist in the working
directory when rebuilding ORBit but that they are NOT copied over. I think this
may be where the problem is coming from.

Reproducible: Always
Steps to Reproduce:
1.Fresh Install
2.ACCEPT_KEYWORDS="~amd64"
3.emerge libbonobo

Actual Results:  
Build fails, since configure/pkg-config cannot find ORBit-2 >= 2.9.2

Expected Results:  
Build to complete sucessfully


Portage 2.0.51.22-r1 (default-linux/amd64/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.11-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.ccccom.com ftp://gentoo.ccccom.com
http://gentoo.mirrors.tds.net/gentoo ftp://gentoo.mirrors.tds.net/gentoo
http://mirror.datapipe.net/gentoo http://mirror.usu.edu/mirrors/gentoo/
ftp://mirror.usu.edu/mirrors/gentoo/ http://lug.mtu.edu/gentoo
http://mirror.phy.olemiss.edu/mirror/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib acpi aim alsa avi bash-completion bcmath berkdb
bitmap-fonts bzlib cdparanoia cdr crypt cups curl dv dvd dvdr dvdread encode
ethereal fam fbcon ffmpeg flac font-server fortran ftp gd gif gnome gpm gtk gtk2
gtkhtml hal icq ieee1394 imagemagick imap ipv6 jabber java jp2 jpeg libcaca lzw
lzw-tiff mp3 mpeg msn mysql ncurses nls nptl ogg oggvorbis openal opengl pam
perl php png posix python quicktime readline samba sdl sockets speex spell ssl
svg tcpd tiff truetype truetype-fonts type1-fonts usb userlocales vhosts videos
vorbis wxwindows xine xml xml2 xmms xpm xrandr xsl xv yahoo zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Joshua Hoppes 2005-05-31 13:04:36 UTC
Well, I feel kind of stupid right now...
My clock was off, so the time on /usr/include/string.h was ahead of mine,
causing make to error out on building orbit, which inheritly caused this issue,
throw this one in with the "I am a noob again" pile.
Sorry about this