Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling from a fresh clone results in an error #637

Closed
7sharp9 opened this issue Sep 21, 2016 · 4 comments
Closed

Compiling from a fresh clone results in an error #637

7sharp9 opened this issue Sep 21, 2016 · 4 comments

Comments

@7sharp9
Copy link
Member

7sharp9 commented Sep 21, 2016

Compiling from a fresh clone results in an error

Repro steps

Provide the steps required to reproduce the problem

  1. Have mono installed
  2. Have dotnetcore installed
  3. ./build.sh

Expected behavior

compiles

Actual behavior

  1) System.Exception: Command failed with exit code 2
  at [email protected] (System.String message) <0x11513c070 + 0x0002f> in <filename unknown>:0
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () <0x10bbf6bd0 + 0x00039> in <filename unknown>:0
  at Microsoft.FSharp.Core.PrintfImpl+Final1@224[TState,TResidue,TResult,A].Invoke (Microsoft.FSharp.Core.FSharpFunc`2 env, A a) <0x11513be10 + 0x00095> in <filename unknown>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) <0x11513bde0 + 0x00025> in <filename unknown>:0
  at FSI_0005.Build.assertExitCodeZero (Int32 x) <0x11513ade0 + 0x000c0> in <filename unknown>:0
  at [email protected] (System.String args) <0x11513aca0 + 0x0010b> in <filename unknown>:0
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () <0x10bbf6bd0 + 0x00039> in <filename unknown>:0
  at Microsoft.FSharp.Core.PrintfImpl+Final3@247[TState,TResidue,TResult,A,B,C].Invoke (Microsoft.FSharp.Core.FSharpFunc`2 env, A a, B b, C c) <0x1142e1ac0 + 0x0014f> in <filename unknown>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3301-2[T2,T3,T4,TResult,T1].Invoke (T2 u, T3 v, T4 w) <0x1136ea800 + 0x0003d> in <filename unknown>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) <0x10bbf6140 + 0x00033> in <filename unknown>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) <0x10bbf60a0 + 0x00029> in <filename unknown>:0
  at [email protected] (System.String arg40) <0x11513b940 + 0x00021> in <filename unknown>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2) <0x10bbf5950 + 0x000ad> in <filename unknown>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2, Microsoft.FSharp.Core.V arg3) <0x10bc43000 + 0x0016f> in <filename unknown>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W,X] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2, Microsoft.FSharp.Core.V arg3, Microsoft.FSharp.Core.W arg4) <0x1140fa9b0 + 0x0023b> in <filename unknown>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W,X,Y] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2, Microsoft.FSharp.Core.V arg3, Microsoft.FSharp.Core.W arg4, Microsoft.FSharp.Core.X arg5) <0x112df9a70 + 0x00366> in <filename unknown>:0
  at [email protected] (System.String fslFilePath, System.String outFilePath) <0x11513b330 + 0x0011d> in <filename unknown>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2 func, Microsoft.FSharp.Core.T arg1, Microsoft.FSharp.Core.TResult arg2) <0x10bbf5950 + 0x0008f> in <filename unknown>:0
  at [email protected] (Microsoft.FSharp.Core.Unit _arg1) <0x11513a240 + 0x003df> in <filename unknown>:0
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) <0x115136c40 + 0x00023> in <filename unknown>:0
  at Fake.TargetHelper.runSingleTarget (Fake.TargetTemplate`1 target) <0x11512e070 + 0x000fd> in <filename unknown>:0

Environment

OSX 10.11.6
Mono JIT compiler version 4.4.0 (tarball Wed Jun 15 18:28:03 BST 2016) via homebrew
dotnetcore 1.0.0-preview2-003131

@dsyme
Copy link
Contributor

dsyme commented Sep 22, 2016

@7sharp9 Is it only when you have both DotnetCore and Mono installed, as you mention here? #638 (comment)

If so could you update the repro steps?

thanks!

@7sharp9
Copy link
Member Author

7sharp9 commented Sep 22, 2016

Ok, done.

@dsyme
Copy link
Contributor

dsyme commented Sep 23, 2016

Any chance you could add a full build log? Or sending a failing PR that adds dotnetcore installation to OSX? We need to work out what the interaction is

dsyme added a commit to dsyme/FSharp.Compiler.Service that referenced this issue Feb 9, 2017
@7sharp9
Copy link
Member Author

7sharp9 commented Apr 29, 2017

old issue

@7sharp9 7sharp9 closed this as completed Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants