Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 20:47:12 +0200
From:      =?iso-8859-1?Q?Beat_G=E4tzi?= <beat@FreeBSD.org>
To:        mono@FreeBSD.org
Subject:   Fwd: mono-2.11.1 failed on amd64 7
Message-ID:  <7E6F6DC5-A9B7-4BB3-B3CD-2264BA3286F3@FreeBSD.org>
References:  <201207211533.q6LFXMQL003117@pointyhat.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Begin forwarded message:
> Excerpt from the build log at
>=20
>  =
http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.7.20120721114958/=
mono-2.11.1.log
>=20
> building mono-2.11.1 on gohan12.freebsd.org
> in directory /x/pkgbuild/7/20120721114958/chroot/235
> building for: 7.3-RELEASE-p4 amd64
> maintained by: mono@FreeBSD.org
> port directory: /usr/ports/lang/mono
> Makefile ident: $FreeBSD: ports/lang/mono/Makefile,v 1.103 2012/06/29 =
18:24:08 az Exp $
>=20
>  [... lines trimmed ...]
>=20
> System.Web/HttpApplication.cs(833,51): warning CS0420: =
`System.Web.HttpApplication.modcoll': A volatile field references will =
not be treated as volatile
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(83,37): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.provider' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(51,41): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.owner' is assigned but its =
value is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(52,30): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.read' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(51,41): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.owner' is assigned but its =
value is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(52,30): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.read' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/UrlRoutingModule.cs(46,24): =
warning CS0414: The private field =
`System.Web.Routing.UrlRoutingModule.module_identity_key' is assigned =
but its value is never used
> ../System.Web.Routing/System.Web.Routing/UrlRoutingModule.cs(47,24): =
warning CS0414: The private field =
`System.Web.Routing.UrlRoutingModule.original_path_key' is assigned but =
its value is never used
> System.Web.UI.WebControls/Menu.cs(80,29): warning CS0649: Field =
`System.Web.UI.WebControls.Menu.levelSelectedLinkStyles' is never =
assigned to, and will always have its default value `null'
> System.Web.UI.WebControls/Menu.cs(81,29): warning CS0649: Field =
`System.Web.UI.WebControls.Menu.levelMenuItemLinkStyles' is never =
assigned to, and will always have its default value `null'
> System.Web/ExceptionPageTemplateFragmentValue.cs(37,24): warning =
CS0649: Field `System.Web.ExceptionPageTemplateFragmentValue.name' is =
never assigned to, and will always have its default value `null'
> Compilation succeeded - 19 warning(s)
> :  -R ../../class/lib/net_4_5/tmp/System.Web.dll =
./../../class/mono.snk
> :  -v ../../class/lib/net_4_5/System.Web.dll
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> MCS     [net_4_5] Mono.Web.dll
> Assembly ../../class/lib/net_4_5/Mono.Web.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Web'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> MCS     [net_4_5] System.Web.Services.dll
> =
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.c=
s(178,85): warning CS0618: =
`System.Configuration.ConfigurationSettings.GetConfig(string)' is =
obsolete: `This method is obsolete, it has been replaced by =
System.Configuration!System.Configuration.ConfigurationManager.GetSection'=

> =
System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.c=
s(517,31): warning CS0618: =
`System.Configuration.ConfigurationException.ConfigurationException(string=
, System.Xml.XmlNode)' is obsolete: `This class is obsolete.  Use =
System.Configuration.ConfigurationErrorsException'
> System.Web.Services.Protocols/HttpSimpleClientProtocol.cs(169,61): =
warning CS0612: `System.Uri.Uri(string, bool)' is obsolete
> System.Web.Services.Protocols/LogicalMethodInfo.cs(356,70): warning =
CS0162: Unreachable code detected
> System.Web.Services.Protocols/MimeFormatter.cs(89,75): warning CS0612: =
`System.Xml.XmlConvert.ToDateTime(string)' is obsolete
> System.Web.Services.Protocols/MimeFormatter.cs(116,75): warning =
CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete
> System.Web.Services.Protocols/SoapDocumentationHandler.cs(236,61): =
warning CS0618: =
`System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: =
`ICodeGenerator is obsolete'
> System.Web.Services.Protocols/SoapHttpClientProtocol.cs(246,41): =
warning CS0728: Possibly incorrect assignment to `s' which is the =
argument to a using or lock statement
> System.Web.Services.Protocols/WebClientProtocol.cs(115,18): warning =
CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is =
obsolete: `Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> System.Web.Services.Protocols/WebClientProtocol.cs(123,18): warning =
CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is =
obsolete: `Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> System.Web.Services.Protocols/WebClientProtocol.cs(131,18): warning =
CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is =
obsolete: `Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> System.Web.Services.Protocols/WebServiceHandlerFactory.cs(105,32): =
warning CS0219: The variable `fp' is assigned but its value is never =
used
> System.Web.Services.Description/HttpSimpleProtocolImporter.cs(47,29): =
warning CS0414: The private field =
`System.Web.Services.Description.HttpSimpleProtocolImporter.httpBinding' =
is assigned but its value is never used
> =
System.Web.Services.Description/ServiceDescriptionCollection.cs(39,44): =
warning CS0414: The private field =
`System.Web.Services.Description.ServiceDescriptionCollection.importer' =
is assigned but its value is never used
> System.Web.Services.Protocols/SoapDocumentationHandler.cs(53,34): =
warning CS0414: The private field =
`System.Web.Services.Protocols.SoapDocumentationHandler._typeStubInfo' =
is assigned but its value is never used
> System.Web.Services.Protocols/WebServiceHandler.cs(43,29): warning =
CS0414: The private field =
`System.Web.Services.Protocols.WebServiceHandler._context' is assigned =
but its value is never used
> System.Web.Services.Protocols/WebServiceHandler.cs(44,34): warning =
CS0414: The private field =
`System.Web.Services.Protocols.WebServiceHandler.session' is assigned =
but its value is never used
> Compilation succeeded - 17 warning(s)
> Assembly ../../class/lib/net_4_5/System.Web.Services.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Services'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> Makefile:472: warning: overriding recipe for target `clean-local'
> ../../build/library.make:173: warning: ignoring old recipe for target =
`clean-local'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake all-local
> gmake[10]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake[10]: Nothing to be done for `all-local'.
> gmake[10]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[9]: Nothing to be done for `all-local'.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> Makefile:472: warning: overriding recipe for target `clean-local'
> ../../build/library.make:173: warning: ignoring old recipe for target =
`clean-local'
> MCS     [net_4_5] System.Web.dll
> Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Conf=
iguration.dll (Location of the symbol related to previous warning)
> Assembly/AssemblyInfo.cs(44,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
ApplicationServices.dll (Location of the symbol related to previous =
warning)
> System.Web.Handlers/AssemblyResourceLoader.cs(388,30): warning CS0168: =
The variable `atime' is declared but never used
> System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type =
`Locale' conflicts with the imported type of same name'. Ignoring the =
imported type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type =
`Locale' conflicts with the imported type of same name'. Ignoring the =
imported type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Conf=
iguration.dll (Location of the symbol related to previous warning)
> System.Web.Mail/MailAttachment.cs(60,46): warning CS0436: The type =
`Locale' conflicts with the imported type of same name'. Ignoring the =
imported type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
ApplicationServices.dll (Location of the symbol related to previous =
warning)
> System.Web/HttpApplication.cs(223,74): warning CS0420: =
`System.Web.HttpApplication.modcoll': A volatile field references will =
not be treated as volatile
> System.Web/HttpApplication.cs(833,51): warning CS0420: =
`System.Web.HttpApplication.modcoll': A volatile field references will =
not be treated as volatile
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(83,37): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.provider' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(51,41): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.owner' is assigned but its =
value is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(52,30): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.read' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(51,41): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.owner' is assigned but its =
value is never used
> ../System.Web.Routing/System.Web.Routing/RouteCollection.cs(52,30): =
warning CS0414: The private field =
`System.Web.Routing.RouteCollection.Lock.read' is assigned but its value =
is never used
> ../System.Web.Routing/System.Web.Routing/UrlRoutingModule.cs(46,24): =
warning CS0414: The private field =
`System.Web.Routing.UrlRoutingModule.module_identity_key' is assigned =
but its value is never used
> ../System.Web.Routing/System.Web.Routing/UrlRoutingModule.cs(47,24): =
warning CS0414: The private field =
`System.Web.Routing.UrlRoutingModule.original_path_key' is assigned but =
its value is never used
> System.Web.UI.WebControls/Menu.cs(80,29): warning CS0649: Field =
`System.Web.UI.WebControls.Menu.levelSelectedLinkStyles' is never =
assigned to, and will always have its default value `null'
> System.Web.UI.WebControls/Menu.cs(81,29): warning CS0649: Field =
`System.Web.UI.WebControls.Menu.levelMenuItemLinkStyles' is never =
assigned to, and will always have its default value `null'
> System.Web/ExceptionPageTemplateFragmentValue.cs(37,24): warning =
CS0649: Field `System.Web.ExceptionPageTemplateFragmentValue.name' is =
never assigned to, and will always have its default value `null'
> Compilation succeeded - 19 warning(s)
> Assembly ../../class/lib/net_4_5/tmp/System.Web.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/System.Web.dll is strongnamed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> MCS     [net_4_5] System.Runtime.Serialization.Formatters.Soap.dll
> Assembly =
../../class/lib/net_4_5/System.Runtime.Serialization.Formatters.Soap.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation.Formatters.Soap'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> MCS     [net_4_5] System.Runtime.Remoting.dll
> System.Runtime.Remoting.Channels/ChannelCore.cs(60,40): warning =
CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is =
obsolete
> System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(65,42): =
warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see =
GetInvalidPathChars and GetInvalidFileNameChars methods.'
> System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(75,70): =
warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use =
GetHostEntry instead'
> System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(81,52): =
warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use =
GetHostEntry instead'
> =
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,63)=
: warning CS0618: =
`System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is =
obsolete: `Use Configure(String,Boolean)'
> =
System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,57)=
: warning CS0618: =
`System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(System.R=
untime.Remoting.Channels.IChannel)' is obsolete: `Use =
RegisterChannel(IChannel,Boolean)'
> System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,77): =
warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use =
GetHostEntry instead'
> System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(145,69): =
warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use =
GetHostEntry instead'
> System.Runtime.Remoting.MetadataServices/MetaData.cs(67,51): warning =
CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is =
obsolete: `ICodeCompiler is obsolete'
> System.Runtime.Remoting.MetadataServices/MetaData.cs(81,51): warning =
CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is =
obsolete: `ICodeCompiler is obsolete'
> System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,26): =
warning CS0414: The private field =
`System.Runtime.Remoting.Channels.BinaryServerFormatterSink.protocol' is =
assigned but its value is never used
> System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs(43,24): =
warning CS0414: The private field =
`System.Runtime.Remoting.Channels.Ipc.Unix.IpcServerChannel._path' is =
assigned but its value is never used
> Compilation succeeded - 12 warning(s)
> Assembly ../../class/lib/net_4_5/System.Runtime.Remoting.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Remotin=
g'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> MCS     [net_4_5] System.Configuration.Install.dll
> System.Configuration.Install/Installer.cs(40,32): warning CS0649: =
Field `System.Configuration.Install.Installer.helptext' is never =
assigned to, and will always have its default value `null'
> System.Configuration.Install/InstallException.cs(39,35): warning =
CS0414: The private field =
`System.Configuration.Install.InstallException.innerException' is =
assigned but its value is never used
> System.Configuration.Install/InstallContext.cs(37,24): warning CS0414: =
The private field `System.Configuration.Install.InstallContext.log_file' =
is assigned but its value is never used
> Compilation succeeded - 3 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/System.Configuration.Install.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Configuration.I=
nstall'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> MCS     [net_4_5] System.Management.dll
> System.Management/ManagementBaseObject.cs(175,29): warning CS0108: =
`System.Management.ManagementBaseObject.Dispose()' hides inherited =
member `System.ComponentModel.Component.Dispose()'. Use the new keyword =
if hiding was intended
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.dll =
(Location of the symbol related to previous warning)
> System.Management/ManagementObject.cs(390,29): warning CS0108: =
`System.Management.ManagementObject.Dispose()' hides inherited member =
`System.Management.ManagementBaseObject.Dispose()'. Use the new keyword =
if hiding was intended
> System.Management/ManagementBaseObject.cs(175,29): (Location of the =
symbol related to previous warning)
> System.Management/ManagementEventWatcher.cs(85,55): warning CS0067: =
The event `System.Management.ManagementEventWatcher.EventArrived' is =
never used
> System.Management/ManagementEventWatcher.cs(86,50): warning CS0067: =
The event `System.Management.ManagementEventWatcher.Stopped' is never =
used
> System.Management/ManagementOperationObserver.cs(45,52): warning =
CS0067: The event =
`System.Management.ManagementOperationObserver.Completed' is never used
> System.Management/ManagementOperationObserver.cs(46,52): warning =
CS0067: The event =
`System.Management.ManagementOperationObserver.ObjectPut' is never used
> System.Management/ManagementOperationObserver.cs(47,54): warning =
CS0067: The event =
`System.Management.ManagementOperationObserver.ObjectReady' is never =
used
> System.Management/ManagementOperationObserver.cs(48,51): warning =
CS0067: The event =
`System.Management.ManagementOperationObserver.Progress' is never used
> Compilation succeeded - 8 warning(s)
> Assembly ../../class/lib/net_4_5/System.Management.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Management'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> MCS     [net_4_5] System.Data.OracleClient.dll
> Assembly ../../class/lib/net_4_5/System.Data.OracleClient.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.OracleClie=
nt'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> MCS     [net_4_5] Microsoft.VisualC.dll
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/Microsoft.VisualC.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.VisualC'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> MCS     [net_4_5] cscompmgd.dll
> Assembly ../../class/lib/net_4_5/cscompmgd.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Cscompmgd'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> ** Warning: System.Web.dll built without parts that depend on: =
System.Drawing.Design.dll
> MCS     [net_4_5] System.Design.dll
> System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,64): =
warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: =
`System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentMod=
el.ITypeDescriptorContext, System.IServiceProvider, object)' hides =
inherited member =
`System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeD=
escriptorContext, System.IServiceProvider, object)'. To make the current =
member override that implementation, add the override keyword. Otherwise =
add the new keyword
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Draw=
ing.dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: =
`System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.Component=
Model.ITypeDescriptorContext)' hides inherited member =
`System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITy=
peDescriptorContext)'. To make the current member override that =
implementation, add the override keyword. Otherwise add the new keyword
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Draw=
ing.dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning =
CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' =
hides inherited member =
`System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new =
keyword if hiding was intended
> System.Web.UI.Design/ControlDesigner.cs(274,29): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning =
CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: =
`Template editing is supported in ControlDesigner.TemplateGroups with =
SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.'
> System.Web.UI.Design.WebControls/PanelDesigner.cs(33,38): warning =
CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: =
`Use ContainerControlDesigner instead'
> System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning =
CS0672: Member =
`System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' =
overrides obsolete member =
`System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. =
Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()'
> System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of =
the symbol related to previous warning)
> System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning =
CS0672: Member =
`System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' =
overrides obsolete member =
`System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the =
Obsolete attribute to =
`System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()'
> System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): =
warning CS0114: =
`System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHt=
ml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited =
member =
`System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Desi=
gn.DesignerRegionCollection)'. To make the current member override that =
implementation, add the override keyword. Otherwise add the new keyword
> System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,31): =
warning CS0108: =
`System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides =
inherited member =
`System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'=
. Use the new keyword if hiding was intended
> =
System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,31): =
(Location of the symbol related to previous warning)
> System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,31): =
warning CS0108: =
`System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides =
inherited member =
`System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. =
Use the new keyword if hiding was intended
> System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,31): =
(Location of the symbol related to previous warning)
> System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): =
warning CS0672: Member =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequi=
resLoadComplete' overrides obsolete member =
`System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'.=
 Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequi=
resLoadComplete'
> System.Web.UI.Design/ControlDesigner.cs(230,37): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): =
warning CS0672: Member =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContaine=
rDataSource(string)' overrides obsolete member =
`System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSou=
rce(string)'. Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContaine=
rDataSource(string)'
> System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of =
the symbol related to previous warning)
> System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: =
`System.Runtime.InteropServices.TYPELIBATTR' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: =
`System.Runtime.InteropServices.TYPELIBATTR' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning =
CS0672: Member =
`System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' =
overrides obsolete member =
`System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'.=
 Add the Obsolete attribute to =
`System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()'
> System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location =
of the symbol related to previous warning)
> =
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(1=
10,67): warning CS0108: =
`System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.Get=
Enumerator()' hides inherited member =
`System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword =
if hiding was intended
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/mscorlib.dl=
l (Location of the symbol related to previous warning)
> Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning =
CS0618: =
`System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' =
is obsolete: `This method has been deprecated. Use =
InitializeNewComponent instead.'
> System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning =
CS0618: =
`System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' =
is obsolete: `This method has been deprecated. Use =
InitializeExistingComponent instead.'
> System.ComponentModel.Design/DesignerActionList.cs(67,25): warning =
CS0162: Unreachable code detected
> System.Data.Design/TypedDataSetGeneratorException.cs(50,33): warning =
CS0436: The type `Locale' conflicts with the imported type of same =
name'. Ignoring the imported type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): =
warning CS0618: =
`System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: =
`Use ViewTechnology.Default.'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,24): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.name' is never =
assigned to, and will always have its default value `null'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,22): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.is_configured' =
is never assigned to, and will always have its default value `false'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,30): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.provider_name' =
is never assigned to, and will always have its default value `null'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,45): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.connection_strin=
g' is never assigned to, and will always have its default value `null'
> System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): =
warning CS0414: The private field =
`System.ComponentModel.Design.DesignerActionMethodItem.action_list' is =
assigned but its value is never used
> System.ComponentModel.Design/DesignerActionService.cs(45,69): warning =
CS0067: The event =
`System.ComponentModel.Design.DesignerActionService.DesignerActionListsCha=
nged' is never used
> System.ComponentModel.Design/DesignerActionUIService.cs(43,70): =
warning CS0067: The event =
`System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStat=
eChange' is never used
> System.Web.UI.Design/TemplatedControlDesigner.cs(236,47): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is =
never assigned to, and will always have its default value `null'
> System.Web.UI.Design/TemplatedControlDesigner.cs(238,30): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never =
assigned to, and will always have its default value `false'
> System.Web.UI.Design/TemplatedControlDesigner.cs(239,38): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is =
never assigned to, and will always have its default value `null'
> System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: =
The private field =
`System.Web.UI.Design.TemplateEditingService._designerHost' is assigned =
but its value is never used
> System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning =
CS0414: The private field =
`System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' =
is assigned but its value is never used
> System.Windows.Forms.Design/AxParameterData.cs(131,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(132,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(133,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' =
is never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(134,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(135,32): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is =
never assigned to, and will always have its default value `null'
> System.Windows.Forms.Design/AxParameterData.cs(136,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is =
never assigned to, and will always have its default value `null'
> System.Windows.Forms.Design/AxParameterData.cs(137,32): warning =
CS0169: The private field =
`System.Windows.Forms.Design.AxParameterData.typeName' is never used
> System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: =
The private field =
`System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned =
but its value is never used
> System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning =
CS0067: The event =
`System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is =
never used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is =
never used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never =
used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is =
never used
> =
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnume=
rator.cs(40,28): warning CS0649: Field =
`System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnum=
erator.state' is never assigned to, and will always have its default =
value `0'
> System.Windows.Forms.Design.Behavior/Glyph.cs(41,26): warning CS0649: =
Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never =
assigned to, and will always have its default value `null'
> Compilation succeeded - 53 warning(s)
> :  -R ../../class/lib/net_4_5/tmp/System.Design.dll =
./../../class/mono.snk
> :  -v ../../class/lib/net_4_5/System.Design.dll
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> MCS     [net_4_5] PEAPI.dll
> PEAPI.cs(109,46): warning CS0649: Field `PEAPI.FileImage.rsrc' is =
never assigned to, and will always have its default value `null'
> Compilation succeeded - 1 warning(s)
> Assembly ../../class/lib/net_4_5/PEAPI.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/PEAPI'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> MCS     [net_4_5] Npgsql.dll
> Assembly ../../class/lib/net_4_5/Npgsql.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Npgsql'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> MCS     [net_4_5] Commons.Xml.Relaxng.dll
> Commons.Xml.Relaxng/RelaxngPattern.cs(83,40): warning CS0219: The =
variable `g' is assigned but its value is never used
> Commons.Xml.Relaxng/RelaxngValidatingReader.cs(566,38): warning =
CS0184: The given expression is never of the provided =
(`Commons.Xml.Relaxng.Derivative.RdpElement') type
> Commons.Xml.Relaxng/RelaxngValidatingReader.cs(567,33): warning =
CS0162: Unreachable code detected
> Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,32): warning CS0618: =
`System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHand=
ler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
> Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,87): warning CS0612: =
`System.Xml.Schema.XmlSchemaElement.ElementType' is obsolete
> Commons.Xml.Relaxng/XsdDatatypeProvider.cs(194,32): warning CS0618: =
`System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHand=
ler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
> Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,25): warning CS0618: =
`System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by =
XmlReader.Create() method using appropriate XmlReaderSettings instead.'
> Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,53): warning CS0618: =
`System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by =
XmlReader.Create() method using appropriate XmlReaderSettings instead.'
> Commons.Xml.Relaxng.Inference/RelaxngInference.cs(898,44): warning =
CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete
> Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,36): warning CS0618: =
`System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHand=
ler, System.Xml.XmlResolver)' is obsolete: `Use XmlSchemaSet.Compile() =
instead.'
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng/Com=
mons.Xml.Relaxng.Rnc/RncParser.jay(70,28): warning CS0649: Field =
`Commons.Xml.Relaxng.Rnc.RncParser.yacc_verbose_flag' is never assigned =
to, and will always have its default value `0'
> Commons.Xml.Relaxng.Rnc/RncParser.cs(457,7): warning CS0414: The =
private field `Commons.Xml.Relaxng.Rnc.RncParser.yyExpectingState' is =
assigned but its value is never used
> Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(750,22): warning CS0649: =
Field `Commons.Xml.Relaxng.Derivative.RdpAbstractBinary.expanded' is =
never assigned to, and will always have its default value `false'
> Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1399,22): warning =
CS0649: Field =
`Commons.Xml.Relaxng.Derivative.RdpAbstractSingleContent.isExpanded' is =
never assigned to, and will always have its default value `false'
> Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,39): warning =
CS0414: The private field =
`Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assigned =
but its value is never used
> Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,39): warning =
CS0414: The private field =
`Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assigned =
but its value is never used
> Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,37): warning =
CS0414: The private field =
`Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its =
value is never used
> Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,22): warning CS0169: The =
private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is =
never used
> Commons.Xml.Nvdl/NvdlSimplified.cs(549,29): warning CS0649: Field =
`Commons.Xml.Nvdl.SimpleValidate.resolver' is never assigned to, and =
will always have its default value `null'
> Compilation succeeded - 19 warning(s)
> Assembly ../../class/lib/net_4_5/Commons.Xml.Relaxng.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Commons.Xml.Relaxng'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> MCS     [net_4_5] Novell.Directory.Ldap.dll
> Assembly ../../class/lib/net_4_5/Novell.Directory.Ldap.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Novell.Directory.Ldap'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> MCS     [net_4_5] Mono.Security.Win32.dll
> Assembly ../../class/lib/net_4_5/Mono.Security.Win32.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Security.Win32'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> MCS     [net_4_5] System.DirectoryServices.dll
> System.DirectoryServices/DirectoryEntries.cs(168,53): warning CS0168: =
The variable `e' is declared but never used
> System.DirectoryServices/DirectoryEntries.cs(266,51): warning CS0219: =
The variable `nextEntry' is assigned but its value is never used
> System.DirectoryServices/DirectoryEntry.cs(489,18): warning CS0618: =
`System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: =
`Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> System.DirectoryServices/DirectoryEntry.cs(578,114): warning CS0618: =
`System.Configuration.ConfigurationSettings.GetConfig(string)' is =
obsolete: `This method is obsolete, it has been replaced by =
System.Configuration!System.Configuration.ConfigurationManager.GetSection'=

> System.DirectoryServices/DirectoryEntry.cs(597,114): warning CS0618: =
`System.Configuration.ConfigurationSettings.GetConfig(string)' is =
obsolete: `This method is obsolete, it has been replaced by =
System.Configuration!System.Configuration.ConfigurationManager.GetSection'=

> System.DirectoryServices/DirectoryEntry.cs(777,51): warning CS0219: =
The variable `nextEntry' is assigned but its value is never used
> System.DirectoryServices/DirectorySearcher.cs(168,18): warning CS0618: =
`System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: =
`Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> System.DirectoryServices/DirectorySearcher.cs(315,18): warning CS0618: =
`System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: =
`Use SettingsBindableAttribute instead of =
RecommendedAsConfigurableAttribute'
> Compilation succeeded - 8 warning(s)
> Assembly ../../class/lib/net_4_5/System.DirectoryServices.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.DirectoryServic=
es'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> MCS     [net_4_5] RabbitMQ.Client.Apigen.exe
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/ap=
igen'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/docs/s=
pecs'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/docs/s=
pecs'
> MONO_PATH=3D"./../../../../class/lib/net_4_5:$MONO_PATH" =
/work/a/ports/lang/mono/work/mono-2.11.1/runtime/mono-wrapper  =
./../../../../class/lib/net_4_5/RabbitMQ.Client.Apigen.exe /n:v0_9 =
"/apiName:AMQP_0_9" amqp0-9.stripped.xml net_4_5-api-0-9.cs
> * Loading spec from 'amqp0-9.stripped.xml'
> * Parsing spec
> * Generating code into 'net_4_5-api-0-9.cs'
> MONO_PATH=3D"./../../../../class/lib/net_4_5:$MONO_PATH" =
/work/a/ports/lang/mono/work/mono-2.11.1/runtime/mono-wrapper  =
./../../../../class/lib/net_4_5/RabbitMQ.Client.Apigen.exe /n:v0_8 =
"/apiName:AMQP_0_8" amqp0-8.stripped.xml net_4_5-api-0-8.cs
> * Loading spec from 'amqp0-8.stripped.xml'
> * Parsing spec
> * Generating code into 'net_4_5-api-0-8.cs'
> MONO_PATH=3D"./../../../../class/lib/net_4_5:$MONO_PATH" =
/work/a/ports/lang/mono/work/mono-2.11.1/runtime/mono-wrapper  =
./../../../../class/lib/net_4_5/RabbitMQ.Client.Apigen.exe /n:v0_8qpid =
"/apiName:AMQP_0_8_QPID" qpid-amqp.0-8.stripped.xml =
net_4_5-api-qpid-0-8.cs
> * Loading spec from 'qpid-amqp.0-8.stripped.xml'
> * Parsing spec
> * Generating code into 'net_4_5-api-qpid-0-8.cs'
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/docs/s=
pecs'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/docs/s=
pecs'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> Creating the per profile list =
../../../../build/deps/net_4_5_RabbitMQ.Client.dll.sources ...
> /bin/sh ./../../../../build/gensources.sh =
../../../../build/deps/net_4_5_RabbitMQ.Client.dll.sources =
net_4_5_RabbitMQ.Client.dll.sources=20
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> MCS     [net_4_5] RabbitMQ.Client.dll
> Assembly ../../../../class/lib/net_4_5/RabbitMQ.Client.dll signed.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client/src/cl=
ient'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client'
> gmake[8]: Nothing to be done for `all-local'.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/RabbitMQ.Client'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> MCS     [net_4_5] Mono.Messaging.dll
> Assembly ../../class/lib/net_4_5/Mono.Messaging.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> MCS     [net_4_5] System.Messaging.dll
> System.Messaging/MessageQueuePermissionEntryCollection.cs(38,48): =
warning CS0414: The private field =
`System.Messaging.MessageQueuePermissionEntryCollection.owner' is =
assigned but its value is never used
> Compilation succeeded - 1 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/System.Messaging.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Messaging'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> MCS     [net_4_5] Mono.Messaging.RabbitMQ.dll
> Assembly ../../class/lib/net_4_5/Mono.Messaging.RabbitMQ.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Messaging.RabbitM=
Q'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> MCS     [net_4_5] System.ServiceProcess.dll
> System.ServiceProcess/ServiceBase.cs(54,22): warning CS0649: Field =
`System.ServiceProcess.ServiceBase.hasStarted' is never assigned to, and =
will always have its default value `false'
> Compilation succeeded - 1 warning(s)
> Assembly ../../class/lib/net_4_5/System.ServiceProcess.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceProcess'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> MCS     [net_4_5] System.Drawing.Design.dll
> Assembly ../../class/lib/net_4_5/System.Drawing.Design.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Drawing.Design'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> MCS     [net_4_5] System.Design.dll
> System.Data.Design/TypedDataSetSchemaImporterExtension.cs(51,64): =
warning CS0436: The type `System.Data.Design.TypedDataSetGenerator' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: =
`System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentMod=
el.ITypeDescriptorContext, System.IServiceProvider, object)' hides =
inherited member =
`System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeD=
escriptorContext, System.IServiceProvider, object)'. To make the current =
member override that implementation, add the override keyword. Otherwise =
add the new keyword
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Draw=
ing.dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: =
`System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.Component=
Model.ITypeDescriptorContext)' hides inherited member =
`System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITy=
peDescriptorContext)'. To make the current member override that =
implementation, add the override keyword. Otherwise add the new keyword
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Draw=
ing.dll (Location of the symbol related to previous warning)
> System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning =
CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' =
hides inherited member =
`System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new =
keyword if hiding was intended
> System.Web.UI.Design/ControlDesigner.cs(274,29): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning =
CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: =
`Template editing is supported in ControlDesigner.TemplateGroups with =
SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.'
> System.Web.UI.Design.WebControls/PanelDesigner.cs(33,38): warning =
CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: =
`Use ContainerControlDesigner instead'
> System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning =
CS0672: Member =
`System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' =
overrides obsolete member =
`System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. =
Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()'
> System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of =
the symbol related to previous warning)
> System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning =
CS0672: Member =
`System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' =
overrides obsolete member =
`System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the =
Obsolete attribute to =
`System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()'
> System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): =
warning CS0114: =
`System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHt=
ml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited =
member =
`System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Desi=
gn.DesignerRegionCollection)'. To make the current member override that =
implementation, add the override keyword. Otherwise add the new keyword
> System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/ListControlDesigner.cs(64,31): =
warning CS0108: =
`System.Web.UI.Design.WebControls.ListControlDesigner.DataSource' hides =
inherited member =
`System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner.DataSource'=
. Use the new keyword if hiding was intended
> =
System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs(48,31): =
(Location of the symbol related to previous warning)
> System.Web.UI.Design.WebControls/ListControlDesigner.cs(73,31): =
warning CS0108: =
`System.Web.UI.Design.WebControls.ListControlDesigner.DataMember' hides =
inherited member =
`System.Web.UI.Design.WebControls.DataBoundControlDesigner.DataMember'. =
Use the new keyword if hiding was intended
> System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs(55,31): =
(Location of the symbol related to previous warning)
> System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): =
warning CS0672: Member =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequi=
resLoadComplete' overrides obsolete member =
`System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'.=
 Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequi=
resLoadComplete'
> System.Web.UI.Design/ControlDesigner.cs(230,37): (Location of the =
symbol related to previous warning)
> System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): =
warning CS0672: Member =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContaine=
rDataSource(string)' overrides obsolete member =
`System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSou=
rce(string)'. Add the Obsolete attribute to =
`System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContaine=
rDataSource(string)'
> System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of =
the symbol related to previous warning)
> System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: =
`System.Runtime.InteropServices.TYPELIBATTR' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: =
`System.Runtime.InteropServices.TYPELIBATTR' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: =
`System.Runtime.InteropServices.UCOMITypeLib' is obsolete
> System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning =
CS0672: Member =
`System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' =
overrides obsolete member =
`System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'.=
 Add the Obsolete attribute to =
`System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()'
> System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location =
of the symbol related to previous warning)
> =
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(1=
10,67): warning CS0108: =
`System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.Get=
Enumerator()' hides inherited member =
`System.Collections.CollectionBase.GetEnumerator()'. Use the new keyword =
if hiding was intended
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/mscorlib.dl=
l (Location of the symbol related to previous warning)
> Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning =
CS0618: =
`System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' =
is obsolete: `This method has been deprecated. Use =
InitializeNewComponent instead.'
> System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning =
CS0618: =
`System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' =
is obsolete: `This method has been deprecated. Use =
InitializeExistingComponent instead.'
> System.ComponentModel.Design/DesignerActionList.cs(67,25): warning =
CS0162: Unreachable code detected
> System.Data.Design/TypedDataSetGeneratorException.cs(50,33): warning =
CS0436: The type `Locale' conflicts with the imported type of same =
name'. Ignoring the imported type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Data=
.dll (Location of the symbol related to previous warning)
> System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): =
warning CS0618: =
`System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: =
`Use ViewTechnology.Default.'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,24): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.name' is never =
assigned to, and will always have its default value `null'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(43,22): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.is_configured' =
is never assigned to, and will always have its default value `false'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,30): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.provider_name' =
is never assigned to, and will always have its default value `null'
> System.ComponentModel.Design.Data/DesignerDataConnection.cs(42,45): =
warning CS0649: Field =
`System.ComponentModel.Design.Data.DesignerDataConnection.connection_strin=
g' is never assigned to, and will always have its default value `null'
> System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): =
warning CS0414: The private field =
`System.ComponentModel.Design.DesignerActionMethodItem.action_list' is =
assigned but its value is never used
> System.ComponentModel.Design/DesignerActionService.cs(45,69): warning =
CS0067: The event =
`System.ComponentModel.Design.DesignerActionService.DesignerActionListsCha=
nged' is never used
> System.ComponentModel.Design/DesignerActionUIService.cs(43,70): =
warning CS0067: The event =
`System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStat=
eChange' is never used
> System.Web.UI.Design/TemplatedControlDesigner.cs(236,47): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._activeTemplateFrame' is =
never assigned to, and will always have its default value `null'
> System.Web.UI.Design/TemplatedControlDesigner.cs(238,30): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._templateMode' is never =
assigned to, and will always have its default value `false'
> System.Web.UI.Design/TemplatedControlDesigner.cs(239,38): warning =
CS0649: Field =
`System.Web.UI.Design.TemplatedControlDesigner._templateVerbHandler' is =
never assigned to, and will always have its default value `null'
> System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: =
The private field =
`System.Web.UI.Design.TemplateEditingService._designerHost' is assigned =
but its value is never used
> System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning =
CS0414: The private field =
`System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' =
is assigned but its value is never used
> System.Windows.Forms.Design/AxParameterData.cs(131,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isByRef' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(132,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isIn' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(133,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOptional' =
is never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(134,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.isOut' is =
never assigned to, and will always have its default value `false'
> System.Windows.Forms.Design/AxParameterData.cs(135,32): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.name' is =
never assigned to, and will always have its default value `null'
> System.Windows.Forms.Design/AxParameterData.cs(136,30): warning =
CS0649: Field `System.Windows.Forms.Design.AxParameterData.type' is =
never assigned to, and will always have its default value `null'
> System.Windows.Forms.Design/AxParameterData.cs(137,32): warning =
CS0169: The private field =
`System.Windows.Forms.Design.AxParameterData.typeName' is never used
> System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: =
The private field =
`System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned =
but its value is never used
> System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning =
CS0067: The event =
`System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is =
never used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is =
never used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never =
used
> System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): =
warning CS0067: The event =
`System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is =
never used
> =
System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollectionEnume=
rator.cs(40,28): warning CS0649: Field =
`System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnum=
erator.state' is never assigned to, and will always have its default =
value `0'
> System.Windows.Forms.Design.Behavior/Glyph.cs(41,26): warning CS0649: =
Field `System.Windows.Forms.Design.Behavior.Glyph.behavior' is never =
assigned to, and will always have its default value `null'
> Compilation succeeded - 53 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/tmp/System.Design.dll signed.
> Assembly ../../class/lib/net_4_5/System.Design.dll is strongnamed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Design'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> MCS     [net_4_5] ICSharpCode.SharpZipLib.dll
> Assembly ../../class/lib/net_4_5/ICSharpCode.SharpZipLib.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/ICSharpCode.SharpZipLi=
b'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> MCS     [net_4_5] Mono.Http.dll
> Assembly ../../class/lib/net_4_5/Mono.Http.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Http'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> MCS     [net_4_5] Mono.Cairo.dll
> ./Mono.Cairo/SurfacePattern.cs(45,31): warning CS0108: =
`Cairo.SurfacePattern.Extend' hides inherited member =
`Cairo.Pattern.Extend'. Use the new keyword if hiding was intended
> ./Mono.Cairo/Pattern.cs(120,31): (Location of the symbol related to =
previous warning)
> Compilation succeeded - 1 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/Mono.Cairo.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cairo'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> MCS     [net_4_5] IBM.Data.DB2.dll
> Assembly ../../class/lib/net_4_5/IBM.Data.DB2.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/IBM.Data.DB2'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> MCS     [net_4_5] CustomMarshalers.dll
> Assembly ../../class/lib/net_4_5/CustomMarshalers.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/CustomMarshalers'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> MCS     [net_4_5] OpenSystem.C.dll
> Assembly ../../class/lib/net_4_5/OpenSystem.C.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/OpenSystem.C'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> MCS     [net_4_5] Mono.Cecil.dll
> Assembly ../../class/lib/net_4_5/Mono.Cecil.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> MCS     [net_4_5] Mono.Cecil.Mdb.dll
> Assembly ../../class/lib/net_4_5/Mono.Cecil.Mdb.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Cecil.Mdb'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> MCS     [net_4_5] Mono.Debugger.Soft.dll
> Assembly ../../class/lib/net_4_5/Mono.Debugger.Soft.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Mono.Debugger.Soft'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> MCS     [net_4_5] SystemWebTestShim.dll
> Assembly/AssemblyInfo.cs(41,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
dll (Location of the symbol related to previous warning)
> Compilation succeeded - 1 warning(s)
> :  -R ../../class/lib/net_4_5/SystemWebTestShim.dll =
./../../class/mono.snk
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/SystemWebTestShim'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> MCS     [net_4_5] Microsoft.Build.Framework.dll
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/Microsoft.Build.Framework.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Framew=
ork'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> MCS     [net_4_5] Microsoft.Build.Utilities.v4.0.dll
> =
../System/System.Collections.Specialized/ProcessStringDictionary.cs(44,25)=
: warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: =
`Please use IEqualityComparer instead.'
> =
../System/System.Collections.Specialized/ProcessStringDictionary.cs(51,81)=
: warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' =
is obsolete: `Please use StringComparer instead.'
> =
../System/System.Collections.Specialized/ProcessStringDictionary.cs(55,33)=
: warning CS0618: =
`System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvid=
er, System.Collections.IComparer)' is obsolete: `Please use =
Hashtable(IEqualityComparer) instead'
> Compilation succeeded - 3 warning(s)
> Assembly ../../class/lib/net_4_5/Microsoft.Build.Utilities.v4.0.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Utilit=
ies'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> MCS     [net_4_5] Microsoft.Build.Engine.dll
> Assembly ../../class/lib/net_4_5/Microsoft.Build.Engine.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Engine=
'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> MCS     [net_4_5] Microsoft.Build.Tasks.v4.0.dll
> =
Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.cs(42,41=
): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.product=
s' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(38,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_id' is =
never assigned to, and will always have its default value `0'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(39,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.help_keyword' =
is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(40,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.message' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildMessage.cs(41,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.severity' is =
never assigned to, and will always have its default value `0'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(41,33): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.component_file=
s' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(42,33): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.key_file' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(43,33): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.messages' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildResults.cs(44,33): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.succeeded' =
is never assigned to, and will always have its default value `false'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/BuildSettings.cs(50,49): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.productBuilde=
rs' is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.Bootstrapper/ProductBuilder.cs(38,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.product' =
is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(41,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.includes' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(42,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.name' is never =
assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(43,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productBuilder' =
is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.Bootstrapper/Product.cs(44,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.productCode' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(40,=
25): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isFra=
meworkAssembly' is never assigned to, and will always have its default =
value `false'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(41,=
25): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isNeu=
tralPlatform' is never assigned to, and will always have its default =
value `false'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyIdentity.cs(42,=
25): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.isStr=
ongName' is never assigned to, and will always have its default value =
`false'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/AssemblyManifest.cs(39,=
33): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.exter=
nalProxyStubs' is never assigned to, and will always have its default =
value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(39,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.clsId' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(40,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.description' =
is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(41,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.progId' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(42,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.threadingMode=
l' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/ComClass.cs(43,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.tlbId' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(40,33)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.comClass=
es' is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(42,33)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.proxyStu=
bs' is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/FileReference.cs(43,33)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.typeLibs=
' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(41,49): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.assemblyRefer=
ences' is never assigned to, and will always have its default value =
`null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(44,41): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.fileReference=
s' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/Manifest.cs(46,49): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.outputMessage=
s' is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection=
.cs(41,41): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollectio=
n.error_count' is never assigned to, and will always have its default =
value `0'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessageCollection=
.cs(43,41): warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollectio=
n.warning_count' is never assigned to, and will always have its default =
value `0'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(39,41)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.name' =
is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(40,41)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.text' =
is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/OutputMessage.cs(41,41)=
: warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.type' =
is never assigned to, and will always have its default value `0'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(39,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.baseInterfac=
e' is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(40,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.iid' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(41,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.name' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(42,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.numMethods' =
is never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/ProxyStub.cs(43,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.tlbId' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/TrustInfo.cs(41,33): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.hasUnmanaged=
CodePermission' is never assigned to, and will always have its default =
value `false'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(39,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.flags' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(40,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.helpDirectory'=
 is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(41,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.resourceId' =
is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(42,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.tlbId' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks.Deployment.ManifestUtilities/TypeLib.cs(43,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.version' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(39,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.name' is =
never assigned to, and will always have its default value `null'
> =
Microsoft.Build.Tasks.Deployment.ManifestUtilities/WindowClass.cs(40,25): =
warning CS0649: Field =
`Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.versioned'=
 is never assigned to, and will always have its default value `false'
> Microsoft.Build.Tasks/ResolveAssemblyReference.cs(63,33): warning =
CS0649: Field =
`Microsoft.Build.Tasks.ResolveAssemblyReference.scatterFiles' is never =
assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks/ResolveAssemblyReference.cs(65,33): warning =
CS0649: Field =
`Microsoft.Build.Tasks.ResolveAssemblyReference.serializationAssemblyFiles=
' is never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks/ResolveAssemblyReference.cs(68,33): warning =
CS0649: Field =
`Microsoft.Build.Tasks.ResolveAssemblyReference.suggestedRedirects' is =
never assigned to, and will always have its default value `null'
> Microsoft.Build.Tasks/SGen.cs(45,24): warning CS0649: Field =
`Microsoft.Build.Tasks.SGen.serializationAssemblyName' is never assigned =
to, and will always have its default value `null'
> Compilation succeeded - 52 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/Microsoft.Build.Tasks.v4.0.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/Microsoft.Build.Tasks'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> MCS     [net_4_5] System.Xml.Linq.dll
> System.Xml.Linq/XDocument.cs(99,27): warning CS0618: =
`System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use =
DtdProcessing property instead'
> System.Xml.Linq/XDocument.cs(126,27): warning CS0618: =
`System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use =
DtdProcessing property instead'
> System.Xml.Linq/XElement.cs(402,34): warning CS0618: =
`System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: `Use =
DtdProcessing property instead'
> Compilation succeeded - 3 warning(s)
> Assembly ../../class/lib/net_4_5/System.Xml.Linq.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Xml.Linq'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> Creating the per profile list =
../../build/deps/net_4_5_System.Runtime.Serialization.dll.sources ...
> /bin/sh ./../../build/gensources.sh =
../../build/deps/net_4_5_System.Runtime.Serialization.dll.sources =
net_4_5_System.Runtime.Serialization.dll.sources=20
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> MCS     [net_4_5] System.Runtime.Serialization.dll
> System.Runtime.Serialization/XsdDataContractExporter.cs(67,47): =
warning CS0618: =
`System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHand=
ler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
> Compilation succeeded - 1 warning(s)
> Assembly ../../class/lib/net_4_5/System.Runtime.Serialization.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Runtime.Seriali=
zation'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions/Test'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions/Test'
> gmake[9]: Nothing to be done for `all-local'.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions/Test'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions/Test'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> MCS     [net_4_5] System.Data.DataSetExtensions.dll
> System.Data/OrderedEnumerableRowCollection.cs(40,77): warning CS0693: =
Type parameter `TRow' has the same name as the type parameter from outer =
type `System.Data.OrderedEnumerableRowCollection<TRow>'
> System.Data/OrderedEnumerableRowCollection.cs(37,60): (Location of the =
symbol related to previous warning)
> System.Data/OrderedEnumerableRowCollection.cs(47,78): warning CS0693: =
Type parameter `TRow' has the same name as the type parameter from outer =
type `System.Data.OrderedEnumerableRowCollection<TRow>'
> System.Data/OrderedEnumerableRowCollection.cs(37,60): (Location of the =
symbol related to previous warning)
> Compilation succeeded - 2 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/System.Data.DataSetExtensions.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.DataSetExt=
ensions'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> MCS     [net_4_5] System.Data.Linq.dll
> src/DbLinq.Firebird/FirebirdVendor.cs(47,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.Ingres/IngresVendor.cs(49,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.MySql/MySqlVendor.cs(47,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.Oracle/OracleVendor.cs(44,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.PostgreSql/PgsqlVendor.cs(58,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.Sqlite/SqliteVendor.cs(50,6): warning CS3016: Arrays as =
attribute arguments are not CLS-compliant
> src/DbLinq.SqlServer/SqlServerVendor.cs(54,6): warning CS3016: Arrays =
as attribute arguments are not CLS-compliant
> src/DbLinq/Util/ThreadSafeDictionary.cs(281,40): warning CS3008: =
Identifier `DbLinq.Util.BaseLock._Locks' is not CLS-compliant
> Compilation succeeded - 8 warning(s)
> Assembly ../../class/lib/net_4_5/System.Data.Linq.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Data.Linq'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> Makefile:472: warning: overriding recipe for target `clean-local'
> ../../build/library.make:173: warning: ignoring old recipe for target =
`clean-local'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake all-local
> gmake[10]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake[10]: Nothing to be done for `all-local'.
> gmake[10]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test/TestMo=
noWeb'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[9]: Nothing to be done for `all-local'.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web/Test'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> Makefile:472: warning: overriding recipe for target `clean-local'
> ../../build/library.make:173: warning: ignoring old recipe for target =
`clean-local'
> gmake[8]: Nothing to be done for `all-local'.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> Creating the per profile list =
../../build/deps/net_4_5_System.Web.Abstractions.dll.sources ...
> /bin/sh ./../../build/gensources.sh =
../../build/deps/net_4_5_System.Web.Abstractions.dll.sources =
net_4_5_System.Web.Abstractions.dll.sources=20
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> MCS     [net_4_5] System.Web.Abstractions.dll
> Assembly ../../class/lib/net_4_5/System.Web.Abstractions.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Abstraction=
s'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> Creating the per profile list =
../../build/deps/net_4_5_System.Web.Routing.dll.sources ...
> /bin/sh ./../../build/gensources.sh =
../../build/deps/net_4_5_System.Web.Routing.dll.sources =
net_4_5_System.Web.Routing.dll.sources=20
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> MCS     [net_4_5] System.Web.Routing.dll
> Assembly ../../class/lib/net_4_5/System.Web.Routing.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Routing'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> MCS     [net_4_5] System.IdentityModel.dll
> System.IdentityModel.Tokens/SamlAuthenticationStatement.cs(46,49): =
warning CS0109: The member =
`System.IdentityModel.Tokens.SamlAuthenticationStatement.bindings' does =
not hide an inherited member. The new keyword is not required
> System.IdentityModel.Claims/ClaimSet.cs(39,33): warning CS0649: Field =
`System.IdentityModel.Claims.ClaimSet.win' is never assigned to, and =
will always have its default value `null'
> System.IdentityModel.Claims/WindowsClaimSet.cs(38,33): warning CS0649: =
Field `System.IdentityModel.Claims.WindowsClaimSet.identity' is never =
assigned to, and will always have its default value `null'
> =
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,29): =
warning CS0649: Field =
`System.IdentityModel.Selectors.RsaSecurityTokenAuthenticator.RsaAuthoriza=
tionPolicy.rsa' is never assigned to, and will always have its default =
value `null'
> =
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticator.cs(68,29): =
warning CS0649: Field =
`System.IdentityModel.Selectors.RsaSecurityTokenAuthenticator.RsaAuthoriza=
tionPolicy.rsa' is never assigned to, and will always have its default =
value `null'
> =
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(42,51): =
warning CS0414: The private field =
`System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.authenticat=
ors' is assigned but its value is never used
> =
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticator.cs(43,26): =
warning CS0414: The private field =
`System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator.max_clock_s=
kew' is assigned but its value is never used
> =
System.IdentityModel.Selectors/WindowsUserNameSecurityTokenAuthenticator.c=
s(38,22): warning CS0414: The private field =
`System.IdentityModel.Selectors.WindowsUserNameSecurityTokenAuthenticator.=
include_win_groups' is assigned but its value is never used
> System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(55,35): =
warning CS0169: The private field =
`System.IdentityModel.Tokens.KerberosRequestorSecurityToken.cred' is =
never used
> System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(56,41): =
warning CS0169: The private field =
`System.IdentityModel.Tokens.KerberosRequestorSecurityToken.imp_level' =
is never used
> System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,24): =
warning CS0649: Field =
`System.IdentityModel.Tokens.KerberosRequestorSecurityToken.svc_principal_=
name' is never assigned to, and will always have its default value =
`null'
> System.IdentityModel.Tokens/KerberosRequestorSecurityToken.cs(57,44): =
warning CS0649: Field =
`System.IdentityModel.Tokens.KerberosRequestorSecurityToken.id' is never =
assigned to, and will always have its default value `null'
> Compilation succeeded - 12 warning(s)
> Assembly ../../class/lib/net_4_5/System.IdentityModel.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> MCS     [net_4_5] System.IdentityModel.Selectors.dll
> Assembly ../../class/lib/net_4_5/System.IdentityModel.Selectors.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.IdentityModel.S=
electors'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> Creating the per profile list =
../../build/deps/net_4_5_System.ServiceModel.dll.sources ...
> /bin/sh ./../../build/gensources.sh =
../../build/deps/net_4_5_System.ServiceModel.dll.sources =
net_4_5_System.ServiceModel.dll.sources=20
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> MCS     [net_4_5] System.ServiceModel.dll
> ../../build/common/MonoTODOAttribute.cs(100,25): warning CS1635: =
Cannot restore warning `CS0436' because it was disabled globally
> =
Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(76,0):=
 warning CS1030: #warning: `"Client certificate selection is =
unfinished"'
> =
Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(77,0): =
warning CS1030: #warning: `Review that selected alert is correct'
> Mono.Security.Protocol.Tls/HttpsClientStream.cs(98,25): warning =
CS1635: Cannot restore warning `CS0618' because it was disabled globally
> System.ServiceModel.Channels.NetTcp/TcpReplyChannel.cs(126,44): =
warning CS0168: The variable `ex' is declared but never used
> System.ServiceModel.Channels.Security/SecurityReplyChannel.cs(107,33): =
warning CS0162: Unreachable code detected
> System.ServiceModel/ClientBase.cs(258,52): warning CS0168: The =
variable `ex' is declared but never used
> System.ServiceModel/ClientRuntimeChannel.cs(480,44): warning CS0168: =
The variable `ex' is declared but never used
> System.ServiceModel/Logger.cs(99,52): warning CS0168: The variable =
`ex' is declared but never used
> ../System.ServiceModel.Web/System/UriTemplateTable.cs(68,22): warning =
CS0649: Field `System.UriTemplateTable.is_readonly' is never assigned =
to, and will always have its default value `false'
> Mono.CodeGeneration/CodeAnd.cs(36,22): warning CS0649: Field =
`Mono.CodeGeneration.CodeAnd.t1' is never assigned to, and will always =
have its default value `null'
> Mono.CodeGeneration/CodeAnd.cs(37,22): warning CS0649: Field =
`Mono.CodeGeneration.CodeAnd.t2' is never assigned to, and will always =
have its default value `null'
> Mono.CodeGeneration/CodeOr.cs(35,22): warning CS0649: Field =
`Mono.CodeGeneration.CodeOr.t1' is never assigned to, and will always =
have its default value `null'
> Mono.CodeGeneration/CodeOr.cs(36,22): warning CS0649: Field =
`Mono.CodeGeneration.CodeOr.t2' is never assigned to, and will always =
have its default value `null'
> Mono.CodeGeneration/CodeTryBlock.cs(49,32): warning CS0649: Field =
`Mono.CodeGeneration.CodeTry.condition' is never assigned to, and will =
always have its default value `null'
> System.ServiceModel.Channels/MsmqBindingElementBase.cs(40,59): warning =
CS0649: Field =
`System.ServiceModel.Channels.MsmqBindingElementBase.tx_enabled' is =
never assigned to, and will always have its default value `false'
> System.ServiceModel.Channels/MsmqInputChannel.cs(36,33): warning =
CS0649: Field =
`System.ServiceModel.Channels.MsmqInputChannel.local_address' is never =
assigned to, and will always have its default value `null'
> System.ServiceModel.Channels/MsmqMessageProperty.cs(43,21): warning =
CS0649: Field =
`System.ServiceModel.Channels.MsmqMessageProperty.abort_count' is never =
assigned to, and will always have its default value `0'
> System.ServiceModel.Channels/MsmqMessageProperty.cs(44,34): warning =
CS0649: Field `System.ServiceModel.Channels.MsmqMessageProperty.failure' =
is never assigned to, and will always have its default value `null'
> System.ServiceModel.Channels/MsmqMessageProperty.cs(45,33): warning =
CS0649: Field =
`System.ServiceModel.Channels.MsmqMessageProperty.delivery_status' is =
never assigned to, and will always have its default value `null'
> System.ServiceModel.Channels/MsmqMessageProperty.cs(43,34): warning =
CS0649: Field =
`System.ServiceModel.Channels.MsmqMessageProperty.move_count' is never =
assigned to, and will always have its default value `0'
> =
System.ServiceModel.Configuration/MsmqIntegrationBindingElement.cs(63,46):=
 warning CS0649: Field =
`System.ServiceModel.Configuration.MsmqIntegrationBindingElement.binding_e=
lement_type' is never assigned to, and will always have its default =
value `null'
> System.ServiceModel.Configuration/NetMsmqBindingElement.cs(63,46): =
warning CS0649: Field =
`System.ServiceModel.Configuration.NetMsmqBindingElement.binding_element_t=
ype' is never assigned to, and will always have its default value `null'
> System.ServiceModel.Description/WSTrustSTSContract.cs(279,31): warning =
CS0649: Field `System.ServiceModel.Description.WstEntropy.Token' is =
never assigned to, and will always have its default value `null'
> System.ServiceModel.Description/WSTrustSTSContract.cs(294,31): warning =
CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Id' is =
never assigned to, and will always have its default value `null'
> System.ServiceModel.Description/WSTrustSTSContract.cs(296,31): warning =
CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Type' is =
never assigned to, and will always have its default value `null'
> System.ServiceModel.Description/WSTrustSTSContract.cs(298,31): warning =
CS0649: Field `System.ServiceModel.Description.WstBinarySecret.Value' is =
never assigned to, and will always have its default value `null'
> System.ServiceModel.Security.Tokens/DerivedKeySecurityToken.cs(16,31): =
warning CS0649: Field =
`System.ServiceModel.Security.Tokens.DerivedKeySecurityToken.resolved_toke=
n' is never assigned to, and will always have its default value `null'
> System.ServiceModel.Security.Tokens/SspiSession.cs(17,49): warning =
CS0649: Field `System.ServiceModel.Security.SspiSession.ClientOSVersion' =
is never assigned to, and will always have its default value `0'
> System.ServiceModel.Security.Tokens/SspiSession.cs(159,29): warning =
CS0649: Field =
`System.ServiceModel.Security.SspiServerSession.SuppliedDomain' is never =
assigned to, and will always have its default value `0'
> System.ServiceModel.Security.Tokens/SspiSession.cs(159,45): warning =
CS0649: Field =
`System.ServiceModel.Security.SspiServerSession.SuppliedWorkstation' is =
never assigned to, and will always have its default value `0'
> System.ServiceModel/NetTcpBinding.cs(43,41): warning CS0649: Field =
`System.ServiceModel.NetTcpBinding.reliable_session' is never assigned =
to, and will always have its default value `null'
> System.ServiceModel/ServiceSecurityContext.cs(40,47): warning CS0649: =
Field `System.ServiceModel.ServiceSecurityContext.current' is never =
assigned to, and will always have its default value `null'
> System.ServiceModel/WSDualHttpBinding.cs(50,33): warning CS0649: Field =
`System.ServiceModel.WSDualHttpBinding.reliable_session' is never =
assigned to, and will always have its default value `null'
> System.ServiceModel/WSDualHttpBinding.cs(51,33): warning CS0649: Field =
`System.ServiceModel.WSDualHttpBinding.env_version' is never assigned =
to, and will always have its default value `null'
> Compilation succeeded - 35 warning(s)
> Assembly ../../class/lib/net_4_5/System.ServiceModel.dll signed.
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ServiceModel'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> Makefile:91: =
../../build/deps/System.Web.Extensions_standalone_test_net_4_5.dll.makefra=
g: No such file or directory
> Creating =
../../build/deps/System.Web.Extensions_standalone_test_net_4_5.dll.makefra=
g ...
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions/=
Test'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions/=
Test'
> gmake[9]: Nothing to be done for `all-local'.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions/=
Test'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions/=
Test'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> MCS     [net_4_5] System.Web.Extensions.dll
> ./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
dll (Location of the symbol related to previous warning)
> ../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(78,51): =
warning CS0436: The type `System.Web.Util.MachineKeySectionUtils' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Web.=
dll (Location of the symbol related to previous warning)
> ../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(388,30): =
warning CS0168: The variable `atime' is declared but never used
> ./System.Web.Handlers/ScriptResourceHandler.cs(137,30): warning =
CS0168: The variable `atime' is declared but never used
> =
./System.Web.ClientServices.Providers/ClientFormsAuthenticationMembershipP=
rovider.cs(46,68): warning CS0067: The event =
`System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipPr=
ovider.UserValidated' is never used
> =
./System.Web.ClientServices.Providers/ClientSettingsProvider.cs(47,68): =
warning CS0067: The event =
`System.Web.ClientServices.Providers.ClientSettingsProvider.SettingsSaved'=
 is never used
> ./System.Web.Script.Serialization/JsonDeserializer.cs(293,38): warning =
CS0414: The private field =
`System.Web.Script.Serialization.JsonDeserializer.serializer' is =
assigned but its value is never used
> ./System.Web.Script.Serialization/JsonDeserializer.cs(294,40): warning =
CS0414: The private field =
`System.Web.Script.Serialization.JsonDeserializer.typeResolver' is =
assigned but its value is never used
> ./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,21): warning =
CS0414: The private field =
`System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is =
assigned but its value is never used
> ./System.Web.UI.WebControls/NumericPagerField.cs(49,21): warning =
CS0414: The private field =
`System.Web.UI.WebControls.NumericPagerField._fieldIndex' is assigned =
but its value is never used
> Compilation succeeded - 10 warning(s)
> Thread 8010023d0 has exited with leftover thread-specific data after 4 =
destructor iterations
> Assembly ../../class/lib/net_4_5/System.Web.Extensions.dll signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions'=

> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> MCS     [net_4_5] System.Web.Extensions.Design.dll
> Assembly/AssemblyInfo.cs(46,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.Desi=
gn.dll (Location of the symbol related to previous warning)
> Compilation succeeded - 1 warning(s)
> Assembly ../../class/lib/net_4_5/System.Web.Extensions.Design.dll =
signed.
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.Web.Extensions.=
Design'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> Creating the per profile list =
../../build/deps/net_4_5_System.ComponentModel.DataAnnotations.dll.sources=
 ...
> /bin/sh ./../../build/gensources.sh =
../../build/deps/net_4_5_System.ComponentModel.DataAnnotations.dll.sources=
 net_4_5_System.ComponentModel.DataAnnotations.dll.sources=20
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> gmake[7]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations/Test'
> gmake all-local
> gmake[9]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations/Test'
> gmake[9]: Nothing to be done for `all-local'.
> gmake[9]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations/Test'
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations/Test'
> gmake all-local
> gmake[8]: Entering directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> MCS     [net_4_5] System.ComponentModel.DataAnnotations.dll
> Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' =
conflicts with the imported type of same name'. Ignoring the imported =
type definition
> =
/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/lib/net_4_5/System.dll =
(Location of the symbol related to previous warning)
> Compilation succeeded - 1 warning(s)
> Assembly =
../../class/lib/net_4_5/System.ComponentModel.DataAnnotations.dll =
signed.
> Bus error
> gmake[8]: *** =
[../../class/lib/net_4_5/System.ComponentModel.DataAnnotations.dll] =
Error 138
> gmake[8]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> gmake[7]: *** [do-all] Error 2
> gmake[7]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class/System.ComponentModel.=
DataAnnotations'
> gmake[6]: *** [all-recursive] Error 1
> gmake[6]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs/class'
> gmake[5]: *** [all-recursive] Error 1
> gmake[5]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs'
> gmake[4]: *** [profile-do--net_4_5--all] Error 2
> gmake[4]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs'
> gmake[3]: *** [profiles-do--all] Error 2
> gmake[3]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/mcs'
> gmake[2]: *** [all-local] Error 2
> gmake[2]: Leaving directory =
`/work/a/ports/lang/mono/work/mono-2.11.1/runtime'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.11.1'
> gmake: *** [all] Error 2
> *** Error code 1
>=20
> Stop in /a/ports/lang/mono.
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> build of /usr/ports/lang/mono ended at Sat Jul 21 15:32:43 UTC 2012




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7E6F6DC5-A9B7-4BB3-B3CD-2264BA3286F3>