From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32087: gcc -m32 can't find stubs-32.h Date: Tue, 10 Jul 2018 19:40:24 +0200 Message-ID: <8736wrq99z.fsf@gnu.org> References: <878t6js5do.fsf@elephly.net> <87va9nmi0l.fsf@lassieur.org> <87601nryyo.fsf@elephly.net> <87r2kbmb51.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcwdL-0000LD-3Z for bug-guix@gnu.org; Tue, 10 Jul 2018 13:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcwdK-0006Xg-88 for bug-guix@gnu.org; Tue, 10 Jul 2018 13:41:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46401) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcwdK-0006Xa-3v for bug-guix@gnu.org; Tue, 10 Jul 2018 13:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcwdJ-0002uN-RG for bug-guix@gnu.org; Tue, 10 Jul 2018 13:41:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r2kbmb51.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Tue, 10 Jul 2018 16:13:46 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: David Larsson , 32087@debbugs.gnu.org Hello, Cl=C3=A9ment Lassieur skribis: > Ricardo Wurmus writes: > >> Cl=C3=A9ment Lassieur writes: >> >>> Ricardo Wurmus writes: >>> >>>> David Larsson writes: >>>> >>>>> I tried to run gcc to compile a simple c program which fails: >>>> >>>> Are you using the =E2=80=9Cgcc-toolchain=E2=80=9D package? >>> >>> I reproduce that bug with gcc-toolchain. >> >> If you=E2=80=99re trying to compile for i686, should you not be using th= e i686 >> variant of gcc-toolchain? You can build it with >> >> guix build --system=3Di686-linux gcc-toolchain > > How would you install that variant? Currently you=E2=80=99d have to do: guix package -i `guix build -s i686-linux gcc-toolchain` which is not ideal. >> (I don=E2=80=99t really know much about this, but we don=E2=80=99t build= GCC with >> multilib support.) > > This option is in the gcc manual that we package, so I think it should > be supported. Yeah. The problem is that currently we don=E2=80=99t build glibc with mult= ilib support. Something for the next =E2=80=98core-updates=E2=80=99 cycle if yo= u feel like working on it! :-) Ludo=E2=80=99.