From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4010 invoked by alias); 24 Jul 2013 09:05:40 -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 3994 invoked by uid 89); 24 Jul 2013 09:05:40 -0000 X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,TW_DP autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 09:05:39 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6O95Wmv027565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 24 Jul 2013 05:05:32 -0400 Received: from oldenburg.str.redhat.com (oldenburg.str.redhat.com [10.33.200.60]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6O95U0i007143 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 24 Jul 2013 05:05:31 -0400 Message-ID: <51EF98B7.3020105@redhat.com> Date: Wed, 24 Jul 2013 09:05: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: Andrew Haley CC: David Starner , gcc@gcc.gnu.org Subject: Re: fatal error: gnu/stubs-32.h: No such file References: <51EF8D98.3060005@redhat.com> <51EF91C2.5090002@redhat.com> <51EF92C1.7020005@redhat.com> In-Reply-To: <51EF92C1.7020005@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00343.txt.bz2 On 07/24/2013 10:39 AM, Andrew Haley wrote: > Well, of course. It's a prerequisite for building GCC. I presume that > Debian has the same abilities as Fedora, where if you want to build GCC > you just type > > yum-builddep gcc > > and Fedora installs all the build reqs for GCC. Yes, "apt-get build-dep gcc" should work, but will install quite a bit of other stuff that's not needed for building the more popular front ends. >> I don't think that's easy to change because of the way dpkg handles file >> conflicts (even if the files are identical) and how true multi-arch >> support is implemented in Debian. > > But hold on: if I just wanted to compile C programs I'd use the system's > C compiler. Anyone building GCC for themself has a reason for doing so. I suspect a fairly common exercise is to check if the trunk still has the bug you're about to report. -- Florian Weimer / Red Hat Product Security Team