Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis builds on "Focal" can't install valgrind and fails #7011

Closed
bagder opened this issue May 5, 2021 · 0 comments
Closed

travis builds on "Focal" can't install valgrind and fails #7011

bagder opened this issue May 5, 2021 · 0 comments
Labels
CI Continuous Integration

Comments

@bagder
Copy link
Member

bagder commented May 5, 2021

The CI builds on travis that runs on Ubuntu "focal" can't install valgrind and fails.

According to a comment in our .travis.yml we use flocal for libssh builds because Avoid bionic, its pre-release libssh version triggers deprecation warnings.*

The following information may help to resolve the situation:
The following packages have unmet dependencies:
 valgrind : Depends: libc6-dbg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt-get.diagnostics
apt-get install failed

The command "sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install cmake valgrind libev-dev libc-ares-dev g++-8 stunnel4 libidn2-dev gnutls-bin libssh-dev ninja-build" failed and exited with 100 during .

Your build has been stopped.
@bagder bagder added the CI Continuous Integration label May 5, 2021
bagder added a commit that referenced this issue May 8, 2021
It can't run on focal and causes warnings on bionic. Since the focal
failure started rather suddenly a while ago, we can suspect it might be
temporary.

Fixes #7011
@bagder bagder closed this as completed in f71d3e0 May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Development

No branches or pull requests

1 participant