From owner-freebsd-ports@FreeBSD.ORG Wed Feb 21 03:31:10 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 F275416A419; Wed, 21 Feb 2007 03:31:09 +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 4300213C4A6; Wed, 21 Feb 2007 03:30:49 +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 l1L3UgBr010063; Tue, 20 Feb 2007 22:30:42 -0500 (EST) From: Tom McLaughlin To: Kostik Belousov In-Reply-To: <20070220134326.GW39168@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> <1171977798.1729.1.camel@localhost> <20070220134326.GW39168@deviant.kiev.zoral.com.ua> Content-Type: text/plain Date: Tue, 20 Feb 2007 22:30:42 -0500 Message-Id: <1172028642.14456.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 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: Wed, 21 Feb 2007 03:31:10 -0000 On Tue, 2007-02-20 at 15:43 +0200, Kostik Belousov wrote: > On Tue, Feb 20, 2007 at 08:23:17AM -0500, Tom McLaughlin wrote: > > 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 \ > > > > > > > It seems it ended up with the same (or similar) failure: > http://people.freebsd.org/~kib/mono-20070220/mono.1.log Since that doesn't work I'll have access to a box where this is occurring in order to try some things soon. tom -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD |