[Mono-bugs] [Bug 66650][Nor] New - Problems with amd64 and JIT 1.1.1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 18:59:36 -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 kriberg@tihlde.org.

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

--- shadow/66650	2004-09-22 18:59:36.000000000 -0400
+++ shadow/66650.tmp.25822	2004-09-22 18:59:36.000000000 -0400
@@ -0,0 +1,66 @@
+Bug#: 66650
+Product: Mono: Doctools
+Version: unspecified
+OS: other
+OS Details: Gentoo 2.6.8.1 x86_64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Core
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: kriberg@tihlde.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problems with amd64 and JIT 1.1.1
+
+Description of Problem:
+The monodoc package will not compile with mono 1.1.1 on amd64 (x86_64). Complete output 
+from make:
+Making all in browser
+make[1]: Entering directory `/var/tmp/portage/monodoc-1.0.2/work/monodoc-1.0.2/browser'
+cp ../mono.pub .
+mcs -debug -out:monodoc.dll -target:library /resource:./mono-ecma.xsl,mono-ecma.xsl /
+resource:./ecmaspec-html.xsl,ecmaspec-html.xsl ./colorizer.cs ./man-provider.cs ./monohb-
+provider.cs ./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs ./html-helper.cs ./provider.
+cs ./index.cs ./error-provider.cs ./ecmaspec-provider.cs ./editing.cs ./settings.cs ./
+commentservice.cs ./XmlNodeWriter.cs AssemblyInfo.cs      -r:ICSharpCode.SharpZipLib.dll -r:
+System.Web -r:System.Web.Services
+./ecmaspec-provider.cs(115) warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.
+XmlReader)' is obsolete: 'You should pass evidence.'
+./ecmaspec-provider.cs(121) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.
+Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is 
+obsolete: 'You should pass XmlResolver to Transform() method'
+./editing.cs(39) warning CS0162: Unreachable code detected
+Compilation succeeded - 3 warning(s)
+mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./history.cs ./Contributions.cs ./
+XmlNodeWriter.cs        -resource:./../monodoc.png,monodoc.png -resource:./browser.glade,
+browser.glade  -pkg:gtkhtml-sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll
+Compilation succeeded
+mcs /debug /out:assembler.exe ./assembler.cs  -r:ICSharpCode.SharpZipLib.dll -r:./monodoc.dll
+Compilation succeeded
+mcs ./normalize.cs -out:normalize.exe
+Compilation succeeded
+mcs ./mod.cs -r:./monodoc.dll -out:mod.exe
+Compilation succeeded
+mcs ./validate.cs -out:validate.exe /resource:./monodoc-ecma.xsd,monodoc-ecma.xsd
+Compilation succeeded
+if sed 's,@''monodocdir@,/usr/lib/monodoc,' ./monodoc.dll.config.in > monodoc.dll.configt; then 
+mv monodoc.dll.configt monodoc.dll.config; else rm -f monodoc.dll.configt ; exit 1; fi
+make[1]: Leaving directory `/var/tmp/portage/monodoc-1.0.2/work/monodoc-1.0.2/browser'
+Making all in class
+make[1]: Entering directory `/var/tmp/portage/monodoc-1.0.2/work/monodoc-1.0.2/class'
+mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334
+        Section: 1
+
+** (../browser/assembler.exe:7435): WARNING **: wrong maximal instruction length of 
+instruction amd64_icompare_membase_reg (expected 7, got 8)
+
+** ERROR **: file mini-amd64.c: line 4591 (mono_arch_output_basic_block): should not be 
+reached
+aborting...
+make[1]: *** [ecma334.tree] Killed
+make[1]: Leaving directory `/var/tmp/portage/monodoc-1.0.2/work/monodoc-1.0.2/class'
+make: *** [all-recursive] Error 1