From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: libgnu update on macOS Date: Fri, 1 Jan 2021 12:06:41 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6114"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Paul Eggert To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 01 13:07:31 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kvJDP-0001Vn-Dm for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Jan 2021 13:07:31 +0100 Original-Received: from localhost ([::1]:55016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kvJDO-0001wH-GE for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Jan 2021 07:07:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvJCk-0001WX-7T for emacs-devel@gnu.org; Fri, 01 Jan 2021 07:06:50 -0500 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:2d:8::218]:36713) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvJCh-0003t3-QU for emacs-devel@gnu.org; Fri, 01 Jan 2021 07:06:49 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 7ED2D6029A; Fri, 1 Jan 2021 12:06:43 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1609502803; bh=CszhFn8HACWfrxNo5gr8A6xpvCDQhqp4GD8O4Y024vk=; h=Date:From:To:Cc:Subject:From; b=K1OzaXJIXh01lsf5ufs3wFKGBeyl9OCS2g+NVSFiGp7An4ccY5ngBPq/vJ8GZth8d o8Ist/IxG6jLS0xLy7EDa66G2f7ALDMnqEKnIyrmSDGdEz6QKxW45a9e23XIzKT8lV kmNeWGAjVtqn/a0injtRxT1BOsWzSkxg9CawV9PKgsuSZ2cTBtrUIeKCXGFvi/lHTM bFrJPGTzTQkgCeQN5yu/yI+LX9habxvAb+/nMCps52G/+bfoZfFH4C8C5chP3SVuJH Vrga/6jjYdqcaFXY7Xg2L6A4quDOxffcVSD3RHBOlq8qUUT5tJhGQ1Gy2+GWrgSs2I L/Lwifm2TT5ug== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 6CBF52029731BE; Fri, 1 Jan 2021 12:06:41 +0000 (GMT) Mail-Followup-To: Alan Third , Emacs-Devel devel , Paul Eggert Content-Disposition: inline Received-SPF: pass client-ip=2a01:4f8:fff0:2d:8::218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262238 Archived-At: After commit 1b59478f4cf442f5201500b0a9c66f4332fce640 I'm unable to build on macOS. It errors with this message: AR libgnu.a ar: malloc/scratch_buffer_dupfree.o: No such file or directory make[1]: *** [libgnu.a] Error 1 make: *** [lib] Error 2 make bootstrap doesn't help. Is there something I need to do? -- Alan Third