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: Thu, 15 Nov 2018 16:48:26 +0200 Message-ID: <83o9aq75xh.fsf@gnu.org> References: <86o9lua0yx.fsf@phe.ftfl.ca> <834lnly8ht.fsf@gnu.org> <86vafy20sj.fsf@phe.ftfl.ca> <83o9lpuct5.fsf@gnu.org> <83lggtu1qn.fsf@gnu.org> <816b080d-9854-c8d4-1d6a-9096b42ea720@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1542293290 7596 195.159.176.226 (15 Nov 2018 14:48:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2018 14:48:10 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 15 15:48:05 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 1gNIw9-0001rO-5v for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2018 15:48:05 +0100 Original-Received: from localhost ([::1]:39289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNIyF-0000lS-KA for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2018 09:50:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNIwp-0000i8-C0 for emacs-devel@gnu.org; Thu, 15 Nov 2018 09:48:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNIwh-0006D0-RS for emacs-devel@gnu.org; Thu, 15 Nov 2018 09:48:45 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNIwh-0006Cl-MC; Thu, 15 Nov 2018 09:48:39 -0500 Original-Received: from [176.228.60.248] (port=1896 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gNIwT-0003TB-I7; Thu, 15 Nov 2018 09:48:27 -0500 In-reply-to: <816b080d-9854-c8d4-1d6a-9096b42ea720@cs.ucla.edu> (message from Paul Eggert on Wed, 14 Nov 2018 17:23:50 -0800) 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:231167 Archived-At: > From: Paul Eggert > Date: Wed, 14 Nov 2018 17:23:50 -0800 > Cc: emacs-devel@gnu.org > > On 11/14/18 3:12 PM, Glenn Morris wrote: > > Here is an instance of the failure that I predicted: > > > > http://lists.nongnu.org/r/bbdb-user/2018-11/msg00003.html > > > > Please consider backporting 64c8467 (the master version of the reverted > > 4fd446e from emacs-26) to the emacs-26 branch. > > Sounds good to me. As I understand from > , > the fix was reverted from emacs-26 because we were too close to a > release then. If we're not too close to an emacs-26 release now, then > now would be a good time to reinstall the fix. We _are_ close to releasing Emacs 26.2; a pretest should be announced soon. However, we are also wiser by almost a year, and both versions were hopefully tested well enough, each one on its branch. So I went ahead and cherry-picked the change from master. Thanks.