From owner-freebsd-mono@freebsd.org Tue Sep 19 05:58:40 2017 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 00C4EE2498B for ; Tue, 19 Sep 2017 05:58:40 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (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 820316BA7B for ; Tue, 19 Sep 2017 05:58:39 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id 80so2588383lfy.4 for ; Mon, 18 Sep 2017 22:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=9BoIu+mN0DKGdeWjDoLZgvcD3/2vsaWVsxpdtNpeotA=; b=WZOFpaSiIuxetrlyPmcctjyKacLNMeB9QadDlFI2RkRS3pAr/NF/X2jrwrfgU1bwGW uZJDpqbV9taIW5Cij9tnTqPjWkNwNbQSFjgQV39IBOLa0pkVTH9AOqdlckvTPk/FbCKu /apfNNYLyzj6tB1w+n+CtcTfu8vNIl09EwnEHWAOm2E7kiQcKvOrxn6PjfsE7f2mGV1m 0TWgV34sid2PVc1ioSJ3wBp2OuHiMIcD/HD9YtRuwdHvReHjArA+c/LqBlEU6aOC6YGr 0KtANAgr9wqY+im+hm/4ktlbUYjOeGUEsJYVIorI30kZ98DHim2RTWCAhFizmqbnLgss sroA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=9BoIu+mN0DKGdeWjDoLZgvcD3/2vsaWVsxpdtNpeotA=; b=CHiSoggR9w7eCQmXkjNMrs+Y9IApdl+YmMuDKJJyutOmjgSIJqRyb6gkMc0qQfDaL+ pJW3c4+zW693S4tQyWkYaAN2bxTFVcww33eQ/OqZfNUiEImPSQfXyJjHzju1q9nDVthN EmnypFYdUT0c7tGvmHJgbykAQDkxXWVXZmxjFc5yx/Xw23+RPjDS0iPwET4pjf6ETwDg 37T1HAsKuQIxGq0v1gfsQOkgkqFGx5L3DXOtAImqCBdF9K28ERtzI7UBvHGbq643IcYA Q7kio87DzPanIXlVmZFlDnLURG2xZiXpnKJ1aN1sjYejyWpu42faTtHqokbUqhTK2035 5bvw== X-Gm-Message-State: AHPjjUhpEZS3yqtaHq/XLVdi2joaCqbZy3ZNu7PPB2vwARsGZjGfLlh3 daFEHdakHCsDPmhvcDMyuaA9QZFKf3odblp/oE8= X-Google-Smtp-Source: AOwi7QCVh9Ue/sBeGg01nHeEF8EEppBBkr7sQg2wUUmzi67vFT6aXrwKDr5R0G0T3k1xIrdg3APkmjvN07VkHAqQ4B4= X-Received: by 10.46.64.142 with SMTP id r14mr120191lje.192.1505800715875; Mon, 18 Sep 2017 22:58:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.81.65 with HTTP; Mon, 18 Sep 2017 22:58:34 -0700 (PDT) In-Reply-To: References: <20170910155228.6545490.82502.31658@gmail.com> <2FD8F7C8-3E93-4F81-B329-1ED536F67B3C@microsoft.com> From: Russell Haley Date: Mon, 18 Sep 2017 22:58:34 -0700 Message-ID: Subject: Re: DotNet Core on FreeBSD To: Tomas Weinfurt Cc: "freebsd-mono@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.23 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, 19 Sep 2017 05:58:40 -0000 Sweet! I love the "Thar be Dragons!" warning. :) There are a lot of moving parts to it. The license list gives some indication of the major repositories. These are the ones Tomas is talking about: https://github.com/dotnet/corefx - MIT https://github.com/dotnet/coreclr - MIT https://github.com/dotnet/sdk - MIT https://github.com/dotnet/cli - https://www.microsoft.com/net/dotnet_library_license.htm https://github.com/dotnet/csharplang - Microsoft https://github.com/dotnet/roslyn - A2 ... --- If you're looking to get your barrings, I re-found an awesome doc with lots of great links: https://github.com/dotnet/coreclr/blob/master/Documentation/README.md This also links to the original core 1.x FreeBSD build guide. I lost this one a while back and could never find it. :( Tomas, from reading through your instructions, there seems to be two obstacles and they are both managed code? - corelib - dotnet/coreclr/src/mscorelib seems to be the corelib you are talking about? - corefx - managed code If that's true, then we should definitely give mono a shot at bringing those up. I'm downloading the dotnet/coreclr now. Russ On Mon, Sep 18, 2017 at 8:11 PM, Tomas Weinfurt wrote: > First draft is posted here: https://github.com/dotnet/corefx/wiki/Buildin= g-.NET-Core--2.x-on-FreeBSD > Probably incomplete. > It would be good if anybody can take a look, try and improve. > This is essentially equivalent of what has been done for 1.x. > My next step is to have cross-OS tests and get them running on FreeBSD ho= st. > > Tomas > > On 9/16/17, 9:59 PM, "owner-freebsd-mono@freebsd.org on behalf of Tomas W= einfurt via freebsd-mono" wrote: > > I=E2=80=99ll get WIKI started with instructions on github. I just did= not get to it yet. > At least the runtime can be built without windows now. (using Linux i= nstead) > I still have some work left to cross-target for FreeBSD on Linux so o= ne can build proper managed assemblies. > Attempts to use Linux binaries for bootstrap failed so far because Li= nux emulation is lacking mincore() support. > > Tomas > > > On 9/16/17, 9:40 PM, "owner-freebsd-mono@freebsd.org on behalf of Rus= sell Haley" wrote: > > Hey Guys, > > Tomas has shared a binary with me and warned it's pretty rough. I= 'm > not getting very far with it. I'll share the same link if someone= is > interested but it's probably best to wait until Tomas offers some= thing > more functional and some instructions. > > Is it possible for someone to start a FreeBSD wiki page for DotNe= t > Core? Tomas and Karel want to keep the progress tracked via their > tools (Github accounts etc), but I think a wiki page would be go= od > for status updates and the like? > > Russ > > > On Fri, Sep 15, 2017 at 8:46 PM, Robert Alegrid wrote: > > On Thursday, 14 September 2017 4:24 PM, Russell Haley wrote: > >> If you'd like to participate/join the fun, please set up a Git= Hub account and > >> send a 'me too' email with the username or email address. > >> I'll send an invite for the FreeBSD-DotNet to that account. I'= m not so sure > >> anymore about using GitHub for FreeBSD stuff, but it's a good = place to > >> congregate. > > I'd like to pitch in. Never participated in an open-source proj= ect before so I > > don't know how much help I could be. > > > > E-mail is the same as this message (eralegrid@hotmail.com) > > GH Account is https://na01.safelinks.protection.outlook.com/?ur= l=3Dhttps%3A%2F%2Fgithub.com%2FEcho-8-ERA&data=3D02%7C01%7CTomas.Weinfurt%4= 0microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7= cd011db47%7C1%7C0%7C636412200126651288&sdata=3DWqH7%2BN%2BatYCU4BYs5409sZMM= HWJPILJnLjGm7m7v988%3D&reserved=3D0 > > > > Regards, > > Robert Alegrid > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%= 2Flists.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=3D02%7C01%7CTo= mas.Weinfurt%40microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf8= 6f141af91ab2d7cd011db47%7C1%7C0%7C636412200126651288&sdata=3DkNqxYsg0HzoF3f= 3HqGsp3dm1NKsNax9W3lWuntDt7kE%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebs= d.org" > > > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%2Fli= sts.freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=3D02%7C01%7CTomas.= Weinfurt%40microsoft.com%7C5364f3a7997f4f5b328708d4fd88f28e%7C72f988bf86f14= 1af91ab2d7cd011db47%7C1%7C0%7C636412212015989639&sdata=3DWuwkCpreZpGlwnMGKW= Q6kdxBGYKxQAyHrx6IV9MbgKA%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.or= g" >