[Mono-bugs] [Bug 79462][Maj] Changed - gmcs dies with "failed to create shadow copy"

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 07:27:26 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 robertj at gmx.net.

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

--- shadow/79462	2006-11-10 07:16:53.000000000 -0500
+++ shadow/79462.tmp.6931	2006-11-10 07:27:26.000000000 -0500
@@ -147,6 +147,18 @@
 
 
 ------- Additional Comments From phbaer at npw.net  2006-11-10 07:16 -------
 Created an attachment (id=18051)
 Test case for bug 79462 (Mono 1.1.17.1 amd64 and 1.1.18/1.2 i386 on Ubuntu 6.10 AMD64)
 
+
+------- Additional Comments From robertj at gmx.net  2006-11-10 07:27 -------
+The problem is
+
+export MONO_PATH=$MONO_PATH:$PWD/lib
+
+When the previous MONO_PATH is empty, the new one will look like:
+
+MONO_PATH=:/home/robertj/src/mono-test/c/lib
+
+The leading colon is the culprit.
+


More information about the mono-bugs mailing list