digger: Failed to spawn new process (The system cannot find the file specified.)

Anonymouse zorael at gmail.com
Mon Feb 3 21:44:20 UTC 2020


On Monday, 3 February 2020 at 21:33:09 UTC, Vladimir Panteleev 
wrote:
> On Monday, 3 February 2020 at 21:30:57 UTC, Anonymouse wrote:
>> I was on beta 8. I forced dub to download the latest now 
>> (3.0.0-alpha-9), wiped the work directory and retried, but to 
>> similar results.
>
> The latest is v3.0.0-alpha-11.
>
> Oh, I guess that's not how semantic versioning works. Probably 
> I should make a normal stable release.
>
> For now you can clone and build from source.

New log: https://pastebin.com/raw/uUMNQjEN


```
..\generated\build.exe --called-from-make OS=windows 
BUILD=release MODEL=32 HOST_DMD= 
HOST_DC=C:\Temp\work\dl\dmd-2.079.0\dmd2/windows/bin\dmd.exe 
..\generated\windows\release\32\lexer.lib
(TX) VERSION

std.process.ProcessException at std\process.d(752): Failed to spawn 
new process (The system cannot find the file specified.)
----------------
0x00448EDC in @trusted std.process.Pid 
std.process.spawnProcessImpl(const(char[]), std.stdio.File, 
std.stdio.File, std.stdio.File, 
const(immutable(char)[][immutable(char)[]]), std.process.Config, 
const(char[]))
0x0044D6AA in @trusted std.process.Pid 
std.process.spawnProcess(const(char[][]), std.stdio.File, 
std.stdio.File, std.stdio.File, 
const(immutable(char)[][immutable(char)[]]), std.process.Config, 
const(char[]))
0x0046E114 in @trusted std.process.ProcessPipes 
std.process.pipeProcessImpl!(std.process.spawnProcess, 
const(char[])[]).pipeProcessImpl(const(char[])[], 
std.process.Redirect, 
const(immutable(char)[][immutable(char)[]]), std.process.Config, 
const(char[]))
0x004555A4 in @safe std.process.ProcessPipes 
std.process.pipeProcess(const(char[][]), std.process.Redirect, 
const(immutable(char)[][immutable(char)[]]), std.process.Config, 
const(char[]))
0x0043B160 in @trusted std.typecons.Tuple!(int, "status", 
immutable(char)[], "output").Tuple 
std.process.execute(const(char[][]), 
const(immutable(char)[][immutable(char)[]]), std.process.Config, 
uint, const(char[]))
0x0041DEAF in void build.__funcliteral51().__lambda1() at 
C:\Temp\work\repo\dmd\src\build.d(278)
0x00406D0B in void build.DependencyRef.runSynchronized() at 
C:\Temp\work\repo\dmd\src\build.d(1092)
0x0040347F in void build.DependencyRef.run() at 
C:\Temp\work\repo\dmd\src\build.d(1065)
0x00406C1D in void build.DependencyRef.runSynchronized() at 
C:\Temp\work\repo\dmd\src\build.d(1078)
0x0040347F in void build.DependencyRef.run() at 
C:\Temp\work\repo\dmd\src\build.d(1065)
0x00402783 in _Dmain at C:\Temp\work\repo\dmd\src\build.d(138)
0x004375B3 in void rt.dmain2._d_run_main(int, char**, extern (C) 
int function(char[][])*).runAll().__lambda1()
0x00437535 in void rt.dmain2._d_run_main(int, char**, extern (C) 
int function(char[][])*).runAll()
0x004373D0 in _d_run_main
0x004371C8 in main at C:\Temp\work\repo\dmd\src\build.d(7)
0x004B4B91 in mainCRTStartup
0x74D36359 in BaseThreadInitThunk
0x77337B74 in RtlGetAppContainerNamedObjectPath
0x77337B44 in RtlGetAppContainerNamedObjectPath
```


More information about the Digitalmars-d-learn mailing list