From unknown Tue Aug 19 02:59:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15176: 24.3.50; Directory copy broken on w32 Resent-From: Richard Copley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Aug 2013 07:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15176 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15176@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.13773309105739 (code B ref -1); Sat, 24 Aug 2013 07:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Aug 2013 07:55:10 +0000 Received: from localhost ([127.0.0.1]:51686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD8ge-0001UU-WE for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39583) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD8ga-0001UH-Qa for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD8gZ-0003GM-6w for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gZ-0003Fz-3u for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gX-0006rP-0j for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD8gV-0003Ad-MP for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:55:00 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:48676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gV-0003AM-Fk for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:54:59 -0400 Received: by mail-ee0-f53.google.com with SMTP id b15so672784eek.12 for ; Sat, 24 Aug 2013 00:54:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tfu4GZZGbHvvzJbFEyGz7GttRdbloqjarxLAMA0coII=; b=gDu67ToBxzHw977qjXfWtzGQmREfoH4y8d4MZom3CshfUNrPdgnSx7irRe+sCUsmQt 0CBUr+VcffGLoZZUBsWPOlc5+9H14+ZAuXYmnPxyRcVIm0KjMcOhCNUatoRSIoOwQxKH 5Hh4ig/DUgTsBAT3a1IfPAWinVzSrBqkiyrGsXbiAg4Jx7HCNAdz4HUDXPxXLvOQg/Wt 3Ylqd7mTjTzX20Q0D6c7bUY7B5jw+7kPpmbLj+SJGOTKYYSbI4posV/MynYgSyIMTgNb JBTbp0GDBoN8jdWxsmvD+iwkHe4TA/fFGQuTReqf1ixyTzrZcU8Tw48sRkfcrAcpqSBt PPkw== MIME-Version: 1.0 X-Received: by 10.14.115.133 with SMTP id e5mr5761624eeh.27.1377330898014; Sat, 24 Aug 2013 00:54:58 -0700 (PDT) Received: by 10.15.31.76 with HTTP; Sat, 24 Aug 2013 00:54:57 -0700 (PDT) Date: Sat, 24 Aug 2013 08:54:57 +0100 Message-ID: From: Richard Copley Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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: -2.4 (--) 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: -2.4 (--) Set up a directory "c:/temp/test" with two empty subdirectories "1" and "2", and try to copy it recursively to "c:/temp/test-copy" using `C' in Dired mode. The command fails, having created "test-copy/1" but not "test-copy/2". The error is: Copy `c:/temp/test' to `c:/temp/test-copy' failed: (file-error Setting file times permission denied c:/temp/test-copy/1) In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-07-20 on MACHINE Bzr revision: 113468 schwab@linux-m68k.org-20130720082546-xtn77ibd7at4onju Windowing system distributor `Microsoft Corp.', version 6.2.9200 Configured using: `configure --prefix c:/emacs/emacs-113468 --enable-locallisppath=%emacs_dir%/../site-lisp CPPFLAGS='-I G:/usr/include -I C:/GnuWin32/include' LDFLAGS='-L G:/usr/lib -L C:/GnuWin32/lib'' Important settings: value of $LANG: ENG locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Dired by name Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-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 input: C-x C-f / t e m p / t e s t C-u s R C-x h M-w C-x C-f . . % m \ ` t e s t \ ' C t e s t - c o p y y e s C-x C-f t e s t - c o p y C-u s R C-x h M-w M-x r - e - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark set [2 times] Marking matching files... 1 matching file marked. Copy `c:/temp/test' to `c:/temp/test-copy' failed: (file-error Setting file times permission denied c:/temp/test-copy/1) Load-path shadows: None found. Features: (shadow sort nadvice gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils dired-aux dired time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) From unknown Tue Aug 19 02:59:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Richard Copley Subject: bug#15176: closed (Re: bug#15176: 24.3.50; Directory copy broken on w32) Message-ID: References: <83zjs7gzr9.fsf@gnu.org> X-Gnu-PR-Message: they-closed 15176 X-Gnu-PR-Package: emacs Reply-To: 15176@debbugs.gnu.org Date: Sat, 24 Aug 2013 10:17:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1377339423-23225-1" This is a multi-part message in MIME format... ------------=_1377339423-23225-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #15176: 24.3.50; Directory copy broken on w32 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 15176@debbugs.gnu.org. --=20 15176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15176 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1377339423-23225-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 15176-done) by debbugs.gnu.org; 24 Aug 2013 10:16:24 +0000 Received: from localhost ([127.0.0.1]:51895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VDAtL-00061j-UQ for submit@debbugs.gnu.org; Sat, 24 Aug 2013 06:16:24 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:42684) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VDAtJ-00061Z-OY for 15176-done@debbugs.gnu.org; Sat, 24 Aug 2013 06:16:22 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MS1003005NOQ500@a-mtaout20.012.net.il> for 15176-done@debbugs.gnu.org; Sat, 24 Aug 2013 13:16:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MS10034G5V7HA90@a-mtaout20.012.net.il>; Sat, 24 Aug 2013 13:16:19 +0300 (IDT) Date: Sat, 24 Aug 2013 13:16:26 +0300 From: Eli Zaretskii Subject: Re: bug#15176: 24.3.50; Directory copy broken on w32 In-reply-to: X-012-Sender: halo1@inter.net.il To: Richard Copley Message-id: <83zjs7gzr9.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15176-done Cc: 15176-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii 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: 1.0 (+) > Date: Sat, 24 Aug 2013 08:54:57 +0100 > From: Richard Copley > > Set up a directory "c:/temp/test" with two empty subdirectories "1" > and "2", and try to copy it recursively to "c:/temp/test-copy" > using `C' in Dired mode. The command fails, having created > "test-copy/1" but not "test-copy/2". The error is: > > Copy `c:/temp/test' to `c:/temp/test-copy' failed: > (file-error Setting file times permission denied c:/temp/test-copy/1) Fixed in trunk revision 113989. ------------=_1377339423-23225-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Aug 2013 07:55:10 +0000 Received: from localhost ([127.0.0.1]:51686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD8ge-0001UU-WE for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39583) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD8ga-0001UH-Qa for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD8gZ-0003GM-6w for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gZ-0003Fz-3u for submit@debbugs.gnu.org; Sat, 24 Aug 2013 03:55:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gX-0006rP-0j for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD8gV-0003Ad-MP for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:55:00 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:48676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD8gV-0003AM-Fk for bug-gnu-emacs@gnu.org; Sat, 24 Aug 2013 03:54:59 -0400 Received: by mail-ee0-f53.google.com with SMTP id b15so672784eek.12 for ; Sat, 24 Aug 2013 00:54:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tfu4GZZGbHvvzJbFEyGz7GttRdbloqjarxLAMA0coII=; b=gDu67ToBxzHw977qjXfWtzGQmREfoH4y8d4MZom3CshfUNrPdgnSx7irRe+sCUsmQt 0CBUr+VcffGLoZZUBsWPOlc5+9H14+ZAuXYmnPxyRcVIm0KjMcOhCNUatoRSIoOwQxKH 5Hh4ig/DUgTsBAT3a1IfPAWinVzSrBqkiyrGsXbiAg4Jx7HCNAdz4HUDXPxXLvOQg/Wt 3Ylqd7mTjTzX20Q0D6c7bUY7B5jw+7kPpmbLj+SJGOTKYYSbI4posV/MynYgSyIMTgNb JBTbp0GDBoN8jdWxsmvD+iwkHe4TA/fFGQuTReqf1ixyTzrZcU8Tw48sRkfcrAcpqSBt PPkw== MIME-Version: 1.0 X-Received: by 10.14.115.133 with SMTP id e5mr5761624eeh.27.1377330898014; Sat, 24 Aug 2013 00:54:58 -0700 (PDT) Received: by 10.15.31.76 with HTTP; Sat, 24 Aug 2013 00:54:57 -0700 (PDT) Date: Sat, 24 Aug 2013 08:54:57 +0100 Message-ID: Subject: 24.3.50; Directory copy broken on w32 From: Richard Copley To: "bug-gnu-emacs@gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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: -2.4 (--) X-Debbugs-Envelope-To: submit 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: -2.4 (--) Set up a directory "c:/temp/test" with two empty subdirectories "1" and "2", and try to copy it recursively to "c:/temp/test-copy" using `C' in Dired mode. The command fails, having created "test-copy/1" but not "test-copy/2". The error is: Copy `c:/temp/test' to `c:/temp/test-copy' failed: (file-error Setting file times permission denied c:/temp/test-copy/1) In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-07-20 on MACHINE Bzr revision: 113468 schwab@linux-m68k.org-20130720082546-xtn77ibd7at4onju Windowing system distributor `Microsoft Corp.', version 6.2.9200 Configured using: `configure --prefix c:/emacs/emacs-113468 --enable-locallisppath=%emacs_dir%/../site-lisp CPPFLAGS='-I G:/usr/include -I C:/GnuWin32/include' LDFLAGS='-L G:/usr/lib -L C:/GnuWin32/lib'' Important settings: value of $LANG: ENG locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Dired by name Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-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 input: C-x C-f / t e m p / t e s t C-u s R C-x h M-w C-x C-f . . % m \ ` t e s t \ ' C t e s t - c o p y y e s C-x C-f t e s t - c o p y C-u s R C-x h M-w M-x r - e - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark set [2 times] Marking matching files... 1 matching file marked. Copy `c:/temp/test' to `c:/temp/test-copy' failed: (file-error Setting file times permission denied c:/temp/test-copy/1) Load-path shadows: None found. Features: (shadow sort nadvice gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils dired-aux dired time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) ------------=_1377339423-23225-1-- From unknown Tue Aug 19 02:59:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15176: 24.3.50; Directory copy broken on w32 Resent-From: Richard Copley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Aug 2013 10:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15176 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 15176-done@debbugs.gnu.org Received: via spool by 15176-done@debbugs.gnu.org id=D15176.137733959023493 (code D ref 15176); Sat, 24 Aug 2013 10:20:01 +0000 Received: (at 15176-done) by debbugs.gnu.org; 24 Aug 2013 10:19:50 +0000 Received: from localhost ([127.0.0.1]:51903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VDAwf-00066r-FY for submit@debbugs.gnu.org; Sat, 24 Aug 2013 06:19:49 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:50845) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VDAwc-00066i-L7 for 15176-done@debbugs.gnu.org; Sat, 24 Aug 2013 06:19:47 -0400 Received: by mail-ee0-f49.google.com with SMTP id d41so694549eek.8 for <15176-done@debbugs.gnu.org>; Sat, 24 Aug 2013 03:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ed31vFT44TEbndlw1Vl5FEbM9tcgeLIle6KaTe2WoDc=; b=q/zSwzmi6DxZGv+P4faKZzCs/eCNmzAPwHZCa3q8gctixvQaF+aAnvWZzSHRkfMDwZ vfaw/P1gBspCjL9+C3jMh3dlUdnmVaopSpvXcs/5X0rhzOlpGGvE5Qcb3GERnNnpTWKs ZMuTpDO+ZvKM3k7M7jTjlOzdBKVd0eV1aeiZAfaxUUv1d+wFetvAoyLe1s04J0cx8tan yGayR+xbFiA7jLspooEOMac6AYlZKMrynLIjJn/3ojzBqWXu6E431U/Y5T9/9e/cbP48 mo5YfoHsDYIAW0+xKHOzeJE1O3ntL1+PDdAvjPR946zm6Ge7Gc870dmDJP9noCmJXntU 4HFg== MIME-Version: 1.0 X-Received: by 10.14.113.137 with SMTP id a9mr6605649eeh.3.1377339585690; Sat, 24 Aug 2013 03:19:45 -0700 (PDT) Received: by 10.15.31.76 with HTTP; Sat, 24 Aug 2013 03:19:45 -0700 (PDT) In-Reply-To: <83zjs7gzr9.fsf@gnu.org> References: <83zjs7gzr9.fsf@gnu.org> Date: Sat, 24 Aug 2013 11:19:45 +0100 Message-ID: From: Richard Copley Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) 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: -0.7 (/) On 24 August 2013 11:16, Eli Zaretskii wrote: > Fixed in trunk revision 113989. Thanks.