Skip to content

regression: linking with cc failed #128894

Closed

Activity

added
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Aug 9, 2024
added
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Aug 9, 2024
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Aug 9, 2024
bjorn3

bjorn3 commented on Aug 10, 2024

@bjorn3
Member

Looks like this crate is depending on two different version of wit-bindgen-rust. Both should define the same unmangled symbol, and as such a linker error is expected.

[INFO] [stderr]    Compiling wit-bindgen-rust v0.1.0 (https://github.com/bytecodealliance/wit-bindgen?rev=e9c7c0a3405845cecd3fe06f3c20ab413302fc73#e9c7c0a3)
[INFO] [stderr]    Compiling wit-bindgen-rust v0.1.0 (https://github.com/bytecodealliance/wit-bindgen?rev=2f46ce4cc072107153da0cefe15bdc69aa5b84d0#2f46ce4c)
apiraino

apiraino commented on Aug 12, 2024

@apiraino
Contributor

Is this crate in a shape to still be relevant to our crater runs? 🤔

I see a slew of warnings when trying to compile it from clean slate (i.e. installing the needed toolchains)

bjorn3

bjorn3 commented on Aug 12, 2024

@bjorn3
Member

It also depends on an outdated wit-bindgen version which I'm not sure will work with current component model implementations.

removed
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Sep 19, 2024
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

    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @apiraino@bjorn3@BoxyUwU@rustbot

        Issue actions

          regression: linking with `cc` failed · Issue #128894 · rust-lang/rust