Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87831 - muine-0.8.2 configure fails with: Library requirements (dbus-sharp >= 0.21) not met
Summary: muine-0.8.2 configure fails with: Library requirements (dbus-sharp >= 0.21) n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-03 13:10 UTC by Ivan Yosifov
Modified: 2005-04-06 18:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,50.30 KB, text/x-log)
2005-04-03 13:11 UTC, Ivan Yosifov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Yosifov 2005-04-03 13:10:34 UTC
emerge muine-0.8.2, and get:

checking for dbus-sharp >= 0.21... Package dbus-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-sharp' found

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

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/muine-0.8.2/work/muine-0.8.2/config.log

!!! ERROR: media-sound/muine-0.8.2 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:




Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r5 i686)
=================================================================
System uname: 2.6.11-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 10:59:12)]
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.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-g0 -O3 -march=pentium4 -mtune=pentium4 -msse2 -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -funit-at-a-time -ftracer
-mfpmath=sse -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-g0 -O3 -march=pentium4 -mtune=pentium4 -msse2 -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -funit-at-a-time -ftracer
-mfpmath=sse -ffast-math -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.ITDNet.net/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib acl acpi alsa apache2 arts avi bash-completion berkdb
bitmap-fonts bonobo cdr crypt cups curl dba doc dvd dvdr emboss encode esd flac
foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile hal
howl imagemagick imlib ipv6 ithreads java jpeg junit kde kdeenablefinal ldap
libg++ libwww mad mikmod mmap mmx mmxext motif mozilla mp3 mpeg mysql ncurses
nls nptl nvidia oggvorbis opengl pam pdflib perl pic plotutils png postgres
pthreads python qt quicktime readline sdl session sharedmem slang spell sse sse2
ssl svga tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts
unicode usb vhosts xml xml2 xv zlib linguas_en"
Unset:  ASFLAGS, CBUILD, CTARGET
Comment 1 Ivan Yosifov 2005-04-03 13:11:51 UTC
Created attachment 55226 [details]
config.log

config.log attached.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-04-03 17:08:05 UTC
Please re-emerge dbus with the 'mono' USE flag set, then try compiling muine again. That should fix it. I'm leaving this open for now, to remind me to add a check and a big nasty warning if the dbus-sharp portion of dbus is not found. Please report back if the above fixes things or not. Thanks.
Comment 3 Ivan Yosifov 2005-04-04 01:37:55 UTC
Reemerging dbus with USE="mono" did it. Thanks.
Comment 4 Peter Johanson (RETIRED) gentoo-dev 2005-04-06 18:40:35 UTC
Ok, I just added a check to make sure that dbus was built with USE="mono". Marking this FIXED. Thanks for the report.