[Mono-bugs] [Bug 54643][Wis] New - make[3]: *** [../../../class/lib/I18N.dll] Error 1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 20 Feb 2004 03:13:01 -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 dan@dharik.com.

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

--- shadow/54643	2004-02-20 03:13:01.000000000 -0500
+++ shadow/54643.tmp.16448	2004-02-20 03:13:01.000000000 -0500
@@ -0,0 +1,155 @@
+Bug#: 54643
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dan@dharik.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: make[3]: *** [../../../class/lib/I18N.dll] Error 1
+
+dan mcs-0.30.1 # ./configure
+ 
+MCS module configured
+ 
+     Profile selected: default
+     Prefix:           /usr/local
+ 
+dan mcs-0.30.1 # make
+make[1]: Entering directory `/tmp/mcs-0.30.1/build'
+make[1]: Leaving directory `/tmp/mcs-0.30.1/build'
+make[1]: Entering directory `/tmp/mcs-0.30.1/jay'
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o closure.o
+closure.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o error.o error.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o lalr.o lalr.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o lr0.o lr0.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o main.o main.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o mkpar.o mkpar.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o output.o output.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o reader.o reader.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o symtab.o symtab.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o verbose.o
+verbose.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o warshall.o
+warshall.c
+gcc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -o jay closure.o
+error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o
+warshall.o
+make[1]: Leaving directory `/tmp/mcs-0.30.1/jay'
+make[1]: Entering directory `/tmp/mcs-0.30.1/mcs'
+../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay >cs-parser.cs
+../jay/jay: 2 rules never reduced
+../jay/jay: 30 shift/reduce conflicts, 1 reduce/reduce conflict.
+mcs   -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs
+anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
+class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs
+enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
+interface.cs iterators.cs literal.cs location.cs modifiers.cs namespace.cs
+parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs
+typemanager.cs symbolwriter.cs tree.cs cs-parser.cs
+Compilation succeeded
+make[1]: Leaving directory `/tmp/mcs-0.30.1/mcs'
+make[1]: Entering directory `/tmp/mcs-0.30.1/class'
+make[2]: Entering directory `/tmp/mcs-0.30.1/class/corlib'
+Creating ../../build/deps/corlib_plattest.dll.response ...
+Creating ../../build/deps/corlib_plattest.dll.makefrag ...
+Creating ../../build/deps/corlib_test.dll.response ...
+Creating ../../build/deps/corlib_test.dll.makefrag ...
+Creating ../../build/deps/corlib_res.dll.response ...
+Creating ../../build/deps/corlib_res.dll.makefrag ...
+Creating ../../build/deps/corlib.dll.response ...
+Creating ../../build/deps/corlib.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mcs-0.30.1/class/corlib'
+make[2]: Entering directory `/tmp/mcs-0.30.1/class/corlib'
+touch ../../build/deps/corlib.dll.stamp
+mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  -d:NET_1_1 -d:ONLY_1_1 -g
+/noconfig /unsafe /nostdlib /target:library
+/out:../../class/lib/mscorlib.dll @../../build/deps/corlib.dll.response
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mcs-0.30.1/class/corlib'
+make[2]: Entering directory `/tmp/mcs-0.30.1/class/I18N'
+make[3]: Entering directory `/tmp/mcs-0.30.1/class/I18N/Common'
+Creating ../../../build/deps/I18N.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mcs-0.30.1/class/I18N/Common'
+make[3]: Entering directory `/tmp/mcs-0.30.1/class/I18N/Common'
+touch ../../../build/deps/I18N.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll  -d:NET_1_1 -d:ONLY_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.dll @I18N.dll.sources
+ 
+** (../../../mcs/mcs.exe:2041): WARNING **: cant resolve internal call to
+"System.Threading.Thread::current_lcid()" (tested without signature also)
+ 
+Your mono runtime and corlib are out of sync.
+Corlib is: ../../../class/lib/mscorlib.dll
+ 
+When you update one from cvs you need to update, compile and install
+the other too.
+Do not report this as a bug unless you're sure you have updated correctly:
+you probably have a broken mono install.
+If you see other errors or faults after this message they are probably related
+and you need to fix your mono install first.
+ 
+** (../../../mcs/mcs.exe:2041): WARNING **: cant resolve internal call to
+"System.Threading.Thread::current_lcid()" (tested without signature also)
+ 
+Your mono runtime and corlib are out of sync.
+Corlib is: ../../../class/lib/mscorlib.dll
+ 
+When you update one from cvs you need to update, compile and install
+the other too.
+Do not report this as a bug unless you're sure you have updated correctly:
+you probably have a broken mono install.
+If you see other errors or faults after this message they are probably related
+and you need to fix your mono install first.
+ 
+Unhandled Exception: System.MissingMethodException: A missing method
+exception has occurred.
+in <0x00042> (wrapper managed-to-native)
+System.Threading.Thread:current_lcid ()
+in <0x00081> System.Threading.Thread:get_CurrentCulture ()
+in <0x00016> System.Globalization.CultureInfo:get_CurrentCulture ()
+in <0x00026> System.String:Compare (string,int,string,int,int)
+in <0x0008a> System.String:StartsWith (string)
+in <0x00272> Mono.CSharp.Driver:MainDriver (string[])
+in <0x0001b> Mono.CSharp.Driver:Main (string[])
+ 
+make[3]: *** [../../../class/lib/I18N.dll] Error 1
+make[3]: Leaving directory `/tmp/mcs-0.30.1/class/I18N/Common'
+make[2]: *** [all-recursive] Error 1
+make[2]: Leaving directory `/tmp/mcs-0.30.1/class/I18N'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/tmp/mcs-0.30.1/class'
+make: *** [all-recursive] Error 1
+
+
+
+How often does this happen? 
+Everytime
+
+Additional Information:
+System uname: 2.6.3-rc2 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
+Gentoo Base System version 1.4.3.13
+distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
+[disabled]
+Autoconf: sys-devel/autoconf-2.59-r3
+Automake: sys-devel/automake-1.8.2
+ACCEPT_KEYWORDS="x86 ~x86"
+AUTOCLEAN="yes"
+CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
+CHOST="i686-pc-linux-gnu"
+COMPILER="gcc3"
+CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
+/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
+/usr/share/config /var/bind /var/qmail/control"
+CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
+CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"