[Mono-bugs] [Bug 79008][Min] New - "make clean" deletes build/Mono.Debugger.Cecil.dll
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 3 21:05:45 EDT 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 tekhedd at byteheaven.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79008
--- shadow/79008 2006-08-03 21:05:45.000000000 -0400
+++ shadow/79008.tmp.5383 2006-08-03 21:05:45.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 79008
+Product: Mono: Debugger
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: backend
+AssignedTo: martin at ximian.com
+ReportedBy: tekhedd at byteheaven.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: "make clean" deletes build/Mono.Debugger.Cecil.dll
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+"make clean" deletes build/Mono.Debugger.Cecil.dll, which then results in a
+somewhat cryptic build failure (unless you know what's going on)
+
+Mono.Debugger.Cecil.dll is not built, but retrieved from subversion.
+
+Steps to reproduce the problem:
+1. make clean
+2. make
+
+Actual Results:
+
+[...other make spam removed]
+Making all in build
+make[2]: Entering directory `/mnt/tekhedd/mono/debugger/build'
+sed -e 's^\@onedir\@^/usr/local/lib/mono/1.0^g' < ./mdb.in > mdb.tmp \
+&& mv mdb.tmp mdb
+make[2]: *** No rule to make target `Mono.Debugger.Cecil.dll', needed by
+`Mono.Debugger.dll'. Stop.
+make[2]: Leaving directory `/mnt/tekhedd/mono/debugger/build'
+[...etc]
+
+Workaround:
+
+Retrieve from subversion. It's easy when you know the secret.
+
+babylon:~/mono/debugger$ svn up
+Restored 'build/Mono.Debugger.Cecil.dll'
+At revision 63335.
More information about the mono-bugs
mailing list