-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Failure on maketest: c-dynamic-dylib #18733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I get the exact same issue on Win8 x64 |
My 64-bit build passes tests without any errors. |
I think I figured out the issue. Apparently the problem was that my installed Rust was in the PATH, so if I removed that from my PATH, it worked just fine. Fortunately I installed it to a separate location so it was easy to do so, although if someone installed it without a custom prefix in msys2, it could be a bit tricky. |
if you installed it without a custom prefix, |
I tried to do |
I ran into this problem as well. Why is it looking in the path for rustc at all, it should know the exact path to the version of rustc currently being tested? |
@Diggsey I think it's the dynamic linking part that makes it fail, not the rustc part. |
Still an issue and I could not get the workaround that retep998 posted to work. |
edit: This still happens even if there is no rust installation on PATH: I've reconfigured msys so that it doesn't inherit my windows environment variables, but I still get the exact same error:
|
I think this was fixed in #27553, so closing. |
When running
make check
on Windows 8.1 x64 with MSYS2 using the 64-bit toolchain (also tested with external mingw-w64 toolchains and alternate msys tools), I get the following error:Attempting to run the exe for that test in gdb results in a failure during startup.
The text was updated successfully, but these errors were encountered: