From owner-freebsd-ports@FreeBSD.ORG Tue Feb 20 13:32:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 080C316AAC8; Tue, 20 Feb 2007 13:23:25 +0000 (UTC) (envelope-from tmclaugh@sdf.lonestar.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.freebsd.org (Postfix) with ESMTP id 9B01513C48D; Tue, 20 Feb 2007 13:23:24 +0000 (UTC) (envelope-from tmclaugh@sdf.lonestar.org) Received: from [192.168.1.127] (bofh.straycat.dhs.org [192.168.1.127]) by straycat.dhs.org (8.13.8/8.13.8) with ESMTP id l1KDNIwb015158; Tue, 20 Feb 2007 08:23:18 -0500 (EST) From: Tom McLaughlin To: Kostik Belousov In-Reply-To: <20070220110138.GV39168@deviant.kiev.zoral.com.ua> References: <20070213010559.ae84dd0d.nork@FreeBSD.org> <1171751641.1714.27.camel@localhost> <1171755728.1247.2.camel@localhost> <1171862178.1714.155.camel@localhost> <20070219092142.GR39168@deviant.kiev.zoral.com.ua> <1171908225.1714.160.camel@localhost> <20070220110138.GV39168@deviant.kiev.zoral.com.ua> Content-Type: text/plain Date: Tue, 20 Feb 2007 08:23:17 -0500 Message-Id: <1171977798.1729.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, "Phillip N." , Norikatsu Shigemura , bsd-sharp-list@forge.novell.com Subject: Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 13:32:20 -0000 On Tue, 2007-02-20 at 13:01 +0200, Kostik Belousov wrote: > On Mon, Feb 19, 2007 at 01:03:45PM -0500, Tom McLaughlin wrote: > > On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote: > > > On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote: > > > > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote: > > > > > Hey Nork > > > > > > > > > > Do you get the same (port)upgrade problem if you add the following in > > > > > mono port's Makefile? > > > > > > > > > > MAKE_ARGS= EXTERNAL_MCS=false > > > > > > > > > > bye! > > > > > > > > I just committed the fix to the FreeBSD tree so all builds attempt to > > > > use the bundled mcs and not an already installed mcs. Thanks Phillip. > > > > > > > > > > With rev. 1.63 of lang/mono/Makefile, I got the following error doing > > > portupgrade: > > > > > > > Can you email me the full build log? What version of Mono do you have > > installed currently and was it installed via ports or packages? The > > build is using the bundled compiler now but it's still using previously > > installed system libraries. > mono-1.2.2.1_1, installed from ports. > > Full build log and config.log are available at > http://people.freebsd.org/~kib/mono-20070220 Mind trying the patch below? This is the recomendation I go from the Mono folks but i want someone who can reproduce the problem to test it. Thanks. tom --- Makefile 19 Feb 2007 04:41:07 -0000 1.63 +++ Makefile 20 Feb 2007 13:21:03 -0000 @@ -32,6 +32,7 @@ --with-gc=included \ --with-tls=pthread MAKE_ARGS= EXTERNAL_MCS=false +MAKE_ENV= MONO_PATH="" MAN1= al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 \ gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \ -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD |