On Tue, Apr 07, 2020 at 06:47:51PM +0300, Gal Pressman wrote: > I'm trying to build the azp image and it fails with the following error [1]. > Anyone has an idea what went wrong? > Reading package lists... > W: http://apt.llvm.org/bionic/dists/llvm-toolchain-bionic-8/InRelease: No system > certificates available. Try installing ca-certificates. > W: http://apt.llvm.org/bionic/dists/llvm-toolchain-bionic-8/Release: No system > certificates available. Try installing ca-certificates. > E: The repository 'http://apt.llvm.org/bionic llvm-toolchain-bionic-8 Release' > does not have a Release file. Oh, there is lots going wrong here.. Above is because llvm droped http support from their repo.. Bit annoying to fix.. > The following packages have unmet dependencies: > libc6-dev:arm64 : Depends: libc6:arm64 (= 2.27-3ubuntu1) but it is not going to > be installed > libgcc-8-dev:arm64 : Depends: libgcc1:arm64 (>= 1:8.4.0-1ubuntu1~18.04) > Depends: libgomp1:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > Depends: libitm1:arm64 (>= 8.4.0-1ubuntu1~18.04) but it is > not going to be installed > Depends: libatomic1:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > Depends: libasan5:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > Depends: liblsan0:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > Depends: libtsan0:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > Depends: libubsan1:arm64 (>= 8.4.0-1ubuntu1~18.04) but it > is not going to be installed > libnl-3-dev:arm64 : Depends: libnl-3-200:arm64 (= 3.2.29-0ubuntu3) but it is > not going to be installed > libnl-route-3-dev:arm64 : Depends: libnl-route-3-200:arm64 (= 3.2.29-0ubuntu3) > but it is not going to be installed > libsystemd-dev:arm64 : Depends: libsystemd0:arm64 (= 237-3ubuntu10.39) but it > is not going to be installed > libudev-dev:arm64 : Depends: libudev1:arm64 (= 237-3ubuntu10.39) but it is not > going to be installed Oh neat, that is a problem in the toolchain ppa: $ apt-get install libgcc-s1:arm64 gcc-7 The following packages have unmet dependencies: libgcc-s1:arm64 : Breaks: libgcc-7-dev (< 7.5.0-4) but 7.5.0-3ubuntu1~18.04 is to be installed The only ubuntu not broken right now is focal.. which is very new. Keep using the old docker image? Ask me in a week if it is still broken, we can probably fix this by updating to focal, it is the next LTS anyhow.. Jason