Skip to content

Error running make check on Windows #15250

Closed
@schmee

Description

@schmee

Following the new guide in the readme for building on Windows, I run into this error:

maketest: bootstrap-from-c-with-green
----- C:/msys64/home/John/programming/forks/rustmain/rust/src/test/run-make/bootstrap-from-c-with-green/ --------------------
------ stdout ---------------------------------------------
make[1]: Entering directory '/home/John/programming/forks/rustmain/rust/src/test/run-make/bootstrap-from-c-with-green'
PATH="/home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green:C:/msys64/home/John/programming/forks/rustmain/rust/i686-pc-mingw32/stage2/bin:/mingw32/bin:/mingw32/bin:/usr/local/bin:/bin:/bin:/c/Ruby200/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x86:/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x64:/c/Python27:/c/Program Files/MATLAB/R2013a/runtime/win64:/c/Program Files/MATLAB/R2013a/bin:/c/Program Files (x86)/Git/bin:/c/Program Files (x86)/Git/cmd:/c/Python27/Scripts:/c/Program Files (x86)/ctags58:/c/Program Files (x86)/Rust/bin" C:/msys64/home/John/programming/forks/rustmain/rust/i686-pc-mingw32/stage2/bin/rustc.exe --out-dir /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green -L /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green lib.rs
ln -nsf /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green/boot-*.dll /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green/boot.dll
gcc -Wall -Werror -g -m32 -march=i686 -D_WIN32_WINNT=0x0600 -I/home/John/programming/forks/rustmain/rust/src/etc/mingw-fix-include  -L /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green main.c -o /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green/main  -lboot
PATH="/mingw32/bin:/mingw32/bin:/usr/local/bin:/bin:/bin:/c/Ruby200/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x86:/c/Program Files (x86)/Intel/OpenCL SDK/3.0/bin/x64:/c/Python27:/c/Program Files/MATLAB/R2013a/runtime/win64:/c/Program Files/MATLAB/R2013a/bin:/c/Program Files (x86)/Git/bin:/c/Program Files (x86)/Git/cmd:/c/Python27/Scripts:/c/Program Files (x86)/ctags58:/c/Program Files (x86)/Rust/bin:C:/msys64/home/John/programming/forks/rustmain/rust/i686-pc-mingw32/stage1/bin/rustlib/i686-pc-mingw32/lib:/home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green" /home/John/programming/forks/rustmain/rust/i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green/main
Makefile:8: recipe for target 'all' failed
make[1]: Leaving directory '/home/John/programming/forks/rustmain/rust/src/test/run-make/bootstrap-from-c-with-green'

------ stderr ---------------------------------------------
make[1]: *** [all] Error 127

------        ---------------------------------------------

/home/John/programming/forks/rustmain/rust/mk/tests.mk:990: recipe for target 'i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green-2-T-i686-pc-mingw32-H-i686-pc-mingw32.ok' failed
make: *** [i686-pc-mingw32/test/run-make/bootstrap-from-c-with-green-2-T-i686-pc-mingw32-H-i686-pc-mingw32.ok] Error 2

cc @alexcrichton

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windowsOperating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions