fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

Broken build on Mac #85

Closed trondd closed 8 years ago

trondd commented 8 years ago
Finished Target: GenerateSlides
Starting Target: KeepRunning (==> GenerateSlides)
dirs to watch: ["/Users/trondd/Development/FsReveal/slides"]
watching dir: /Users/trondd/Development/FsReveal/slides
Running build failed.
Error:
System.NotImplementedException: The requested feature is not implemented.
  at System.Net.NetworkInformation.UnixIPGlobalProperties.GetActiveTcpListeners () [0x00000] in <filename unknown>:0 
  at FSI_0001.Build.findPort@97 (Int32 port) [0x00000] in <filename unknown>:0 
  at FSI_0001.Build.startWebServer () [0x00000] in <filename unknown>:0 
  at FSI_0001.Build+clo@128-7.Invoke (Microsoft.FSharp.Core.Unit _arg2) [0x00000] in <filename unknown>:0 
  at Fake.TargetHelper+targetFromTemplate@195[Microsoft.FSharp.Core.Unit].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00000] in <filename unknown>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetTemplate`1 target) [0x00000] in <filename unknown>:0 

Git commit:d318c23376e9dbbc0bca13e3517145fc961cec45

vilinski commented 8 years ago

For me too :(

---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target           Duration
------           --------
Clean            00:00:00.0425376
GenerateSlides   00:00:06.3256585
Total:           00:00:06.4244137
Status:          Failure
---------------------------------------------------------------------
  1) System.NotImplementedException: The method or operation is not implemented.
  at System.Net.NetworkInformation.UnixIPGlobalProperties.GetActiveTcpListeners () <0x120dcd2c0 + 0x00025> in <filename unknown>:0 
  at FSI_0001.Build.findPort@97 (Int32 port) <0x120dcd050 + 0x00028> in <filename unknown>:0 
  at FSI_0001.Build.startWebServer () <0x120dcc7f0 + 0x0001c> in <filename unknown>:0 
  at FSI_0001.Build+clo@128-7.Invoke (Microsoft.FSharp.Core.Unit _arg2) <0x120dc1530 + 0x00099> in <filename unknown>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) <0x119cdde20 + 0x00023> in <filename unknown>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetTemplate`1 target) <0x1199453a0 + 0x000fd> in <filename unknown>:0 
---------------------------------------------------------------------
➜  mono -V
Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Wed Nov 18 17:03:43 PST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           normal
    SIGSEGV:       altstack
    Notification:  kqueue
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug 
    LLVM:          supported, not enabled.
    GC:            sgen
fbehrens commented 8 years ago

Same on my Mac

forki commented 8 years ago

please retry

fbehrens commented 8 years ago

Thanks a lot. working now