From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5478 invoked by alias); 28 Mar 2015 09:43:54 -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 3761 invoked by uid 89); 28 Mar 2015 09:43:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: arjuna.pair.com Received: from arjuna.pair.com (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 28 Mar 2015 09:43:52 +0000 Received: by arjuna.pair.com (Postfix, from userid 3006) id 52B858A238; Sat, 28 Mar 2015 05:43:50 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 418D18A237; Sat, 28 Mar 2015 05:43:50 -0400 (EDT) Date: Sat, 28 Mar 2015 09:43:00 -0000 From: Hans-Peter Nilsson To: "H.J. Lu" cc: GDB , Binutils Subject: src-release broke with the zlib import In-Reply-To: Message-ID: References: <20150314193105.GB5954@adacore.com> <20150316232444.GB3435@adacore.com> <20150319112336.GA4884@adacore.com> User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00945.txt.bz2 On Mon, 23 Mar 2015, H.J. Lu wrote: > I will import zlib from GCC on March 26 if there is no objection. Looks like the import broke the src-release script, at least for "binutils" and "sim": $ ./src-release.sh -b binutils [...] checking for unistd.h... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: executing default-1 commands ./config.status: line 1190: ./../../config-ml.in: No such file or directory make: *** [configure-zlib] Error 1 brgds, H-P