dub run Error!
nufeng1999 opened this issue · 2 comments
The dependency resolution process is taking too long. The dependency graph is li kely hitting a pathological case in the resolution algorithm. Please file a bug report at https://github.com/dlang/dub/issues and mention the package recipe tha t reproduces this error.
I have the same issue.
Running dub run --verbose
shows that it fails at this stage:
Search for versions of dsfml (1 package suppliers)
Return for dsfml: [2.1.1, 2.1.0, ~master, ~2.3, ~2.0]
After that, the aforementioned error message appears.
I am building on Void Linux x84_64 glibc (haven't yet gotten the dub package into the repos).
Maybe it's just a temporary failure that has something to do with dsfml?
This is a duplicate of #375
And the problem is already kind-of resolved there. Still, it's not a solution and should get fixed by the maintainers or a pull request (I'll see if I can work on that).