GNU bug report logs - #69117
30.0.50; Cannot trash directory, if such exists in trash can

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Wed, 14 Feb 2024 08:50:02 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

To reply to this bug, email your comments to 69117 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#69117; Package emacs. (Wed, 14 Feb 2024 08:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jean Louis <bugs <at> gnu.support>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 14 Feb 2024 08:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jean Louis <bugs <at> gnu.support>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Cannot trash directory, if such exists in trash can
Date: Fri, 09 Feb 2024 11:01:37 +0300
I cannot trash this directory:

from /home/data1/protected/.cache:
D drwxr-xr-x   4 4.0K Jun 19  2023 kaidan

to

/home/data1/protected/tmp/Wastebasket:
drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan

because "drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan" already exists in the
trash can directory named Wastebasket:

Trashing... 
file-error: Renaming: Directory not empty, /home/data1/protected/.cache/kaidan, /home/data1/protected/tmp/Wastebasket/kaidan



In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.18.0, Xaw3d scroll bars) of 2023-12-15 built on lco
Repository revision: 8e0882d17a38cb9d309df705e76a8e88529f30a9
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101011
System Description: Debian GNU/Linux trixie/sid

Configured using:
 'configure --with-x-toolkit=lucid --with-mailutils'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG
LCMS2 LIBSELINUX LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP
SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XAW3D XDBE XIM
XPM LUCID ZLIB

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-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
  minibuffer-regexp-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine 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
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 39117 9845) (symbols 48 5254 0) (strings 32 14218 2026)
 (string-bytes 1 396415) (vectors 16 10414)
 (vector-slots 8 159394 14325) (floats 8 40 14) (intervals 56 291 10)
 (buffers 984 12))

Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#69117; Package emacs. (Wed, 10 Apr 2024 06:57:03 GMT) Full text and rfc822 format available.

Message #8 received at 69117 <at> debbugs.gnu.org (full text, mbox):

From: Ruslan Bekenev <furyinbox <at> gmail.com>
To: bug#69117 <69117 <at> debbugs.gnu.org>
Subject: Re: bug#69117: 30.0.50; Cannot trash directory, if such exists in
 trash can
Date: Wed, 10 Apr 2024 16:55:52 +1000
[Message part 1 (text/plain, inline)]
> I cannot trash this directory


I tried to reproduce it and it seems working fine on my end. The file/dir is renamed and then stored in the trash can. In your case it should just rename the kaidan directory to kaidan~1~

Could you please share your ~system-move-file-to-trash~ variable value? 

I came up with the test for this use-case.
It seems passing. I hope someone can review the test case and see if there is better way to replicate the issue. 

P.S.
I initially sent this email to the wrong location. My apologies if it brought a little mess.

Ruslan

[0001-Test-dired-delete-functionality.patch (application/octet-stream, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#69117; Package emacs. (Sun, 14 Apr 2024 12:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 69117 <at> debbugs.gnu.org (full text, mbox):

From: Jean Louis <bugs <at> gnu.support>
To: 69117 <at> debbugs.gnu.org
Subject: Re: bug#69117: 30.0.50; Cannot trash directory, if such exists in
 trash can
Date: Sun, 14 Apr 2024 15:07:56 +0300
* Jean Louis <bugs <at> gnu.support> [2024-02-14 11:51]:
> 
> I cannot trash this directory:
> 
> from /home/data1/protected/.cache:
> D drwxr-xr-x   4 4.0K Jun 19  2023 kaidan
> 
> to
> 
> /home/data1/protected/tmp/Wastebasket:
> drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan
> 
> because "drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan" already exists in the
> trash can directory named Wastebasket:
> 
> Trashing... 
> file-error: Renaming: Directory not empty, /home/data1/protected/.cache/kaidan, /home/data1/protected/tmp/Wastebasket/kaidan

That was in February, version from 7th March does not show me this result again, if so, I will report bug again.


Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sun, 14 Apr 2024 13:18:03 GMT) Full text and rfc822 format available.

Notification sent to Jean Louis <bugs <at> gnu.support>:
bug acknowledged by developer. (Sun, 14 Apr 2024 13:18:03 GMT) Full text and rfc822 format available.

Message #16 received at 69117-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: 69117-done <at> debbugs.gnu.org
Subject: Re: bug#69117: 30.0.50;
 Cannot trash directory, if such exists in trash can
Date: Sun, 14 Apr 2024 16:16:48 +0300
> Date: Sun, 14 Apr 2024 15:07:56 +0300
> From: Jean Louis <bugs <at> gnu.support>
> 
> * Jean Louis <bugs <at> gnu.support> [2024-02-14 11:51]:
> > 
> > I cannot trash this directory:
> > 
> > from /home/data1/protected/.cache:
> > D drwxr-xr-x   4 4.0K Jun 19  2023 kaidan
> > 
> > to
> > 
> > /home/data1/protected/tmp/Wastebasket:
> > drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan
> > 
> > because "drwxr-xr-x 2 4.0K Feb  9 10:56 kaidan" already exists in the
> > trash can directory named Wastebasket:
> > 
> > Trashing... 
> > file-error: Renaming: Directory not empty, /home/data1/protected/.cache/kaidan, /home/data1/protected/tmp/Wastebasket/kaidan
> 
> That was in February, version from 7th March does not show me this result again, if so, I will report bug again.

Thanks.  So I'm closing this bug; please reopen if you see the problem
again.




This bug report was last modified 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.