$ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
before_install.2
8.01s$ sudo add-apt-repository -y ppa:beineri/opt-qt-5.14.1-bionic
before_install.3
2.76s$ sudo apt update
before_install.4
7.13s$ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
before_install.5
7.39s$ sudo add-apt-repository -y ppa:beineri/opt-qt-5.14.1-bionic
before_install.6
2.71s$ sudo apt update
install.1
2.35s$ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qy update; fi
0.67s$ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq g++-9 gcc-9 -o Debug::pkgProblemResolver=yes; fi
Starting pkgProblemResolver with broken count: 2
Starting 2 pkgProblemResolver with broken count: 2
Investigating (0) gcc-9:amd64 < none -> 9.2.1-17ubuntu1~18.04.1 @un puN Ib >
Broken gcc-9:amd64 Depends on cpp-9:amd64 < none | 9.2.1-17ubuntu1~18.04.1 @un uH > (= 9.2.1-17ubuntu1~18.04.1)
Considering cpp-9:amd64 0 as a solution to gcc-9:amd64 10000
Re-Instated cpp-9:amd64
Broken gcc-9:amd64 Depends on libcc1-0:amd64 < 8.3.0-6ubuntu1~18.04.1 | 8.4.0-1ubuntu1~18.04 @ii umH > (>= 9.2.1-17ubuntu1~18.04.1)
Broken gcc-9:amd64 Depends on libgcc-9-dev:amd64 < none | 9.2.1-17ubuntu1~18.04.1 @un uH > (= 9.2.1-17ubuntu1~18.04.1)
Considering libgcc-9-dev:amd64 0 as a solution to gcc-9:amd64 10000
Reinst Failed early because of libgcc1:amd64
Investigating (0) g++-9:amd64 < none -> 9.2.1-17ubuntu1~18.04.1 @un puN Ib >
Broken g++-9:amd64 Depends on libstdc++-9-dev:amd64 < none | 9.2.1-17ubuntu1~18.04.1 @un uH > (= 9.2.1-17ubuntu1~18.04.1)
Considering libstdc++-9-dev:amd64 0 as a solution to g++-9:amd64 9999
Reinst Failed because of libgcc-9-dev:amd64
Done
E: Unable to correct problems, you have held broken packages.
Any idea what’s the actual problem?