[Mono-bugs] [Bug 638728] New: Compilation not multiprocess-safe (dependencies missing)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Sep 11 14:32:51 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=638728
https://bugzilla.novell.com/show_bug.cgi?id=638728#c0
Summary: Compilation not multiprocess-safe (dependencies
missing)
Classification: Mono
Product: Mono: Debugger
Version: SVN
Platform: All
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: backend
AssignedTo: martin at novell.com
ReportedBy: doc.formatique at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.8
(KHTML, like Gecko) Ubuntu/10.10 Chromium/7.0.522.0 Chrome/7.0.522.0
Safari/534.8
make -jN failure: mdb-symbolreader.exe doesn't say it depends on
Mono.Debugger.Test.Framework.dll.
Reproducible: Sometimes
Steps to Reproduce:
1. make distclean
2. ./autogen.sh
3. make -j
Actual Results:
/usr/local/bin/gmcs -out:mdb-symbolreader.exe -r:./Mono.Cecil.dll
./symbolwriter/ndesk-options.cs ../symbolwriter/MonoSymbolFile.cs
./symbolwriter/MonoSymbolTable.cs ../symbolwriter/MdbSymbolReader.cs
AssemblyInfo.cs -debug -define:DEBUG -define:DEBUGGER_SOURCE -nowarn:0169,0067
-define:MONO_TRUNK -d:CECIL -d:LINQ -d:NDESK_OPTIONS
error CS0006: cannot find metadata file `Mono.Debugger.Test.Framework.dll'
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [debugger-test-server.exe] Error 1
make[2]: *** Waiting for unfinished jobs....
Expected Results:
Compilation succeeded - N warning(s)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list