On Sun, Apr 19, 2020 at 09:37:45AM +0300, Gal Pressman wrote: > Unpacking libc6:arm64 (2.27-3ubuntu1) ... > dpkg: dependency problems prevent configuration of libc6:i386: > libc6:i386 depends on libgcc1; however: > Package libgcc-s1:i386 which provides libgcc1 is not configured yet. > > dpkg: error processing package libc6:i386 (--configure): > dependency problems - leaving unconfigured > dpkg: dependency problems prevent configuration of libgcc-s1:ppc64el: > libgcc-s1:ppc64el depends on libc6 (>= 2.17); however: > Package libc6:ppc64el is not configured yet. > > dpkg: error processing package libgcc-s1:ppc64el (--configure): > dependency problems - leaving unconfigured > Errors were encountered while processing: > libc6:i386 > libgcc-s1:ppc64el > E: Sub-process /usr/bin/dpkg returned an error code (1) Wow, that is actually an APT bug... Must be from old age :O Ah we can hack around that with this: https://github.com/jgunthorpe/rdma-plumbing/pull/new/azp_fix Let me know if it works Now that github has docker hosting I wonder if we should try to host a copy of the docker image there.. Their docker hosting is a pain last I looked though.. Jason