From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id C547B385841B for ; Tue, 22 Feb 2022 11:57:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C547B385841B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=foss.arm.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=foss.arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7ED7A1063; Tue, 22 Feb 2022 03:57:46 -0800 (PST) Received: from [10.57.15.132] (unknown [10.57.15.132]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F1F233F5A1; Tue, 22 Feb 2022 03:57:45 -0800 (PST) Message-ID: <6e6ec1c8-70b3-5cc2-3b06-60f516a44ed0@foss.arm.com> Date: Tue, 22 Feb 2022 11:57:44 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 To: Mike Frysinger , newlib@sourceware.org Content-Language: en-GB From: Richard Earnshaw Subject: newlib not building (needs aclocal) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3491.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2022 11:57:48 -0000 Mike, I think something you've changed is forcing the newlib build to now need a local installation of automake. This wasn't needed before unless you were updating the makefiles locally. CDPATH="${ZSH_VERSION+.}:" && cd [...]/libgloss && /bin/bash [...]/missing aclocal-1.15 -I . -I .. -I ../config [...]/missing: line 81: aclocal-1.15: command not found WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. Did you leave something out of a commit somewhere? If not, how can this be fixed so that we don't need automake during normal builds from the repo? R. PS While I appreciate what you're trying to do here, the timing couldn't be worse given that we're trying to stabilize a GCC release and all my builds are breaking at present.