Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90704 - emerge bbkeys fails
Summary: emerge bbkeys fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 05:12 UTC by Hans Hvelplund Odborg
Modified: 2005-04-28 05: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 Hans Hvelplund Odborg 2005-04-28 05:12:30 UTC
during emerge of bbkeys i get following error:

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

configure: error: Library requirements (libbt) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Reproducible: Always
Steps to Reproduce:
1. emerge bbkeys
2.
3.

Actual Results:  
checking for pkg-config... /usr/bin/pkg-config 
checking for libbt... Package libbt was not found in the pkg-config search 
path. 
Perhaps you should add the directory containing `libbt.pc' 
to the PKG_CONFIG_PATH environment variable 
No package 'libbt' found 
 
configure: error: Library requirements (libbt) not met; consider adjusting the 
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard 
prefix so pkg-config can find them. 

Expected Results:  
emerge complete  

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-r5 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r5 i686 AMD Athlon(tm) 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 13:38:32)] 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=athlon-xp -pipe -mmmx -m3dnow -msse -fomit-frame-pointer" 
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/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="-O2 -march=athlon-xp -pipe -mmmx -m3dnow -msse -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig buildpkg candy ccache distcc distlocks sandbox 
sfperms strict" 
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo 
http://mirror.pudas.net/gentoo 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
http://mir.zyrianes.net/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/" 
MAKEOPTS="-j5" 
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="3dnow 3dnowex X aalib afs alsa apache2 apm avi bash-completion berkdb 
bitmap-fonts bluetooth cdparanoia cdr crypt cups curl dga dvd emacs emboss 
encode fam flac foomaticdb gd gd-external gdbm gif gphoto2 gpm gstreamer gtk 
gtk2 howl imagemagick imap imlib java jikes joystick jpeg jpeg2k kde 
kdeenablefinal ldap libcaca libclamav libg++ libwww lirc live lm_sensors 
logitech-mouse mad matroska mikmod mmx mmxext motif mp3 mpeg mysql mythtv 
ncurses net network nls nptl oav ogg oggvorbis oss pam pda pdflib perl pic png 
ppds python qt quicktime readline real rtc ruby samba scanner sdl slang spell 
sse ssl svga tcltk tcpd tetex theora tiff transcode truetype truetype-fonts 
type1-fonts usb v4l2 vorbis webdav win32codecs x86 xine xml xml2 xmms xv xvid 
zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-04-28 05:34:33 UTC
...version?
Comment 2 Hans Hvelplund Odborg 2005-04-28 05:40:28 UTC
x11-misc/bbkeys-0.9.0
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2005-04-28 05:46:12 UTC
I see what it is.  >=0.9.0 now requires blackbox's libbt.  Looks like we can no longer just depend on virtual/blackbox for this package.

Fixed in cvs.  Thanks for the report.