[Mono-bugs] [Bug 82180][Maj] New - Mono 1.2.4 does not bootstrap

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 24 19:53:35 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=82180

--- shadow/82180	2007-07-24 19:53:34.000000000 -0400
+++ shadow/82180.tmp.25864	2007-07-24 19:53:34.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 82180
+Product: Mono: Runtime
+Version: 1.2
+OS: Solaris [Other]
+OS Details: Solaris Express Developer Edition, build 64a
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+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 1.2.4 does not bootstrap
+
+Description of Problem:
+Mono 1.2.4 does not bootstrap on Solaris Express: gmake fails, 
+complaining about operations involving non-existing directories.
+
+Steps to reproduce the problem:
+1. Download stable source tarball
+2. extract with GNOME File Roller 2.16.1
+3. configure --with-tls=pthread
+4. gmake
+
+Actual Results:
+[...]
+cd ../mcs && gmake PROFILES='default net_2_0' CC='gcc' all-profiles
+gmake[3]: Entering directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake profile-do--default--all profile-do--net_2_0--all
+gmake[4]: Entering directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake PROFILE=basic all
+gmake[5]: Entering directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+/bin/sh: build/deps/basic-profile-check.cs: Erzeugen nicht möglich
+gmake[6]: *** [build/deps/basic-profile-check.cs] Error 1
+gmake[6]: Entering directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+*** The compiler 'mcs' doesn't appear to be usable.
+*** Trying the 'monolite' directory.
+/bin/sh: ./build/deps/use-monolite: Erzeugen nicht möglich
+gmake[6]: *** [do-profile-check-monolite] Error 1
+gmake[6]: Leaving directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake[5]: *** [do-profile-check] Error 2
+gmake[5]: Leaving directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake[4]: *** [profile-do--basic--all] Error 2
+gmake[4]: Leaving directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake[3]: *** [profiles-do--all] Error 2
+gmake[3]: Leaving directory `/export/home/andreas/Documents/mono-
+1.2.4/mcs'
+gmake[2]: *** [all-local] Error 2
+gmake[2]: Leaving directory `/export/home/andreas/Documents/mono-
+1.2.4/runtime'
+gmake[1]: *** [all-recursive] Error 1
+gmake[1]: Leaving directory `/export/home/andreas/Documents/mono-1.2.4'
+gmake: *** [all] Error 2
+
+Expected Results:
+bootstrap without error
+
+How often does this happen? 
+always
+
+Additional Information:
+If I create the directories manually one after another the build makes 
+progress and finally succeeds.
+
+On Solaris 10 Mono 1.2.3(?) bootstrapped as expected, without such 
+problems.


More information about the mono-bugs mailing list