On Thu, Apr 16, 2020 at 10:05:11AM +0300, Gal Pressman wrote: > On 08/04/2020 9:35, Gal Pressman wrote: > > On 07/04/2020 21:06, Jason Gunthorpe wrote: > >> 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.. > > > > Thanks Jason, I'll keep tracking the issue. > > Looks like the issue persists :\. Are you sure? It seems fixed root@069a1ad800ba:/# apt-get install libgcc-s1:arm64 gcc-7 Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu cpp-7 gcc-10-base gcc-10-base:arm64 gcc-7-base gcc-8-base libasan4 libatomic1 libbinutils libc-dev-bin libc6:arm64 libc6-dev libcc1-0 libcilkrts5 libgcc-7-dev libgcc-s1 libgcc1 libgomp1 libisl19 libitm1 liblsan0 libmpc3 libmpfr6 libmpx2 libquadmath0 libstdc++6 libtsan0 libubsan0 linux-libc-dev manpages manpages-dev Suggested packages: binutils-doc gcc-7-locales gcc-7-multilib gcc-7-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg glibc-doc:arm64 locales:arm64 glibc-doc man-browser The following NEW packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu cpp-7 gcc-10-base gcc-10-base:arm64 gcc-7 gcc-7-base libasan4 libatomic1 libbinutils libc-dev-bin libc6:arm64 libc6-dev libcc1-0 libcilkrts5 libgcc-7-dev libgcc-s1 libgcc-s1:arm64 libgomp1 libisl19 libitm1 liblsan0 libmpc3 libmpfr6 libmpx2 libquadmath0 libtsan0 libubsan0 linux-libc-dev manpages manpages-dev The following packages will be upgraded: gcc-8-base libgcc1 libstdc++6 3 upgraded, 32 newly installed, 0 to remove and 9 not upgraded. Need to get 35.2 MB of archives. After this operation, 131 MB of additional disk space will be used. Do you want to continue? [Y/n] I will look more later Jason