[Mono-bugs] [Bug 79955][Min] New - make -j ignored when building class library

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 17 06:00:32 EST 2006


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 pawel.sakowski at mindbreeze.com.

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

--- shadow/79955	2006-11-17 06:00:32.000000000 -0500
+++ shadow/79955.tmp.28016	2006-11-17 06:00:32.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 79955
+Product: Mono: Runtime
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: pawel.sakowski at mindbreeze.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: make -j ignored when building class library
+
+Description of Problem:
+If parallel make build is invoked, the class library is still built
+serialized. In result, the build server's resources aren't fully taken
+advantage of.
+
+Steps to reproduce the problem:
+1. tar xzf mono-1.2.tar.gz
+2. cd mono-1.2
+3. ./configure
+4. make -j6
+5. While building the class library, invoke several times:
+   ps x|grep mcs.exe|grep -v grep|wc -l
+
+Actual Results:
+0 or 1 (1 most of the time).
+
+Expected Results:
+Between 0 and 6 (6 most of the time).
+
+How often does this happen?
+100%
+
+Additional Information:
+The -j option seems to be passed (and work) properly when building the runtime.


More information about the mono-bugs mailing list