Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78535 --- shadow/78535 2006-05-29 18:33:21.000000000 -0400 +++ shadow/78535.tmp.24451 2006-05-29 18:33:21.000000000 -0400 @@ -0,0 +1,61 @@ +Bug#: 78535 +Product: Mono: Runtime +Version: unspecified +OS: +OS Details: Ubuntu 6.06 x86 (Pentium M) +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: GC +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Using sgen amakes mcs throw "random" errors. + +Description of Problem: +I get errors when compiling mono with --with-gc=sgen. + +Steps to reproduce the problem: +1. ./autogen.sh --with-gc=sgen +2. make + +Actual Results: +make[8]: Wejście do katalogu `/home/marek/pkg/svn/mcs/class/System' +MONO_PATH="../../class/lib/basic:$MONO_PATH" +/home/marek/pkg/svn/mono/runtime/mono-wrapper +../../class/lib/basic/mcs.exe /codepage:28591 -d:NET_1_1 -d:ONLY_1_1 +-d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -define:XML_DEP -r:System.Xml.dll +-target:library -out:System.dll @System.dll.sources +System.Net/IPAddress.cs(457,1): error CS8025: Parsing error +System.Text.RegularExpressions/interval.cs(234,19): error CS8025: Parsing error +Compilation failed: 2 error(s), 0 warnings +make[8]: *** [../../class/lib/basic/System.dll] Błąd 1 +make[8]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs/class/System' +make[7]: *** [do-all] Błąd 2 +make[7]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs/class/System' +make[6]: *** [all-recursive] Błąd 1 +make[6]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs/class' +make[5]: *** [all-recursive] Błąd 1 +make[5]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs' +make[4]: *** [profile-do--basic--all] Błąd 2 +make[4]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs' +make[3]: *** [profiles-do--all] Błąd 2 +make[3]: Opuszczenie katalogu `/home/marek/pkg/svn/mcs' +make[2]: *** [all-local] Błąd 2 +make[2]: Opuszczenie katalogu `/home/marek/pkg/svn/mono/runtime' +make[1]: *** [all-recursive] Błąd 1 +make[1]: Opuszczenie katalogu `/home/marek/pkg/svn/mono' + + +Expected Results: +No errors + +How often does this happen? +Always. + +Additional Information: +This happens with SVN 61247. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
