Skip to content

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

Closed
@gnzlbg

Description

@gnzlbg
Contributor

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

Activity

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[/+] on Nov 22, 2018
added
A-linkageArea: linking into static, shared libraries and binaries
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Jan 27, 2019
nagisa

nagisa commented on Oct 1, 2019

@nagisa
Member

Duplicate of #49078

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linkageArea: linking into static, shared libraries and binariesT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nagisa@gnzlbg@jonas-schievink

        Issue actions

          [regression] stdsimd has started failing to link on travis x86_64-pc-windows-gnu · Issue #56153 · rust-lang/rust