From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29709 invoked by alias); 24 Jul 2013 09:18:53 -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 29666 invoked by uid 89); 24 Jul 2013 09:18:53 -0000 X-Spam-SWARE-Status: No, score=-5.5 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:18:52 +0000 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 r6O9IjsX032681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 24 Jul 2013 05:18:45 -0400 Received: from zebedee.pink (ovpn-113-140.phx2.redhat.com [10.3.113.140]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6O9Iihp012844; Wed, 24 Jul 2013 05:18:44 -0400 Message-ID: <51EF9BF3.90102@redhat.com> Date: Wed, 24 Jul 2013 09:18:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Florian Weimer 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> <51EF98B7.3020105@redhat.com> In-Reply-To: <51EF98B7.3020105@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00344.txt.bz2 On 07/24/2013 10:04 AM, Florian Weimer wrote: > 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. That is not of any significant consequence. >>> 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. Right, so it should be built the right way. Andrew.