-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Build failure when linking DUB dependencies with long names #2538
Comments
The problem lies in the
It fails to write the test file from: dub/source/dub/generators/build.d Line 264 in 4ff336e
One possible fix it to prefix the path with |
I have since renamed the project to be shorter. The attached example project might not work as-is anymore. |
fixed by #2589 |
System information
Bug Description
When adding a dub project with a very long name, a linker error occurs. In the following example it tries to build a dependency called
poodinis-mirage-config-injector
:This is possibly related to issue #911. The dependency fails to compile so the linker fails to find the lib.
How to reproduce?
See project: dublongpaths.zip
Just
dub run
it.The text was updated successfully, but these errors were encountered: