[Mono-bugs] [Bug 54032][Nor] Changed - mcs fails to build assembly on vfat mounted volume

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 15:54:53 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/54032	2004-04-28 13:41:53.000000000 -0400
+++ shadow/54032.tmp.9630	2004-04-28 15:54:53.000000000 -0400
@@ -52,6 +52,15 @@
 //
 File.SetAttributes (fileName, (FileAttributes) (unchecked ((int)
 0x80000000)));
                                                                      
       
 which in the end calls SetFileAttributes in io.c.
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-28 15:54 -------
+In line 2953:
+if (attrs & 0x80000000){
+	result = chmod (utf8_name, buf.st_mode | S_IEXEC | S_IXOTH | S_IXGRP);
+}
+
+we could just ignore the result from that chmod.
+