=> Bootstrap dependency digest>=20010302: found digest-20080510 ===> Building for mono-xsp-2.2nb1 Making all in man gmake[1]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/man' cp xsp.1 mod-mono-server.1 cp xsp.1 fastcgi-mono-server.1 gmake[1]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/man' Making all in src gmake[1]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src' Making all in Mono.WebServer gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer' /usr/pkg/bin/mcs -debug+ -debug:full -nologo -unsafe -nowarn:618 -doc:../../docs/Mono.WebServer.xml -r:System.Web.dll -r:Mono.Security.dll /target:library /out:Mono.WebServer.dll ./ApplicationServer.cs ./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IApplicationHost.cs ./InitialWorkerRequest.cs ./IWebSource.cs ./LingeringNetworkStream.cs ./MonoWorkerRequest.cs ./XSPApplicationHost.cs ./XSPWorkerRequest.cs ./XSPRequestBroker.cs ./XSPWebSource.cs ./XSPWorker.cs ./HttpErrors.cs ./Paths.cs ./VPathToHost.cs ./Tracing.cs ../../src/Mono.WebServer/AssemblyInfo.cs ./ApplicationServer.cs(84,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer' ./ApplicationServer.cs(114,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.ApplicationServer(Mono.WebServer.WebSource)' ./ApplicationServer.cs(97,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Port' ./ApplicationServer.cs(119,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Verbose' ./ApplicationServer.cs(124,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplication(string, int, string, string)' ./ApplicationServer.cs(140,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromConfigDirectory(string)' ./ApplicationServer.cs(157,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromConfigFile(string)' ./ApplicationServer.cs(213,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromCommandLine(string)' ./ApplicationServer.cs(264,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Start(bool)' ./ApplicationServer.cs(282,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Stop()' ./ApplicationServer.cs(307,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.UnloadAll()' ./ApplicationServer.cs(376,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.ReuseSocket(System.Net.Sockets.Socket, int)' ./ApplicationServer.cs(381,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.GetApplicationForPath(string, int, string, bool)' ./ApplicationServer.cs(416,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.DestroyHost(Mono.WebServer.IApplicationHost)' ./ApplicationServer.cs(426,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.InitializeLifetimeService()' ./BaseApplicationHost.cs(42,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost' ./BaseApplicationHost.cs(91,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost.InitializeLifetimeService()' ./BaseApplicationHost.cs(180,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost.EndOfRequest(Mono.WebServer.MonoWorkerRequest)' ./InitialWorkerRequest.cs(40,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData' ./InitialWorkerRequest.cs(49,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.RequestData(string, string, string, string)' ./InitialWorkerRequest.cs(42,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Verb' ./InitialWorkerRequest.cs(43,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Path' ./InitialWorkerRequest.cs(44,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.PathInfo' ./InitialWorkerRequest.cs(45,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.QueryString' ./InitialWorkerRequest.cs(46,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Protocol' ./InitialWorkerRequest.cs(47,32): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.InputBuffer' ./InitialWorkerRequest.cs(57,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.ToString()' ./InitialWorkerRequest.cs(74,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest' ./InitialWorkerRequest.cs(110,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.InitialWorkerRequest(System.IO.Stream)' ./InitialWorkerRequest.cs(298,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.GotSomeInput' ./InitialWorkerRequest.cs(302,32): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.InputBuffer' ./InitialWorkerRequest.cs(306,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.RequestData' ./InitialWorkerRequest.cs(91,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.AllocateBuffer()' ./InitialWorkerRequest.cs(100,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.FreeBuffer(byte[])' ./InitialWorkerRequest.cs(118,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.FreeBuffer()' ./InitialWorkerRequest.cs(124,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.SetBuffer(byte[], int)' ./InitialWorkerRequest.cs(288,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.ReadRequestData()' ./LingeringNetworkStream.cs(34,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream' ./LingeringNetworkStream.cs(43,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.LingeringNetworkStream(System.Net.Sockets.Socket, bool)' ./LingeringNetworkStream.cs(48,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.OwnsSocket' ./LingeringNetworkStream.cs(52,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.EnableLingering' ./LingeringNetworkStream.cs(99,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.Connected' ./LingeringNetworkStream.cs(86,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.Close()' ./XSPApplicationHost.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPApplicationHost' ./XSPApplicationHost.cs(51,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPApplicationHost.ProcessRequest(int, long, int, long, int, string, string, string, string, byte[], string, System.IntPtr, Mono.WebServer.SslInformations)' ./XSPApplicationHost.cs(133,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations' ./XSPApplicationHost.cs(142,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.AllowClientCertificate' ./XSPApplicationHost.cs(147,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RequireClientCertificate' ./XSPApplicationHost.cs(152,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.ClientCertificateValid' ./XSPApplicationHost.cs(157,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.KeySize' ./XSPApplicationHost.cs(162,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RawClientCertificate' ./XSPApplicationHost.cs(167,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RawServerCertificate' ./XSPApplicationHost.cs(172,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.SecretKeySize' ./XSPApplicationHost.cs(177,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.GetServerCertificate()' ./XSPWorkerRequest.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest' ./XSPWorkerRequest.cs(160,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.XSPWorkerRequest(int, Mono.WebServer.XSPRequestBroker, Mono.WebServer.IApplicationHost, System.Net.EndPoint, System.Net.EndPoint, string, string, string, string, byte[], System.IntPtr, bool)' ./XSPWorkerRequest.cs(227,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.RequestId' ./XSPWorkerRequest.cs(314,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.CloseConnection()' ./XSPWorkerRequest.cs(372,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.FlushResponse(bool)' ./XSPWorkerRequest.cs(385,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetFilePath()' ./XSPWorkerRequest.cs(390,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetHttpVerbName()' ./XSPWorkerRequest.cs(395,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetHttpVersion()' ./XSPWorkerRequest.cs(400,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetKnownRequestHeader(int)' ./XSPWorkerRequest.cs(409,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUnknownRequestHeader(string)' ./XSPWorkerRequest.cs(417,45): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUnknownRequestHeaders()' ./XSPWorkerRequest.cs(450,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetLocalAddress()' ./XSPWorkerRequest.cs(455,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetLocalPort()' ./XSPWorkerRequest.cs(460,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetPathInfo()' ./XSPWorkerRequest.cs(465,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetPreloadedEntityBody()' ./XSPWorkerRequest.cs(481,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetQueryString()' ./XSPWorkerRequest.cs(486,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetQueryStringRawBytes()' ./XSPWorkerRequest.cs(493,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRawUrl()' ./XSPWorkerRequest.cs(505,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemoteAddress()' ./XSPWorkerRequest.cs(510,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemoteName()' ./XSPWorkerRequest.cs(524,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemotePort()' ./XSPWorkerRequest.cs(530,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetServerVariable(string)' ./XSPWorkerRequest.cs(551,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUriPath()' ./XSPWorkerRequest.cs(560,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.HeadersSent()' ./XSPWorkerRequest.cs(565,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsClientConnected()' ./XSPWorkerRequest.cs(570,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsEntireEntityBodyIsPreloaded()' ./XSPWorkerRequest.cs(613,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRequestData()' ./XSPWorkerRequest.cs(651,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.ReadEntityBody(byte[], int)' ./XSPWorkerRequest.cs(659,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendResponseFromMemory(byte[], int)' ./XSPWorkerRequest.cs(679,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendStatus(int, string)' ./XSPWorkerRequest.cs(691,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendUnknownResponseHeader(string, string)' ./XSPWorkerRequest.cs(713,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsSecure()' ./XSPWorkerRequest.cs(718,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendResponseFromFile(System.IntPtr, long, long)' ./XSPRequestBroker.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker' ./XSPRequestBroker.cs(52,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker.GetReuseCount(int)' ./XSPRequestBroker.cs(61,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker.Close(int, bool)' ./XSPWebSource.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource' ./XSPWebSource.cs(60,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.XSPWebSource(System.Net.IPAddress, int, Mono.Security.Protocol.Tls.SecurityProtocolType, System.Security.Cryptography.X509Certificates.X509Certificate, Mono.Security.Protocol.Tls.PrivateKeySelectionCallback, bool, bool)' ./XSPWebSource.cs(73,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.XSPWebSource(System.Net.IPAddress, int)' ./XSPWebSource.cs(78,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(int)' ./XSPWebSource.cs(83,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(System.Net.IPAddress, int)' ./XSPWebSource.cs(88,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(System.Net.IPEndPoint)' ./XSPWebSource.cs(96,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateSocket()' ./XSPWebSource.cs(103,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateWorker(System.Net.Sockets.Socket, Mono.WebServer.ApplicationServer)' ./XSPWebSource.cs(109,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.GetApplicationHostType()' ./XSPWebSource.cs(114,48): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateRequestBroker()' ./HttpErrors.cs(46,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors' ./HttpErrors.cs(69,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.NotFound(string)' ./HttpErrors.cs(80,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.BadRequest()' ./HttpErrors.cs(85,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.ServerError()' ./Paths.cs(50,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.Paths' ./Paths.cs(52,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.Paths.GetPathsFromUri(Mono.WebServer.IApplicationHost, string, string, out string, out string)' ./VPathToHost.cs(46,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost' ./VPathToHost.cs(56,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.VPathToHost(string, int, string, string)' ./VPathToHost.cs(48,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vhost' ./VPathToHost.cs(49,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vport' ./VPathToHost.cs(50,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vpath' ./VPathToHost.cs(51,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.realPath' ./VPathToHost.cs(52,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.haveWildcard' ./VPathToHost.cs(53,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.AppHost' ./VPathToHost.cs(54,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.RequestBroker' ./VPathToHost.cs(74,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.TryClearHost(Mono.WebServer.IApplicationHost)' ./VPathToHost.cs(84,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.UnloadHost()' ./VPathToHost.cs(92,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.Redirect(string, out string)' ./VPathToHost.cs(104,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.Match(string, int, string)' ./VPathToHost.cs(143,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.CreateHost(Mono.WebServer.ApplicationServer, Mono.WebServer.WebSource)' ./Tracing.cs(37,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace' ./Tracing.cs(86,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Enter(string, params object[])' ./Tracing.cs(92,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Enter()' ./Tracing.cs(113,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Leave(string, params object[])' ./Tracing.cs(119,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Leave()' ./Tracing.cs(125,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.WriteLine(string, params object[])' ./Tracing.cs(137,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.WriteLineIf(bool, string, params object[])' ./BaseApplicationHost.cs(200,46): warning CS0168: The variable `found' is declared but never used ./BaseRequestBroker.cs(211,48): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first ./BaseApplicationHost.cs(355,22): warning CS0169: The private method `Mono.WebServer.BaseApplicationHost.PathMatches(object, string)' is never used ./BaseApplicationHost.cs(361,26): warning CS0169: The private method `Mono.WebServer.BaseApplicationHost.SplitVerbs(string)' is never used ./MonoWorkerRequest.cs(193,26): warning CS0169: The private field `Mono.WebServer.MonoWorkerRequest.headerEncoding' is never used Compilation succeeded - 132 warning(s) /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer/Mono.WebServer.dll ./../mono.snk Assembly ../../src/Mono.WebServer/Mono.WebServer.dll signed. /usr/pkg/bin/gmcs -d:NET_2_0 -debug+ -debug:full -nologo -unsafe -nowarn:618 -doc:../../docs/Mono.WebServer.xml -r:System.Web.dll -r:System.Configuration.dll -r:Mono.Security.dll /target:library /out:Mono.WebServer2.dll ./ApplicationServer.cs ./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IApplicationHost.cs ./InitialWorkerRequest.cs ./IWebSource.cs ./LingeringNetworkStream.cs ./MonoWorkerRequest.cs ./XSPApplicationHost.cs ./XSPWorkerRequest.cs ./XSPRequestBroker.cs ./XSPWebSource.cs ./XSPWorker.cs ./HttpErrors.cs ./Paths.cs ./VPathToHost.cs ./Tracing.cs ../../src/Mono.WebServer/AssemblyInfo2.cs ./ApplicationServer.cs(84,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer' ./ApplicationServer.cs(114,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.ApplicationServer(Mono.WebServer.WebSource)' ./ApplicationServer.cs(97,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Port' ./ApplicationServer.cs(119,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Verbose' ./ApplicationServer.cs(124,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplication(string, int, string, string)' ./ApplicationServer.cs(140,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromConfigDirectory(string)' ./ApplicationServer.cs(157,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromConfigFile(string)' ./ApplicationServer.cs(213,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.AddApplicationsFromCommandLine(string)' ./ApplicationServer.cs(264,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Start(bool)' ./ApplicationServer.cs(282,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.Stop()' ./ApplicationServer.cs(307,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.UnloadAll()' ./ApplicationServer.cs(376,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.ReuseSocket(System.Net.Sockets.Socket, int)' ./ApplicationServer.cs(381,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.GetApplicationForPath(string, int, string, bool)' ./ApplicationServer.cs(416,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.DestroyHost(Mono.WebServer.IApplicationHost)' ./ApplicationServer.cs(426,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.ApplicationServer.InitializeLifetimeService()' ./BaseApplicationHost.cs(42,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost' ./BaseApplicationHost.cs(91,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost.InitializeLifetimeService()' ./BaseApplicationHost.cs(180,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.BaseApplicationHost.EndOfRequest(Mono.WebServer.MonoWorkerRequest)' ./InitialWorkerRequest.cs(40,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData' ./InitialWorkerRequest.cs(49,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.RequestData(string, string, string, string)' ./InitialWorkerRequest.cs(42,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Verb' ./InitialWorkerRequest.cs(43,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Path' ./InitialWorkerRequest.cs(44,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.PathInfo' ./InitialWorkerRequest.cs(45,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.QueryString' ./InitialWorkerRequest.cs(46,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.Protocol' ./InitialWorkerRequest.cs(47,32): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.InputBuffer' ./InitialWorkerRequest.cs(57,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.RequestData.ToString()' ./InitialWorkerRequest.cs(74,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest' ./InitialWorkerRequest.cs(110,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.InitialWorkerRequest(System.IO.Stream)' ./InitialWorkerRequest.cs(298,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.GotSomeInput' ./InitialWorkerRequest.cs(302,32): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.InputBuffer' ./InitialWorkerRequest.cs(306,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.RequestData' ./InitialWorkerRequest.cs(91,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.AllocateBuffer()' ./InitialWorkerRequest.cs(100,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.FreeBuffer(byte[])' ./InitialWorkerRequest.cs(118,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.FreeBuffer()' ./InitialWorkerRequest.cs(124,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.SetBuffer(byte[], int)' ./InitialWorkerRequest.cs(288,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.InitialWorkerRequest.ReadRequestData()' ./IWebSource.cs(202,38): warning CS0419: Ambiguous reference in cref attribute `Socket.BeginReceive'. Assuming `System.Net.Sockets.Socket.BeginReceive(byte[], int, int, System.Net.Sockets.SocketFlags, System.AsyncCallback, object)' but other overloads including `System.Net.Sockets.Socket.BeginReceive(byte[], int, int, System.Net.Sockets.SocketFlags, out System.Net.Sockets.SocketError, System.AsyncCallback, object)' have also matched ./LingeringNetworkStream.cs(34,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream' ./LingeringNetworkStream.cs(43,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.LingeringNetworkStream(System.Net.Sockets.Socket, bool)' ./LingeringNetworkStream.cs(48,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.OwnsSocket' ./LingeringNetworkStream.cs(52,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.EnableLingering' ./LingeringNetworkStream.cs(99,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.Connected' ./LingeringNetworkStream.cs(86,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.LingeringNetworkStream.Close()' ./XSPApplicationHost.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPApplicationHost' ./XSPApplicationHost.cs(51,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPApplicationHost.ProcessRequest(int, long, int, long, int, string, string, string, string, byte[], string, System.IntPtr, Mono.WebServer.SslInformations)' ./XSPApplicationHost.cs(133,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations' ./XSPApplicationHost.cs(142,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.AllowClientCertificate' ./XSPApplicationHost.cs(147,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RequireClientCertificate' ./XSPApplicationHost.cs(152,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.ClientCertificateValid' ./XSPApplicationHost.cs(157,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.KeySize' ./XSPApplicationHost.cs(162,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RawClientCertificate' ./XSPApplicationHost.cs(167,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.RawServerCertificate' ./XSPApplicationHost.cs(172,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.SecretKeySize' ./XSPApplicationHost.cs(177,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.SslInformations.GetServerCertificate()' ./XSPWorkerRequest.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest' ./XSPWorkerRequest.cs(160,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.XSPWorkerRequest(int, Mono.WebServer.XSPRequestBroker, Mono.WebServer.IApplicationHost, System.Net.EndPoint, System.Net.EndPoint, string, string, string, string, byte[], System.IntPtr, bool)' ./XSPWorkerRequest.cs(227,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.RequestId' ./XSPWorkerRequest.cs(314,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.CloseConnection()' ./XSPWorkerRequest.cs(372,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.FlushResponse(bool)' ./XSPWorkerRequest.cs(385,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetFilePath()' ./XSPWorkerRequest.cs(390,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetHttpVerbName()' ./XSPWorkerRequest.cs(395,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetHttpVersion()' ./XSPWorkerRequest.cs(400,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetKnownRequestHeader(int)' ./XSPWorkerRequest.cs(409,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUnknownRequestHeader(string)' ./XSPWorkerRequest.cs(417,45): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUnknownRequestHeaders()' ./XSPWorkerRequest.cs(450,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetLocalAddress()' ./XSPWorkerRequest.cs(455,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetLocalPort()' ./XSPWorkerRequest.cs(460,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetPathInfo()' ./XSPWorkerRequest.cs(465,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetPreloadedEntityBody()' ./XSPWorkerRequest.cs(481,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetQueryString()' ./XSPWorkerRequest.cs(486,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetQueryStringRawBytes()' ./XSPWorkerRequest.cs(493,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRawUrl()' ./XSPWorkerRequest.cs(505,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemoteAddress()' ./XSPWorkerRequest.cs(510,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemoteName()' ./XSPWorkerRequest.cs(524,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRemotePort()' ./XSPWorkerRequest.cs(530,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetServerVariable(string)' ./XSPWorkerRequest.cs(551,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetUriPath()' ./XSPWorkerRequest.cs(560,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.HeadersSent()' ./XSPWorkerRequest.cs(565,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsClientConnected()' ./XSPWorkerRequest.cs(570,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsEntireEntityBodyIsPreloaded()' ./XSPWorkerRequest.cs(613,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.GetRequestData()' ./XSPWorkerRequest.cs(651,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.ReadEntityBody(byte[], int)' ./XSPWorkerRequest.cs(659,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendResponseFromMemory(byte[], int)' ./XSPWorkerRequest.cs(679,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendStatus(int, string)' ./XSPWorkerRequest.cs(691,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendUnknownResponseHeader(string, string)' ./XSPWorkerRequest.cs(713,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.IsSecure()' ./XSPWorkerRequest.cs(718,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWorkerRequest.SendResponseFromFile(System.IntPtr, long, long)' ./XSPRequestBroker.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker' ./XSPRequestBroker.cs(52,28): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker.GetReuseCount(int)' ./XSPRequestBroker.cs(61,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPRequestBroker.Close(int, bool)' ./XSPWebSource.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource' ./XSPWebSource.cs(60,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.XSPWebSource(System.Net.IPAddress, int, Mono.Security.Protocol.Tls.SecurityProtocolType, System.Security.Cryptography.X509Certificates.X509Certificate, Mono.Security.Protocol.Tls.PrivateKeySelectionCallback, bool, bool)' ./XSPWebSource.cs(73,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.XSPWebSource(System.Net.IPAddress, int)' ./XSPWebSource.cs(78,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(int)' ./XSPWebSource.cs(83,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(System.Net.IPAddress, int)' ./XSPWebSource.cs(88,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.SetListenAddress(System.Net.IPEndPoint)' ./XSPWebSource.cs(96,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateSocket()' ./XSPWebSource.cs(103,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateWorker(System.Net.Sockets.Socket, Mono.WebServer.ApplicationServer)' ./XSPWebSource.cs(109,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.GetApplicationHostType()' ./XSPWebSource.cs(114,48): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.XSPWebSource.CreateRequestBroker()' ./HttpErrors.cs(46,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors' ./HttpErrors.cs(69,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.NotFound(string)' ./HttpErrors.cs(80,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.BadRequest()' ./HttpErrors.cs(85,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.HttpErrors.ServerError()' ./Paths.cs(50,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.Paths' ./Paths.cs(52,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.Paths.GetPathsFromUri(Mono.WebServer.IApplicationHost, string, string, out string, out string)' ./VPathToHost.cs(46,22): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost' ./VPathToHost.cs(56,24): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.VPathToHost(string, int, string, string)' ./VPathToHost.cs(48,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vhost' ./VPathToHost.cs(49,37): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vport' ./VPathToHost.cs(50,40): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.vpath' ./VPathToHost.cs(51,31): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.realPath' ./VPathToHost.cs(52,38): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.haveWildcard' ./VPathToHost.cs(53,41): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.AppHost' ./VPathToHost.cs(54,39): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.RequestBroker' ./VPathToHost.cs(74,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.TryClearHost(Mono.WebServer.IApplicationHost)' ./VPathToHost.cs(84,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.UnloadHost()' ./VPathToHost.cs(92,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.Redirect(string, out string)' ./VPathToHost.cs(104,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.Match(string, int, string)' ./VPathToHost.cs(143,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.VPathToHost.CreateHost(Mono.WebServer.ApplicationServer, Mono.WebServer.WebSource)' ./Tracing.cs(37,29): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace' ./Tracing.cs(86,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Enter(string, params object[])' ./Tracing.cs(92,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Enter()' ./Tracing.cs(113,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Leave(string, params object[])' ./Tracing.cs(119,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.Leave()' ./Tracing.cs(125,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.WriteLine(string, params object[])' ./Tracing.cs(137,36): warning CS1591: Missing XML comment for publicly visible type or member `Mono.WebServer.WebTrace.WriteLineIf(bool, string, params object[])' ./BaseApplicationHost.cs(308,69): warning CS0219: The variable `req' is assigned but its value is never used ./BaseRequestBroker.cs(211,48): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first ./Paths.cs(56,32): warning CS0219: The variable `basepath' is assigned but its value is never used Compilation succeeded - 131 warning(s) /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer/Mono.WebServer2.dll ./../mono.snk Assembly ../../src/Mono.WebServer/Mono.WebServer2.dll signed. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer' Making all in Mono.WebServer.XSP gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.XSP' /usr/pkg/bin/mcs -debug+ -debug:full -nologo -nowarn:618 -r:System.Web.dll -r:../Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll /out:xsp.exe ./main.cs ./SecurityConfiguration.cs AssemblyInfo.cs /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.XSP/xsp.exe ./../mono.snk Assembly ../../src/Mono.WebServer.XSP/xsp.exe signed. /usr/pkg/bin/gmcs -d:NET_2_0 -debug+ -debug:full -nologo -nowarn:618 -r:System.Web.dll -r:System.Configuration.dll -r:../Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll /out:xsp2.exe ./main.cs ./SecurityConfiguration.cs AssemblyInfo.cs /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.XSP/xsp2.exe ./../mono.snk Assembly ../../src/Mono.WebServer.XSP/xsp2.exe signed. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.XSP' Making all in Mono.WebServer.Apache gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.Apache' /usr/pkg/bin/mcs -debug+ -debug:full -nologo -nowarn:618 -r:System.Web.dll -r:../Mono.WebServer/Mono.WebServer.dll -r:Mono.Posix.dll -r:Mono.Security.dll /out:mod-mono-server.exe ./ApplicationHost.cs ./main.cs ./ModMonoRequest.cs ./ModMonoWorkerRequest.cs ./RequestBroker.cs ./RequestReader.cs ./TCPWebSource.cs ./WebSource.cs ./Worker.cs AssemblyInfo.cs ./ModMonoRequest.cs(207,29): warning CS0219: The variable `headersSize' is assigned but its value is never used Compilation succeeded - 1 warning(s) /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.Apache/mod-mono-server.exe ./../mono.snk Assembly ../../src/Mono.WebServer.Apache/mod-mono-server.exe signed. /usr/pkg/bin/gmcs -d:NET_2_0 -debug+ -debug:full -nologo -nowarn:618 -r:System.Web.dll -r:System.Configuration.dll -r:../Mono.WebServer/Mono.WebServer2.dll -r:Mono.Posix.dll -r:Mono.Security.dll /out:mod-mono-server2.exe ./ApplicationHost.cs ./main.cs ./ModMonoRequest.cs ./ModMonoWorkerRequest.cs ./RequestBroker.cs ./RequestReader.cs ./TCPWebSource.cs ./WebSource.cs ./Worker.cs AssemblyInfo.cs ./ModMonoRequest.cs(207,29): warning CS0219: The variable `headersSize' is assigned but its value is never used Compilation succeeded - 1 warning(s) /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.Apache/mod-mono-server2.exe ./../mono.snk Assembly ../../src/Mono.WebServer.Apache/mod-mono-server2.exe signed. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.Apache' Making all in Mono.WebServer.FastCgi gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.FastCgi' /usr/pkg/bin/mcs -debug+ -debug:full -nologo -nowarn:618 -unsafe+ -r:System.Web.dll -r:../Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll -r:Mono.Posix.dll /out:fastcgi-mono-server.exe \ -resource:./ConfigurationManager.xml ./ApplicationHost.cs ./BeginRequestBody.cs ./ConfigurationManager.cs ./Connection.cs ./EndRequestBody.cs ./ISocketAbstraction.cs ./Logger.cs ./main.cs ./NameValuePair.cs ./Record.cs ./Request.cs ./Responder.cs ./ResponderRequest.cs ./Server.cs ./SocketFactory.cs ./StandardSocket.cs ./Strings.cs ./TcpSocket.cs ./UnixSocket.cs ./UnknownTypeBody.cs ./UnmanagedSocket.cs ./WebSource.cs ./WorkerRequest.cs AssemblyInfo.cs /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.FastCgi/fastcgi-mono-server.exe ./../mono.snk Assembly ../../src/Mono.WebServer.FastCgi/fastcgi-mono-server.exe signed. /usr/pkg/bin/gmcs -d:NET_2_0 -debug+ -debug:full -nologo -nowarn:618 -unsafe+ -r:System.Web.dll -r:System.Configuration.dll -r:../Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll -r:Mono.Posix.dll /out:fastcgi-mono-server2.exe \ -resource:./ConfigurationManager.xml ./ApplicationHost.cs ./BeginRequestBody.cs ./ConfigurationManager.cs ./Connection.cs ./EndRequestBody.cs ./ISocketAbstraction.cs ./Logger.cs ./main.cs ./NameValuePair.cs ./Record.cs ./Request.cs ./Responder.cs ./ResponderRequest.cs ./Server.cs ./SocketFactory.cs ./StandardSocket.cs ./Strings.cs ./TcpSocket.cs ./UnixSocket.cs ./UnknownTypeBody.cs ./UnmanagedSocket.cs ./WebSource.cs ./WorkerRequest.cs AssemblyInfo.cs /usr/pkg/bin/sn -q -R ../../src/Mono.WebServer.FastCgi/fastcgi-mono-server2.exe ./../mono.snk Assembly ../../src/Mono.WebServer.FastCgi/fastcgi-mono-server2.exe signed. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src/Mono.WebServer.FastCgi' gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/src' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src' gmake[1]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/src' Making all in test gmake[1]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test' Making all in controls gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/controls' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/controls' Making all in 1.1 gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1' Making all in authtest gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/authtest' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/authtest' Making all in asp.net gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/asp.net' /usr/pkg/bin/mcs -r:System.Web.dll -t:library -out:codebehind1.dll codebehind1.cs /usr/pkg/bin/mcs -r:System.Web.dll -t:library -out:typedesc.dll typedesc.cs gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/asp.net' Making all in webcontrols gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/webcontrols' /usr/pkg/bin/mcs -debug:full -r:Mono.Data.SqliteClient.dll -out:dbpage_test_setup.exe dbpage_test_setup.cs /usr/pkg/bin/mono dbpage_test_setup.exe gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/webcontrols' Making all in html gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/html' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/html' Making all in webservice gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/webservice' /usr/pkg/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll -target:library \ -out:extensions.dll TraceExtension.cs EncryptExtension.cs DumpExtension.cs /usr/pkg/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll -r:extensions.dll \ -out:ServiceClient.exe \ ./ServiceClient.cs ./Reference.cs ./Reference.cs(60,18): warning CS0618: `System.Web.Services.Protocols.SoapHeaderAttribute.Required' is obsolete: `This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced' ./Reference.cs(67,18): warning CS0618: `System.Web.Services.Protocols.SoapHeaderAttribute.Required' is obsolete: `This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced' ./Reference.cs(75,18): warning CS0618: `System.Web.Services.Protocols.SoapHeaderAttribute.Required' is obsolete: `This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced' ./Reference.cs(83,18): warning CS0618: `System.Web.Services.Protocols.SoapHeaderAttribute.Required' is obsolete: `This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced' ./Reference.cs(90,18): warning CS0618: `System.Web.Services.Protocols.SoapHeaderAttribute.Required' is obsolete: `This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced' Compilation succeeded - 5 warning(s) gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/webservice' Making all in databind gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/databind' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/databind' Making all in handlers gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/handlers' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/handlers' Making all in customcontrol gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/customcontrol' /usr/pkg/bin/mcs -r:System.Web.dll -t:library -out:tabcontrol.dll tabcontrol.cs /usr/pkg/bin/mcs -r:System.Web.dll -t:library -out:tabcontrol2.dll tabcontrol2.cs gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1/customcontrol' gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1' gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/1.1' Making all in 2.0 gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0' Making all in menu gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/menu' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/menu' Making all in treeview gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/treeview' /usr/pkg/bin/gmcs -r:System.Web.dll -t:library -out:treeview.dll populate.cs gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/treeview' Making all in masterpages gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/masterpages' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0/masterpages' gmake[3]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0' gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/2.0' Making all in App_Code gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test/App_Code' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test/App_Code' gmake[2]: Entering directory `/scratch/www/mono-xsp/work/xsp-2.2/test' /usr/pkg/bin/mcs -pkg:dotnet -r:System.Xml.dll -target:library -out:SiteMapReader_1.1.dll SiteMapReader_1.1.cs error CS0006: cannot find metadata file `System.Runtime.Serialization.Formatters.Soap.dll' Compilation failed: 1 error(s), 0 warnings gmake[2]: *** [SiteMapReader_1.1.dll] Error 1 gmake[2]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/scratch/www/mono-xsp/work/xsp-2.2/test' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/www/mono-xsp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/mono-xsp