From owner-freebsd-mono@FreeBSD.ORG Fri Sep 4 09:29:34 2009 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE007106566C for ; Fri, 4 Sep 2009 09:29:34 +0000 (UTC) (envelope-from pjdeets2@gmail.com) Received: from mail-qy0-f185.google.com (mail-qy0-f185.google.com [209.85.221.185]) by mx1.freebsd.org (Postfix) with ESMTP id 832098FC13 for ; Fri, 4 Sep 2009 09:29:34 +0000 (UTC) Received: by qyk15 with SMTP id 15so627717qyk.13 for ; Fri, 04 Sep 2009 02:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:to:date:subject :mime-version:content-transfer-encoding:from:message-id:user-agent; bh=tLJW/htJxlf8G2p/1D213PAK31siwIcT9uvo/++zv38=; b=O8BHyzf817GvHewyzX2yeT7/NJeZMfbn6Ai9M1KF0hpRj3EjtKOtXAWmsm5tLhW4fO NUrmCVEoe9iPyKIQXLSTmTGUbCeKwI5FIt1BDn/8jxiqdOq2MIMP/R4XzKPPChOzRjaN asE5wCOcCsBCbtaH3rhi12uWAu6J/iNIJdHZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:date:subject:mime-version:content-transfer-encoding :from:message-id:user-agent; b=cC0eV5oth7Ac/DQGv689nkQy2VJr6IEdFZuyW470Pt/eZJBcgPL/f3gO+lpbBAHVRI AkFEUwAJqJ/bm28Kd6m7kRtyEDX7iD/xdUgafz80S4tYMAAbzljXd1Pc80sKK3p7tegM yk89j7TDGtAiZlOfsYvRUzXha0oAd4XW1fcSg= Received: by 10.224.43.139 with SMTP id w11mr7171463qae.28.1252055285872; Fri, 04 Sep 2009 02:08:05 -0700 (PDT) Received: from localhost (cpe-76-188-68-197.neo.res.rr.com [76.188.68.197]) by mx.google.com with ESMTPS id 21sm396616qyk.12.2009.09.04.02.08.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Sep 2009 02:08:05 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-mono@freebsd.org Date: Fri, 04 Sep 2009 05:06:45 -0400 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Phil Deets II" Message-ID: User-Agent: Opera Mail/10.00 (FreeBSD) Subject: Build error for lang/mono in mscorlib X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 09:29:35 -0000 Hi, I'm trying to install mono on PC-BSD 7.1.1 (based off of FreeBSD 7.2-Stable). There doesn't seem to be a package at the moment so I'm building the port, but I got a compile error. Please let me know if there is a way for me to work around this. Thanks This is from the top of the makefile: # $FreeBSD: ports/lang/mono/Makefile,v 1.77 2009/06/22 07:55:46 flz Exp $ # $Id: Makefile,v 1.98 2007/12/13 19:31:45 killfill Exp $ Here is the make output: gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class' gmake[7]: Entering directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class/corlib' MCS [net_2_0] mscorlib.dll 0x0 0x0 0x0 0x55 0x8b 0xec 0x57 0x83 0xec 0x14 0xb8 0x80 0x5e 0x71 0x28 0x83 0xec 0xc 0x68 0x0 0x76 0xe8 0x28 0x8b 0x5 0x0 0x76 0xe8 0x28 0xff 0x50 0x38 ** ERROR:mini-trampolines.c:122:mono_magic_trampoline: assertion failed: (vt) Stacktrace: at System.Security.Permissions.FileIOPermission..cctor () <0xffffffff> at System.Security.Permissions.FileIOPermission..cctor () <0x0001d> at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> at System.Security.Permissions.FileIOPermissionAttribute.CreatePermission () <0xffffffff> at System.Security.Permissions.FileIOPermissionAttribute.CreatePermission () <0x00018> at Mono.CSharp.Attribute.ExtractSecurityPermissionSet (System.Collections.Specialized.ListDictionary) <0x0037b> at Mono.CSharp.ClassOrStruct.ApplyAttributeBuilder (Mono.CSharp.Attribute,System.Reflection.Emit.CustomAttributeBuilder) <0x00067> at Mono.CSharp.Class.ApplyAttributeBuilder (Mono.CSharp.Attribute,System.Reflection.Emit.CustomAttributeBuilder) <0x00180> at Mono.CSharp.Attribute.Emit (System.Collections.Specialized.ListDictionary) <0x0011f> at Mono.CSharp.Attributes.Emit () <0x000f0> at Mono.CSharp.TypeContainer.EmitType () <0x0004d> at Mono.CSharp.RootContext.EmitCode () <0x0008e> at Mono.CSharp.Driver.Compile () <0x005d4> at Mono.CSharp.Driver.Main (string[]) <0x0006c> at (wrapper runtime-invoke) Mono.CSharp.Driver.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff> Abort trap gmake[8]: *** [../../class/lib/net_2_0/mscorlib.dll] Error 134 gmake[8]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class/corlib' gmake[7]: *** [do-all] Error 2 gmake[7]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class/corlib' gmake[6]: *** [all-recursive] Error 1 gmake[6]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs/class' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs' gmake[4]: *** [profile-do--net_2_0--all] Error 2 gmake[4]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs' gmake[3]: *** [profiles-do--all] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/mcs' gmake[2]: *** [all-local] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4/runtime' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-2.4' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/lang/mono. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/