[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:10:11 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://beefy2.isc.freebsd.org/bulk/head-default/2013-08-14_22h25m01s/logs/mono-3.0.12.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-14_22h25m01s
Log:

====>> Building lang/mono
build started at Wed Aug 14 22:51:14 UTC 2013
port directory: /usr/ports/lang/mono
building for: FreeBSD head-default-job-01 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
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---
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=58896
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---
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:
    # echo "proc            /proc   procfs  rw 0 0" >> /etc/fstab
************************************************************************
===> Fetching all distfiles required by mono-3.0.12 for building
===>  Extracting for mono-3.0.12
=> SHA256 Checksum OK for mono-3.0.12.tar.bz2.
<snip>
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Collections.Generic/SortedDictionary.cs(409,31): warning CS0436: The type `System.Collections.Generic.CollectionDebuggerView<T,U>' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Collections.Generic/CollectionDebuggerView.cs(56,24): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Collections.Generic/SortedDictionary.cs(544,31): warning CS0436: The type `System.Collections.Generic.CollectionDebuggerView<T,U>' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Collections.Generic/CollectionDebuggerView.cs(56,24): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Collections.Generic/SortedList.cs(50,30): warning CS0436: The type `System.Collections.Generic.CollectionDebuggerView<T,U>' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Collections.Generic/CollectionDebuggerView.cs(56,24): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Configuration/SettingValueElement.cs(42,17): warning CS0169: The private field `System.Configuration.SettingValueElement.original' is never used
Compilation succeeded - 17 warning(s)
MCS     [basic] Mono.Security.dll
warning CS8001: SDK path could not be resolved
./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 - 6 warning(s)
Creating the per profile list ../../build/deps/basic_System.Core.dll.sources ...
MCS     [basic] System.Core.dll
warning CS8001: SDK path could not be resolved
System.Security.Cryptography/AesTransform.cs(44,32): warning CS0436: The type `Mono.Security.Cryptography.SymmetricTransform' conflicts with the imported type of same name'. Ignoring the imported type definition
./../build/common/MonoTODOAttribute.cs(38,17): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
./Mono.Security/Mono.Security.Cryptography/SymmetricTransform.cs(45,26): (Location of the symbol related to previous warning)
./corlib/System.Threading/AtomicBoolean.cs(52,17): warning CS0436: The type `System.Threading.AtomicBooleanValue' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Threading/AtomicBoolean.cs(38,9): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
./corlib/System.Threading/AtomicBoolean.cs(128,17): warning CS0436: The type `System.Threading.AtomicBoolean' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Threading/AtomicBoolean.cs(114,8): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.IO.Pipes/PipeSecurity.cs(114,25): warning CS0108: `System.IO.Pipes.PipeSecurity.AccessControlSectionsModified' hides inherited member `System.Security.AccessControl.ObjectSecurity.AccessControlSectionsModified'. Use the new keyword if hiding was intended
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.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
./../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
./Mono.Security/Mono.Security.Cryptography/SymmetricTransform.cs(66,13): warning CS0436: The type `Mono.Security.Cryptography.KeyBuilder' conflicts with the imported type of same name'. Ignoring the imported type definition
./Mono.Security/Mono.Security.Cryptography/CryptoTools.cs(41,15): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
./Mono.Security/Mono.Security.Cryptography/SymmetricTransform.cs(72,18): warning CS0436: The type `Locale' conflicts with the imported type of same name'. Ignoring the imported type definition
./../build/common/Locale.cs(36,23): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Collections.Generic/HashSet.cs(45,30): warning CS0436: The type `System.Collections.Generic.CollectionDebuggerView<T,U>' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Collections.Generic/CollectionDebuggerView.cs(56,24): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Collections.Generic/HashSet.cs(204,18): warning CS0436: The type `System.Collections.HashPrimeNumbers' conflicts with the imported type of same name'. Ignoring the imported type definition
./corlib/System.Collections/HashPrimeNumbers.cs(31,15): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Linq.Expressions/Expression.cs(1393,22): warning CS0436: The type `System.Action<T1,T2,T3>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Actions.cs(69,23): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
System.Linq.Expressions/Expression.cs(1423,20): warning CS0436: The type `System.Func<T1,T2,T3,TResult>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Funcs.cs(69,26): (Location of the symbol related to previous warning)
/wrkdirs/usr/ports/lang/mono/work/mono-3.0.12/mcs/class/lib/monolite/mscorlib.dll (Location of the symbol related to previous warning)
Compilation succeeded - 12 warning(s)
mkdir -p -- ../../class/lib/build/tmp/
MCS     [build] mscorlib.dll
** Warning: System.dll built without parts that depend on: System.Xml.dll
MCS     [build] 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     [build] System.Xml.dll
MCS     [build] 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     [build] 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)
MCS     [build] Mono.Posix.dll
Creating the per profile list ../../build/deps/build_System.Core.dll.sources ...
MCS     [build] 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     [build] mcs.exe
MCS     [build] gacutil.exe
MCS     [build] sn.exe
MCS     [build] culevel.exe
CompileUplevel.cs(943,34): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete'
Compilation succeeded - 1 warning(s)
mkdir -p -- ../../class/lib/net_2_0/tmp/
MCS     [net_2_0] mscorlib.dll
** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll
MCS     [net_2_0] 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_2_0] System.Xml.dll
MCS     [net_2_0] Mono.CompilerServices.SymbolWriter.dll
MCS     [net_2_0] Mono.Posix.dll
MCS     [net_2_0] System.Core.dll
System.IO.Pipes/PipeStream.cs(301,3): warning CS0436: The type `System.Func<T1,T2,T3,TResult>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Funcs.cs(69,26): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
System.IO.Pipes/PipeStream.cs(311,3): warning CS0436: The type `System.Action<T1,T2,T3>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Actions.cs(69,23): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.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
./../build/common/Consts.cs(31,14): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
System.Linq.Expressions/Expression.cs(1393,22): warning CS0436: The type `System.Action<T1,T2,T3>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Actions.cs(69,23): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
System.Linq.Expressions/Expression.cs(1423,20): warning CS0436: The type `System.Func<T1,T2,T3,TResult>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Funcs.cs(69,26): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
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/PipeStream.cs(307,25): warning CS0436: The type `System.Func<T1,T2,T3,TResult>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Funcs.cs(69,26): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
System.IO.Pipes/PipeStream.cs(317,26): warning CS0436: The type `System.Action<T1,T2,T3>' conflicts with the imported type of same name'. Ignoring the imported type definition
System/Actions.cs(69,23): (Location of the symbol related to previous warning)
./../../class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning)
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'
Compilation succeeded - 10 warning(s)
MCS     [net_2_0] 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_2_0] 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_2_0] 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_2_0] System.Configuration.dll
MCS     [net_2_0] System.dll
MCS     [net_2_0] 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_2_0] I18N.West.dll
MCS     [net_2_0] I18N.MidEast.dll
MCS     [net_2_0] I18N.Other.dll
MCS     [net_2_0] I18N.Rare.dll
MCS     [net_2_0] I18N.CJK.dll
MCS     [net_2_0] resgen.exe
MCS     [net_2_0] 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_2_0] 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_2_0] 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_2_0] Mono.Data.Tds.dll
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_2_0/Mono.Data.Tds.dll] Abort trap (core dumped)
gmake[8]: *** Deleting file `../../class/lib/net_2_0/Mono.Data.Tds.dll'
gmake[7]: *** [do-all] Error 2
gmake[6]: *** [all-recursive] Error 1
gmake[5]: *** [all-recursive] Error 1
gmake[4]: *** [profile-do--net_2_0--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