Source: rust-yaml
Version: 0.3.0-1
Severity: important
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=rust-yaml&suite=sid

...
error[E0308]: mismatched types
  --> src/codecs.rs:16:43
   |
16 |             str::from_utf8(CStr::from_ptr(i8_str).to_bytes()).map(|s| 
s.to_string()).ok()
   |                                           ^^^^^^ expected u8, found i8
   |
   = note: expected type `*const u8`
              found type `*const i8`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
error: Could not compile `yaml`.

Caused by:
  process didn't exit successfully: `rustc --crate-name yaml src/lib.rs 
--crate-type lib --emit=dep-info,link -C debuginfo=2 -C 
metadata=b307be25685f0f02 -C extra-filename=-b307be25685f0f02 --out-dir 
/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps --target 
aarch64-unknown-linux-gnu -C 
incremental=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/incremental 
-L dependency=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps -L 
dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
libc=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps/liblibc-feeade22c917e78d.rlib
 --extern 
regex=/<<PKGBUILDDIR>>/target/aarch64-unknown-linux-gnu/debug/deps/libregex-a5768dd58bde0a88.rlib
 -C linker=aarch64-linux-gnu-gcc -C debuginfo=2 --cap-lints warn 
--remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/yaml-0.3.0 -C 
link-arg=-Wl,-z,relro` (exit code: 1)
dh_auto_test: cargo build --verbose --verbose -j3 --target 
aarch64-unknown-linux-gnu -Zavoid-dev-deps returned exit code 101
make: *** [debian/rules:3: build-arch] Error 101

Reply via email to