dlang / dub

Package and build management system for D
MIT License
678 stars 227 forks source link

Error executing command build: Access Violation #398

Closed CyberShadow closed 10 years ago

CyberShadow commented 10 years ago
C:\Temp\D\2014-08-15e> git clone https://github.com/MrSmith33/voxelman
Cloning into 'voxelman'...
remote: Counting objects: 62, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 62 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (62/62), done.
Checking connectivity... done.

C:\Temp\D\2014-08-15e> cd voxelman

C:\Temp\D\2014-08-15e\voxelman> dub build
Failed to parse package description in .
Package sdlang-d 0.8.3 was found neither locally, nor in the configured package registries.
Failed to parse package description in .
Package sdlang-d 0.8.2 was found neither locally, nor in the configured package registries.
Fetching anchovy 0.6.2 (need sub package description)...
Placing anchovy 0.6.2 to C:\Users\Vladimir\AppData\Roaming\dub\packages\...
Package anchovy 0.6.2 doesn't have a sub package anchovy:core
Fetching anchovy 0.6.1 (need sub package description)...
Placing anchovy 0.6.1 to C:\Users\Vladimir\AppData\Roaming\dub\packages\...
Package anchovy 0.6.1 doesn't have a sub package anchovy:core
Package anchovy 0.6.2 doesn't have a sub package anchovy:utils
Fetching anchovy 0.6.1 (need sub package description)...
Placing anchovy 0.6.1 to C:\Users\Vladimir\AppData\Roaming\dub\packages\...
Package anchovy:utils 0.6.1 was found neither locally, nor in the configured package registries.
Failed to parse package description in .
Package anchovy 0.4.0 was found neither locally, nor in the configured package registries.
Error executing command build: Access Violation

Crashes with 0.9.22-rc1 and with master, but not with 0.9.21.

s-ludwig commented 10 years ago

Fixed on 0.9.22 branch + improved diagnostic messages for malformed package descriptions of some of the dependencies.