From unknown Sat Aug 09 04:59:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23128: 25.0.92; pcvs calls format-time-string with timezone 'utc. Resent-From: peder@klingenberg.no (Peder O. Klingenberg) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 27 Mar 2016 22:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 23128 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 23128@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145911634126591 (code B ref -1); Sun, 27 Mar 2016 22:06:02 +0000 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) 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-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 unknown Sat Aug 09 04:59:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: peder@klingenberg.no (Peder O. Klingenberg) Subject: bug#23128: closed (Re: bug#23128: 25.0.92; pcvs calls format-time-string with timezone 'utc.) Message-ID: References: <83d1q8s11y.fsf@gnu.org> X-Gnu-PR-Message: they-closed 23128 X-Gnu-PR-Package: emacs Reply-To: 23128@debbugs.gnu.org Date: Sat, 02 Apr 2016 11:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1459596542-3020-1" This is a multi-part message in MIME format... ------------=_1459596542-3020-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #23128: 25.0.92; pcvs calls format-time-string with timezone 'utc. which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 23128@debbugs.gnu.org. --=20 23128: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23128 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1459596542-3020-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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.) ------------=_1459596542-3020-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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)) ------------=_1459596542-3020-1-- From unknown Sat Aug 09 04:59:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ivan Cibrario Bertolotti Subject: bug#21943: closed (Re: bug#23128: 25.0.92; pcvs calls format-time-string with timezone 'utc.) Message-ID: References: <83d1q8s11y.fsf@gnu.org> <41D9E609-3B81-42FD-848B-1AA44EA7D820@polito.it> X-Gnu-PR-Message: they-closed 21943 X-Gnu-PR-Package: emacs Reply-To: 21943@debbugs.gnu.org Date: Sat, 02 Apr 2016 11:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1459596542-3020-3" This is a multi-part message in MIME format... ------------=_1459596542-3020-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #23128: 25.1.50; Pcvs fails to list CVS entries which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 21943@debbugs.gnu.org. --=20 23128: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23128 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1459596542-3020-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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.) ------------=_1459596542-3020-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Nov 2015 17:43:24 +0000 Received: from localhost ([127.0.0.1]:41980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZykHr-0005hS-J5 for submit@debbugs.gnu.org; Tue, 17 Nov 2015 12:43:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59286) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zyjn6-0004aE-8S for submit@debbugs.gnu.org; Tue, 17 Nov 2015 12:11:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zyjn4-0006PX-UP for submit@debbugs.gnu.org; Tue, 17 Nov 2015 12:11:36 -0500 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]:42921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyjn4-0006PL-Rv for submit@debbugs.gnu.org; Tue, 17 Nov 2015 12:11:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyjn3-0004Df-EJ for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2015 12:11:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zyjmy-0006Kn-Ai for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2015 12:11:33 -0500 Received: from fm1nodo1.polito.it ([130.192.180.11]:55240 helo=antispam.polito.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyjmy-00065r-0N for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2015 12:11:28 -0500 Received: from polito.it (frontmail1.polito.it [130.192.180.41]) by antispam.polito.it with ESMTP id tAHHB4ee011669-tAHHB4eg011669 (version=TLSv1.0 cipher=AES128-SHA bits=128 verify=CAFAIL) for ; Tue, 17 Nov 2015 18:11:04 +0100 X-ExtScanner: Niversoft's FindAttachments (free) Received: from [62.19.46.159] (account d011741@polito.it HELO [192.168.1.101]) by polito.it (CommuniGate Pro SMTP 6.1.5) with ESMTPSA id 98940322 for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2015 18:11:03 +0100 From: Ivan Cibrario Bertolotti Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: 25.1.50; Pcvs fails to list CVS entries Message-Id: <41D9E609-3B81-42FD-848B-1AA44EA7D820@polito.it> Date: Tue, 17 Nov 2015 18:11:00 +0100 To: bug-gnu-emacs@gnu.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-FEAS-SYSTEM-WL: 130.192.180.41 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 17 Nov 2015 12:43:22 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) When trying to list CVS entries using the pcvs builtin package, for instance by means of the C-u on any CVS directory in a dired buffer, the following error message comes out: cvs-fileinfo-from-entries: Invalid time zone specification: utc The issue can probably be tracked down to the use of 'utc as third argument of format-time-string at line 468 of pcvs-info.el. Afaik, the semantics of this argument have been changed in July 2015. Thank you in advance for your attention, ICB In GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 = Version 10.9.5 (Build 13F1112)) of 2015-11-17 Windowing system distributor 'Apple', version 10.3.1404 Configured using: 'configure --with-ns '--enable-locallisppath=3D/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp'' Configured features: ACL LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: locale-coding-system: utf-8-unix Major mode: Dired by name Minor modes in effect: diff-auto-refine-mode: t type-break-mode: t show-paren-mode: t recentf-mode: t tooltip-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 buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent messages: Loading /Users/cibrario/.recentf...done Cleaning up the recentf list... File /Users/cibrario/Desktop/Fat_0001/ICB_KEY#2/untitled = folder/Curriculum_Bantu.doc removed from the recentf list File /Users/cibrario/Desktop/Home/tmp/xetex/test.tex removed from the = recentf list File /Users/cibrario/Desktop/Home/tmp/xetex/test.log removed from the = recentf list Cleaning up the recentf list...done (3 removed) For information about GNU Emacs and the GNU system, type C-h C-a. ls does not support --dired; see =E2=80=98dired-use-ls-dired=E2=80=99 = for more details. cvs-fileinfo-from-entries: Invalid time zone specification: utc Type "q" in help window to restore its previous buffer. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug sendmail pcvs vc-cvs pcvs-parse pcvs-info pcvs-defs ewoc psvn advice cl log-edit message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mailabbrev mail-utils gmm-utils mailheader ring pcvs-util add-log diff-mode easy-mmode warnings server seq byte-opt gv bytecomp byte-compile cconv cl-extra help-mode type-break paren recentf tree-widget wid-edit cl-loaddefs pcase cl-lib cus-start cus-load exec-path-from-shell finder-inf info tex-site package easymenu epg-config time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win 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 cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 125698 12160) (symbols 48 24392 0) (miscs 40 83 253) (strings 32 28761 5184) (string-bytes 1 803918) (vectors 16 17071) (vector-slots 8 469060 3682) (floats 8 196 75) (intervals 56 369 14) (buffers 976 18)) --=20 Ivan Cibrario Bertolotti / phone: +39 011 0905426 CNR - National Research Council / fax: +39 011 0905429 IEIIT c/o Politecnico di Torino / Turin (Italy) / mailto:ivan.cibrario@ieiit.cnr.it ------------=_1459596542-3020-3--