From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [emacs-announce] Emacs pretest 25.0.93 Date: Sat, 23 Apr 2016 15:52:31 +0300 Message-ID: <831t5w5vxs.fsf@gnu.org> References: <87r3dxbln9.fsf@petton.fr> <87bn50pn65.fsf@Rainer.invalid> <834mas5y4i.fsf@gnu.org> <877ffopkzt.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1461415999 26153 80.91.229.3 (23 Apr 2016 12:53:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Apr 2016 12:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 23 14:53:15 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1atx3i-0005wT-Pb for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2016 14:53:14 +0200 Original-Received: from localhost ([::1]:52190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx3i-000423-82 for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2016 08:53:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx3U-00040U-17 for emacs-devel@gnu.org; Sat, 23 Apr 2016 08:53:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atx3Q-000074-Qq for emacs-devel@gnu.org; Sat, 23 Apr 2016 08:52:59 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx3Q-000070-NY; Sat, 23 Apr 2016 08:52:56 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3108 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1atx3Q-0002dg-1N; Sat, 23 Apr 2016 08:52:56 -0400 In-reply-to: <877ffopkzt.fsf@Rainer.invalid> (message from Achim Gratz on Sat, 23 Apr 2016 14:28:38 +0200) 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-Topics: emacs-announce 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:203209 Archived-At: > From: Achim Gratz > Date: Sat, 23 Apr 2016 14:28:38 +0200 > > Eli Zaretskii writes: > > Doesn't happen here. What command fails, exactly? Is that > > reproducible if you invoke the same command by hand? > > EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l autoload \ > --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \ > --eval "(setq generated-autoload-file (expand-file-name (unmsys--file-name \"../../lisp/calendar/cal-loaddefs.el\")))" \ > -f batch-update-autoloads ../../lisp/calendar > Invalid time specification > > And yes, the same thing happens when I run this command manually. > Trying to run bootstrap-emacs in interactive mode results in this error: Not surprisingly, this doesn't fail here. The only difference I can spot is that I build inside the source tree, whereas you (evidently) have a separate build directory. But I don't think this could explain the error.