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

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

Open
juhp opened this issue Nov 29, 2023 · 3 comments

Comments

@juhp
Copy link
Contributor

juhp commented Nov 29, 2023

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

Copy link

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
Copy link
Contributor Author

juhp commented Nov 30, 2023

I found input-output-hk/haskell.nix#1617 helpful

@juhp
Copy link
Contributor Author

juhp commented Nov 30, 2023

Is the any proper way to bootstrap elm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant