From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32129 invoked by alias); 28 Oct 2014 00:05:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 32119 invoked by uid 89); 28 Oct 2014 00:05:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Oct 2014 00:05:04 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id s9S0505J082529 ; Tue, 28 Oct 2014 01:05:00 +0100 (CET) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 9A61AF5; Tue, 28 Oct 2014 01:05:00 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i_solcNX5KSL; Tue, 28 Oct 2014 01:05:00 +0100 (CET) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 80D44100; Tue, 28 Oct 2014 01:05:00 +0100 (CET) Date: Tue, 28 Oct 2014 03:19:00 -0000 To: gcc-patches@gcc.gnu.org Cc: tromey@redhat.com, jakub@redhat.com, law@redhat.com, pmuldoon@redhat.com Subject: Re: [PATCH 5/5] add libcc1 User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20141028000500.80D44100@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) X-SW-Source: 2014-10/txt/msg02899.txt.bz2 > This patch has now been committed. It breaks bootstap on x86_64-apple-darwin14: ... make[3]: Entering directory `/opt/gcc/p_build/libcc1' make all-am make[4]: Entering directory `/opt/gcc/p_build/libcc1' make[4]: *** No rule to make target `../libiberty/pic/libiberty.a', needed by `libcc1.la'. Stop. make[4]: Leaving directory `/opt/gcc/p_build/libcc1' make[3]: *** [all] Error 2 make[3]: Leaving directory `/opt/gcc/p_build/libcc1' make[2]: *** [all-stage1-libcc1] Error 2 make[2]: Leaving directory `/opt/gcc/p_build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc/p_build' make: *** [all] Error 2 TIA Dominique