Skip to content
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

MinGW: also copy libmingwex.a from C toolchain #1454

Closed
wants to merge 1 commit into from

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Aug 2, 2019

Fixes recent CI error:

note: C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmsvcrt.a(dyims01169.o):(.text+0x0): multiple definition of `longjmp'
          C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmingwex.a(lib32_libmingwex_a-mingw_getsp.o):mingw_getsp.S:(.text+0x5): first defined here

Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673
It also should be added to Azure in #1376

@rust-highfive
Copy link

r? @gnzlbg

(rust_highfive has picked a reviewer for you, use r? to override)

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 2, 2019

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 2, 2019

📌 Commit 63fd0f5 has been approved by gnzlbg

@bors
Copy link
Contributor

bors commented Aug 2, 2019

⌛ Testing commit 63fd0f5 with merge 1372eb2...

bors added a commit that referenced this pull request Aug 2, 2019
MinGW: also copy libmingwex.a from C toolchain

Fixes recent CI error:
```
note: C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmsvcrt.a(dyims01169.o):(.text+0x0): multiple definition of `longjmp'
          C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmingwex.a(lib32_libmingwex_a-mingw_getsp.o):mingw_getsp.S:(.text+0x5): first defined here
```

Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673
It also should be added to Azure in #1376
@mati865
Copy link
Contributor Author

mati865 commented Aug 2, 2019

All green.
I think @pietroalbini redeployed RCS and bors died.

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 2, 2019

@bors: retry

bors added a commit that referenced this pull request Aug 2, 2019
MinGW: also copy libmingwex.a from C toolchain

Fixes recent CI error:
```
note: C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmsvcrt.a(dyims01169.o):(.text+0x0): multiple definition of `longjmp'
          C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmingwex.a(lib32_libmingwex_a-mingw_getsp.o):mingw_getsp.S:(.text+0x5): first defined here
```

Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673
It also should be added to Azure in #1376
@bors
Copy link
Contributor

bors commented Aug 2, 2019

⌛ Testing commit 63fd0f5 with merge 04d7ccc...

@bors
Copy link
Contributor

bors commented Aug 2, 2019

💥 Test timed out

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 3, 2019

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 3, 2019

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Contributor

bors commented Aug 3, 2019

📌 Commit 63fd0f5 has been approved by gnzlbg

@mati865
Copy link
Contributor Author

mati865 commented Aug 3, 2019

If #1376 is close to being merged you can close this one.

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 3, 2019

I'm closing this in favor of that one, but bors is timing out all over the place all the time.

@gnzlbg gnzlbg closed this Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants