From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10746 invoked by alias); 13 Feb 2014 11:59:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10699 invoked by uid 89); 13 Feb 2014 11:59:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 13 Feb 2014 11:59:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 704151162EB; Thu, 13 Feb 2014 06:59:30 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P35A-Cp3P-oQ; Thu, 13 Feb 2014 06:59:30 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0AA451162E1; Thu, 13 Feb 2014 06:59:30 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D3715E0DAA; Thu, 13 Feb 2014 15:59:31 +0400 (RET) Date: Thu, 13 Feb 2014 11:59:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [patch] [sim] --disable-sim on ppc* by default (for AIX) [Re: getaddrinfo available on all GDB hosts?] Message-ID: <20140213115931.GY5485@adacore.com> References: <831tzavrhw.fsf@gnu.org> <20140210170244.GO2320@home.lan> <83vbwmuaj8.fsf@gnu.org> <20140210195758.GA16956@host2.jankratochvil.net> <20140211034157.GG5485@adacore.com> <20140211200456.GA22728@host2.jankratochvil.net> <20140212030012.GO5485@adacore.com> <20140212120945.GA2109@host2.jankratochvil.net> <20140213073726.GU5485@adacore.com> <20140213104347.GA27475@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140213104347.GA27475@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00460.txt.bz2 > gcc111.fsffrance.org: > > bzip2 -dc gdb-7.7.tar.bz2|tar xf -;cd gdb-7.7;./configure;make > gcc -g -O2 -I. -I. -I./../../include -I../../bfd -I./../../bfd -I../../gdb -I./../../gdb -I./../../gdb/config -I. -I../common -I./../common -o gentmap > gcc: fatal error: no input files > compilation terminated. > make: 1254-004 The error code from the last command is 1. A wild guess is that this looks like a Makefile issue - perhaps the PPC sim makefiles require GNU Make to build. A bug according to our standards, but I'm not sure anyone has the interest in actually chasing it. -- Joel