[RELEASE - head-default] Build failed for mono-3.0.12 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Wed Aug 14 23:28:17 UTC 2013


Maintainer:     mono at FreeBSD.org
Last committer: bapt at FreeBSD.org
Ident:          $FreeBSD: head/lang/mono/Makefile 323877 2013-07-29 09:10:32Z bapt $
Log URL:        http://beefy1.isc.freebsd.org/bulk/head-default/2013-08-14_22h36m37s/logs/mono-3.0.12.log
Build URL:      http://beefy1.isc.freebsd.org/bulk/head-default/2013-08-14_22h36m37s
Log:

====>> Building lang/mono
build started at Wed Aug 14 23:00:48 UTC 2013
port directory: /usr/ports/lang/mono
building for: FreeBSD head-default-job-01 10.0-CURRENT FreeBSD 10.0-CURRENT i386
maintained by: mono at FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/mono/Makefile 323877 2013-07-29 09:10:32Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
UNAME_m=i386
UNAME_p=i386
OSVERSION=1000035
UNAME_v=FreeBSD 10.0-CURRENT
UNAME_r=10.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/head-default/ref
PKG_EXT=txz
FORCE_PACKAGE=yes
tpid=98142
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
NBPARALLEL=24
PKGNG=1
PKGNAME=mono-3.0.12
PKG_DELETE=/usr/local/sbin/pkg delete -y -f
PKG_ADD=/usr/local/sbin/pkg add
PWD=/root
MASTERNAME=head-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
SKIPSANITY=0
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--
--with-moonlight=no --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="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=""  CXX="c++" 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---
ARCH=i386
MACHINE=i386
MACHINE_ARCH=i386
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=yes
---End make.conf---
===>  Cleaning for mono-3.0.12
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   mono-3.0.12 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.1.4_1.txz
Installing pkg-1.1.4_1... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of mono-3.0.12
=========================================================================
=======================<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.0.12 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.0.12 for building
=> SHA256 Checksum OK for mono-3.0.12.tar.bz2.
=========================================================================
=======================<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:
<snip>
Compilation succeeded - 24 warning(s)
MCS     [net_4_0] System.ServiceModel.Routing.dll
Assembly/AssemblyInfo.cs(38,29): warning CS0436: The type `Consts' conflicts with the imported type of same name'. Ignoring the imported type definition
./../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.dll (Location of the symbol related to previous warning)
Compilation succeeded - 1 warning(s)
MCS     [net_4_0] System.ServiceModel.Discovery.dll
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(227,43): warning CS0436: The type `System.ServiceModel.Channels.RequestChannelBase' conflicts with the imported type of same name'. Ignoring the imported type definition
System.ServiceModel.Channels/RequestChannelBase.cs(39,26): (Location of the symbol related to previous warning)
./../../class/lib/net_4_0/System.ServiceModel.dll (Location of the symbol related to previous warning)
System.ServiceModel.Discovery/DiscoveryClient.cs(98,59): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.FindProgressChanged' is never used
System.ServiceModel.Discovery/DiscoveryClient.cs(99,52): warning CS0067: The event `System.ServiceModel.Discovery.DiscoveryClient.ProxyAvailable' is never used
System.ServiceModel.Discovery/DiscoveryRequestChannel.cs(237,19): warning CS0169: The private field `System.ServiceModel.Discovery.DiscoveryRequestChannel.client' is never used
Compilation succeeded - 4 warning(s)
MCS     [net_4_0] System.Runtime.Caching.dll
MCS     [net_4_0] System.Runtime.DurableInstancing.dll
MCS     [net_4_0] Mono.Parallel.dll
MCS     [net_4_0] System.Reactive.Interfaces.dll
Read in 8 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Reactive.Core/Strings_Core.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Reactive.Core.dll
Read in 16 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Reactive.Linq/Strings_Linq.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Reactive.Linq.dll
./../../external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/Latest.cs(101,21): warning CS0219: The variable `value' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
Read in 1 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Reactive.PlatformServices/Strings_PlatformServices.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Reactive.PlatformServices.dll
Read in 3 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Reactive.Providers/Strings_Providers.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Reactive.Providers.dll
MCS     [net_4_0] System.Reactive.Runtime.Remoting.dll
MCS     [net_4_0] System.Reactive.Windows.Forms.dll
Read in 2 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Reactive.Windows.Threading/Strings_WindowsThreading.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Reactive.Windows.Threading.dll
MCS     [net_4_0] System.Reactive.Experimental.dll
MCS     [net_4_0] System.Reactive.Debugger.dll
MCS     [net_4_0] Microsoft.Web.Infrastructure.dll
MCS     [net_4_0] WebMatrix.Data.dll
Creating the per profile list ../../build/deps/net_4_0_System.Data.Services.Client.dll.sources ...
MCS     [net_4_0] System.Data.Services.Client.dll
./Client/System/Data/Services/Client/ALinq/InputReferenceExpression.cs(25,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/QueryOptionExpression.cs(20,78): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
./Client/System/Data/Services/Client/ALinq/ResourceExpression.cs(51,15): warning CS0618: `System.Linq.Expressions.Expression.Expression(System.Linq.Expressions.ExpressionType, System.Type)' is obsolete: `use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.'
Compilation succeeded - 3 warning(s)
Creating the per profile list ../../build/deps/net_4_0_System.Data.Services.dll.sources ...
MCS     [net_4_0] System.Data.Services.dll
./System.Data.Services/DataServiceException.cs(67,13): warning CS0628: `System.Data.Services.DataServiceException.DataServiceException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)': new protected member declared in sealed class
Compilation succeeded - 1 warning(s)
Read in 17 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.Json.Microsoft/System.Json/Properties/Resources.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.Json.Microsoft.dll
./../../jay/jay: 6 shift/reduce conflicts.
MCS     [net_4_0] monodoc.dll
./../../external/Lucene.Net/src/core/Support/FileSupport.cs(113,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
./../../external/Lucene.Net/src/core/Support/EquatableList.cs(239,39): warning CS0693: Type parameter `T' has the same name as the type parameter from outer type `Lucene.Net.Support.EquatableList<T>'
./../../external/Lucene.Net/src/core/Support/EquatableList.cs(34,32): (Location of the symbol related to previous warning)
Monodoc.Ecma/EcmaUrlTokenizer.cs(12,7): warning CS0414: The private field `Monodoc.Ecma.EcmaUrlTokenizer.current_token' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(222,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.yyline' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(230,15): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.yycolumn' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Analysis/Standard/StandardTokenizerImpl.cs(233,16): warning CS0414: The private field `Lucene.Net.Analysis.Standard.StandardTokenizerImpl.zzAtBOL' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Document/DateTools.cs(58,57): warning CS0414: The private field `Lucene.Net.Documents.DateTools.calInstance' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Index/CharBlockPool.cs(31,16): warning CS0649: Field `Lucene.Net.Index.CharBlockPool.numBuffer' is never assigned to, and will always have its default value `0'
./../../external/Lucene.Net/src/core/Index/DocFieldProcessorPerThread.cs(42,18): warning CS0649: Field `Lucene.Net.Index.DocFieldProcessorPerThread.docBoost' is never assigned to, and will always have its default value `0'
./../../external/Lucene.Net/src/core/Index/FormatPostingsDocsWriter.cs(39,17): warning CS0649: Field `Lucene.Net.Index.FormatPostingsDocsWriter.freqStart' is never assigned to, and will always have its default value `0'
./../../external/Lucene.Net/src/core/Index/TermVectorsTermsWriter.cs(34,30): warning CS0649: Field `Lucene.Net.Index.TermVectorsTermsWriter.termVectorsWriter' is never assigned to, and will always have its default value `null'
./../../external/Lucene.Net/src/core/Messages/NLS.cs(59,40): warning CS0414: The private field `Lucene.Net.Messages.NLS.AnonymousClassPrivilegedAction.field' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Search/DocIdSetIterator.cs(29,15): warning CS0414: The private field `Lucene.Net.Search.DocIdSetIterator.doc' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Search/Function/CustomScoreQuery.cs(487,24): warning CS0414: The private field `Lucene.Net.Search.Function.CustomScoreQuery.CustomScorer.reader' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Search/Function/ValueSourceQuery.cs(163,39): warning CS0414: The private field `Lucene.Net.Search.Function.ValueSourceQuery.ValueSourceScorer.weight' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Search/Spans/SpanFirstQuery.cs(45,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanFirstQuery.AnonymousClassSpans.reader' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Search/Spans/SpanNotQuery.cs(47,41): warning CS0414: The private field `Lucene.Net.Search.Spans.SpanNotQuery.AnonymousClassSpans.reader' is assigned but its value is never used
./../../external/Lucene.Net/src/core/Store/MMapDirectory.cs(75,19): warning CS0414: The private field `Lucene.Net.Store.MMapDirectory.AnonymousClassPrivilegedExceptionAction.buffer' is assigned but its value is never used
Compilation succeeded - 18 warning(s)
Read in 96 resources from '/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/System.ComponentModel.Composition/src/ComponentModel/Strings.resx'
Writing resource file...  Done.
MCS     [net_4_0] System.ComponentModel.Composition.dll
src/ComponentModel/System/ComponentModel/Composition/MetadataViewGenerator.cs(193,23): warning CS0219: The variable `innerTryCastValue' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
mkdir -p -- ../../class/lib/net_4_5/tmp/
MCS     [net_4_5] mscorlib.dll
** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll
MCS     [net_4_5] System.dll
System.Diagnostics/TraceImpl.cs(44,15): warning CS0649: Field `System.Diagnostics.TraceImplSettings.AutoFlush' is never assigned to, and will always have its default value `false'
Compilation succeeded - 1 warning(s)
MCS     [net_4_5] System.Xml.dll
MCS     [net_4_5] Mono.CompilerServices.SymbolWriter.dll
MCS     [net_4_5] Mono.Posix.dll
Creating the per profile list ../../build/deps/net_4_5_System.Core.dll.sources ...
MCS     [net_4_5] System.Core.dll
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(159,24): warning CS0618: `Mono.Unix.Native.Syscall.getpagesize()' is obsolete: `Dropped in POSIX 1003.1-2001.  Use Syscall.sysconf (SysconfName._SC_PAGESIZE).'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(503,42): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(600,68): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(615,52): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.Pipes/PipeStream.cs(135,15): warning CS0618: `System.IO.FileStream.FileStream(System.IntPtr, System.IO.FileAccess, bool, int, bool)' is obsolete: `Use FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) instead'
System.IO.Pipes/PipeUnix.cs(208,37): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.Pipes/PipeUnix.cs(274,36): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(430,26): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileAccess' is assigned but its value is never used
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(431,10): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.name' is assigned but its value is never used
System.IO.MemoryMappedFiles/MemoryMappedFile.cs(432,8): warning CS0414: The private field `System.IO.MemoryMappedFiles.MemoryMappedFile.fileCapacity' is assigned but its value is never used
Compilation succeeded - 10 warning(s)
MCS     [net_4_5] Mono.Security.dll
./Mono.Security.Protocol.Ntlm/Type3Message.cs(275,29): warning CS0618: `Mono.Security.Protocol.Ntlm.ChallengeResponse' is obsolete: `Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,13): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,32): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,14): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.'
./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,33): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.'
Compilation succeeded - 5 warning(s)
** Warning: System.dll built without parts that depend on: System.Configuration.dll
MCS     [net_4_5] System.dll
System.Configuration/SettingValueElement.cs(42,17): warning CS0169: The private field `System.Configuration.SettingValueElement.original' is never used
Compilation succeeded - 1 warning(s)
MCS     [net_4_5] System.Security.dll
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,4): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete
System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(95,27): warning CS0612: `System.Xml.Xsl.XslTransform' is obsolete
Compilation succeeded - 2 warning(s)
MCS     [net_4_5] System.Configuration.dll
MCS     [net_4_5] System.dll
MCS     [net_4_5] I18N.dll
Manager.cs(55,63): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.'
Manager.cs(55,16): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead'
Compilation succeeded - 2 warning(s)
MCS     [net_4_5] I18N.West.dll
MCS     [net_4_5] I18N.MidEast.dll
MCS     [net_4_5] I18N.Other.dll
MCS     [net_4_5] I18N.Rare.dll
MCS     [net_4_5] I18N.CJK.dll
MCS     [net_4_5] resgen.exe
MCS     [net_4_5] System.Drawing.dll
System.Drawing.Printing/PrintingServices.cs(117,27): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.Name' is never assigned to, and will always have its default value `null'
System.Drawing.Printing/PrintingServices.cs(123,16): warning CS0649: Field `System.Drawing.Printing.SysPrn.Printer.IsDefault' is never assigned to, and will always have its default value `false'
System.Drawing.Printing/PageSettings.cs(57,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginX' is never assigned to, and will always have its default value `0'
System.Drawing.Printing/PageSettings.cs(58,9): warning CS0649: Field `System.Drawing.Printing.PageSettings.hardMarginY' is never assigned to, and will always have its default value `0'
System.Drawing.Printing/PageSettings.cs(59,14): warning CS0649: Field `System.Drawing.Printing.PageSettings.printableArea' is never assigned to, and will always have its default value
Compilation succeeded - 5 warning(s)
MCS     [net_4_5] System.Transactions.dll
System.Transactions/CommittableTransaction.cs(61,8): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `System.Transactions.CommittableTransaction' to get value comparison
System.Transactions/Transaction.cs(53,8): warning CS0414: The private field `System.Transactions.Transaction.tag' is assigned but its value is never used
System.Transactions/TransactionManager.cs(85,4): warning CS0067: The event `System.Transactions.TransactionManager.DistributedTransactionStarted' is never used
Compilation succeeded - 3 warning(s)
MCS     [net_4_5] System.EnterpriseServices.dll
System.EnterpriseServices/RegistrationErrorInfo.cs(40,10): warning CS0649: Field `System.EnterpriseServices.RegistrationErrorInfo.errorString' is never assigned to, and will always have its default value `null'
System.EnterpriseServices/RegistrationException.cs(40,27): warning CS0649: Field `System.EnterpriseServices.RegistrationException.errorInfo' is never assigned to, and will always have its default value `null'
Compilation succeeded - 2 warning(s)
MCS     [net_4_5] Mono.Data.Tds.dll
MCS     [net_4_5] System.Data.dll
Mono.Data.SqlExpressions/Parser.cs(74,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally
Mono.Data.SqlExpressions/Parser.cs(296,25): warning CS1635: Cannot restore warning `CS0649' because it was disabled globally
System.Data/DataTable.cs(2608,15): warning CS0219: The variable `htRowErrors' is assigned but its value is never used
System.Data.Common/DbConnection.cs(56,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.Common/DbProviderFactoriesConfigurationHandler.cs(118,11): warning CS0618: `System.Configuration.ConfigurationException.ConfigurationException(string, System.Xml.XmlNode)' is obsolete: `This class is obsolete.  Use System.Configuration.ConfigurationErrorsException'
System.Data.OleDb/OleDbConnection.cs(80,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.Odbc/OdbcConnection.cs(98,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.SqlClient/SqlConnection.cs(142,4): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute'
System.Data.SqlClient/SqlConnection.cs(1126,16): warning CS0108: `System.Data.SqlClient.SqlConnection.MetaDataCollections' hides inherited member `System.Data.Common.DbConnection.MetaDataCollections'. Use the new keyword if hiding was intended
System.Data.Common/DbConnection.cs(247,25): (Location of the symbol related to previous warning)
System.Data/XmlSchemaDataImporter.cs(293,6): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
System.Data/XmlSchemaDataImporter.cs(341,11): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.'
System.Data/XmlSchemaDataImporter.cs(829,11): warning CS0219: The variable `ordinal' is assigned but its value is never used
System.Data/DataRelation.cs(55,19): warning CS0414: The private field `System.Data.DataRelation.dataSet' is assigned but its value is never used
System.Data/XmlDataInferenceLoader.cs(173,15): warning CS0414: The private field `System.Data.XmlDataInferenceLoader.mode' is assigned but its value is never used
System.Data.OleDb/OleDbConnection.cs(352,45): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used
System.Data.OleDb/OleDbDataReader.cs(47,24): warning CS0414: The private field `System.Data.OleDb.OleDbDataReader.command' is assigned but its value is never used
System.Data.SqlClient/SqlCommand.cs(1022,47): warning CS0067: The event `System.Data.SqlClient.SqlCommand.StatementCompleted' is never used
System.Data.SqlClient/SqlConnection.cs(102,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.connectionReset' is assigned but its value is never used
System.Data.SqlClient/SqlConnection.cs(1738,8): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.userInstance' is assigned but its value is never used
System.Data.SqlClient/SqlConnection.cs(950,19): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.SqlMonitorSocket.server' is assigned but its value is never used
System.Data.SqlClient/SqlDependency.cs(66,37): warning CS0067: The event `System.Data.SqlClient.SqlDependency.OnChange' is never used
System.Data.SqlClient/SqlParameterCollection.cs(60,14): warning CS0414: The private field `System.Data.SqlClient.SqlParameterCollection.command' is assigned but its value is never used
System.Data.SqlClient/SqlBulkCopy.cs(63,26): warning CS0414: The private field `System.Data.SqlClient.SqlBulkCopy.externalTransaction' is assigned but its value is never used
Compilation succeeded - 23 warning(s)
Bad signal in suspend_handler
Stacktrace:


=================================================================
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]: *** [../../class/lib/net_4_5/System.Data.dll] Abort trap (core dumped)
gmake[8]: *** Deleting file `../../class/lib/net_4_5/System.Data.dll'
gmake[7]: *** [do-all] Error 2
gmake[6]: *** [all-recursive] Error 1
gmake[5]: *** [all-recursive] Error 1
gmake[4]: *** [profile-do--net_4_5--all] Error 2
gmake[3]: *** [profiles-do--all] Error 2
gmake[2]: *** [all-local] Error 2
gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/runtime'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12'
gmake: *** [all] Error 2
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/mono
===>  Cleaning for mono-3.0.12


More information about the freebsd-pkg-fallout mailing list