From owner-freebsd-mono@freebsd.org Wed Sep 20 01:36:22 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 BD932E14FF1 for ; Wed, 20 Sep 2017 01:36:22 +0000 (UTC) (envelope-from aaron@toomanymiles.net) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 3B527757B6 for ; Wed, 20 Sep 2017 01:36:22 +0000 (UTC) (envelope-from aaron@toomanymiles.net) Received: by mail-lf0-x236.google.com with SMTP id q132so1264571lfe.5 for ; Tue, 19 Sep 2017 18:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toomanymiles-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4Mw22XqGfnkr+baRJ/hu2NI/yAYgAMat73rlxRleAaA=; b=ia9Q3GYIcdaTZUd7AMyCYKYpft4UJNOLpgTQxFkN70Gr5zc8If48mMdCVWGwumL6bl vrVBgC5nSot9+NtryOboM94y0cQ60+TKhfjGy6tJ60pIRBkBlDWe2liZP5DhaXIdCv2b 5SoHzKU04hLxmygCjL3E8OcRHeC5z+5KHUxarDCFO5N+1G+fLo6Q7TWie3hsT8iAJOc/ Zqk0G3Pt7rNrNEfLZHqYjb6cgC2o7OePBYAtHK+oIC6CYQeFn9VdzMjNZmHB9xS2b8fj 9XkMJj57ZjyLK7cNMhDIL8IAjS/j93/AWEbZp+vBHkTIkt+lg5eIDJk+rhDXnNNaJLss +wsg== 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; bh=4Mw22XqGfnkr+baRJ/hu2NI/yAYgAMat73rlxRleAaA=; b=uYHSG3BUIszEtXuYwghPRveAq4Ea6mlqDO4Si/htYcuE8VVhFcc17mFWT4mcDOcWqM C1uu0hJ/Su1GGbKc2DozkiByDN2aVDjn53HYnu3qgu/NwvycXwBweDBTR4Pc/10GthpC 1+IxzD4zXNinbLJAxCSC2sNstbwKpATLjY5PUhGqKJsioXqDb91Cc83XXu9//daF497o ChkTDDeuNIsJUKTsfXvZB6NzfJ/RlMbKMlJWPC7NwOR9HjNBlKLNTK6ddZhMI9mQCKOk MLzaUvE1THyjjza5uqk+Op9EkWQiIbYlUUgqaszbxSbnpsJ54ySymwVv7Bj1CW6/OHcv IJTQ== X-Gm-Message-State: AHPjjUji7SXQtm1VINlNjvgpIB+yFAqKTN3xoIx528HBnVDtu4RV11W6 GGlWQNEWqLT+pgRZtK9QTjkFbcWs4dxZ5cmBXQ6VYg== X-Google-Smtp-Source: AOwi7QD+AfYxW6TeJlaL723/NsqTaB9a8ch/ZT8Ot/86Quy5HtmYOf2kpJCqPpYEqdnruPY38ehXbgF64hE9P3dbFOc= X-Received: by 10.46.29.66 with SMTP id d63mr1414017ljd.177.1505871380293; Tue, 19 Sep 2017 18:36:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.153.135 with HTTP; Tue, 19 Sep 2017 18:35:59 -0700 (PDT) X-Originating-IP: [73.6.103.78] In-Reply-To: References: <20170910155228.6545490.82502.31658@gmail.com> <2FD8F7C8-3E93-4F81-B329-1ED536F67B3C@microsoft.com> From: Aaron Havens Date: Tue, 19 Sep 2017 20:35:59 -0500 Message-ID: Subject: Re: DotNet Core on FreeBSD To: Tomas Weinfurt Cc: Russell Haley , "freebsd-mono@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Wed, 20 Sep 2017 01:36:22 -0000 I am going through the Building instructions and updating anything I find. Let me know if I add something that should be left out or should do it differently. Aaron On Mon, Sep 18, 2017 at 10:11 PM, Tomas Weinfurt via freebsd-mono < freebsd-mono@freebsd.org> wrote: > First draft is posted here: https://github.com/dotnet/ > corefx/wiki/Building-.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 > host. > > Tomas > > On 9/16/17, 9:59 PM, "owner-freebsd-mono@freebsd.org on behalf of Tomas > Weinfurt via freebsd-mono" freebsd-mono@freebsd.org> 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 > instead) > I still have some work left to cross-target for FreeBSD on Linux so > one can build proper managed assemblies. > Attempts to use Linux binaries for bootstrap failed so far because > Linux emulation is lacking mincore() support. > > Tomas > > > On 9/16/17, 9:40 PM, "owner-freebsd-mono@freebsd.org on behalf of > Russell Haley" russ.haley@gmail.com> 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 > something > 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 < > eralegrid@hotmail.com> 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 > GitHub 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 > project 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/?url=3Dhttps%3A%2F%2Fgithub.com% > 2FEcho-8-ERA&data=3D02%7C01%7CTomas.Weinfurt%40microsoft.com% > 7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7cd011 > db47%7C1%7C0%7C636412200126651288&sdata=3DWqH7%2BN% > 2BatYCU4BYs5409sZMMHWJPILJnLjGm7m7v988%3D&reserved=3D0 > > > > Regards, > > Robert Alegrid > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3D > https%3A%2F%2Flists.freebsd.org%2Fmailman%2Flistinfo% > 2Ffreebsd-mono&data=3D02%7C01%7CTomas.Weinfurt%40microsoft.com% > 7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7cd011 > db47%7C1%7C0%7C636412200126651288&sdata=3DkNqxYsg0HzoF3f3HqGsp3dm1NKsNax > 9W3lWuntDt7kE%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@ > freebsd.org" > > > _______________________________________________ > freebsd-mono@freebsd.org mailing list > https://na01.safelinks.protection.outlook.com/?url=3D > https%3A%2F%2Flists.freebsd.org%2Fmailman%2Flistinfo% > 2Ffreebsd-mono&data=3D02%7C01%7CTomas.Weinfurt%40microsoft.com% > 7C5364f3a7997f4f5b328708d4fd88f28e%7C72f988bf86f141af91ab2d7cd011 > db47%7C1%7C0%7C636412212015989639&sdata=3DWuwkCpreZpGlwnMGKWQ6kdxBGYKxQA > yHrx6IV9MbgKA%3D&reserved=3D0 > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.or= g > " > > _______________________________________________ > 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" >