debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #04287
[Bug 2114886] Re: acl build error "rm -R: Not a directory"
This bug was fixed in the package rust-coreutils -
0.1.0+git20250711.2ba3a33-0ubuntu1
---------------
rust-coreutils (0.1.0+git20250711.2ba3a33-0ubuntu1) questing; urgency=medium
* New upstream git commit 0.1.0+git20250711.2ba3a33
- Fix 'od' invalid handling of non ascii chars (LP: #2114827)
- Fix `cp -a` fails to copy symlink to directory (LP: #2116859)
- Fix dpkg-source fails to unpack broken symlink (LP: #2116886)
- Fix Incorrect evaluation of expr (LP: #2112445)
- Fix cat doesn't handle EPERM (LP: #2112552)
- Fix /bin/stty: invalid argument 'sane' (LP: #2113983)
- Fix tee is buffered (LP: #2114706)
- Fix rm of long paths (LP: #2114886)
- Fix ls doesn't include acl "+" info on symlink (LP: #2114887)
- Fix fold: failed to read line: stream did not contain valid UTF-8
(LP: #2114970)
- Fix gpgrt-config invalid output due to rust-coreutils "expr"
(LP: #2115147)
- Fix `cp --no-dereference --parents` where source is a symlink to
a directory (LP: #2116572)
- Internationalization and French translations for a lot of stuff
* Install locales
* d/patches/Setup-localization-for-utility-symlinks.patch: Setup the
localization when invoked via symlinks
-- Julian Andres Klode <juliank@xxxxxxxxxx> Mon, 21 Jul 2025 12:48:46
+0200
** Changed in: rust-coreutils (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to acl in Ubuntu.
https://bugs.launchpad.net/bugs/2114886
Title:
acl build error "rm -R: Not a directory"
Status in coreutils:
Unknown
Status in acl package in Ubuntu:
New
Status in coreutils-from package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
Fix Released
Bug description:
The acl build is failing with the rust coreutils
https://launchpadlibrarian.net/798206888/buildlog_ubuntu-questing-amd64.acl_2.3.2-2_BUILDING.txt.gz
```
FAIL: test/utf8-filenames
=========================
Possible precedence issue with control flow operator (exit) at ./test/run line 147.
[8] $ export UPATH="官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官" -- ok
[9] $ mkdir -p $UPATH/$UPATH/$UPATH -- ok
[10] $ touch $UPATH/$UPATH/$UPATH/$UPATH -- ok
[11] $ getfacl $UPATH/$UPATH/$UPATH/$UPATH > utf8-filenames.acl -- ok
[12] $ setfacl --restore=utf8-filenames.acl -- ok
[13] $ rm -R $UPATH -- failed
rm: cannot remove '"官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官"/"官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官"/"官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官"/"官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官"': Not a directory != ~
[14] $ rm utf8-filenames.acl -- ok
7 commands (6 passed, 1 failed)
FAIL test/utf8-filenames.test (exit status: 1)
```
I've reported that upstream
https://github.com/uutils/coreutils/issues/8215
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2114886/+subscriptions
References