From owner-freebsd-mono@FreeBSD.ORG Tue Dec 2 22:48:24 2014 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B734C9E2 for ; Tue, 2 Dec 2014 22:48:24 +0000 (UTC) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certification Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 95152F77 for ; Tue, 2 Dec 2014 22:48:24 +0000 (UTC) X-ASG-Debug-ID: 1417560487-08ca04797401e20002-Mpeibh Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id 298j8EjMBq3jR7rk (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 02 Dec 2014 14:48:08 -0800 (PST) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 Message-ID: <547E41A6.3050304@pcbsd.org> Date: Tue, 02 Dec 2014 17:48:06 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-mono@freebsd.org Subject: Problem compiling Content-Type: text/plain; charset=utf-8 X-ASG-Orig-Subj: Problem compiling Content-Transfer-Encoding: quoted-printable X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1417560487 X-Barracuda-Encrypted: ECDHE-RSA-AES128-SHA X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.50 X-Barracuda-Spam-Status: No, SCORE=0.50 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=WEIRD_PORT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.12355 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.50 WEIRD_PORT URI: Uses non-standard port number for HTTP X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:48:24 -0000 I'm running into a strange issue trying to compile lang/mono on our main package building system. The odd thing is, that it works on my workstation and our secondary package builder, even though they have pretty much identical installs of FreeBSD 10.1.. # uname -a FreeBSD avenger 10.1-RELEASE FreeBSD 10.1-RELEASE #0: Thu Nov 13 13:17:05 UTC 2014 =20 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Here's the specific error during the port build: gmake[7]: gmcs: Command not found build/profiles/basic.make:92: recipe for target 'build/deps/basic-profile-check.exe' failed gmake[7]: *** [build/deps/basic-profile-check.exe] Error 127 *** The compiler 'gmcs' doesn't appear to be usable. *** Trying the 'monolite' directory. Mono: Config attempting to parse: '/usr/ports/lang/mono/work/mono-3.10.0/runtime/etc/mono/config'. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build/profiles/basic.make:92: recipe for target 'build/deps/basic-profile-check.exe' failed gmake[9]: *** [build/deps/basic-profile-check.exe] Abort trap *** The contents of your 'monolite' directory may be out-of-date I've confirmed that my systems all seem to have the same settings, make.conf, sysctl, loader.conf, etc. The secondary builder (which works) is the same CPU / motherboard, except it has 48GB of memory, instead of 196GB of main memory. Let me know if I can send any additional debug info. Here's the full log file from poudriere if that helps: http://builds.pcbsd.org:8880/data/pcbsd-100-RELEASE-10edgeQ12015/2014-12-= 01_16h47m50s/logs/errors/mono-3.10.0_2.log --=20 Kris Moore PC-BSD Software iXsystems