Re: DotNet Core Source Build Questions

2017-09-19 Thread Tomas Weinfurt via freebsd-mono
I’ll take a look. Once you on path where it tries to install Tools it is bad. Please try src/Native/build-native.sh directly. Tomas On 9/19/17, 10:07 PM, "Russell Haley" wrote: Hey Tomas, coreclr native parts built first time for me. I am trying to build

Re: DotNet Core Source Build Questions

2017-09-20 Thread Tomas Weinfurt via freebsd-mono
It is fixed in my branch. I updated docs to use ./src/Native/build-native.sh directly. That should avoid problems with getting tools. Tomas On 9/19/17, 10:18 PM, "owner-freebsd-m...@freebsd.org on behalf of Russell Haley"

Re: DotNet Core on FreeBSD

2017-09-20 Thread Tomas Weinfurt via freebsd-mono
o 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://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.c

2.0 bootsrap

2017-09-25 Thread Tomas Weinfurt via freebsd-mono
I made another step towards getting build working on FreeBSD: https://github.com/wfurt/blob + dotnet new; dotnet restore; dotnet run -> works on FreebSD. - I still have some issue using that dotnet cli for a full build. Running unit tests on FreeBSD still needs some work. Hopefully that should

Re: DotNet Core 2.0 - Status Update

2017-09-27 Thread Tomas Weinfurt via freebsd-mono
Yes, your assessment seems right David. This is similar to building compiler. You need something to compile it with. C# compiler Roslyn is written in c#. To break the loop, you have set of reference bits – previous version, mono or something else. We will still probably need precompiled

Re: Help Wanted - Work with MSFT and help finish the port of .NET Core to FreeBSD

2018-06-19 Thread Tomas Weinfurt via freebsd-mono
If anybody wants to help, it would be great to look at https://github.com/dotnet/coreclr/issues/18481 There is guy working on getting PowerShell working on FreeBSD. (#18067) We got to point where we have semi-working SDK and I'm looking at msbuild problem related to named pipes. Aside from