From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: 26.1: build on macOS failed Date: Sun, 10 Feb 2019 17:45:48 +0100 Message-ID: References: Reply-To: charles@aurox.ch Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="239033"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Zhang Haijun Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 17:36:53 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gss69-00106N-DJ for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2019 17:36:53 +0100 Original-Received: from localhost ([127.0.0.1]:32975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gss68-0001Ti-0V for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2019 11:36:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gss5O-0001Ta-A7 for emacs-devel@gnu.org; Sun, 10 Feb 2019 11:36:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gss5N-00044F-Kz for emacs-devel@gnu.org; Sun, 10 Feb 2019 11:36:06 -0500 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:50273) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gss5N-000438-5E for emacs-devel@gnu.org; Sun, 10 Feb 2019 11:36:05 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 4AF5A22A5B for ; Sun, 10 Feb 2019 16:42:10 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:reply-to:subject:subject:in-reply-to:to:from:from :message-id:date:date; s=dkim; t=1549816929; x=1550680930; bh=wp kVafhvPeFd2NphW8KbXw0lffuqyg50UB3KCh6yNcw=; b=RbccGQGycNO7LcuSMa aBV+MyY/hn/wvz3x+XSyPARzksvkyuSOWjGHT6l7XVpPJSezmkhB11wx/p81gud9 Z0U0uyF/mGymZLhPsvkcfUt79uQrJOopFamsiETfZg6XHViGaZoPLwrHyKKQZc1n /tlDV/jibDCqbWX6IIE5NT7MY= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6k4vPEtlxJHT for ; Sun, 10 Feb 2019 16:42:09 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1206:4519:d090:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 402CE22832; Sun, 10 Feb 2019 16:42:09 +0000 (UTC) In-reply-to: (message from Zhang Haijun on Sun, 10 Feb 2019 14:12:14 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 37.35.109.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233192 Archived-At: Other people have had similar issues on macOS when using the "ar" tool provided by a different compilation toolchain (from GCC, for example). Can you try specifying by hand the name of the correct "ar" tool, as in the following? rm -f lib/libgnu.a && make AR=/name/of/ar V=1