arm64 Android build target failing #280

Open
opened 2020-08-06 16:57:48 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:57:48 +00:00 (Migrated from github.com)

Running cargo build -p mentat_ffi --target aarch64-linux-android --release returns an error

Compiling tokio-threadpool v0.1.4
error[E0308]: mismatched types
   --> /Users/emilytoop/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.14/src/sys/unix/uds.rs:144:33
    |
144 |                                 len_i32))?;
    |                                 ^^^^^^^ expected u32, found i32

'+fp' is not a recognized feature for this target (ignoring feature)
'+fp' is not a recognized feature for this target (ignoring feature)
   Compiling mentat v0.7.0 (file:///Users/emilytoop/Development/mentat)
error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
error: Could not compile `mio`.
warning: build failed, waiting for other jobs to finish...
error: build failed

It looks like a dependecy we have does not support arm64

Running `cargo build -p mentat_ffi --target aarch64-linux-android --release` returns an error ``` Compiling tokio-threadpool v0.1.4 error[E0308]: mismatched types --> /Users/emilytoop/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.14/src/sys/unix/uds.rs:144:33 | 144 | len_i32))?; | ^^^^^^^ expected u32, found i32 '+fp' is not a recognized feature for this target (ignoring feature) '+fp' is not a recognized feature for this target (ignoring feature) Compiling mentat v0.7.0 (file:///Users/emilytoop/Development/mentat) error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: Could not compile `mio`. warning: build failed, waiting for other jobs to finish... error: build failed ``` It looks like a dependecy we have does not support `arm64`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#280
No description provided.