[Mono-bugs] [Bug 54032][Nor] New - mcs fails to build assembly on vfat mounted volume
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 05:58:27 -0500 (EST)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=54032
--- shadow/54032 2004-02-08 05:58:27.000000000 -0500
+++ shadow/54032.tmp.7038 2004-02-08 05:58:27.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 54032
+Product: Mono/Compilers
+Version: unspecified
+OS:
+OS Details: Gentoo Linux 1.4
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs fails to build assembly on vfat mounted volume
+
+mcs (built from cvs) fails to build an assembly on a mounted vfat volume.
+
+Apparently the assembly is built correctly, but mcs still reports the
+following error :
+
+error CS0016: Could not write to file `MonoTest.exe', cause: Could not find
+file "./MonoTest.exe"
+Compilation failed: 1 error(s), 0 warnings
+
+But as I said, the assembly is indeed created successfully.