Details
-
Bug
-
Resolution: Done
-
High
-
None
-
None
-
None
Description
When trying to build genivi-dev-platform I get the following error:
ERROR: rvi-sota-client-git-r0 do_compile: Function failed: do_compile (log file is located at /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/temp/log.do_compile.21237) ERROR: Logfile of failure stored in: /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/temp/log.do_compile.21237 Log data follows: | DEBUG: Executing shell function do_compile | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/sysroots/x86_64-linux/usr/bin/cargo | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/rustc | NOTE: cargo build -v --target arm-poky-linux-gnueabi --release | Updating registry `https://github.com/rust-lang/crates.io-index` | Fresh libc v0.2.18 | Fresh semver v0.1.20 | Fresh winapi v0.2.8 | Fresh utf8-ranges v0.1.3 | Fresh getopts v0.2.14 | Fresh lazy_static v0.2.2 | Fresh pkg-config v0.3.8 | Fresh rustc-serialize v0.3.21 | Fresh regex-syntax v0.3.9 | Fresh typeable v0.1.2 | Fresh httparse v1.2.1 | Fresh bitflags v0.4.0 | Fresh num_cpus v0.2.13 | Fresh rand v0.3.15 | Fresh memchr v0.1.11 | Fresh rustc_version v0.1.7 | Compiling gcc v0.3.39 | Running `rustc /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs --crate-name gcc --crate-type lib -C opt-level=3 -C metadata=104501798339f90c -C extra-filename=-104501798339f90c --out-dir /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps --emit=dep-info,link -L dependency=/mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps -L dependency=/mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps --cap-lints allow` | Fresh traitobject v0.0.1 | Fresh toml v0.2.1 | Fresh matches v0.1.4 | Fresh log v0.3.6 | Fresh language-tags v0.2.2 | Fresh winapi-build v0.1.1 | Fresh unicode-normalization v0.1.2 | Fresh dbus v0.1.2 (file:///mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/dbus-rs) | Fresh aho-corasick v0.5.3 | Fresh unicode-bidi v0.2.3 | Fresh mime v0.2.2 | Fresh hpack v0.2.0 | Fresh openssl-sys v0.7.10 (file:///mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/rust-openssl) | Fresh idna v0.1.0 | Fresh solicit v0.4.4 | Fresh unicase v1.4.0 | Fresh url v1.2.3 | Fresh kernel32-sys v0.2.2 | Fresh thread-id v2.0.0 | Fresh time v0.1.35 | Fresh thread_local v0.2.7 | Fresh regex v0.1.80 | Fresh env_logger v0.3.5 | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359:17: 359:41 error: the trait `core::cmp::PartialEq<std::ffi::os_str::OsStr>` is not implemented for the type `std::ffi::os_str::OsString` [E0277] | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359 var == OsStr::new("LIB") | ^~~~~~~~~~~~~~~~~~~~~~~~ | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359:17: 359:41 help: run `rustc --explain E0277` to see a detailed explanation | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359:17: 359:41 help: the following implementations were found: | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359:17: 359:41 help: <std::ffi::os_str::OsString as core::cmp::PartialEq> | /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs:359:17: 359:41 help: <std::ffi::os_str::OsString as core::cmp::PartialEq<str>> | error: aborting due to previous error | Could not compile `gcc`. | | Caused by: | Process didn't exit successfully: `rustc /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/cargo_home/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.39/src/lib.rs --crate-name gcc --crate-type lib -C opt-level=3 -C metadata=104501798339f90c -C extra-filename=-104501798339f90c --out-dir /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps --emit=dep-info,link -L dependency=/mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps -L dependency=/mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/git/target/release/deps --cap-lints allow` (exit code: 101) | WARNING: exit code 101 from a shell command. | ERROR: Function failed: do_compile (log file is located at /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/rvi-sota-client/git-r0/temp/log.do_compile.21237) ERROR: Task 2848 (/mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/../meta-genivi-dev/meta-genivi-dev/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb, do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 5482 tasks of which 5205 didn't need to be rerun and 1 failed. No currently running tasks (5481 of 5499) Summary: 1 task failed: /mnt/storage/visj/genivi-dev-platform-porter/gdp-src-build/../meta-genivi-dev/meta-genivi-dev/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb, do_compile Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.