[REL - 83amd64-default][lang/mono] Failed for mono-3.2.1 in build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Wed Oct 23 01:29:00 UTC 2013


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:     mono at FreeBSD.org
Last committer: bapt at FreeBSD.org
Ident:          $FreeBSD: head/lang/mono/Makefile 327741 2013-09-20 19:53:09Z bapt $
Log URL:        http://beefy2.isc.freebsd.org/bulk/83amd64-default/2013-10-23_01h02m30s/logs/mono-3.2.1.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/83amd64-default/2013-10-23_01h02m30s
Log:

====>> Building lang/mono
build started at Wed Oct 23 01:14:32 UTC 2013
port directory: /usr/ports/lang/mono
building for: FreeBSD 83amd64-default-job-01 8.3-RELEASE FreeBSD 8.3-RELEASE amd64
maintained by: mono at FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/mono/Makefile 327741 2013-09-20 19:53:09Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=803000
UNAME_v=FreeBSD 8.3-RELEASE
UNAME_r=8.3-RELEASE
FTP_PASSIVE_MODE=YES
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/83amd64-default/ref
PKG_EXT=txz
tpid=14436
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=mono-3.2.1
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=83amd64-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="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
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.1
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   mono-3.2.1 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_8.txz
Installing pkg-1.1.4_8... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of mono-3.2.1
===========================================================================
=======================<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.1 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.1 for building
=> SHA256 Checksum OK for mono-3.2.1.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.2.1 for building
===>  Extracting for mono-3.2.1
<snip>
decode.c:2225: warning: format '%10llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
decode.c:2225: warning: format '%10d' expects type 'int', but argument 4 has type 'intptr_t'
decode.c:2225: warning: format '%8llu' expects type 'long long unsigned int', but argument 5 has type 'long unsigned int'
decode.c:2229: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
decode.c:2229: warning: format '%d' expects type 'int', but argument 4 has type 'intptr_t'
decode.c: In function 'dump_methods':
decode.c:2315: warning: format '%8llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
decode.c:2315: warning: format '%8llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
decode.c:2315: warning: format '%10llu' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
decode.c:2319: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
decode.c: In function 'dump_rev_claases':
decode.c:2364: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
decode.c: In function 'heap_shot_summary':
decode.c:2389: warning: format '%llu' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
decode.c:2389: warning: format '%llu' expects type 'long long unsigned int', but argument 6 has type 'uint64_t'
decode.c:2389: warning: format '%d' expects type 'int', but argument 8 has type 'uintptr_t'
decode.c:2400: warning: format '%10llu' expects type 'long long unsigned int', but argument 3 has type 'int64_t'
decode.c:2400: warning: format '%10llu' expects type 'long long unsigned int', but argument 4 has type 'int64_t'
decode.c:2400: warning: format '%8llu' expects type 'long long unsigned int', but argument 5 has type 'int64_t'
decode.c:2404: warning: format '%+lld' expects type 'long long int', but argument 3 has type 'int64_t'
decode.c:2404: warning: format '%+lld' expects type 'long long int', but argument 4 has type 'int64_t'
decode.c:2419: warning: format '%d' expects type 'int', but argument 3 has type 'uintptr_t'
decode.c:2419: warning: format '%d' expects type 'int', but argument 4 has type 'uintptr_t'
decode.c: In function 'main':
decode.c:1744: warning: 'ref_offset' may be used uninitialized in this function
decode.c:1744: note: 'ref_offset' was declared here
decode.c:1738: warning: 'ho' may be used uninitialized in this function
decode.c:1738: note: 'ho' was declared here
  CCLD     mprof-report
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mono/profiler'
gmake[3]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mono'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mono'
gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mono'
Making all in ikvm-native
gmake[2]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/ikvm-native'
  CC       jni.lo
jni.c:490: warning: function declaration isn't a prototype
jni.c:495: warning: no previous prototype for 'ikvm_MarshalDelegate'
jni.c:502: warning: no previous prototype for 'ikvm_CallOnLoad'
  CC       os.lo
os.c:65: warning: no previous prototype for 'ikvm_LoadLibrary'
os.c:70: warning: no previous prototype for 'ikvm_FreeLibrary'
os.c:75: warning: no previous prototype for 'ikvm_GetProcAddress'
os.c:87: warning: no previous prototype for 'ikvm_mmap'
os.c:92: warning: no previous prototype for 'ikvm_munmap'
os.c:97: warning: no previous prototype for 'ikvm_msync'
  CCLD     libikvm-native.la
gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/ikvm-native'
Making all in support
gmake[2]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/support'
  CC       errno.lo
  CC       map.lo
  CC       signal.lo
  CC       stdio.lo
  CC       string.lo
  CC       stdlib.lo
  CC       dirent.lo
  CC       fcntl.lo
  CC       fstab.lo
  CC       grp.lo
  CC       macros.lo
macros.c:111: warning: no previous prototype for 'helper_Mono_Posix_getpwnamuid'
  CC       mac-reachability.lo
  CC       nl.lo
nl.c:366: warning: no previous prototype for 'GetNLSocket'
  CC       old-map.lo
  CC       pwd.lo
  CC       serial.lo
  CC       sys-mman.lo
  CC       sys-sendfile.lo
  CC       sys-stat.lo
sys-stat.c: In function 'Mono_Posix_FromStat':
sys-stat.c:33: warning: passing argument 2 of 'Mono_Posix_FromFilePermissions' from incompatible pointer type
  CC       sys-statvfs.lo
  CC       sys-time.lo
sys-time.c:76: warning: no previous prototype for 'Mono_Posix_Syscall_utimes_bad'
  CC       sys-uio.lo
  CC       sys-utsname.lo
  CC       sys-wait.lo
  CC       sys-xattr.lo
  CC       syslog.lo
syslog.c:35: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
syslog.c:46: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
syslog.c:52: warning: no previous prototype for 'Mono_Posix_Syscall_syslog2'
  CC       time.lo
  CC       unistd.lo
  CC       utime.lo
  CC       x-struct-str.lo
x-struct-str.c:28: warning: 'visibility' attribute ignored on non-class types
  CC       zlib-helper.lo
zlib-helper.c: In function 'CreateZStream':
zlib-helper.c:85: warning: assignment from incompatible pointer type
  CC       ioapi.lo
  CC       unzip.lo
  CC       zip.lo
minizip/zip.c:191: warning: 'free_linkedlist' defined but not used
  CCLD     libMonoPosixHelper.la
  CC       supportw.lo
supportw.c:163: warning: no previous prototype for 'SetWindowPos'
supportw.c:170: warning: no previous prototype for 'SendMessageA'
supportw.c:177: warning: no previous prototype for 'GetWindowLongA'
  CC       support-heap.lo
  CCLD     libMonoSupportW.la
gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/support'
Making all in data
gmake[2]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data'
Making all in net_2_0
gmake[3]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0'
Making all in Browsers
gmake[4]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0/Browsers'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0/Browsers'
gmake[4]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0'
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_2_0'
Making all in net_4_0
gmake[3]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_0'
gmake[4]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_0'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_0'
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_0'
Making all in net_4_5
gmake[3]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_5'
gmake[4]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_5'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_5'
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data/net_4_5'
gmake[3]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data'
cp gdb/mono-gdb.py mono-sgen-gdb.py
gmake[3]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data'
gmake[2]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/data'
Making all in runtime
gmake[2]: Entering directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/runtime'
d=`cd ../support && pwd`; \
sed 's,target="libMonoPosixHelper[^"]*",target="'$d/libMonoPosixHelper.la'",' ../data/config > etc/mono/configt
if test -z ""; then :; else \
  sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="" />,' etc/mono/configt > etc/mono/configtt; \
  mv -f etc/mono/configtt etc/mono/configt; fi
mv -f etc/mono/configt etc/mono/config
/bin/sh ../mkinstalldirs _tmpinst/bin
mkdir -p -- _tmpinst/bin
cp mono-wrapper _tmpinst/bin/mono
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \
chmod +x _tmpinst/bin/ilasm
echo '#! /bin/sh' > _tmpinst/bin/mcs ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \
chmod +x _tmpinst/bin/mcs
echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe -sdk:2"'" "$@"' >> _tmpinst/bin/gmcs ; \
chmod +x _tmpinst/bin/gmcs
echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/build/mcs.exe -sdk:4"'" "$@"' >> _tmpinst/bin/dmcs ; \
chmod +x _tmpinst/bin/dmcs
echo '#! /bin/sh' > _tmpinst/bin/al2 ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'" "$@"' >> _tmpinst/bin/al2 ; \
chmod +x _tmpinst/bin/al2
echo '#! /bin/sh' > _tmpinst/bin/al ; \
r=`pwd`; m=`cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_4_5/al.exe"'" "$@"' >> _tmpinst/bin/al ; \
chmod +x _tmpinst/bin/al
if test -w /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs; then :; else chmod -R +w /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs; fi
cd /wrkdirs/usr/ports/lang/mono/work/mono-3.2.1/mcs && gmake --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0 net_3_5 net_4_0 net_4_5  ' CC='cc' all-profiles
mkdir -p -- build/deps
gmake[6]: gmcs: Command not found
gmake[6]: *** [build/deps/basic-profile-check.exe] Error 127
*** The compiler 'gmcs' doesn't appear to be usable.
*** Trying the 'monolite' directory.

=================================================================
Got a SIGSEGV 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]: *** [build/deps/basic-profile-check.exe] Abort trap: 6 (core dumped)
*** The contents of your 'monolite' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
gmake[8]: *** [do-profile-check-monolite] Error 1
gmake[7]: *** [do-profile-check] Error 2
gmake[6]: *** [do-profile-check-monolite] Error 2
gmake[5]: *** [do-profile-check] Error 2
gmake[4]: *** [profile-do--basic--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.2.1/runtime'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/mono/work/mono-3.2.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/lang/mono.
===>  Cleaning for mono-3.2.1


More information about the freebsd-pkg-fallout mailing list