Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40967 - monodoc-0.8 doesn't compile because of Operator == used on Gdk.Rectangle
Summary: monodoc-0.8 doesn't compile because of Operator == used on Gdk.Rectangle
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 06:48 UTC by Claes Mogren
Modified: 2004-02-13 12:22 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 Claes Mogren 2004-02-09 06:48:53 UTC
Trying to emerge monodoc fails because of faulty code when it comes to gdk

Reproducible: Always
Steps to Reproduce:
1. emerge monodoc
2.!!! ERROR: dev-util/monodoc-0.8 failed.

Actual Results:  
   .
   .
   .
mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./history.cs
./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.png,monodoc.png
-resource:./browser.glade,browser.glade  -r:gtkhtml-sharp.dll -r:gtk-sharp.dll
-r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll
-r:atk-sharp.dll  -r:System.Web.Services -r:monodoc.dll
./list.cs(95) error CS0019: Operator == cannot be applied to operands of type
`Gdk.Rectangle' and `Gdk.Rectangle'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/var/tmp/portage/monodoc-0.8/work/monodoc-0.8/browser'
make: *** [all-recursive] Error 1

!!! ERROR: dev-util/monodoc-0.8 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! (no error message)

Expected Results:  
It should have compiled, and not used the == operator on the rectangles

Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040207-r0,
2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer
-maccumulate-outgoing-args -fprefetch-loop-arrays -ffast-math
-fmerge-all-constants -mmmx -m3dnow"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/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/env.d"
CXXFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer
-maccumulate-outgoing-args -fprefetch-loop-arrays -ffast-math
-fmerge-all-constants -mmmx -m3dnow"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo
http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
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 alsa apm avi bonobo cdr crypt cups dga encode esd foomaticdb gdbm gif
gnome gpm gtk gtk2 gtkhtml guile imlib java jpeg ldap libg++ libwww mad mikmod
motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python
quicktime readline samba sdl slang spell ssl svga tcltk tcpd tetex truetype x86
xml2 xmms xv zlib"
Comment 1 Todd Berman (RETIRED) gentoo-dev 2004-02-13 12:22:18 UTC
should be fixed, lots of new mono stuff in portage