[Mono-bugs] [Bug 52792][Wis] New - XSP fails to compile in latest cvs (2 mins ago)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jan 2004 14:51:12 -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=52792

--- shadow/52792	2004-01-12 14:51:12.000000000 -0500
+++ shadow/52792.tmp.25272	2004-01-12 14:51:12.000000000 -0500
@@ -0,0 +1,177 @@
+Bug#: 52792
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dan@dharik.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP fails to compile in latest cvs (2 mins ago)
+
+dan xsp # ./autogen.sh
+configure.in:3: no proper implementation of AM_INIT_AUTOMAKE was found,
+configure.in:3: probably because aclocal.m4 is missing...
+configure.in:3: You should run aclocal to create this file, then
+configure.in:3: run automake again.
+configure.in: installing `./install-sh'
+configure.in: installing `./mkinstalldirs'
+configure.in: installing `./missing'
+Makefile.am: installing `./COPYING'
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for a BSD-compatible install... /usr/bin/install -c
+checking for csc... no
+checking for mcs... /usr/local/bin/mcs
+C# compiler: /usr/local/bin/mcs
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating doc/Makefile
+config.status: creating server/AssemblyInfo.cs
+config.status: creating server/AssemblyInfoModMono.cs
+config.status: creating server/Makefile
+config.status: creating tools/Makefile
+config.status: creating tools/asp_state/Makefile
+config.status: creating tools/asp_state/AssemblyInfo.cs
+config.status: creating tools/dbsessmgr/Makefile
+config.status: creating tools/dbsessmgr/AssemblyInfo.cs
+config.status: creating tools/nunitasp/Makefile
+config.status: creating tools/nunitasp/source/Makefile
+config.status: creating tools/nunitasp/source/NUnitAsp/Makefile
+config.status: creating tools/nunitasp/source/NUnitAspTest/Makefile
+config.status: creating nunit-tests/Makefile
+config.status: creating nunit-tests/standalone/Makefile
+config.status: creating test/Makefile
+dan xsp # make
+Making all in doc
+make[1]: Entering directory `/tmp/xsp/doc'
+make[1]: Nothing to be done for `all'.
+make[1]: Leaving directory `/tmp/xsp/doc'
+Making all in server
+make[1]: Entering directory `/tmp/xsp/server'
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll
+/out:xsp.exe IApplicationHost.cs XSPApplicationHost.cs MonoWorkerRequest.cs
+InitialWorkerRequest.cs Tracing.cs server.cs AssemblyInfo.cs
+XSPWorkerRequest.cs
+Compilation succeeded
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll
+-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe
+IApplicationHost.cs XSPApplicationHost.cs MonoWorkerRequest.cs
+InitialWorkerRequest.cs Tracing.cs server.cs ModMonoRequest.cs
+ModMonoWorkerRequest.cs AssemblyInfoModMono.cs
+Compilation succeeded
+make[1]: Leaving directory `/tmp/xsp/server'
+Making all in test
+make[1]: Entering directory `/tmp/xsp/test'
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:tabcontrol.dll
+tabcontrol.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:tabcontrol2.dll
+tabcontrol2.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:codebehind1.dll
+codebehind1.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll
+-target:library \
+        -out:extensions.dll TraceExtension.cs EncryptExtension.cs
+DumpExtension.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll
+-r:extensions.dll \
+        ServiceClient.cs Reference.cs
+Compilation succeeded
+make[1]: Leaving directory `/tmp/xsp/test'
+Making all in tools
+make[1]: Entering directory `/tmp/xsp/tools'
+Making all in asp_state
+make[2]: Entering directory `/tmp/xsp/tools/asp_state'
+/usr/local/bin/mcs -debug+ -debug:full -nologo /out:asp_state.exe
+AssemblyInfo.cs asp_state.cs
+Compilation succeeded
+make[2]: Leaving directory `/tmp/xsp/tools/asp_state'
+Making all in dbsessmgr
+make[2]: Entering directory `/tmp/xsp/tools/dbsessmgr'
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Data.dll
+/out:dbsessmgr.exe AssemblyInfo.cs dbsessmgr.cs
+Compilation succeeded
+make[2]: Leaving directory `/tmp/xsp/tools/dbsessmgr'
+Making all in nunitasp
+make[2]: Entering directory `/tmp/xsp/tools/nunitasp'
+Making all in source
+make[3]: Entering directory `/tmp/xsp/tools/nunitasp/source'
+Making all in NUnitAsp
+make[4]: Entering directory `/tmp/xsp/tools/nunitasp/source/NUnitAsp'
+/usr/local/bin/mcs -debug+ -debug:full -nologo
+-resource:Sgml/Html.dtd,NUnit.Extensions.Asp.Sgml.Html.dtd
+-r:System.Web.dll -r:NUnit.Framework.dll -target:library -out:NUnitAsp.dll
+AspTester/AspControlTester.cs AspTester/ButtonTester.cs
+AspTester/CheckBoxTester.cs AspTester/DataGridTester.cs
+AspTester/DropDownListTester.cs AspTester/ImageButtonTester.cs
+AspTester/LabelTester.cs AspTester/LinkButtonTester.cs
+AspTester/ListBoxTester.cs AspTester/ListControlTester.cs
+AspTester/ListItemCollectionTester.cs AspTester/ListItemTester.cs
+AspTester/PanelTester.cs AspTester/RadioButtonTester.cs
+AspTester/TextBoxTester.cs AspTester/UserControlTester.cs
+AspTester/ValidationSummaryTester.cs HtmlTester/AnchorTester.cs
+HtmlTester/HtmlControlTester.cs HtmlTester/HtmlInputCheckBoxTester.cs
+Sgml/SgmlParser.cs Sgml/SgmlReader.cs AssemblyInfo.cs ControlTester.cs
+HttpClient.cs Tester.cs WebAssertion.cs WebForm.cs WebFormTestCase.cs
+WebPage.cs
+Compilation succeeded
+make[4]: Leaving directory `/tmp/xsp/tools/nunitasp/source/NUnitAsp'
+Making all in NUnitAspTest
+make[4]: Entering directory `/tmp/xsp/tools/nunitasp/source/NUnitAspTest'
+/usr/local/bin/mcs -debug+ -debug:full -nologo -lib:../NUnitAsp
+-r:System.Web.dll -r:NUnitAsp.dll -r:NUnit.Framework.dll
+-r:System.DirectoryServices.dll -target:library -out:NUnitAspTest.dll
+AssemblyInfo.cs HttpClientCredentialsTest.cs HttpClientTest.cs
+NUnitAspTestCase.cs ParserTest.cs PerformanceTest.cs SetupTest.cs
+WebAssertionTest.cs AspTester/ButtonTest.cs AspTester/CheckBoxTest.cs
+AspTester/DataGridTest.cs AspTester/DropDownListTest.cs
+AspTester/ImageButtonTest.cs AspTester/LabelTest.cs
+AspTester/LinkButtonTest.cs AspTester/ListBoxTest.cs
+AspTester/ListControlTest.cs AspTester/ListItemCollectionTest.cs
+AspTester/RadioButtonTest.cs AspTester/TextBoxTest.cs
+AspTester/UserControlTest.cs AspTester/ValidationSummaryTest.cs
+HtmlTester/AnchorTest.cs HtmlTester/HtmlInputCheckBoxTest.cs
+Compilation succeeded
+make[4]: Leaving directory `/tmp/xsp/tools/nunitasp/source/NUnitAspTest'
+make[4]: Entering directory `/tmp/xsp/tools/nunitasp/source'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `/tmp/xsp/tools/nunitasp/source'
+make[3]: Leaving directory `/tmp/xsp/tools/nunitasp/source'
+make[3]: Entering directory `/tmp/xsp/tools/nunitasp'
+make[3]: Nothing to be done for `all-am'.
+make[3]: Leaving directory `/tmp/xsp/tools/nunitasp'
+make[2]: Leaving directory `/tmp/xsp/tools/nunitasp'
+make[2]: Entering directory `/tmp/xsp/tools'
+make[2]: Nothing to be done for `all-am'.
+make[2]: Leaving directory `/tmp/xsp/tools'
+make[1]: Leaving directory `/tmp/xsp/tools'
+Making all in nunit-tests
+make[1]: Entering directory `/tmp/xsp/nunit-tests'
+Making all in standalone
+make[2]: Entering directory `/tmp/xsp/nunit-tests/standalone'
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll
+-r:NUnit.Framework.dll -r:NUnitAsp.dll -target:library
+-out:standalone-tests.dll test1.cs
+error CS0006: Cannot find assembly `NUnitAsp.dll'
+Log:
+ 
+Compilation failed: 1 error(s), 0 warnings
+make[2]: *** [standalone-tests.dll] Error 1
+make[2]: Leaving directory `/tmp/xsp/nunit-tests/standalone'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/tmp/xsp/nunit-tests'
+make: *** [all-recursive] Error 1