Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106404 - mono-1.1.9 src_compile fails
Summary: mono-1.1.9 src_compile fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 13:55 UTC by John Mylchreest (RETIRED)
Modified: 2005-10-10 11:26 UTC (History)
0 users

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


Attachments
emerge info (Unsaved Document 1,2.08 KB, text/plain)
2005-09-18 13:56 UTC, John Mylchreest (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Mylchreest (RETIRED) gentoo-dev 2005-09-18 13:55:39 UTC
Error:

make[8]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.ServiceProcess'
make[7]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.ServiceProcess'
make[7]: Entering directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
Creating ../../build/deps/default_System.Drawing.Design.dll.makefrag ...
make[7]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
make[7]: Entering directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
make all-local
make[8]: Entering directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
MONO_PATH="../../class/lib/default:$MONO_PATH"
/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/runtime/mono-wrapper 
../../class/lib/default/mcs.exe   -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig
/r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
-target:library -out:../../class/lib/default/System.Drawing.Design.dll 
@System.Drawing.Design.dll.sources

** ERROR **: Invalid IL code at IL0028 in (wrapper runtime-invoke)
System.Object:runtime_invoke_void (object,intptr,intptr,intptr): IL_0028: pop


aborting...
make[8]: *** [../../class/lib/default/System.Drawing.Design.dll] Aborted
make[8]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class/System.Drawing.Design'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs'
make[4]: *** [profile-do--default--all] Error 2
make[4]: Leaving directory `/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/mcs'
make[2]: *** [all-local] Error 1
make[2]: Leaving directory
`/var/tmp/portage/mono-1.1.9/work/mono-1.1.9/runtime'make[1]: ***
[all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-1.1.9/work/mono-1.1.9'
make: *** [all] Error 2


no previous mono versions installed. (ever)

ill attach emerge info.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2005-09-18 13:56:44 UTC
Created attachment 68768 [details]
emerge info

oh, and it happened on an merge f-spot as a dependancy, not like it should
matter.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-09-22 16:06:48 UTC
Odd, I've not seen anything on ximian bugzilla that jumps out as causing this.
Does the just released mono-1.1.9.1 display the same behaviour?
Comment 3 John Mylchreest (RETIRED) gentoo-dev 2005-10-10 11:26:19 UTC
1.1.9.1 WORKSFORME :)