Skip to content

Question: Is 1.0.63 (progressive linking?) a breaking change? #568

Closed
@jrobhoward

Description

@jrobhoward

I've experienced recent problems building rust-rocksdb after the upstream (cc-rs) dependency started resolving to version 1.0.63.

  • When it consumes 1.0.63 (default behavior / semver thinks it is compatible), the linking complains about undefined symbols
  • rust-rocksdb does build fine, if I update my Cargo.toml file to consume a fixed version of 1.0.62
  • If you're interested in more details, please see issues/479

I don't know enough about the progressive linking change (commit id=e4ff87239325e7f9fe1f2b21a979b947f6f7503e), to tell if this is expected behavior (e.g. rust-rocksdb should be using cc-rs differently), or if there is an actual bug/regression in cc-rs itself.

Thanks in advance, for any information you can provide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions