Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30123 - monodoc compilation failed
Summary: monodoc compilation failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 16:58 UTC by Jonathan Hernández Velasco
Modified: 2003-12-07 18:37 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 Jonathan Hernández Velasco 2003-10-01 16:58:54 UTC
when i try to emerge monodoc (unstable, it's masked), I get the following error:

[...]
config.status: creating extras/Makefile
Making all in browser
make[1]: Entering directory `/var/tmp/portage/monodoc-0.5/work/monodoc-0.5/browser'
mcs /debug /out:browser.exe ./browser.cs ./list.cs ./history.cs
./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs
./html-helper.cs ./provider.cs ./index.cs /resource:./../monodoc.png,monodoc.png
/resource:./browser.glade,browser.glade /resource:./mono-ecma.xsl,mono-ecma.xsl
-r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll
-r:ICSharpCode.SharpZipLib.dll -r:pango-sharp.dll -r:gdk-sharp.dll
./ecma-provider.cs(261) error CS0029: Cannot convert implicitly from `object' to
`System.Collections.ArrayList'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/var/tmp/portage/monodoc-0.5/work/monodoc-0.5/browser'
make: *** [all-recursive] Error 1
 
!!! ERROR: dev-util/monodoc-0.5 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! (no error message)

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




Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r7)
=================================================================
System uname: 2.4.20-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs ccache"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/
http://ftp.easynet.nl/mirror/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uninett.no/pub/linux/Gentoo
http://212.219.247.12/sites/www.ibiblio.org/gentoo/
http://212.219.247.14/sites/www.ibiblio.org/gentoo/ http://gentoo.inode.at/
http://212.219.56.162/sites/www.ibiblio.org/gentoo/
http://212.219.247.13/sites/www.ibiblio.org/gentoo/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
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="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml
gdbm slang readline bonobo svga tcltk java guile mysql X sdl gpm tcpd pam libwww
ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl mozilla cdr
scanner dga dvd evo fbcon gb gtk2 imap innodb moznoirc moznomail mule odbc
radeon samba slp sse tiff usb xml -3dnow -mmx -alsa -berkdb -arts -ldap"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-10-02 00:54:45 UTC
this also is a dotnet package, once again please let wranglers assign bugs.
Comment 2 Todd Berman (RETIRED) gentoo-dev 2003-10-02 06:36:41 UTC
what version of mono is this with?
Comment 3 Jonathan Hernández Velasco 2003-10-02 10:04:58 UTC
My versi
Comment 4 Jonathan Hernández Velasco 2003-10-02 10:04:58 UTC
My versión of Mono is 0.26-r1 (the last now, in portage)
Gtksharp 0.10
Comment 5 Guillaume Destuynder (RETIRED) gentoo-dev 2003-10-21 18:06:30 UTC
i got a slightly diff bug on the same subject:
Making all in browser
make[1]: Entering directory `/var/tmp/portage/monodoc-0.5/work/monodoc-0.5/browser'
mcs /debug /out:browser.exe ./browser.cs ./list.cs ./history.cs ./monohb-provider.cs
./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs ./html-helper.cs
./provider.cs ./index.cs /resource:./../monodoc.png,monodoc.png /resource:./browser.glade,browser.glade
/resource:./mono-ecma.xsl,mono-ecma.xsl -r:gtk-sharp.dll -r:glade-sharp.dll
-r:glib-sharp.dll -r:ICSharpCode.SharpZipLib.dll -r:pango-sharp.dll -r:gdk-sharp.dll
./browser.cs(82) error CS0246: Cannot find type `HTML'
./browser.cs(136) error CS0246: Cannot find type `UrlRequestedArgs'
./browser.cs(170) error CS0246: Cannot find type `LinkClickedArgs'
./browser.cs(230) error CS0246: Cannot find type `OnUrlArgs'
Compilation failed: 4 error(s), 0 warnings
make[1]: *** [browser.exe] Error 1
make[1]: Leaving directory `/var/tmp/portage/monodoc-0.5/work/monodoc-0.5/browser'
make: *** [all-recursive] Error 1
 
!!! ERROR: dev-util/monodoc-0.5 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! (no error message)


---
Linux boo 2.6.0-test8 #2 Tue Oct 21 17:01:00 CEST 2003 i686 AMD Athlon(tm)
XP 3200+ AuthenticAMD GNU/Linux
mono: Latest version installed: 0.28
gtl-sharp: Latest version installed: 0.10

Comment 6 Andreas Simon 2003-11-19 05:29:05 UTC
The error from comment #4 is in ximian's bugzilla:
http://bugs.ximian.com/show_bug.cgi?id=50740

So far there is no resolution.
Comment 7 Todd Berman (RETIRED) gentoo-dev 2003-12-05 21:48:37 UTC
try 0.8, fresh in cvs
Comment 8 Jonathan Hernández Velasco 2003-12-07 18:37:18 UTC
Fixed in Monodoc 0.8 (compiled with mono 0.28 and gtk-sharp 0.14) Good work! :)