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: Bytecompiler test fails Date: Sat, 27 Jun 2015 14:30:51 +0300 Message-ID: <83h9pt75hw.fsf@gnu.org> References: <83fv5lhsu1.fsf@gnu.org> <834mm0ihft.fsf@gnu.org> <83381jiy1o.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1435404769 13312 80.91.229.3 (27 Jun 2015 11:32:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jun 2015 11:32:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: fabrice.popineau@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 27 13:32:38 2015 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 1Z8oLd-00081S-Eb for ged-emacs-devel@m.gmane.org; Sat, 27 Jun 2015 13:32:37 +0200 Original-Received: from localhost ([::1]:35149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8oLc-0006Tv-Qv for ged-emacs-devel@m.gmane.org; Sat, 27 Jun 2015 07:32:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8oLO-0006Tq-VN for emacs-devel@gnu.org; Sat, 27 Jun 2015 07:32:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8oLJ-0003gg-Ot for emacs-devel@gnu.org; Sat, 27 Jun 2015 07:32:22 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:57047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8oLJ-0003fj-HK for emacs-devel@gnu.org; Sat, 27 Jun 2015 07:32:17 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NQL00200P2PYH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 27 Jun 2015 14:30:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQL002MBPBHU140@a-mtaout22.012.net.il>; Sat, 27 Jun 2015 14:30:54 +0300 (IDT) In-reply-to: <83381jiy1o.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187589 Archived-At: > Date: Mon, 22 Jun 2015 18:05:07 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Fabrice Popineau > > Date: Mon, 22 Jun 2015 07:21:54 +0200 > > Cc: Emacs developers > > > > This command is expected to fail in test/automated/vs-tests.el:133: > > > > (shell-command-to-string (format "cvs -Q -d:local:%s co module" tmp-dir)) > > > > because tmp-dir is a windows path, aka c:/Users/.../temp . > > > > I have an msys2/rcs installed: > > > > $ pacman -Q rcs > > rcs 5.9.4-1 > > $ pacman -Q cvs > > cvs 1.11.23-2 > > > > But if I'm right, being an msys2 rcs/cvs, they don't support native win32 path > > syntax. > > It depends on how they were ported, but in general, yes, I'd expect > them not to support d:/foo/bar file names. > > I don't know how to fix that, given that it could be a native Windows > application, an MSYS application, or a Cygwin application. The only > idea I have is provide a primitive that would return the type of the > application, and then act accordingly. Done. Please try running the test suite again. There was an unrelated issue with vc-svn, which I also fixed, at least for a native w32 svn executable.