[Mono-bugs] [Bug 73424][Cri] New - error when running make / System.XML ** ERROR **: transform.c: Unimplemented opcode: 0xF0 0c at 0xd
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 06:13:27 -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 john.enevoldson@pulsen.se.
http://bugzilla.ximian.com/show_bug.cgi?id=73424
--- shadow/73424 2005-03-07 06:13:27.000000000 -0500
+++ shadow/73424.tmp.27122 2005-03-07 06:13:27.000000000 -0500
@@ -0,0 +1,89 @@
+Bug#: 73424
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SuSE 8.1
+OS Details: running on s/390
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: john.enevoldson@pulsen.se
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: error when running make / System.XML ** ERROR **: transform.c: Unimplemented opcode: 0xF0 0c at 0xd
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+When running make for 1.1.4 from daily copy 20050304 we get the following
+error:
+
+make all-local
+make[8]: Entering directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System'
+** Warning: System.dll built without parts that depend on: System.Xml.dll
+mcs -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -
+debug /noconfig /r:mscorlib.dll /target:library /out:System.dll
+@System.dll.sources
+Compilation succeeded
+: System.dll ../../class/mono.snk
+mv System.dll ../../class/lib/basic/System.dll
+test ! -f System.dll.mdb || mv
+System.dll.mdb ../../class/lib/basic/System.dll.mdb
+make[8]: Leaving directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System'
+make[7]: Leaving directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System'
+make[7]: Entering directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System.XML'
+Creating ../../build/deps/basic_System.Xml.dll.makefrag ...
+make[7]: Leaving directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System.XML'
+make[7]: Entering directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System.XML'
+make all-local
+make[8]: Entering directory `/home/tje/mono/source/mono-
+1.1.4.20050304/mcs/class/System.XML'
+../../jay/jay -ct < ../../jay/skeleton.cs System.Xml.XPath/Parser.jay
+>System.Xml.XPath/Parser.cs
+MONO_PATH="../../class/lib/basic:$MONO_PATH" /home/tje/mono/source/mono-
+1.1.4.20050304/runtime/mono-wrapper ../../class/lib/basic/mcs.exe -
+d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -
+debug /noconfig /lib:/usr/local/lib /noconfig /unsafe /r:mscorlib.dll /r:Sy
+stem.dll /nowarn:0162 /nowarn:0618 /nowarn:0612 /target:library /out:System
+.Xml.dll System.Xml.XPath/Parser.cs @System.Xml.dll.sources
+
+** ERROR **: transform.c: Unimplemented opcode: 0xF0 0c at 0xd
+
+aborting...
+Nothing can catch this exception: ExecutionEngineException: Abort
+(SIGABRT).
+
+We are thus unable to continue with the install.
+
+Version 1.1.3 is ok.
+
+(We have tried with the "default" 1.1.4 download but run into another
+problem earlier in the make process.)
+
+
+Steps to reproduce the problem:
+1. run configure
+2. run make
+3.
+
+Actual Results:
+compile aborts
+
+Expected Results:
+clean compile
+
+How often does this happen?
+every time
+
+Additional Information: