[Mono-bugs] [Bug 54453][Nor] New - unable to build class libs with PPC runtime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Feb 2004 09:03:39 -0500 (EST)


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 uli@suse.de.

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

--- shadow/54453	2004-02-17 09:03:39.000000000 -0500
+++ shadow/54453.tmp.12191	2004-02-17 09:03:39.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 54453
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: SLES9 TP2 PowerPC
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: uli@suse.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: unable to build class libs with PPC runtime
+
+The PPC runtime fails when building mcs: 
+ 
+make[3]: Entering directory 
+`/usr/src/packages/BUILD/mcs-0.30.1/class/I18N/Common' 
+touch ../../../build/deps/I18N.dll.stamp 
+MONO_PATH="../../../class/lib:$MONO_PATH" 
+mono  ../../../mcs/mcs.exe /r:mscorlib.dll  -d:NET_1_1 -d:ONLY_1_1 
+-g /noconfig  /target:library /out:../../../class/lib/I18N.dll 
+@I18N.dll.sources 
+ 
+Unhandled Exception: System.NullReferenceException: A null value was found 
+where an object instance was required 
+make[3]: *** [../../../class/lib/I18N.dll] Error 1 
+make[3]: Leaving directory 
+`/usr/src/packages/BUILD/mcs-0.30.1/class/I18N/Common' 
+ 
+i386 and S/390 runtimes work fine.