From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13540 invoked by alias); 16 Jul 2013 09:40:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13521 invoked by uid 89); 16 Jul 2013 09:40:26 -0000 X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_BRBL_LASTEXT,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 16 Jul 2013 09:40:25 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz1k1-0003Zb-0i for gcc@gcc.gnu.org; Tue, 16 Jul 2013 05:40:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz1k0-0003Tw-Oq for gcc@gcc.gnu.org; Tue, 16 Jul 2013 05:40:16 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6G9dv8C005780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Jul 2013 05:39:58 -0400 Received: from oldenburg.str.redhat.com (ovpn-116-50.ams2.redhat.com [10.36.116.50]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6G9drch030034 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 16 Jul 2013 05:39:54 -0400 Message-ID: <51E514CB.4050006@redhat.com> Date: Tue, 16 Jul 2013 09:40:00 -0000 From: Florian Weimer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Bruce Korb CC: Jakub Jelinek , Andrew Pinski , Gabriel Dos Reis , Jonathan Wakely , Andreas Schwab , GCC Subject: Re: fatal error: gnu/stubs-32.h: No such file References: <51D83AAC.4080200@gmail.com> <87y59jo6yq.fsf@igel.home> <51D97472.8010704@gmail.com> <20130708152427.GQ2336@tucnak.redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-SW-Source: 2013-07/txt/msg00206.txt.bz2 On 07/08/2013 05:39 PM, Bruce Korb wrote: > Any solution other than an explanation-less "fatal error: > gnu/stubs-32.h: No such file" > is fine. There is no way to translate that message into > "Either --disable-multilib or else install glibc 32 bit development" > without coming up with the right Googling terms. I think this is actually a glibc problem. I wonder if it's possible to install a stubs-32.h file in a suitable location by default which contains an illuminating #error directive. That file would be hidden by the real one if you install the actual 32 bit development environment. -- Florian Weimer / Red Hat Product Security Team