From owner-freebsd-mono@freebsd.org Tue Nov 24 22:03:11 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11F7EA36F7E for ; Tue, 24 Nov 2015 22:03:11 +0000 (UTC) (envelope-from valentine.alan@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E40661553 for ; Tue, 24 Nov 2015 22:03:10 +0000 (UTC) (envelope-from valentine.alan@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id E1BEBA36F7D; Tue, 24 Nov 2015 22:03:10 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E04D0A36F7C for ; Tue, 24 Nov 2015 22:03:10 +0000 (UTC) (envelope-from valentine.alan@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44F581551 for ; Tue, 24 Nov 2015 22:03:10 +0000 (UTC) (envelope-from valentine.alan@gmail.com) Received: by lfaz4 with SMTP id z4so38757207lfa.0 for ; Tue, 24 Nov 2015 14:03:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alval-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=cHOgoQ+ijpfo1WQIGj15DdmrkTVlBaV/iX1G0mbKLjM=; b=lpkIYLl3BaEEXOBiTYAef0UWJWM4JSYnciqB6v8mP58ikga+2so5kvwiKLktQIZdab 95Wpiw5P4V54ycSzRN4OONQi3lD0aBtBU4B6J4cE75QwoV11nhfsVFwEmM98rfILtRwW BPsVwe9ntbfZQVmCAbLiUFL6Ab11zN/QY5vW+PAAC+F4Cv6JQovOUmVQ7kw9mTVRj0fa rf0G5yZh9ukFXfs1aCLqhZ6CeMwrQIiQ+RYVae6YGDItqMHov/xE4OwpPUN7bVCX2L5Y BDGQaSJGb0fSPmahPeI22YgJQeuqO19687bPeX07G5lg6U1jOSLx+B8wgMII0AnVoJsL BSJQ== X-Received: by 10.25.39.19 with SMTP id n19mr11436153lfn.156.1448402588342; Tue, 24 Nov 2015 14:03:08 -0800 (PST) MIME-Version: 1.0 References: <20151124033725.4386898.31704.933@gmail.com> In-Reply-To: <20151124033725.4386898.31704.933@gmail.com> From: Alan Valentine Date: Tue, 24 Nov 2015 22:02:58 +0000 Message-ID: Subject: Re: Fw: Mono 4.2 To: Russell Haley Cc: mono@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 22:03:11 -0000 Thank you, I also had to add the below line to my mono Makefile in order to stop it failing compilation with this error/usr/ports/lang/mono/work/mono-4.2.1/eglib/src/gunicode.c:223: undefined reference to `locale_charset' LDFLAGS+= -L${LOCALBASE}/lib -lcharset then I hit this staging error 1. ng/mono/work/mono-4.2.1' 2. ====> Compressing man pages (compress-man) 3. ===> Installing for mono-4.2.1.91 4. ===> Checking if mono already installed 5. ===> Registering installation for mono-4.2.1.91 6. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/libmono-profiler-cov.a: No such file or directory 7. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/libmono-profiler-cov.so: No such file or directory 8. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/libmono-profiler-cov.so.0: No such file or directory 9. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/libmono-profiler-cov.so.0.0.0: No such file or directory 10. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/mono/4.5/symbolicate.exe: No such file or directory 11. pkg-static: Unable to access file /usr/ports/lang/mono/work/stage/usr/local/lib/mono/4.5/symbolicate.exe.mdb: No such file or directory 12. *** [fake-pkg] Error code 74 13. 14. Stop in /usr/ports/lang/mono. Then an hour later I found that in the last few hours, the mono port has had an official update :D ...... On Tue, Nov 24, 2015 at 3:37 AM Russell Haley wrote: > Below are the instructions to do a manual upgrade to 4.2 by adjusting the > current port files. There was some talk about creating a patch but I think > we are waiting on the next mono release. > > Hope that helps. > > Russ > > Sent from my BlackBerry 10 smartphone on the Koodo network. > Original Message > From: Chris McVittie > Sent: Friday, November 6, 2015 2:04 PM > To: freebsd-mono@freebsd.org > Subject: Re: Mono 4.2 > > Hi, > > So I had a first hack at this... > > Using the existing port > rm -rf files > edit Makefile > PORTVERSION= 4.2.1.91 > WRKSRC= ${WRKDIR}/mono-4.2.1 > make makesum > make install > make makeplist > make clean && make install > > All seems to "just work." I'm suspicious that this is too easy? > > ``` > root@bsd-1:/usr/ports/lang/mono # mono --version > Mono JIT compiler version 4.2.1 (Stable 4.2.1.91/8862921 Fri Nov 6 > 21:13:46 > UTC 2015) > Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. > www.mono-project.com > TLS: __thread > SIGSEGV: altstack > Notification: kqueue > Architecture: amd64 > Disabled: none > Misc: softdebug > LLVM: supported, not enabled. > GC: sgen > ``` > Is there anything else I should check? > > Thanks, > Chris > > > > On Tue, Oct 27, 2015 at 8:15 PM Chris McVittie > wrote: > > > Hi, > > I was wondering if there was a plan for supporting mono 4.2? There are > > lots of useful fixes and features around the threadpool that would be > good > > to have access to. > > > > (I'm completely new here, and while willing to help, suspect my help > won't > > be useful!) > > > > Thanks, > > Chris > > > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-mono > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org" >