elm/compiler

terminal/src/Develop/StaticFiles.hs:91:3: error: Exception when trying to run compile-time code: reactor: changeWorkingDirectory: does not exist

juhp opened this issue · 3 comments

juhp commented

Quick Summary:
When I try to build elm with cabal-install on Linux I run into:

terminal/src/Develop/StaticFiles.hs:91:3: error:
    • Exception when trying to run compile-time code:
        reactor: changeWorkingDirectory: does not exist (No such file or directory)
      Code: (bsToExp =<< runIO Build.buildReactorFrontEnd)
    • In the untyped splice:
        $(bsToExp =<< runIO Build.buildReactorFrontEnd)
   |
91 |   $(bsToExp =<< runIO Build.buildReactorFrontEnd)
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Maybe I am doing it wrong?

SSCCE

  • Elm: 0.19.1 and HEAD

  • Operating System: Fedora Linux

Additional Details

Both with ghc-8.10 and ghc-9.4

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions in a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

juhp commented

Is the any proper way to bootstrap elm?