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=77233 --- shadow/77233 2006-01-12 17:01:37.000000000 -0500 +++ shadow/77233.tmp.16354 2006-01-12 17:01:37.000000000 -0500 @@ -0,0 +1,162 @@ +Bug#: 77233 +Product: Mono: Compilers +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Gentoo - mono-1.1.12.1 fails build with error CS1502 + +Description of Problem: +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/mcs' +make[6]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/mcs' +make[6]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class' +make[7]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +Creating ../../build/deps/basic_corlib_res.dll.response ... +Creating ../../build/deps/basic_corlib_res.dll.makefrag ... +Creating ../../build/deps/basic_corlib.dll.makefrag ... +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[7]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make all-local +make[8]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +mcs /codepage:28591 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -d:NET_1_1 +-d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -unsafe -nostdlib +/resource:resources/collation.core.bin +/resource:resources/collation.tailoring.bin +/resource:resources/collation.cjkCHS.bin +/resource:resources/collation.cjkCHT.bin +/resource:resources/collation.cjkJA.bin +/resource:resources/collation.cjkKO.bin +/resource:resources/collation.cjkKOlv2.bin -target:library +-out:mscorlib.dll @corlib.dll.sources +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1502: The best overloaded +match for method ' System.Threading.Timer..ctor +(System.Threading.TimerCallback, object, uint, uint)' has some invalid +arguments +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1503: Argument 3: Cannot +convert from 'int' to 'uint' +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1501: No overload for +method `System.Threading.Timer' takes `4' arguments +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1501: New invocation: Can +not find a constructor in `System.Threading.Timer' for this argument list +Compilation failed: 4 error(s), 0 warnings +make[8]: *** [../../class/lib/basic/mscorlib.dll] Error 1 +make[8]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[7]: *** [do-all] Error 2 +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[6]: *** [all-recursive] Error 1 +make[6]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class' +make[5]: *** [all-recursive] Error 1 +make[5]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[4]: *** [profile-do--basic--all] Error 2 +make[4]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[3]: *** [profiles-do--all] Error 2 +make[3]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[2]: *** [all-local] Error 2 +make[2]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/runtime' +make[1]: *** [all-recursive] Error 1 +make[1]: Leaving directory `/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1' +make: *** [all] Error 2 + +Steps to reproduce the problem: +1. Try to build mono on gentoo +2. +3. +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/mcs' +make[6]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/mcs' +make[6]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class' +make[7]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +Creating ../../build/deps/basic_corlib_res.dll.response ... +Creating ../../build/deps/basic_corlib_res.dll.makefrag ... +Creating ../../build/deps/basic_corlib.dll.makefrag ... +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[7]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make all-local +make[8]: Entering directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +mcs /codepage:28591 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -d:NET_1_1 +-d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -unsafe -nostdlib +/resource:resources/collation.core.bin +/resource:resources/collation.tailoring.bin +/resource:resources/collation.cjkCHS.bin +/resource:resources/collation.cjkCHT.bin +/resource:resources/collation.cjkJA.bin +/resource:resources/collation.cjkKO.bin +/resource:resources/collation.cjkKOlv2.bin -target:library +-out:mscorlib.dll @corlib.dll.sources +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1502: The best overloaded +match for method ' System.Threading.Timer..ctor +(System.Threading.TimerCallback, object, uint, uint)' has some invalid +arguments +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1503: Argument 3: Cannot +convert from 'int' to 'uint' +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1501: No overload for +method `System.Threading.Timer' takes `4' arguments +Microsoft.Win32/UnixRegistryApi.cs(236) error CS1501: New invocation: Can +not find a constructor in `System.Threading.Timer' for this argument list +Compilation failed: 4 error(s), 0 warnings +make[8]: *** [../../class/lib/basic/mscorlib.dll] Error 1 +make[8]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[7]: *** [do-all] Error 2 +make[7]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class/corlib' +make[6]: *** [all-recursive] Error 1 +make[6]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs/class' +make[5]: *** [all-recursive] Error 1 +make[5]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[4]: *** [profile-do--basic--all] Error 2 +make[4]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[3]: *** [profiles-do--all] Error 2 +make[3]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/mcs' +make[2]: *** [all-local] Error 2 +make[2]: Leaving directory +`/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1/runtime' +make[1]: *** [all-recursive] Error 1 +make[1]: Leaving directory `/var/tmp/portage/mono-1.1.12.1/work/mono-1.1.12.1' +make: *** [all] Error 2 +Actual Results: + + +Expected Results: + + +How often does this happen? +Every time + +Additional Information: + +The system is gcc-3.3.6, glibc-2.3.6-r2, 2.6.13-gentoo i686 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
