Open traversaro opened 6 years ago
@gabrielenava do you have time to check this issue?
Yes I can try to debug this. First of all, I can say that on my pc I can actually compile and run the module, so I guess there might be an issue in the PATH
where travis looks for the libraries. I noted that the Ubuntu version in the error is 14.04:
$ gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Maybe we can try to compile the module on a machine with Ubuntu 14.04, if there is any in the lab.
I suspect the problem is that now Travis requires sudo apt update
to be run before calling sudo apt install
. Otherwise we can also specify the package that we want to install using the addons
section in the .travis.yml
file, as done in YARP https://github.com/robotology/yarp/blob/master/.travis.yml#L41 and documented in the Travis docs https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-with-the-APT-Addon .
Is it travis still broken? I haven't received any other notification.
I guess we should migrate to use Docker and recent linux distros as done in https://github.com/robotology/robotology-superbuild/issues/96 .
See https://travis-ci.org/robotology-playground/ihmc-ors-yarp/jobs/391717112