[Issue 14661] "Error executing command build: Unknown dependency: ddox" when building website
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 9 12:11:40 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14661
--- Comment #2 from Sönke Ludwig <sludwig at outerproduct.org> ---
Upon further inspection, this is caused by a bug in DUB 0.9.23 that has already
been fixed on master: https://github.com/D-Programming-Language/dub/issues/564
The root cause is in a dependency that transiently in turn had unresolvable
dependencies. This caused the upgrade suggestion check to error out. Both the
error and the bad error message will be fixed for DUB 0.9.24.
I didn't realize that it breaks the website build in such a bad way. The
workaround is to first run "dub upgrade --missing-only" and only then build
with "--nodeps" (I guess Martin added the --nodeps as a quick fix?). I'll also
prepare a new DUB release including the fix ASAP.
--
More information about the Digitalmars-d-bugs
mailing list