[Mono-bugs] [Bug 52930][Wis] New - The compilation of msc-0.29 fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jan 2004 06:12:04 -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 manuel.serrano@inria.fr.

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

--- shadow/52930	2004-01-16 06:12:04.000000000 -0500
+++ shadow/52930.tmp.8519	2004-01-16 06:12:04.000000000 -0500
@@ -0,0 +1,754 @@
+Bug#: 52930
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Gentoo Linux 2.4.22, gcc 3.2.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Manuel.Serrano@inria.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The compilation of msc-0.29 fails
+
+Description of Problem:
+The compilation of msc fails.
+
+Steps to reproduce the problem:
+1. configure
+2. make
+3. 
+
+Actual Results:
+redrock:.../mono/mcs-0.29> make
+make[1]: Entering directory `/tmp/mono/mcs-0.29/build'
+make[1]: Leaving directory `/tmp/mono/mcs-0.29/build'
+make[1]: Entering directory `/tmp/mono/mcs-0.29/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/mono/mcs-0.29/jay'
+make[1]: Entering directory `/tmp/mono/mcs-0.29/mcs'
+../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay >cs-parser.cs
+../jay/jay: 2 rules never reduced
+../jay/jay: 31 shift/reduce conflicts, 1 reduce/reduce conflict.
+mcs   -d:NET_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/mono/mcs-0.29/mcs'
+make[1]: Entering directory `/tmp/mono/mcs-0.29/class'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/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/mono/mcs-0.29/class/corlib'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/corlib'
+touch ../../build/deps/corlib.dll.stamp
+mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  -d:NET_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/mono/mcs-0.29/class/corlib'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/I18N'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/Common'
+Creating ../../../build/deps/I18N.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Common'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/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 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.dll @I18N.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Common'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/West'
+Creating ../../../build/deps/I18N.West.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/West'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/West'
+touch ../../../build/deps/I18N.West.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll /r:I18N.dll  -d:NET_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.West.dll @I18N.West.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/West'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/MidEast'
+Creating ../../../build/deps/I18N.MidEast.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/MidEast'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/MidEast'
+touch ../../../build/deps/I18N.MidEast.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll /r:I18N.dll  -d:NET_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.MidEast.dll @I18N.MidEast.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/MidEast'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/Other'
+Creating ../../../build/deps/I18N.Other.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Other'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/Other'
+touch ../../../build/deps/I18N.Other.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll /r:I18N.dll  -d:NET_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.Other.dll @I18N.Other.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Other'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/Rare'
+Creating ../../../build/deps/I18N.Rare.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Rare'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/Rare'
+touch ../../../build/deps/I18N.Rare.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll /r:I18N.dll  -d:NET_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.Rare.dll @I18N.Rare.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/Rare'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/CJK'
+Creating ../../../build/deps/I18N.CJK.dll.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/CJK'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/I18N/CJK'
+touch ../../../build/deps/I18N.CJK.dll.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table
+/resource:ks.table /r:mscorlib.dll /r:I18N.dll  -d:NET_1_1 -g /noconfig 
+/target:library /out:../../../class/lib/I18N.CJK.dll @I18N.CJK.dll.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N/CJK'
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/I18N'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System'
+Creating ../../build/deps/System_test.dll.response ...
+Creating ../../build/deps/System_test.dll.makefrag ...
+Creating ../../build/deps/System.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System'
+touch ../../build/deps/System.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /lib:/usr/local/lib /r:System.Xml.dll /r:mscorlib.dll
+/target:library /out:../../class/lib/System.dll @System.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.XML'
+Creating ../../build/deps/System.Xml_test.dll.response ...
+Creating ../../build/deps/System.Xml_test.dll.makefrag ...
+Creating ../../build/deps/System.Xml.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.XML'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.XML'
+../../jay/jay -ct < ../../jay/skeleton.cs System.Xml.XPath/Parser.jay
+>System.Xml.XPath/Parser.cs
+touch ../../build/deps/System.Xml.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:649 /nowarn:169
+/target:library /out:../../class/lib/System.Xml.dll @System.Xml.dll.sources
+System.Xml.XPath/Iterator.cs(176) warning CS0108: The keyword new is
+required on `System.Xml.XPath.ParensIterator._iter' because it hides
+`SimpleIterator._iter'
+System.Xml.Schema/XmlSchemaSimpleType.cs(50) warning CS0108: The keyword
+new is required on `System.Xml.Schema.XmlSchemaSimpleType.Datatype' because
+it hides inherited member `XmlSchemaType.Datatype'
+System.Xml.Xsl/Multiplexer.cs(136) warning CS0618: Method `Load' is
+obsolete: `You should pass evidence.'
+System.Xml.Xsl/Multiplexer.cs(144) warning CS0618: Method `Load' is
+obsolete: `You should pass evidence.'
+Compilation succeeded - 4 warning(s)
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.XML'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Drawing'
+Creating ../../build/deps/System.Drawing.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Drawing'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Drawing'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/System.Drawing/gdiplus'
+(if pkg-config --modversion cairo; then \
+        make guilibrary; \
+else \
+        echo WARNING: Skipping gdiplus library compilation; \
+        gcc -shared -Wl,-soname,libgdiplus.dll.so -o
+../../../class/lib/libgdiplus.dll.so empty.c;  \
+fi)
+Package cairo was not found in the pkg-config search path.
+Perhaps you should add the directory containing `cairo.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'cairo' found
+WARNING: Skipping gdiplus library compilation
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Drawing/gdiplus'
+touch ../../build/deps/System.Drawing.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /define:DECLARE_CDECL_DELEGATES /r:mscorlib.dll
+/r:System.dll /nowarn:649 /nowarn:169 /target:library
+/out:../../class/lib/System.Drawing.dll @System.Drawing.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Drawing'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.EnterpriseServices'
+Creating ../../build/deps/System.EnterpriseServices.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.EnterpriseServices'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.EnterpriseServices'
+touch ../../build/deps/System.EnterpriseServices.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll /target:library
+/out:../../class/lib/System.EnterpriseServices.dll
+@System.EnterpriseServices.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.EnterpriseServices'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.Tds'
+Creating ../../build/deps/Mono.Data.Tds.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.Tds'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.Tds'
+touch ../../build/deps/Mono.Data.Tds.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/target:library /out:../../class/lib/Mono.Data.Tds.dll
+@Mono.Data.Tds.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.Tds'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Security'
+Creating ../../build/deps/System.Security_test.dll.response ...
+Creating ../../build/deps/System.Security_test.dll.makefrag ...
+Creating ../../build/deps/System.Security.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Security'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Security'
+touch ../../build/deps/System.Security.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/target:library /out:../../class/lib/System.Security.dll
+@System.Security.dll.sources
+System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(98) warning
+CS0618: Method `XslTransform.Load(System.Xml.XPath.IXPathNavigable)' is
+obsolete: `You should pass evidence.'
+System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(101) warning
+CS0618: Method `XslTransform.Load(System.Xml.XPath.IXPathNavigable)' is
+obsolete: `You should pass evidence.'
+Compilation succeeded - 2 warning(s)
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Security'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Data'
+Creating ../../build/deps/System.Data_test.dll.response ...
+Creating ../../build/deps/System.Data_test.dll.makefrag ...
+Creating ../../build/deps/System.Data.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Data'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Data'
+touch ../../build/deps/System.Data.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168
+/r:mscorlib.dll /r:../../class/lib/System.dll /r:System.Xml.dll
+/r:System.EnterpriseServices.dll /r:Mono.Data.Tds.dll /target:library
+/out:../../class/lib/System.Data.dll @System.Data.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Data'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.GetOptions'
+Creating ../../build/deps/Mono.GetOptions.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.GetOptions'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.GetOptions'
+touch ../../build/deps/Mono.GetOptions.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig  /target:library /out:../../class/lib/Mono.GetOptions.dll
+@Mono.GetOptions.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.GetOptions'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Web'
+Creating ../../build/deps/System.Web.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Web'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Web'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/System.Web/Test'
+make[4]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Web/Test/TestMonoWeb'
+make[4]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Web/Test/TestMonoWeb'
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Web/Test'
+touch ../../build/deps/System.Web.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /nowarn:649 /r:mscorlib.dll /r:System.dll
+/r:System.Drawing.dll /r:System.Data.dll /r:System.Xml.dll /target:library
+/out:../../class/lib/System.Web.dll @System.Web.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Web'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Web.Services'
+Creating ../../build/deps/System.Web.Services_test.dll.response ...
+Creating ../../build/deps/System.Web.Services_test.dll.makefrag ...
+Creating ../../build/deps/System.Web.Services.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Web.Services'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Web.Services'
+touch ../../build/deps/System.Web.Services.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /nowarn:649 /nowarn:169 /r:mscorlib.dll /r:System.dll
+/r:System.EnterpriseServices.dll /r:System.Xml.dll /r:System.Web.dll
+/target:library /out:../../class/lib/System.Web.Services.dll
+@System.Web.Services.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Web.Services'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Runtime.Serialization.Formatters.Soap'
+Creating
+../../build/deps/System.Runtime.Serialization.Formatters.Soap_test.dll.response
+...
+Creating
+../../build/deps/System.Runtime.Serialization.Formatters.Soap_test.dll.makefrag
+...
+Creating
+../../build/deps/System.Runtime.Serialization.Formatters.Soap.dll.makefrag ...
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Runtime.Serialization.Formatters.Soap'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Runtime.Serialization.Formatters.Soap'
+touch ../../build/deps/System.Runtime.Serialization.Formatters.Soap.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/target:library
+/out:../../class/lib/System.Runtime.Serialization.Formatters.Soap.dll
+@System.Runtime.Serialization.Formatters.Soap.dll.sources
+Compilation succeeded
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Runtime.Serialization.Formatters.Soap'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Runtime.Remoting'
+Creating ../../build/deps/System.Runtime.Remoting_test.dll.response ...
+Creating ../../build/deps/System.Runtime.Remoting_test.dll.makefrag ...
+Creating ../../build/deps/System.Runtime.Remoting.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Runtime.Remoting'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Runtime.Remoting'
+touch ../../build/deps/System.Runtime.Remoting.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll
+/r:System.Runtime.Serialization.Formatters.Soap.dll /target:library
+/out:../../class/lib/System.Runtime.Remoting.dll
+@System.Runtime.Remoting.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Runtime.Remoting'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Configuration.Install'
+Creating ../../build/deps/System.Configuration.Install_test.dll.response ...
+Creating ../../build/deps/System.Configuration.Install_test.dll.makefrag ...
+Creating ../../build/deps/System.Configuration.Install.dll.makefrag ...
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Configuration.Install'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Configuration.Install'
+touch ../../build/deps/System.Configuration.Install.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/System.Configuration.Install.dll
+@System.Configuration.Install.dll.sources
+Compilation succeeded
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Configuration.Install'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Management'
+Creating ../../build/deps/System.Management.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Management'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Management'
+touch ../../build/deps/System.Management.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll
+/r:System.Configuration.Install.dll /target:library
+/out:../../class/lib/System.Management.dll @System.Management.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Management'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.CSharp.Debugger'
+Creating ../../build/deps/Mono.CSharp.Debugger.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.CSharp.Debugger'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.CSharp.Debugger'
+touch ../../build/deps/Mono.CSharp.Debugger.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /target:library
+/out:../../class/lib/Mono.CSharp.Debugger.dll @Mono.CSharp.Debugger.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.CSharp.Debugger'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.DB2Client'
+Creating ../../build/deps/Mono.Data.DB2Client.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.DB2Client'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.DB2Client'
+touch ../../build/deps/Mono.Data.DB2Client.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /target:library
+/out:../../class/lib/Mono.Data.DB2Client.dll @Mono.Data.DB2Client.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.DB2Client'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.MySql'
+Creating ../../build/deps/Mono.Data.MySql.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.MySql'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.MySql'
+touch ../../build/deps/Mono.Data.MySql.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /target:library /out:../../class/lib/Mono.Data.MySql.dll
+@Mono.Data.MySql.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.MySql'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/Mono.Data.PostgreSqlClient'
+Creating ../../build/deps/Mono.Data.PostgreSqlClient.dll.makefrag ...
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/Mono.Data.PostgreSqlClient'
+make[2]: Entering directory
+`/tmp/mono/mcs-0.29/class/Mono.Data.PostgreSqlClient'
+touch ../../build/deps/Mono.Data.PostgreSqlClient.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /target:library
+/out:../../class/lib/Mono.Data.PostgreSqlClient.dll
+@Mono.Data.PostgreSqlClient.dll.sources
+Compilation succeeded
+make[2]: Leaving directory
+`/tmp/mono/mcs-0.29/class/Mono.Data.PostgreSqlClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.SqliteClient'
+Creating ../../build/deps/Mono.Data.SqliteClient.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.SqliteClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.SqliteClient'
+touch ../../build/deps/Mono.Data.SqliteClient.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:System.dll /r:System.Data.dll /target:library
+/out:../../class/lib/Mono.Data.SqliteClient.dll
+@Mono.Data.SqliteClient.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.SqliteClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.SybaseClient'
+Creating ../../build/deps/Mono.Data.SybaseClient.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.SybaseClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.SybaseClient'
+touch ../../build/deps/Mono.Data.SybaseClient.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll
+/target:library /out:../../class/lib/Mono.Data.SybaseClient.dll
+@Mono.Data.SybaseClient.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.SybaseClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.TdsClient'
+Creating ../../build/deps/Mono.Data.TdsClient.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.TdsClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Data.TdsClient'
+touch ../../build/deps/Mono.Data.TdsClient.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll
+/target:library /out:../../class/lib/Mono.Data.TdsClient.dll
+@Mono.Data.TdsClient.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Data.TdsClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Data.OracleClient'
+Creating ../../build/deps/System.Data.OracleClient.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Data.OracleClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Data.OracleClient'
+touch ../../build/deps/System.Data.OracleClient.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /nowarn:649 /nowarn:169 /target:library
+/out:../../class/lib/System.Data.OracleClient.dll
+@System.Data.OracleClient.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Data.OracleClient'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit'
+Creating ../../build/deps/Mono.PEToolkit.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit/build'
+Creating ../../../build/deps/mddump.exe.makefrag ...
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit/build'
+make[3]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit/build'
+touch ../../../build/deps/mddump.exe.stamp
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/unsafe  -d:NET_1_1 -g /target:exe /out:mddump.exe  @mddump.exe.sources
+Compilation succeeded
+make[3]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit/build'
+touch ../../build/deps/Mono.PEToolkit.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:mscorlib.dll /r:System.Xml.dll /target:library
+/out:../../class/lib/Mono.PEToolkit.dll @Mono.PEToolkit.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.PEToolkit'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Posix'
+Creating ../../build/deps/Mono.Posix.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Posix'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Posix'
+touch ../../build/deps/Mono.Posix.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/Mono.Posix.dll @Mono.Posix.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Posix'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Accessibility'
+Creating ../../build/deps/Accessibility.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Accessibility'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Accessibility'
+touch ../../build/deps/Accessibility.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /target:library
+/out:../../class/lib/Accessibility.dll @Accessibility.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Accessibility'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualBasic'
+Creating ../../build/deps/Microsoft.VisualBasic_test.dll.response ...
+Creating ../../build/deps/Microsoft.VisualBasic_test.dll.makefrag ...
+Creating ../../build/deps/Microsoft.VisualBasic.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualBasic'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualBasic'
+touch ../../build/deps/Microsoft.VisualBasic.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/Microsoft.VisualBasic.dll
+@Microsoft.VisualBasic.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualBasic'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualC'
+Creating ../../build/deps/Microsoft.VisualC.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualC'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualC'
+touch ../../build/deps/Microsoft.VisualC.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/Microsoft.VisualC.dll @Microsoft.VisualC.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Microsoft.VisualC'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Cscompmgd'
+Creating ../../build/deps/Cscompmgd.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Cscompmgd'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Cscompmgd'
+touch ../../build/deps/Cscompmgd.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/Cscompmgd.dll @Cscompmgd.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Cscompmgd'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Windows.Forms'
+Creating ../../build/deps/System.Windows.Forms.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Windows.Forms'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Windows.Forms'
+make[3]: Entering directory
+`/tmp/mono/mcs-0.29/class/System.Windows.Forms/SWFTest'
+make[3]: Leaving directory
+`/tmp/mono/mcs-0.29/class/System.Windows.Forms/SWFTest'
+touch ../../build/deps/System.Windows.Forms.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Drawing.dll /r:Accessibility.dll /nowarn:649 /nowarn:169
+/nowarn:67 /nowarn:108 /nowarn:114 /target:library
+/out:../../class/lib/System.Windows.Forms.dll @System.Windows.Forms.dll.sources
+System.Windows.Forms/win32Structs.cs(1043) warning CS8021: The CharSet
+named property on StructLayout
+        does not work correctly on Microsoft.NET
+        You might want to remove the CharSet declaration
+        or compile using the Mono runtime instead of the
+        Microsoft .NET runtime
+Compilation succeeded - 1 warning(s)
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Windows.Forms'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Design'
+Creating ../../build/deps/System.Design.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Design'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/System.Design'
+touch ../../build/deps/System.Design.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll
+/r:System.Windows.Forms.dll /r:System.Drawing.dll /target:library
+/out:../../class/lib/System.Design.dll @System.Design.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/System.Design'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/PEAPI'
+Creating ../../build/deps/PEAPI.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/PEAPI'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/PEAPI'
+touch ../../build/deps/PEAPI.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /target:library
+/out:../../class/lib/PEAPI.dll @PEAPI.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/PEAPI'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Security'
+Creating ../../build/deps/Mono.Security_test.dll.response ...
+Creating ../../build/deps/Mono.Security_test.dll.makefrag ...
+Creating ../../build/deps/Mono.Security.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Security'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Mono.Security'
+touch ../../build/deps/Mono.Security.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:System.dll /target:library
+/out:../../class/lib/Mono.Security.dll @Mono.Security.dll.sources
+./Mono.Security.Cryptography/MD5SHA1.cs(101) warning CS1030: #warning:
+'"MD5SHA1 hash is not supported by .NET"'
+./Mono.Security.Cryptography/MD5SHA1.cs(119) warning CS1030: #warning:
+'"MD5SHA1 hash is not supported by .NET"'
+./Mono.Security.Protocol.Tls/SslClientStream.cs(419) warning CS1030:
+#warning: '"Think on how to solve this"'
+./Mono.Security.Protocol.Tls/SslClientStream.cs(995) warning CS1030:
+#warning: '"Add implementation"'
+./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs(110)
+warning CS1030: #warning: '"Add error to the list"'
+./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs(127)
+warning CS1030: #warning: '"Add error to the list"'
+./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificateRequest.cs(99)
+warning CS1030: #warning: '"needs testing"'
+Compilation succeeded - 7 warning(s)
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Mono.Security'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Npgsql'
+Creating ../../build/deps/Npgsql_test.dll.response ...
+Creating ../../build/deps/Npgsql_test.dll.makefrag ...
+Creating ../../build/deps/Npgsql.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Npgsql'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/Npgsql'
+monoresgen Npgsql/NpgsqlState.resx
+Read in 9 resources from 'Npgsql/NpgsqlState.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlClosedState.resx
+Read in 1 resources from 'Npgsql/NpgsqlClosedState.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlParameterCollection.resx
+Read in 2 resources from 'Npgsql/NpgsqlParameterCollection.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlCommand.resx
+Read in 9 resources from 'Npgsql/NpgsqlCommand.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlConnectedState.resx
+Read in 9 resources from 'Npgsql/NpgsqlConnectedState.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlParameter.resx
+Read in 1 resources from 'Npgsql/NpgsqlParameter.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlConnection.resx
+Read in 14 resources from 'Npgsql/NpgsqlConnection.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlReadyState.resx
+Read in 10 resources from 'Npgsql/NpgsqlReadyState.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlTransaction.resx
+Read in 1 resources from 'Npgsql/NpgsqlTransaction.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlEventLog.resx
+Read in 12 resources from 'Npgsql/NpgsqlEventLog.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/NpgsqlException.resx
+Read in 1 resources from 'Npgsql/NpgsqlException.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/PGUtil.resx
+Read in 1 resources from 'Npgsql/PGUtil.resx'
+Writing resource file...  Done.
+monoresgen NpgsqlTypes/NpgsqlTypesHelper.resx
+Read in 1 resources from 'NpgsqlTypes/NpgsqlTypesHelper.resx'
+Writing resource file...  Done.
+monoresgen Npgsql/Design/ConnectionStringEditorForm.resx
+Read in 511 resources from 'Npgsql/Design/ConnectionStringEditorForm.resx'
+Writing resource file...  Done.
+touch ../../build/deps/Npgsql.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
+/r:System.Design.dll /r:Mono.Security.dll
+-resource:Npgsql/NpgsqlConnection.bmp,Npgsql.NpgsqlConnection.bmp
+-resource:Npgsql/NpgsqlCommand.bmp,Npgsql.NpgsqlCommand.bmp
+-resource:Npgsql/NpgsqlDataAdapter.bmp,Npgsql.NpgsqlDataAdapter.bmp
+-resource:Npgsql/NpgsqlState.resources,Npgsql.NpgsqlState.resources
+-resource:Npgsql/NpgsqlClosedState.resources,Npgsql.NpgsqlClosedState.resources
+-resource:Npgsql/NpgsqlParameterCollection.resources,Npgsql.NpgsqlParameterCollection.resources
+-resource:Npgsql/NpgsqlParameter.resources,Npgsql.NpgsqlParameter.resources
+-resource:Npgsql/NpgsqlCommand.resources,Npgsql.NpgsqlCommand.resources
+-resource:Npgsql/NpgsqlConnectedState.resources,Npgsql.NpgsqlConnectedState.resources
+-resource:Npgsql/NpgsqlConnection.resources,Npgsql.NpgsqlConnection.resources
+-resource:Npgsql/NpgsqlReadyState.resources,Npgsql.NpgsqlReadyState.resources
+-resource:Npgsql/NpgsqlTransaction.resources,Npgsql.NpgsqlTransaction.resources
+-resource:Npgsql/NpgsqlEventLog.resources,Npgsql.NpgsqlEventLog.resources
+-resource:Npgsql/NpgsqlException.resources,Npgsql.NpgsqlException.resources
+-resource:Npgsql/PGUtil.resources,Npgsql.PGUtil.resources
+-resource:NpgsqlTypes/NpgsqlTypesHelper.resources,NpgsqlTypes.NpgsqlTypesHelper.resources
+-resource:Npgsql/Design/ConnectionStringEditorForm.resources,Npgsql.Design.ConnectionStringEditorForm.resources
+/target:library /out:../../class/lib/Npgsql.dll @Npgsql.dll.sources
+Npgsql/NpgsqlEventLog.cs(165) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(168) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(182) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(196) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(209) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(223) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(236) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(250) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(265) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(281) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Npgsql/NpgsqlEventLog.cs(314) warning CS0618: Method `LogMsg' is obsolete:
+`This method will be private and should only used by the internal methods
+that support localization.'
+Compilation succeeded - 11 warning(s)
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/Npgsql'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/ICSharpCode.SharpZipLib'
+Creating ../../build/deps/ICSharpCode.SharpZipLib.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/ICSharpCode.SharpZipLib'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/ICSharpCode.SharpZipLib'
+touch ../../build/deps/ICSharpCode.SharpZipLib.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/target:library /out:../../class/lib/ICSharpCode.SharpZipLib.dll
+@ICSharpCode.SharpZipLib.dll.sources
+Compilation succeeded
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/ICSharpCode.SharpZipLib'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/ByteFX.Data'
+Creating ../../build/deps/ByteFX.Data.dll.makefrag ...
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/ByteFX.Data'
+make[2]: Entering directory `/tmp/mono/mcs-0.29/class/ByteFX.Data'
+touch ../../build/deps/ByteFX.Data.dll.stamp
+MONO_PATH="../../class/lib:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1
+-g /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll
+/r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll
+/r:System.Drawing.dll /r:System.Windows.Forms.dll
+/res:mysqlclient/Designers/command.bmp
+/res:mysqlclient/Designers/connection.bmp
+/res:mysqlclient/Designers/dataadapter.bmp /target:library
+/out:../../class/lib/ByteFX.Data.dll @ByteFX.Data.dll.sources
+
+Unhandled Exception: System.IO.FileNotFoundException: Could not find file
+"..\..\bytefx.snk"
+in <0x002fa> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
+in <0x00086> System.IO.FileStream:.ctor (string,System.IO.FileMode)
+in <0x00065> (wrapper remoting-invoke-with-check)
+System.IO.FileStream:.ctor (string,System.IO.FileMode)
+in <0x00214> System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute
+(System.Reflection.Emit.CustomAttributeBuilder)
+in <0x00df9> Mono.CSharp.Attribute:ApplyAttributes
+(Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
+in <0x001f9> Mono.CSharp.RootContext:EmitCode ()
+in <0x0081f> Mono.CSharp.Driver:MainDriver (string[])
+in <0x0001b> Mono.CSharp.Driver:Main (string[])
+
+make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
+make[2]: Leaving directory `/tmp/mono/mcs-0.29/class/ByteFX.Data'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/tmp/mono/mcs-0.29/class'
+make: *** [all-recursive] Error 1