From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 27 18:05:41 2016 Received: (at submit) by debbugs.gnu.org; 27 Mar 2016 22:05:41 +0000 Received: from localhost ([127.0.0.1]:40491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1akIoX-0006up-4t for submit@debbugs.gnu.org; Sun, 27 Mar 2016 18:05:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51877) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1akIoV-0006ub-40 for submit@debbugs.gnu.org; Sun, 27 Mar 2016 18:05:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akIoO-0001jb-LE for submit@debbugs.gnu.org; Sun, 27 Mar 2016 18:05:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akIoO-0001jX-Hd for submit@debbugs.gnu.org; Sun, 27 Mar 2016 18:05:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akIoN-00071S-3S for bug-gnu-emacs@gnu.org; Sun, 27 Mar 2016 18:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akIoI-0001iP-2K for bug-gnu-emacs@gnu.org; Sun, 27 Mar 2016 18:05:31 -0400 Received: from tarrant.klingenberg.no ([80.91.231.253]:58741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akIoH-0001hs-RY for bug-gnu-emacs@gnu.org; Sun, 27 Mar 2016 18:05:25 -0400 Received: from 25.121.202.84.customer.cdi.no ([84.202.121.25] helo=modesty.localdomain) by tarrant.klingenberg.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1akIo3-0001Wi-Tl for bug-gnu-emacs@gnu.org; Mon, 28 Mar 2016 00:05:18 +0200 Received: by modesty.localdomain (Postfix, from userid 502) id 06ED411DD131; Sun, 27 Mar 2016 23:44:41 +0200 (CEST) From: peder@klingenberg.no (Peder O. Klingenberg) To: bug-gnu-emacs@gnu.org Subject: 25.0.92; pcvs calls format-time-string with timezone 'utc. Date: Sun, 27 Mar 2016 23:44:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >From 'emacs -Q': (require 'pcvs) (cvs-fileinfo-from-entries "/some/cvscontrolled/file.txt") Gives the backtrace: Debugger entered--Lisp error: (error "Invalid time zone specification" utc) format-time-string("%c" (22264 16191 0 0) utc) cvs-fileinfo-from-entries("/Users/pok/test/cvscheckout/test.txt") eval((cvs-fileinfo-from-entries "/Users/pok/test/cvscheckout/test.txt") nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp) I ran into this while working in a CVS tree at work, where I use a combination of PCL-CVS and ordinary vc. It is also reproducible from -Q by calling cvs-examine on a checked out repository, followed by visiting a cvs-controlled file. format-time-string seems to have changed in 2015, while the call in pcl-info.el is unchanged since 2003. I didn't dig into the history, but I guess the signature changed at some point, perhaps from interpreting non-nil as utc to requiring exactly t. The fix is easy enough, s/'utc/t/ on line 468 of pcvs-info.el. In GNU Emacs 25.0.92.2 (x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F1713)) of 2016-03-27 built on modesty Repository revision: c8b868b1e2532aa07dbf4959798dbdc52ea9b5d5 Windowing system distributor 'Apple', version 10.3.1348 Configured features: RSVG DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: value of $LANG: en_NO locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: linum-mode: t show-paren-mode: t paredit-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Checking /Users/pok/.setupfiles/elisp/... [15 times] Checking /Users/pok/.setupfiles/elisp/macros... Checking /Users/pok/.setupfiles/elisp/mmm-mode-0.4.7... [13 times] Checking /Users/pok/.setupfiles/elisp/rexx-mode... [4 times] Checking /Users/pok/.setupfiles/elisp/rexx-mode/rxnq... Done (Total of 0 files compiled, 29 skipped in 3 directories) For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message dired rfc822 mml mml-sec password-cache epg gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils linum paren paredit pok-init org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs gedcom slime-autoloads reftex reftex-vars edmacro kmacro ido seq byte-opt cl-macs server dmacro cl gv compile comint ansi-color ring bytecomp byte-compile cl-extra help-mode cl-loaddefs pcase cl-lib cconv finder-inf tex-site info package easymenu epg-config time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win ucs-normalize term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 278907 9641) (symbols 48 29149 0) (miscs 40 93 180) (strings 32 46866 8283) (string-bytes 1 1509211) (vectors 16 42421) (vector-slots 8 757783 2771) (floats 8 239 6) (intervals 56 285 17) (buffers 976 13)) From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 28 14:35:38 2016 Received: (at control) by debbugs.gnu.org; 28 Mar 2016 18:35:38 +0000 Received: from localhost ([127.0.0.1]:42360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1akc0o-0004YV-Jd for submit@debbugs.gnu.org; Mon, 28 Mar 2016 14:35:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1akc0n-0004YG-LR for control@debbugs.gnu.org; Mon, 28 Mar 2016 14:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akc0h-0007ai-Lm for control@debbugs.gnu.org; Mon, 28 Mar 2016 14:35:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akc0h-0007aY-Io for control@debbugs.gnu.org; Mon, 28 Mar 2016 14:35:31 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1akc0h-0000na-4I for control@debbugs.gnu.org; Mon, 28 Mar 2016 14:35:31 -0400 Subject: control message for bug 23128 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 28 Mar 2016 14:35:31 -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-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) merge 21943 23128 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 02 07:28:19 2016 Received: (at 23128-done) by debbugs.gnu.org; 2 Apr 2016 11:28:19 +0000 Received: from localhost ([127.0.0.1]:47815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1amJj1-0000lo-0g for submit@debbugs.gnu.org; Sat, 02 Apr 2016 07:28:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41449) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1amJiz-0000lc-OQ for 23128-done@debbugs.gnu.org; Sat, 02 Apr 2016 07:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amJir-0000OK-BP for 23128-done@debbugs.gnu.org; Sat, 02 Apr 2016 07:28:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amJir-0000OG-8H; Sat, 02 Apr 2016 07:28:09 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4727 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1amJiq-0004Jc-48; Sat, 02 Apr 2016 07:28:08 -0400 Date: Sat, 02 Apr 2016 14:27:37 +0300 Message-Id: <83d1q8s11y.fsf@gnu.org> From: Eli Zaretskii To: peder@klingenberg.no (Peder O. Klingenberg) In-reply-to: (peder@klingenberg.no) Subject: Re: bug#23128: 25.0.92; pcvs calls format-time-string with timezone 'utc. References: 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-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 23128-done Cc: 23128-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: peder@klingenberg.no (Peder O. Klingenberg) > Date: Sun, 27 Mar 2016 23:44:41 +0200 > > > >From 'emacs -Q': > > (require 'pcvs) > (cvs-fileinfo-from-entries "/some/cvscontrolled/file.txt") > > Gives the backtrace: > > Debugger entered--Lisp error: (error "Invalid time zone specification" utc) > format-time-string("%c" (22264 16191 0 0) utc) Thanks, fixed. (I still get an error after the fix, but the error is a different one, so I presume it's unrelated.) From unknown Sat Aug 09 09:34:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 May 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator