We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fatal error: can't create /home/.../.dub/cache/liblfdsd/0.3.4/build/library-debug-REd1Y5WoA2XSm4dNQj9Ugg/liblfdsd.a: No such file or directory
This error is only related to GDC:
dub build liblfdsd --compiler=gdc
By contrast, both DMD and LDC2 works fine:
dub build liblfdsd --compiler=dmd dub build liblfdsd --compiler=ldc2
The text was updated successfully, but these errors were encountered:
Looks like that temp cache directory is not created for gdc only.
gdc
Sorry, something went wrong.
No branches or pull requests
Bug Description
Fatal error: can't create /home/.../.dub/cache/liblfdsd/0.3.4/build/library-debug-REd1Y5WoA2XSm4dNQj9Ugg/liblfdsd.a: No such file or directory
How to reproduce?
This error is only related to GDC:
By contrast, both DMD and LDC2 works fine:
The text was updated successfully, but these errors were encountered: