From owner-freebsd-mono@freebsd.org Wed Sep 20 04:18:30 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 3B006E1EFEF for ; Wed, 20 Sep 2017 04:18:30 +0000 (UTC) (envelope-from russ.haley@gmail.com) 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 A98977E1CA for ; Wed, 20 Sep 2017 04:18:29 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id y187so1464754lfc.8 for ; Tue, 19 Sep 2017 21:18:29 -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=vu5evDpcT32XyX5Cz6Vy/I/5DHXNuIFFXsk7ILdowUo=; b=PMSI02M+o5Tg+ACvon2n+klUWINYgUFZK8g4w00nBWKebz+aAPSG6+ce+Jm/fLbimi pTght/rHxeU4KWDlHtub6MTCCrcHB+IQaC/MiHvnpu8wLSAXrq6vAd8hplktfJoNNRwj B+u5Gntl98U+qVkEuULw5pBHia92iR63/J+rI0E9exiriWBY8MAwNRXzna9DqDdCEGPO 21qrFtXz1vpUGMq71lfNqmus5q6jSIEciJPIUvD5Zz0JTKJNb78x4OLPzsTrM5pduuIK 1Ddsn1Htnlx/6B3P03B0vkgKzwPAQbJY/ABeg3wl1NEnun7ukL4mI2SOjPyYy32ZThoq Sf3g== 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=vu5evDpcT32XyX5Cz6Vy/I/5DHXNuIFFXsk7ILdowUo=; b=iy4o6m07USwIwOfZdnKq50w9ZNiJOXjsC9yN8nOzc49TcFjafaKqlxobEGYMy3MuCO xgeZXkdOB+bWw1dbBC/9qjruGrMr8eEex/WIhk4AXIW4dEmwgo1dRjQYM70BoxxxV9DK 9uVuby4nayYNS1eeTFWEy+w8swdjncnq7zNtIoESYTTXFNPuCqKxMkS7yxkZLDqNvM4m dGIdTQP+JHYVKR5TAk2Umo41H0i6j6ljuAVgsgbLk0u2t8kCjV3PQbzotNlFmRKFoVE3 zeLFdjAAI+k7UoikzB1xG3/TC6pTNlolT/gns6bK3XMfNLibRQBVz2DqNGF4LkbwjJ0Y 8nMQ== X-Gm-Message-State: AHPjjUi++psfcOQxPw6dKKwySTcXG/GSrZsc8DS1+jABk+tOZWW9RPtp rxJXAgs7YTbpP28MAAG9OHq+hyyfSBZadv++9fI= X-Google-Smtp-Source: AOwi7QDVNXAhnafT5KE7vV0oBi5M+h9nwRRZNRYFgGnBdDJl3cXTX/OW5C6k9ATmjdOn9TchZNsi3G33nE/A+ZJh4D0= X-Received: by 10.46.91.5 with SMTP id p5mr1749123ljb.22.1505881107178; Tue, 19 Sep 2017 21:18:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.81.65 with HTTP; Tue, 19 Sep 2017 21:18:26 -0700 (PDT) In-Reply-To: References: <20170910155228.6545490.82502.31658@gmail.com> <2FD8F7C8-3E93-4F81-B329-1ED536F67B3C@microsoft.com> From: Russell Haley Date: Tue, 19 Sep 2017 21:18:26 -0700 Message-ID: Subject: Re: DotNet Core on FreeBSD To: Aaron Havens Cc: Tomas Weinfurt , "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: Wed, 20 Sep 2017 04:18:30 -0000 +1 On Tue, Sep 19, 2017 at 6:35 PM, Aaron Havens wrot= e: > 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 > 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 di= d 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 someon= e >> 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 DotN= et >> Core? Tomas and Karel want to keep the progress tracked via thei= r >> tools (Github accounts etc), but I think a wiki page would be >> good >> 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 >> 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%2Fgithu= b.com%2FEcho-8-ERA&data=3D02%7C01%7CTomas.Weinfurt%40microsoft.com%7C24a4af= b4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636= 412200126651288&sdata=3DWqH7%2BN%2BatYCU4BYs5409sZMMHWJPILJnLjGm7m7v988%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%7CTomas.Wei= nfurt%40microsoft.com%7C24a4afb4b47f4a7a1d5208d4fd862dab%7C72f988bf86f141af= 91ab2d7cd011db47%7C1%7C0%7C636412200126651288&sdata=3DkNqxYsg0HzoF3f3HqGsp3= dm1NKsNax9W3lWuntDt7kE%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=3Dhttps%3A%2F%2Flists= .freebsd.org%2Fmailman%2Flistinfo%2Ffreebsd-mono&data=3D02%7C01%7CTomas.Wei= nfurt%40microsoft.com%7C5364f3a7997f4f5b328708d4fd88f28e%7C72f988bf86f141af= 91ab2d7cd011db47%7C1%7C0%7C636412212015989639&sdata=3DWuwkCpreZpGlwnMGKWQ6k= dxBGYKxQAyHrx6IV9MbgKA%3D&reserved=3D0 >> To unsubscribe, send any mail to >> "freebsd-mono-unsubscribe@freebsd.org" >> >> _______________________________________________ >> 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" > >