From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master fails to build on FreeBSD when ACL support is on Date: Tue, 16 Jan 2018 20:16:30 +0200 Message-ID: <834lnly8ht.fsf@gnu.org> References: <86o9lua0yx.fsf@phe.ftfl.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1516127790 24770 195.159.176.226 (16 Jan 2018 18:36:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 16 Jan 2018 18:36:30 +0000 (UTC) Cc: ashish@FreeBSD.org, emacs-devel@gnu.org To: Joseph Mingrone Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 16 19:36:26 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ebW5q-0005ZJ-5p for ged-emacs-devel@m.gmane.org; Tue, 16 Jan 2018 19:36:18 +0100 Original-Received: from localhost ([::1]:54975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebW7q-0006FR-7p for ged-emacs-devel@m.gmane.org; Tue, 16 Jan 2018 13:38:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebVmw-0005W8-Fm for emacs-devel@gnu.org; Tue, 16 Jan 2018 13:16:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebVmt-0002uv-8N for emacs-devel@gnu.org; Tue, 16 Jan 2018 13:16:46 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebVmq-0002sf-K8; Tue, 16 Jan 2018 13:16:40 -0500 Original-Received: from [176.228.60.248] (port=1679 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ebVmq-0000hY-2a; Tue, 16 Jan 2018 13:16:40 -0500 In-reply-to: <86o9lua0yx.fsf@phe.ftfl.ca> (message from Joseph Mingrone on Tue, 16 Jan 2018 00:20:38 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:222024 Archived-At: > From: Joseph Mingrone > Date: Tue, 16 Jan 2018 00:20:38 -0400 > Cc: Ashish SHUKLA > > Building with commit 5af5df1 results in this error when ACL support is > turned on. > > EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el > >>Error occurred processing emacs-lisp/macroexp.el: File error (("Copying permissions to" "Invalid argument" "/wrkdirs/usr/ports/editors/emacs-devel/work-full/emacs-5af5df1f7c20858dab762830e1a94994ceda425/lisp/emacs-lisp/macroexp.elc")) > > The build succeeded with commit 6b8e9b7 from November 17th. Could you try bisecting, please? Thanks.