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

[regression] stdsimd has started failing to link on travis x86_64-pc-windows-gnu #56153

Closed
gnzlbg opened this issue Nov 22, 2018 · 1 comment
Closed
Labels
A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 22, 2018

The error is:

  = note: C:\Users\travis\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-gnu\lib\crt2.o:crtexe.c:(.rdata$.refptr.__onexitbegin[.refptr.__onexitbegin]+0x0): undefined reference to `__onexitbegin'
          C:\Users\travis\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-gnu\lib\crt2.o:crtexe.c:(.rdata$.refptr.__onexitend[.refptr.__onexitend]+0x0): undefined reference to `__onexitend'
          collect2.exe: error: ld returned 1 exit status

This was working before. Started failing around last week. See, e.g., https://travis-ci.org/rust-lang-nursery/stdsimd/jobs/457099080

@gnzlbg gnzlbg changed the title [regression] stdsimd has started failing to link on travis i686-pc-windows-gnu [regression] stdsimd has started failing to link on travis x86_64-pc-windows-gnu Nov 22, 2018
@jonas-schievink jonas-schievink added A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 27, 2019
@nagisa
Copy link
Member

nagisa commented Oct 1, 2019

Duplicate of #49078

@nagisa nagisa marked this as a duplicate of #49078 Oct 1, 2019
@nagisa nagisa closed this as completed Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants