You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: [email protected] Last committer: [email protected] Ident: $FreeBSD: head/lang/mono/Makefile 333989 2013-11-16 12:47:59Z romain $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-11-30_09h43m08s/logs/mono-3.2.3.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-11-30_09h43m08s Log: ====>> Building lang/mono build started at Sat Nov 30 10:11:56 UTC 2013 port directory: /usr/ports/lang/mono building for: FreeBSD head-amd64-default-job-04 11.0-CURRENT FreeBSD 11.0-CURRENT r256430 amd64 maintained by: [email protected] Makefile ident: $FreeBSD: head/lang/mono/Makefile 333989 2013-11-16 12:47:59Z romain $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1100000 UNAME_v=FreeBSD 11.0-CURRENT r256430 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-amd64-default/ref PKG_EXT=txz tpid=97205 POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=mono-3.2.3 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-moonlight=no --disable-dtrace --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- ac_cv_header_sys_inotify_h=no TMPDIR="/tmp" MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/mono/work" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/mono/work" LC_ALL=C TMPDIR="/tmp" MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/mono/work" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="/usr/bin/clang" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="/usr/bin/clang-cpp" CPPFLAGS="" LDFLAGS="" CXX="/usr/bin/clang++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mono DOCSDIR=/usr/local/share/doc/mono EXAMPLESDIR=/usr/local/share/examples/mono WWWDIR=/usr/local/www/mono ETCDIR=/usr/local/etc/mono --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for mono-3.2.3 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> mono-3.2.3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.1.txz Installing pkg-1.2.1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of mono-3.2.3 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ************************************************************************ If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are acceded through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab ************************************************************************ ===> Fetching all distfiles required by mono-3.2.3 for building =========================================================================== =======================<phase: checksum >============================ ************************************************************************ If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are acceded through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab ************************************************************************ ===> Fetching all distfiles required by mono-3.2.3 for building => SHA256 Checksum OK for mono-3.2.3.tar.bz2. => SHA256 Checksum OK for d2cc22580898df5d4a15e0f99ab513e1570a6082.patch. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ************************************************************************ If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are acceded through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab ************************************************************************ ===> Fetching all distfiles required by mono-3.2.3 for building ===> Extracting for mono-3.2.3 <snip> monop.cs(174,17): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete Compilation succeeded - 1 warning(s) MCS [net_4_5] mono-service.exe mono-service.cs(135,38): warning CS0618: `System.AppDomain.CreateInstanceAndUnwrap(string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Use an overload that does not take an Evidence parameter' mono-service.cs(207,35): warning CS0618: `System.AppDomain.ExecuteAssembly(string, System.Security.Policy.Evidence, string[])' is obsolete: `Use an overload that does not take an Evidence parameter' Compilation succeeded - 2 warning(s) MCS [net_4_5] xsd.exe NewMonoXSD.cs(119,52): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' NewMonoXSD.cs(405,37): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' NewMonoXSD.cs(432,34): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' NewMonoXSD.cs(466,34): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' NewMonoXSD.cs(468,26): warning CS0618: `System.Data.TypedDataSetGenerator' is obsolete: `TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.' NewMonoXSD.cs(63,26): warning CS0414: The private field `Mono.Util.Driver.languageNotSupported' is assigned but its value is never used Compilation succeeded - 6 warning(s) MCS [net_4_5] gacutil.exe MCS [net_4_5] wsdl.exe MonoWSDL2.cs(179,21): warning CS0219: The variable `validationWarnings' is assigned but its value is never used MonoWSDL2.cs(286,40): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' MonoWSDL2.cs(465,65): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' Compilation succeeded - 3 warning(s) MCS [net_4_5] xbuild.exe MCS [net_4_5] csharp.exe MCS [net_4_5] mono-api-info.exe MCS [net_4_5] compiler-tester.exe MCS [net_4_5] mono-xmltool.exe xmltool.cs(181,8): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' xmltool.cs(184,5): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' xmltool.cs(184,35): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' xmltool.cs(208,5): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' xmltool.cs(208,35): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' xmltool.cs(220,4): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete xmltool.cs(220,25): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete Compilation succeeded - 7 warning(s) MCS [net_4_5] mono-shlib-cop.exe mono-shlib-cop.cs(250,18): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete Compilation succeeded - 1 warning(s) MCS [net_4_5] sgen.exe sgen.cs(233,110): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' sgen.cs(32,7): warning CS0414: The private field `Driver.proxyTypes' is assigned but its value is never used Compilation succeeded - 2 warning(s) MCS [net_4_5] mconfig.exe mconfig.cs(78,17): warning CS0649: Field `Mono.MonoConfig.MConfigOptions.ConfigFile' is never assigned to, and will always have its default value `null' Compilation succeeded - 1 warning(s) MCS [net_4_5] installutil.exe installutil.cs(86,19): warning CS0219: The variable `ctx' is assigned but its value is never used installutil.cs(119,24): warning CS0168: The variable `e' is declared but never used installutil.cs(166,10): warning CS0219: The variable `logfile' is assigned but its value is never used installutil.cs(38,14): warning CS0414: The private field `InstallUtil.showcallstack' is assigned but its value is never used installutil.cs(39,14): warning CS0414: The private field `InstallUtil.logtoconsole' is assigned but its value is never used Compilation succeeded - 5 warning(s) MCS [net_4_5] nunitreport.exe MCS [net_4_5] pdb2mdb.exe PdbFile.cs(260,24): warning CS0219: The variable `statement' is assigned but its value is never used PdbFunction.cs(47,14): warning CS0219: The variable `mod' is assigned but its value is never used PdbFunction.cs(31,48): warning CS0649: Field `Microsoft.Cci.Pdb.PdbFunction.namespaceScopes' is never assigned to, and will always have its default value `null' Compilation succeeded - 3 warning(s) MCS [net_4_5] sqlsharp.exe SqlSharpCli.cs(95,18): warning CS0219: The variable `column' is assigned but its value is never used Compilation succeeded - 1 warning(s) MCS [net_4_5] sqlmetal.exe ./../class/System.Data.Linq/src/DbMetal/Generator/Implementation/Processor.cs(141,21): warning CS0219: The variable `otherAssociation' is assigned but its value is never used ./../class/System.Data.Linq/src/DbMetal/Generator/Implementation/Processor.cs(142,21): warning CS0219: The variable `otherColumn' is assigned but its value is never used Compilation succeeded - 2 warning(s) MCS [net_4_5] svcutil.exe MoonlightChannelBaseExtension.cs(344,8): warning CS0219: The variable `outArgs' is assigned but its value is never used Compilation succeeded - 1 warning(s) MCS [net_4_5] ictool.exe MCS [net_4_5] disco.exe MCS [net_4_5] soapsuds.exe soapsuds.cs(229,21): warning CS0219: The variable `cred' is assigned but its value is never used soapsuds.cs(230,21): warning CS0219: The variable `proxyCred' is assigned but its value is never used soapsuds.cs(231,12): warning CS0219: The variable `proxy' is assigned but its value is never used soapsuds.cs(35,16): warning CS0414: The private field `Runner.inputDirectory' is assigned but its value is never used soapsuds.cs(44,16): warning CS0414: The private field `Runner.proxyNamespace' is assigned but its value is never used soapsuds.cs(47,16): warning CS0414: The private field `Runner.userName' is assigned but its value is never used soapsuds.cs(48,16): warning CS0414: The private field `Runner.password' is assigned but its value is never used soapsuds.cs(49,16): warning CS0414: The private field `Runner.domain' is assigned but its value is never used soapsuds.cs(50,16): warning CS0414: The private field `Runner.httpProxyName' is assigned but its value is never used soapsuds.cs(51,16): warning CS0414: The private field `Runner.httpProxyPort' is assigned but its value is never used Compilation succeeded - 10 warning(s) MCS [net_4_5] browsercaps-updater.exe BrowserCapsUpdater.cs(87,10): warning CS0169: The private field `Mono.ASPNET.Updater.tempfile' is never used BrowserCapsUpdater.cs(88,10): warning CS0169: The private field `Mono.ASPNET.Updater.local' is never used BrowserCapsUpdater.cs(89,7): warning CS0169: The private field `Mono.ASPNET.Updater.nupdates' is never used BrowserCapsUpdater.cs(90,10): warning CS0169: The private field `Mono.ASPNET.Updater.date' is never used Compilation succeeded - 4 warning(s) MCS [net_4_5] mono-cil-strip.exe ./Mono.Cecil/HashCodeProvider.cs(33,24): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' ./Mono.Cecil.Metadata/BlobHeap.cs(57,8): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' ./Mono.Cecil/ExternTypeCollection.cs(86,4): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil/TypeDefinitionCollection.cs(86,4): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil/TypeReferenceCollection.cs(86,4): warning CS0618: `System.Collections.Specialized.NameObjectCollectionBase.NameObjectCollectionBase(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Use NameObjectCollectionBase(IEqualityComparer)' ./Mono.Cecil.Metadata/MetadataWriter.cs(134,18): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead' ./Mono.Cecil.Cil/SymbolStoreHelper.cs(67,41): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete ./Mono.Cecil.Binary/ExportTable.cs(37,17): warning CS0649: Field `Mono.Cecil.Binary.ExportTable.Name' is never assigned to, and will always have its default value `null' Compilation succeeded - 8 warning(s) MCS [net_4_5] macpack.exe MCS [net_4_5] dtd2rng.exe MCS [net_4_5] dtd2xsd.exe MCS [net_4_5] mdoc.exe MCS [net_4_5] mod.exe mod.cs(27,33): warning CS0618: `Monodoc.RootTree.RenderUrl(string, out Monodoc.Node)' is obsolete: `Use the RenderUrl variant accepting a generator' Compilation succeeded - 1 warning(s) MCS [net_4_5] installvst.exe MCS [net_4_5] lc.exe MCS [net_4_5] Mono.Configuration.Crypto.dll Mono.Configuration.Crypto/Key.cs(14,26): warning CS0414: The private field `Mono.Configuration.Crypto.Key.splitChars' is assigned but its value is never used Mono.Configuration.Crypto/Key.cs(17,22): warning CS0169: The private field `Mono.Configuration.Crypto.Key.keypair' is never used Compilation succeeded - 2 warning(s) MCS [net_4_5] mono-configuration-crypto.exe MCS [net_4_5] ccrewrite.exe MCS [net_4_5] cccheck.exe MCS [net_4_5] secutil.exe MCS [net_4_5] cert2spc.exe MCS [net_4_5] sn.exe MCS [net_4_5] makecert.exe MCS [net_4_5] chktrust.exe MCS [net_4_5] crlupdate.exe MCS [net_4_5] signcode.exe MCS [net_4_5] setreg.exe MCS [net_4_5] certmgr.exe certmgr.cs(445,27): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' Compilation succeeded - 1 warning(s) MCS [net_4_5] caspol.exe caspol.cs(88,56): warning CS0618: `System.Security.SecurityManager.SecurityEnabled' is obsolete: `The security manager cannot be turned off on MS runtime' caspol.cs(89,63): warning CS0612: `System.Security.SecurityManager.CheckExecutionRights' is obsolete caspol.cs(298,55): warning CS0618: `System.Security.Policy.PolicyLevel.FullTrustAssemblies' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' caspol.cs(324,37): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete caspol.cs(350,37): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete caspol.cs(408,21): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(432,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(453,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(470,8): warning CS0618: `System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' caspol.cs(484,8): warning CS0618: `System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)' is obsolete: `All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.' caspol.cs(724,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(745,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(765,20): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(778,21): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(790,22): warning CS0612: `System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)' is obsolete caspol.cs(804,20): warning CS0618: `System.Security.SecurityManager.SecurityEnabled' is obsolete: `The security manager cannot be turned off on MS runtime' caspol.cs(815,20): warning CS0612: `System.Security.SecurityManager.CheckExecutionRights' is obsolete caspol.cs(847,36): warning CS0612: `System.Security.SecurityManager.PolicyHierarchy()' is obsolete caspol.cs(921,34): warning CS0612: `System.Security.SecurityManager.LoadPolicyLevelFromFile(string, System.Security.PolicyLevelType)' is obsolete caspol.cs(927,34): warning CS0612: `System.Security.SecurityManager.LoadPolicyLevelFromFile(string, System.Security.PolicyLevelType)' is obsolete caspol.cs(83,15): warning CS0414: The private field `Mono.Tools.CasPol.forcePolicyChanges' is assigned but its value is never used Compilation succeeded - 21 warning(s) MCS [net_4_5] permview.exe MCS [net_4_5] mozroots.exe MCS [net_4_5] httpcfg.exe MCS [net_4_5] mdbrebase.exe MDOC [net_4_5] cs-errors.tree * Assertion at sgen-alloc.c:425, condition `*p == NULL' not met Stacktrace: at <unknown> <0xffffffff> at (wrapper managed-to-native) System.MonoType.GetGenericArguments (System.MonoType) <0xffffffff> at System.MonoType.get_ContainsGenericParameters () <0x00050> at System.Reflection.MonoMethod.get_ContainsGenericParameters () <0x0009a> at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000c4> at System.Reflection.MonoProperty.GetValue (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000ae> at System.Reflection.MonoProperty.GetValue (object,object[]) <0x001f8> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteListContent (object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,object,System.Text.StringBuilder) <0x003bb> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteMemberElement (System.Xml.Serialization.XmlTypeMapElementInfo,object) <0x003d0> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteElementMembers (System.Xml.Serialization.ClassMap,object,bool) <0x001b8> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObjectElementElements (System.Xml.Serialization.XmlTypeMapping,object) <0x00063> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObjectElement (System.Xml.Serialization.XmlTypeMapping,object,string,string) <0x000ec> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObject (System.Xml.Serialization.XmlTypeMapping,object,string,string,bool,bool,bool) <0x0077e> at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteRoot (object) <0x00106> at System.Xml.Serialization.XmlSerializer.Serialize (object,System.Xml.Serialization.XmlSerializationWriter) <0x000a8> at System.Xml.Serialization.XmlSerializer.Serialize (System.Xml.XmlWriter,object,System.Xml.Serialization.XmlSerializerNamespaces) <0x00130> at System.Xml.Serialization.XmlSerializer.Serialize (System.IO.Stream,object) <0x00083> at Monodoc.Providers.ErrorProvider.CloseTree (Monodoc.HelpSource,Monodoc.Tree) <0x00191> at Mono.Documentation.MDocAssembler.Run (System.Collections.Generic.IEnumerable`1<string>) <0x00e0e> at Mono.Documentation.MDoc.Run (string[]) <0x00a40> at Mono.Documentation.MDoc.Main (string[]) <0x0004e> at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff> ================================================================= Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= gmake[8]: *** [cs-errors.tree] Abort trap (core dumped) gmake[7]: *** [do-all] Error 2 gmake[6]: *** [all-recursive] Error 1 gmake[5]: *** [profile-do--net_4_5--all] Error 2 gmake[4]: *** [profiles-do--all] Error 2 gmake[3]: *** [all-local] Error 2 gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.3/runtime' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.3' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.3' *** Error code 1 Stop. make: stopped in /usr/ports/lang/mono ===> Cleaning for mono-3.2.3 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "[email protected]"
