-
Notifications
You must be signed in to change notification settings - Fork 6
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
attempt to write in the store when building #8
Comments
Thanks. I'll look into this. |
still the case with current master of btdu and dub2nix (I had to run dub convert to obtain a dub.json) |
@symphorien I started looking into this, but
|
It builds succesfully with dmd inside I don't know how to test with ldc:
if I replace dmd with ldc in the nix-shell command above. |
@symphorien |
I made a mistake and actually dub works with ldc without a flag. and I confirm that btdu compiles with ldc. |
@symphorien Found it: current The more serious issue is that |
It might be worth pointing out that Dub itself has implemented a workaround for this exact issue when it stores copies of its packages (in
This fix was also (graciously) done to fix Hope this helps. |
I get this error when trying to build packages that have I think the root cause is the Line 45 in d72adcf
An idea here would be to change the way the {
emsi_containers.fetch = {
# ...
}
} so that we can pass in per-dependency overrides (mostly patches) in |
I'm trying to use dub2nix on CyberShadow/btdu@9bbab62
I'm invoking it with
when building dub attempts to write to the store:
The text was updated successfully, but these errors were encountered: