From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20003 invoked by alias); 25 Jul 2009 16:47:59 -0000 Received: (qmail 19991 invoked by uid 22791); 25 Jul 2009 16:47:58 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_24,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mailhub246.itcs.purdue.edu (HELO mailhub246.itcs.purdue.edu) (128.210.5.246) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Jul 2009 16:47:51 +0000 Received: from [10.0.1.3] (pool-71-98-110-249.ipslin.dsl-w.verizon.net [71.98.110.249]) (authenticated bits=0) by mailhub246.itcs.purdue.edu (8.14.2/8.14.2/smtp-auth.purdue.edu) with ESMTP id n6PGllZx026780 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sat, 25 Jul 2009 12:47:48 -0400 In-Reply-To: <20090725111805.GF2985@gmx.de> References: <1247690276.4172.20.camel@frying-pan> <20090725111805.GF2985@gmx.de> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7BCD542F-48DF-490A-AD67-C4CCCC6E881C@math.purdue.edu> Cc: Bradley Lucier , gcc@gcc.gnu.org Content-Transfer-Encoding: 7bit From: Bradley Lucier Subject: Re: Bootstrap failure configuring in-tree gmp in mainline Date: Sat, 25 Jul 2009 16:47:00 -0000 To: Ralf Wildenhues X-PerlMx-Virus-Scanned: Yes 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 X-SW-Source: 2009-07/txt/msg00517.txt.bz2 Thanks for your reply. On Jul 25, 2009, at 7:18 AM, Ralf Wildenhues wrote: > Does /home/lucier/programs/gcc/objdirs/mainline/./prev-gcc/g++ exist, No. > and if yes, is it a functioning executable? > > If it doesn't exist, that looks like the toplevel logic for which > languages to build still has a loop hole for --enable-languages=c, > either not properly enabling the C++ compiler for stage 1, or wrongly > overriding CXX, CXX_FOR_BUILD in toplevel Makefile.tpl to point to > nonexistent previous-stage C++ compiler. I don't know which is the > desired one. > > BTW, what's the last , and why does your /lib/cpp > try to > spawn cc1plus? I put gmp/config.log at http://www.math.purdue.edu/~lucier/bugzilla/10/gmp-config.log and the build log (which is a bit confusing, I did a "make -j 6 bootstrap > build.log" and then "make bootstrap >>& build.log" (in tcsh) to get a clearer message of the error at the end of the log) at http://www.math.purdue.edu/~lucier/bugzilla/10/build.log I tried building gcc like this on another machine, and it gets more confusing, at least to me. When I put gmp-4.2.4 or gmp-4.3.0 in-tree on RHEL 5 with leibniz-4% uname -a Linux leibniz.math.purdue.edu 2.6.18-128.1.16.el5xen #1 SMP Fri Jun 26 11:10:46 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux it works; when I put either in-tree on Ubuntu 9.04 with heine:~/programs/gcc/objdirs/mainline> uname -a Linux heine.math.purdue.edu 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12 UTC 2009 x86_64 GNU/Linux it fails. Brad