[Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

Tom McLaughlin tmclaugh at sdf.lonestar.org
Wed Feb 21 03:31:10 UTC 2007


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 |



More information about the freebsd-ports mailing list