зеркало из https://github.com/mono/mail-archives.git
93 строки
4.1 KiB
HTML
93 строки
4.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
|
|
__SECURITY_BOOTSTRAP_DB env variable is present
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2074975%5D%5BNor%5D%20Changed%20-%20Bad%20CS0647%20when%0A%09__SECURITY_BOOTSTRAP_DB%20env%20variable%20is%20present&In-Reply-To=bug-74975%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030617.html">
|
|
<LINK REL="Next" HREF="030619.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
|
|
__SECURITY_BOOTSTRAP_DB env variable is present</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2074975%5D%5BNor%5D%20Changed%20-%20Bad%20CS0647%20when%0A%09__SECURITY_BOOTSTRAP_DB%20env%20variable%20is%20present&In-Reply-To=bug-74975%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
|
|
__SECURITY_BOOTSTRAP_DB env variable is present">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Sun Jun 19 09:48:02 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030617.html">[Mono-bugs] [Bug 75284][Nor] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030619.html">[Mono-bugs] [Bug 75284][Nor] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30618">[ date ]</a>
|
|
<a href="thread.html#30618">[ thread ]</a>
|
|
<a href="subject.html#30618">[ subject ]</a>
|
|
<a href="author.html#30618">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">sebastien at ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=74975">http://bugzilla.ximian.com/show_bug.cgi?id=74975</A>
|
|
|
|
--- shadow/74975 2005-06-02 09:04:38.000000000 -0400
|
|
+++ shadow/74975.tmp.6536 2005-06-19 09:48:02.000000000 -0400
|
|
@@ -85,6 +85,19 @@
|
|
Error.
|
|
|
|
So I think this is because the "DB" used for System must also contains
|
|
the "symbols" from corlib.
|
|
|
|
I'll continue investigating this...
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">sebastien at ximian.com</A> 2005-06-19 09:48 -------
|
|
+Ok, I think I got it to work in both case with CSC
|
|
+
|
|
+(a) __SECURITY_BOOTSTRAP_DB must point to the same directory as the
|
|
+one used to compile corlib (to re-use the database);
|
|
+
|
|
+(b) (for the first time) CSC _must_ System.dll without the /nonconfig
|
|
+and /r:mscorlib.dll options.
|
|
+
|
|
+This allowed to build System.dll and update the security database
|
|
+(SecurityDB.db|.idx|.raw files). Further compilation could be done
|
|
+with (or without) /noconfig and /r:mscorlib.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030617.html">[Mono-bugs] [Bug 75284][Nor] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030619.html">[Mono-bugs] [Bug 75284][Nor] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30618">[ date ]</a>
|
|
<a href="thread.html#30618">[ thread ]</a>
|
|
<a href="subject.html#30618">[ subject ]</a>
|
|
<a href="author.html#30618">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|