On Wed, 2025-01-15 at 21:12 +0100, Bastian Blank wrote: > On Thu, Jan 09, 2025 at 08:58:38AM +0000, Ilya Leoshkevich wrote: > > I'm trying to bootstrap gcc from git master with multilib on debian > > 12. > > As far as I can see all the necessary cross packages are installed. > > How do you configure GCC to support the Debian multi-arch include > layout? Also direct support requires Debian 13, due to linux-libc- > dev > only supporting a single arch before. > > For everything else, please refer to gcc packages on how to build it. > > Bastian
Hi Bastian, thanks for having a look! In the upstream ticket Matthias has figured out that the root cause is the lack of the gcc-multilib package, which conflicts with the cross-compilers, which are installed on the affected systems. I believe that this, in turn, is a very old issue, which is not going to go away anytime soon. I tried to upgrade to debian 13, and with it I get better diagnostics from the gcc's configure: configure: error: I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib. So we can close this bug. Best regards, Ilya