[Mono-bugs] [Bug 81417][Cri] New - Mono does not build on Mac OS X

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 21 13:25:47 EDT 2007


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 andreas.faerber at web.de.

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

--- shadow/81417	2007-04-21 13:25:47.000000000 -0400
+++ shadow/81417.tmp.24371	2007-04-21 13:25:47.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 81417
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: OS X v10.4.9 ppc
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: andreas.faerber at web.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono does not build on Mac OS X
+
+Description of Problem:
+Mono no longer builds on Mac OS X "Tiger".
+
+Steps to reproduce the problem:
+1. Update to r75703 or later (here: 76035)
+2. ./autogen.sh
+
+Actual Results:
+Running automake --gnu  ...
+mono/mini/Makefile.am:478: BUILT_SOURCES was already defined in condition TRUE, which 
+implies condition JIT_SUPPORTED_TRUE
+
+  BUILT_SOURCES (User, where = mono/mini/Makefile.am:478) +=
+  {
+    TRUE => version.h
+  }
+**Error**: automake failed.
+
+
+Expected Results:
+Correct generation of makefiles
+
+How often does this happen? 
+Each attempt
+
+Additional Information:
+r75703 has made changes to Makefile.am which seem to break the build process:
++BUILT_SOURCES = ...
+ if JIT_SUPPORTED
+-BUILT_SOURCES = ...
++BUILT_SOURCES += ...
+ endif


More information about the mono-bugs mailing list