Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77999 - [coreutils] cp and install --reflink=auto failure
Attached to Project:
Arch Linux
Opened by Matt (rabidpug) - Sunday, 26 March 2023, 12:25 GMT
Last edited by Toolybird (Toolybird) - Sunday, 26 March 2023, 20:25 GMT
Opened by Matt (rabidpug) - Sunday, 26 March 2023, 12:25 GMT
Last edited by Toolybird (Toolybird) - Sunday, 26 March 2023, 20:25 GMT
|
DetailsDescription:
Both cp and install commands fail to properly copy files in version 9.2, even as root copying a file root creates in ~ Issue does not occur after downgrading to 9.1. cp creates an empty file and exits Additional info: * package version(s) - 9.2 * config and/or log files etc. - "cp: failed to clone 'dest-file' from 'src-file': Operation not permitted" * link to upstream bug report, if any Steps to reproduce: >echo 'test' > src-file >cp src-file dest-file cp: failed to clone 'dest-file' from 'src-file': Operation not permitted >cat dest-file > |
This task depends upon
cp issue.png
[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62404
Thanks for the quick response
So i built https://git.savannah.gnu.org/cgit/coreutils.git/snapshot/coreutils-master.tar.gz and there is not any issue....