Posted Thu, 16 Jan 2014 09:59:23 GMT in reply to
Stephan Dilly
Reply
On Wed, 15 Jan 2014 14:59:05 GMT, Stephan Dilly wrote:
On Wed, 15 Jan 2014 14:09:58 GMT, Sönke Ludwig wrote:
There is a third, and hopefully last, beta version for DUB 0.9.21. It contains four major new features:
- New per-package build system (builds individual packages as static libraries), use
--combined
to build everything at once (almost) like before
well compiling my project with the good ol' "dub build" fails horrably now, but the new --combined flag fixes it. the question is why does the new default fail.. ?
My project won't compile anymore either (it did with 0.9.21 Beta 1, I believe), although it's seems to be a different error. Probably there's something wrong with my package.json, but I can't figure out what.
These are the errors:
Checking dependencies in '/home/cal/Seafile/llvm/llvm-d'
Failed to retrieve metadata for package llvm-d:c-api: Could not find package candidate for llvm-d:c-api ==~experimental
Failed to retrieve metadata for package llvm-d:d-api: Could not find package candidate for llvm-d:d-api ==~experimental
Could not resolve dependencies
The dependency graph could not be filled, there are unresolved dependencies.
The following changes will be performed:
Failure llvm-d:c-api ==~experimental, userWide
Issued by:
llvm-d: ==~experimental
Failure llvm-d:d-api ==~experimental, userWide
Issued by:
llvm-d: ==~experimental
Checking dependencies in '/home/cal/Seafile/llvm/llvm-d'
Failed to retrieve metadata for package llvm-d:c-api: Could not find package candidate for llvm-d:c-api ==~experimental
Failed to retrieve metadata for package llvm-d:d-api: Could not find package candidate for llvm-d:d-api ==~experimental
Could not resolve dependencies
The dependency graph could not be filled, there are unresolved dependencies.
The following changes will be performed:
Failure llvm-d:c-api ==~experimental, userWide
Issued by:
llvm-d: ==~experimental
Failure llvm-d:d-api ==~experimental, userWide
Issued by:
llvm-d: ==~experimental
Error executing command build: Unknown dependency: llvm-d:c-api