Skip to content

New arm target missing from cargo manifests #2341

Closed
@MagaTailor

Description

@MagaTailor

The new armv7 target hasn't been introduced in the crates ecosystem yet, predictably resulting in errors like this:

/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/libssh2-sys-0.1.34/lib.rs:10:1: 10:26 error: can't find crate for `openssl_sys` [E0463]
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/libssh2-sys-0.1.34/lib.rs:10 extern crate openssl_sys;
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~

BTW, @alexcrichton well spotted fixing the .mk file - I was going to open a PR myself.

I was also wondering if on the last line:
CFG_GNU_TRIPLE_armv7-unknown-linux-gnueabihf := armv7-unknown-linux-gnueabihf

it was really necessary to differentiate from arm-?

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