Date: Tue, 20 Feb 2007 08:23:17 -0500 From: Tom McLaughlin <tmclaugh@sdf.lonestar.org> To: Kostik Belousov <kostikbel@gmail.com> Cc: ports@freebsd.org, "Phillip N." <pneumann@gmail.com>, Norikatsu Shigemura <nork@freebsd.org>, bsd-sharp-list@forge.novell.com Subject: Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono Message-ID: <1171977798.1729.1.camel@localhost> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1171977798.1729.1.camel>