HomeFreeBSD

multimedia/gstreamer1-plugins-rust: temp disable CSOUND on aarch64

Description

multimedia/gstreamer1-plugins-rust: temp disable CSOUND on aarch64

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:382:27
 |

382 | device_name: [0i8; 64usize],

|                           ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

382 | device_name: [0u8; 64usize],

|                           ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:383:25
 |

383 | device_id: [0i8; 64usize],

|                         ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

383 | device_id: [0u8; 64usize],

|                         ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:384:25
 |

384 | rt_module: [0i8; 64usize],

|                         ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

384 | rt_module: [0u8; 64usize],

|                         ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:434:27
 |

434 | device_name: [0i8; 64usize],

|                           ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

434 | device_name: [0u8; 64usize],

|                           ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:435:30
 |

435 | interface_name: [0i8; 64usize],

|                              ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

435 | interface_name: [0u8; 64usize],

|                              ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:436:25
 |

436 | device_id: [0i8; 64usize],

|                         ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

436 | device_id: [0u8; 64usize],

|                         ^^^

error[E0308]: mismatched types

--> cargo-crates/csound-sys-0.1.2/src/lib.rs:437:27
 |

437 | midi_module: [0i8; 64usize],

|                           ^^^ expected `u8`, found `i8`
|

help: change the type of the numeric literal from i8 to u8

|

437 | midi_module: [0u8; 64usize],

|                           ^^^

Reported by: pkg-fallout

Details

Provenance
jbeichAuthored on Dec 4 2021, 8:41 PM
Parents
R11:a2688a93bf3d: deskutils/calibre: Update to 5.33.2
Branches
Unknown
Tags
Unknown