[Mono-bugs] [Bug 55840][Wis] New - AMD64 build broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Mar 2004 01:44:54 -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 bratsche@gnome.org.

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

--- shadow/55840	2004-03-20 01:44:54.000000000 -0500
+++ shadow/55840.tmp.16132	2004-03-20 01:44:54.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 55840
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Gentoo AMD64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bratsche@gnome.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: AMD64 build broken
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The AMD64 build is broken.  The configure script sets arch_target to x86-64
+so that when build enters mono/arch, it tries to cd x86-64 but that
+directory doesn't exist.  The directory amd64 exists though.
+
+Steps to reproduce the problem:
+1. Try to build on AMD64.
+2. 
+3. 
+
+Actual Results:
+make[3]: Leaving directory `/home/cody/mono/tmp/mono-0.31/mono/dis'
+Making all in arch
+make[3]: Entering directory `/home/cody/mono/tmp/mono-0.31/mono/arch'
+Making all in x86-64
+/bin/sh: line 1: cd: x86-64: No such file or directory
+make[3]: *** [all-recursive] Error 1
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: