From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#32087: gcc -m32 can't find stubs-32.h Date: Tue, 10 Jul 2018 16:13:46 +0200 Message-ID: <87r2kbmb51.fsf@lassieur.org> References: <878t6js5do.fsf@elephly.net> <87va9nmi0l.fsf@lassieur.org> <87601nryyo.fsf@elephly.net> 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]:53594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fctP3-0001VB-PS for bug-guix@gnu.org; Tue, 10 Jul 2018 10:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fctP0-0003e6-Jj for bug-guix@gnu.org; Tue, 10 Jul 2018 10:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46268) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fctP0-0003dw-GI for bug-guix@gnu.org; Tue, 10 Jul 2018 10:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fctP0-0006Ik-5E for bug-guix@gnu.org; Tue, 10 Jul 2018 10:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87601nryyo.fsf@elephly.net> 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: Ricardo Wurmus Cc: David Larsson , 32087@debbugs.gnu.org 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 the= i686 > variant of gcc-toolchain? You can build it with > > guix build --system=3Di686-linux gcc-toolchain How would you install that variant? > (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.