-
Notifications
You must be signed in to change notification settings - Fork 371
Both stack and cabal fail to install Agda #7455
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
Comments
Thanks, @ningcng for the report! One lead to explore is whether this is connected to the new support for the XDG directory structure that cabal implemented in 3.10.
Maybe we are looking for the generated
Could you try whether installation succeeds with cabal 3.8? |
Installing 2.6.4.1 with cabal 3.10/3.12 works. |
Thanks! I tried to install Agda-2.7.0 with cabal-3.12 and GHC 9.10 on a fresh user account so as to get the XDG directory layout. It succeeded. So unfortunately I could not reproduce the problem yet. @ningcng : Could you try to provide more information? E.g. supplying |
The cause of #7455 is atm still unclear to me, but this patch adds a check that all .agdai files we ask cabal to copy do actually exist. If they do not, we skip the copy step. Rationale: Unless the user does a sudo install, copying the interface files isn't essential at the time of installation.
The cause of #7455 is atm still unclear to me, but this patch adds a check that all .agdai files we ask cabal to copy do actually exist. If they do not, we skip the copy step. Rationale: Unless the user does a sudo install, copying the interface files isn't essential at the time of installation.
The cause of #7455 is atm still unclear to me, but this patch adds a check that all .agdai files we ask cabal to copy do actually exist. If they do not, we skip the copy step. Rationale: Unless the user does a sudo install, copying the interface files isn't essential at the time of installation.
The cause of #7455 is atm still unclear to me, but this patch adds a check that all .agdai files we ask cabal to copy do actually exist. If they do not, we skip the copy step. Rationale: Unless the user does a sudo install, copying the interface files isn't essential at the time of installation.
The cause of agda#7455 is atm still unclear to me, but this patch adds a check that all .agdai files we ask cabal to copy do actually exist. If they do not, we skip the copy step. Rationale: Unless the user does a sudo install, copying the interface files isn't essential at the time of installation.
Uh oh!
There was an error while loading. Please reload this page.
Tried cabal 3.12.1.0/3.10.3.0 and ghc 9.6.6 on macOS Sonoma Kernel 23.6.0 (Hardware: M3 Max)
cabal install Agda
Stack fails with Agda 2.6.4.3 with the same error.
Installing 2.6.3 works fine.
The text was updated successfully, but these errors were encountered: