https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118369
--- Comment #10 from Ilya Leoshkevich <iii at linux dot ibm.com> --- Created attachment 60083 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60083&action=edit Dockerfile that reflects the cfarm422 environment I don't have root on cfarm422, so I spent some time cloning the cfarm422 environment. I can reproduce the bug there in a straightforward way. Now, build-dep actually changes quite a few things: # apt build-dep gcc-12 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be REMOVED: crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-i386 crossbuild-essential-ppc64el g++-12-aarch64-linux-gnu g++-12-arm-linux-gnueabi g++-12-arm-linux-gnueabihf g++-12-i686-linux-gnu g++-12-powerpc64le-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-i686-linux-gnu g++-powerpc64le-linux-gnu gcc-12-aarch64-linux-gnu gcc-12-arm-linux-gnueabi gcc-12-arm-linux-gnueabihf gcc-12-i686-linux-gnu gcc-12-powerpc64le-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-i686-linux-gnu gcc-powerpc64le-linux-gnu The following NEW packages will be installed: g++-multilib gcc-multilib And this resolved the issue! Well, the bootstrap isn't over, but it's way past the point where it normally fails. But I wonder if this would be an acceptable solution for the cfarm422 system, because apparently multilib conflicts with the cross compilers? I don't immediately see why apt proposes to remove them. Re: IRC: Is OFTC #Debian the right place?