cargo-travis icon indicating copy to clipboard operation
cargo-travis copied to clipboard

binutils-dev isn't used

Open WaDelma opened this issue 7 years ago • 3 comments

I copy pasted the required packages from the readme to my .travis.yml.

Coverage seems to work fine, but in the output I can see:

kcov: warning: kcov: WARNING: kcov has been built without libbfd-dev (or
kcov: binutils-dev), so the --verify option will not do anything.

even thought there should be binutils-dev installed.

travis log: https://travis-ci.org/WaDelma/poisson/jobs/276394285

WaDelma avatar Sep 17 '17 01:09 WaDelma

Also btw caching cargo doesn't play nicely with cargo install as it fails if the command is already installed. There is bunch of discussion on adding way to add way to update cargo installed things. I just worked around it by just ignoring the error :P

WaDelma avatar Sep 17 '17 01:09 WaDelma

Did you try to cargo install -f ?

lu-zero avatar Jan 28 '18 07:01 lu-zero

This is likely caused by not having listed "libiberty-dev" as an apt package in the addon section of your travis.yml file. See #38 for my explanation for where this comes from.

sbosnick avatar Apr 15 '18 20:04 sbosnick