[Mono-bugs] [Bug 58281][Nor] New - 0.91: does not build on S/390, missing file mini-s390.h

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 11:48:22 -0400 (EDT)


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=58281

--- shadow/58281	2004-05-10 11:48:22.000000000 -0400
+++ shadow/58281.tmp.2547	2004-05-10 11:48:22.000000000 -0400
@@ -0,0 +1,62 @@
+Bug#: 58281
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+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: 0.91: does not build on S/390, missing file mini-s390.h
+
+[...] 
+Making all in mini 
+make[3]: Entering directory `/usr/src/packages/BUILD/mono-0.91/mono/mini' 
+../../mono/monoburg/monoburg -c 1 -p 
+-e ./inssel.brg ./inssel-long32.brg ./inssel-float.brg ./inssel-s390.brg 
+-d inssel.h -s inssel.c 
+if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgc/include 
+-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   
+-pthread -I/ 
+opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include    
+-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -fexceptions 
+-D_FILE_OFFSET_BITS=64 - 
+DNO_UNALIGNED_ACCESS  -O2 -fsigned-char -fmessage-length=0 -Wall 
+-DKDE_ASSEMBLIES='"/opt/kde3/lib"' -fno-strict-aliasing -g -Wall -Wunused 
+-Wmissin 
+g-prototypes -Wmissing-declarations -Wstrict-prototypes  
+-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual 
+-Wcast-align -Wwrite- 
+strings -MT genmdesc-genmdesc.o -MD -MP -MF ".deps/genmdesc-genmdesc.Tpo" 
+-c -o genmdesc-genmdesc.o `test -f 'genmdesc.c' || echo './'`genmdesc.c; 
+\ 
+then mv -f ".deps/genmdesc-genmdesc.Tpo" ".deps/genmdesc-genmdesc.Po"; 
+else rm -f ".deps/genmdesc-genmdesc.Tpo"; exit 1; fi 
+In file included from mini.h:16, 
+                 from genmdesc.c:9: 
+mini-arch.h:11:23: mini-s390.h: No such file or directory 
+In file included from mini.h:17, 
+                 from genmdesc.c:9: 
+regalloc.h:38: error: `MONO_MAX_IREGS' undeclared here (not in a 
+function) 
+regalloc.h:39: error: `MONO_MAX_FREGS' undeclared here (not in a 
+function) 
+In file included from genmdesc.c:9: 
+mini.h:526: error: parse error before "MonoCompileArch" 
+mini.h:526: warning: no semicolon at end of struct or union 
+mini.h:530: warning: type defaults to `int' in declaration of 
+`MonoCompile' 
+mini.h:530: warning: data definition has no type or storage class 
+In file included from genmdesc.c:9: 
+mini.h:663: error: parse error before '*' token 
+mini.h:663: warning: function declaration isn't a prototype 
+mini.h:667: error: parse error before '*' token 
+mini.h:667: warning: function declaration isn't a prototype 
+[...]