From owner-freebsd-mono@FreeBSD.ORG Fri Sep 4 09:36:05 2009 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7314106568B for ; Fri, 4 Sep 2009 09:36:05 +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 7A8DE8FC27 for ; Fri, 4 Sep 2009 09:36:05 +0000 (UTC) Received: by qyk15 with SMTP id 15so629440qyk.13 for ; Fri, 04 Sep 2009 02:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject :references:date:to:mime-version:content-transfer-encoding:from :message-id:in-reply-to:user-agent; bh=61wZ4bVwcfsUBXOsrzgaPuwTGsQYjhO1TkcJqj9yV/E=; b=ToCf2ezfB2U7MwwTDVdHx8HagB4wGEUaNCUUcXoH/BLBvB98qfBfxpjFLHKSMJH4bL UXnIo4/gTc8MZeueYxgSOh9iNmXMiAakftnGREtmjt3lAM2H6s+tiO7oXk0Dv0u/++zT rqy07QS83N+Pt0vFXcglbdF0xzzU23xaQSh+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:references:date:to:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; b=RJ9cnGf0fsWjb0YTYlnn7T7fb5vTnoJk5KUR5CLqmBeZ+0qL+ApcSnFSwAPPGFXZvQ G43ZXG4V9+bytiVX2Me3VPM5ZchNQJ3iNy8K2q3e2GB63hTsFhgS3DWTFkQb/bmD6v7F vrLCldKy56Cegbd3MA8RSyWOW1qziVsGofSBk= Received: by 10.224.56.208 with SMTP id z16mr7127001qag.144.1252055665246; Fri, 04 Sep 2009 02:14:25 -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 21sm490251qyk.0.2009.09.04.02.14.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Sep 2009 02:14:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes References: Date: Fri, 04 Sep 2009 05:13:04 -0400 To: mono@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Phil Deets II" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.00 (FreeBSD) Cc: 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:36:05 -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/