From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3430 invoked by alias); 8 Jul 2013 09:00:31 -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 3412 invoked by uid 89); 8 Jul 2013 09:00:31 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ea0-f169.google.com (HELO mail-ea0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Jul 2013 09:00:30 +0000 Received: by mail-ea0-f169.google.com with SMTP id h15so2788269eak.0 for ; Mon, 08 Jul 2013 02:00:28 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.14.215.197 with SMTP id e45mr23696203eep.130.1373274028280; Mon, 08 Jul 2013 02:00:28 -0700 (PDT) Received: by 10.14.98.67 with HTTP; Mon, 8 Jul 2013 02:00:28 -0700 (PDT) In-Reply-To: <51DA7BB8.3070301@redhat.com> References: <51D83AAC.4080200@gmail.com> <87y59jo6yq.fsf@igel.home> <51D97472.8010704@gmail.com> <51DA7BB8.3070301@redhat.com> Date: Mon, 08 Jul 2013 09:00:00 -0000 Message-ID: Subject: Re: fatal error: gnu/stubs-32.h: No such file From: Gabriel Dos Reis To: Andrew Haley Cc: Andrew Pinski , Jonathan Wakely , Bruce Korb , Andreas Schwab , GCC Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-07/txt/msg00104.txt.bz2 On Mon, Jul 8, 2013 at 3:43 AM, Andrew Haley wrote: > On 07/08/2013 07:33 AM, Gabriel Dos Reis wrote: >> I strongly disagree. We (GCC) are at fault here. We implicitly >> enable a feature at configure time without knowing its builds >> will succeed (despite having repeated reports that it does often >> fail) without much input from the builder (who might be ignorant of >> real reason of failures.) > > That's better than silently disable multilib builds so that the > user doesn't know until the build is complete. I don't think this is what is being proposed. > It's better to abort early. it is, as the saying goes, drowning the baby because we want to keep the water. -- Gaby > > Andrew. >