Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77833 - sys-apps/dbus-0.23 fails on mono examples
Summary: sys-apps/dbus-0.23 fails on mono examples
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 06:42 UTC by Sebastian Bergmann (RETIRED)
Modified: 2005-01-13 13:43 UTC (History)
0 users

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


Attachments
Patch that disables the building of bus-listener.exe and echo-server.exe. (dbus-patch.txt,492 bytes, patch)
2005-01-13 09:55 UTC, Sebastian Bergmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Bergmann (RETIRED) gentoo-dev 2005-01-13 06:42:10 UTC
Can't emerge sys-apps/dbus-0.23.

Reproducible: Always
Steps to Reproduce:
1. emerge --newuse -Du world
Actual Results:  
Making all in example
make[3]: Entering directory `/var/tmp/portage/dbus-0.23/work/dbus-0.23/mono/example'
/usr/bin/mcs --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o
bus-listener.exe ./BusListener.cs
Package gtk-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the above output.
make[3]: *** [bus-listener.exe] Error 1
make[3]: Leaving directory `/var/tmp/portage/dbus-0.23/work/dbus-0.23/mono/example'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dbus-0.23/work/dbus-0.23/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.23/work/dbus-0.23'
make: *** [all] Error 2

!!! ERROR: sys-apps/dbus-0.23 failed.
!!! Function src_compile, Line 93, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Portage 2.0.51-r11 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r4 i686)
=================================================================
System uname: 2.6.10-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.4 [2.4 (#1, Jan 11 2005, 16:16:23)]
ccache version 2.3 [disabled]
dev-lang/python:     2.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-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=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa apache2 avi berkdb bitmap-fonts cdr crypt cups dvd dvdr
encode esd f77 flac font-server foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2
hal imagemagick imlib ipv6 java jpeg libg++ libwww lirc mad mikmod mmx mono
motif moznocompose moznoirc moznomail mozsvg mpeg mysql ncurses nls nptl nvidia
oggvorbis opengl oss pam pdflib perl php png ppds python quicktime readline
samba sdl slang spell sqlite sse ssl svg svga tcltk tcpd tiff truetype
truetype-fonts type1-fonts unicode userlocales x86 xml2 xmms xprint xv zlib"
Comment 1 foser (RETIRED) gentoo-dev 2005-01-13 09:14:49 UTC
sync & try again with the updated ebuild (cvs version 1.2)

next time make your subject more descriptive
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2005-01-13 09:55:38 UTC
Created attachment 48411 [details, diff]
Patch that disables the building of bus-listener.exe and echo-server.exe.
Comment 3 Sebastian Bergmann (RETIRED) gentoo-dev 2005-01-13 09:56:22 UTC
Still did not work for me. After applying the attached patch (http://bugs.gentoo.org/attachment.cgi?id=48411) the build succeeded.
Comment 4 foser (RETIRED) gentoo-dev 2005-01-13 13:07:22 UTC
hmm well i just assumed they'd use the source names,

But your patch still shouldn't work because it doesn't touch the client.. anyway, i did a somewhat altered patch, please test.
Comment 5 Sebastian Bergmann (RETIRED) gentoo-dev 2005-01-13 13:41:21 UTC
The new version works for me.
Comment 6 foser (RETIRED) gentoo-dev 2005-01-13 13:43:54 UTC
well thnx for the help ;)

i still wonder why your patch worked, because it really still shouldn't . Well nevermind now.