[Mono-bugs] [Bug 76064][Nor] New - mono 1.1.9 runtime build failure on Mac OS X

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 11 16:43:41 EDT 2005


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 ranger at befunk.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76064

--- shadow/76064	2005-09-11 16:43:41.000000000 -0400
+++ shadow/76064.tmp.4008	2005-09-11 16:43:41.000000000 -0400
@@ -0,0 +1,104 @@
+Bug#: 76064
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Mac OS X 10.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: packaging
+AssignedTo: wberrier at novell.com                            
+ReportedBy: ranger at befunk.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono 1.1.9 runtime build failure on Mac OS X
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+build failure, mono 1.1.9 on Mac OS X
+
+Steps to reproduce the problem:
+1. ./configure --prefix=/sw --mandir=/sw/share/man --sysconfdir=/sw/etc
+--with-icu=yes --with-preview=yes --disable-dependency-tracking
+2. make
+
+Actual Results:
+
+make all-local
+MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH"
+/sw/source.build/mono-1.1.9-21/mono-1.1.9/runtime/mono-wrapper 
+../../gmcs/gmcs.exe -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 
+-d:NET_1_1 -d:NET_2_0 -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
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/TYPEFLAGS.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/TYPEKIND.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/TYPELIBATTR.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/VARDESC.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/VARFLAGS.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.ComTypes/VARKIND.cs' could not be found
+error CS2001: Source file
+`System.Runtime.InteropServices.Expando/IExpando.cs' could not be found
+error CS2001: Source file
+`System.Runtime.Remoting/ActivatedClientTypeEntry.cs' could not be found
+error CS2001: Source file
+`System.Runtime.Remoting/ActivatedServiceTypeEntry.cs' could not be found
+error CS2001: Source file `System.Runtime.Remoting/EnvoyInfo.cs' could not
+be found
+error CS2001: Source file `System.Runtime.Remoting/IObjectHandle.cs' could
+not be found
+error CS2001: Source file `System.Runtime.Remoting/IChannelInfo.cs' could
+not be found
+error CS2001: Source file `System.Runtime.Remoting/Identity.cs' could not
+be found
+error CS2001: Source file
+`System.Runtime.Remoting/InternalRemotingServices.cs' could not be found
+error CS2001: Source file `System.Runtime.Remoting/IEnvoyInfo.cs' could not
+be found
+error CS2001: Source file `System.Runtime.Remoting/IRemotingTypeInfo.cs'
+could not be found
+error CS2001: Source file `System.Runtime.Remoting/ObjectHandle.cs' could
+not be found
+error CS2001: Source file `System.Runtime.Remoting/ObjRef.cs' could not be
+found
+error CS2001: Source file
+`System.Runtime.Remoting/RemotingConfiguration.cs' could not be found
+error CS2001: Source file `System.Runtime.Remoting/RemotingException.cs'
+could not be found
+error CS2001: Source file
+`System.Runtime.Remoting/RemotingTimeoutException.cs' could not be found
+error CS2001: Source file `System.Runtime.Remoting/RemotingServices.cs'
+could not be found
+(hundreds more lines)
+Compilation failed: 536 error(s), 0 warnings
+make[8]: *** [../../class/lib/net_2_0/mscorlib.dll] Error 1
+make[7]: *** [do-all] Error 2
+make[6]: *** [all-recursive] Error 1
+make[5]: *** [all-recursive] Error 1
+make[4]: *** [profile-do--net_2_0--all] Error 2
+make[3]: *** [profiles-do--all] Error 2
+make[2]: *** [all-local] Error 1
+make[1]: *** [all-recursive] Error 1
+make: *** [all] Error 2
+
+Expected Results:
+compile passes  :)
+
+How often does this happen? 
+every time


More information about the mono-bugs mailing list