fpco / stackage-view

MIT License
21 stars 10 forks source link

Build error (GHCJS) #11

Closed jaccokrijnen closed 9 years ago

jaccokrijnen commented 9 years ago

When buillding (sandbox), I get the following error:

[14 of 17] Compiling Handler.Home     ( server/Handler/Home.hs, dist/dist-sandbox-7bd9fa4d/build/Handler/Home.o )
ghcjs app/Client.hs -o /tmp/run-ghcjs.32276 -iclient -ishared -XCPP -XTemplateHaskell -package ghcjs-react

server/Handler/Home.hs:17:5:
    Exception when trying to run compile-time code:
      The GHCJS process failed with exit code 127.
    Code: ghcjsFileDev
            development
            ["-iclient", "-ishared", "-XCPP", "-XTemplateHaskell", ....]
            "app/Client.hs"
    In the splice:
      $(ghcjsFileDev
          development
          ["-iclient", "-ishared", "-XCPP", ....]
          "app/Client.hs")
cabal: Error: some packages failed to install:
stackage-view-0.0.1 failed during the building phase. The exception was:
ExitFailure 1
chrisdone commented 9 years ago

Is ghcjs in your PATH? http://stackoverflow.com/questions/1763156/127-return-code-from

jaccokrijnen commented 9 years ago

Thanks, found the problem: haskell-infra/hl/pull/118