bug#70727: cp doesn't recognize the new --update=none-fail option

2024-05-02 Thread Attila Fidan via GNU coreutils Bug Reports
Hi, I wanted to use the new cp --update=none-fail option introduced in 9.5, but it said "invalid argument ‘none-fail’ for ‘--update’". It turns out that the commit (49912bac286eb3c0ef7d1567ae790193ad5eb2e8) adding it forgot to add the new operation to update_type[] and update_type_string[] in cp.c

bug#70714: realpath no error for unreadable-symlink

2024-05-02 Thread Pádraig Brady
On 02/05/2024 07:16, Nineteendo INC wrote: coreutils version: stable 9.5 (bottled) OS version: macOS 13.6.6 (22G630) `realpath` doesn’t behave correctly for unreadable symlinks: wannes@Stefans-iMac ~ % ln -s . src wannes@Stefans-iMac ~ % grealpath -e src/.. /Users wannes@Stefans-iMac ~ % chmod

bug#70714: realpath no error for unreadable-symlink

2024-05-02 Thread Nineteendo INC
coreutils version: stable 9.5 (bottled) OS version: macOS 13.6.6 (22G630) `realpath` doesn’t behave correctly for unreadable symlinks: wannes@Stefans-iMac ~ % ln -s . src wannes@Stefans-iMac ~ % grealpath -e src/.. /Users wannes@Stefans-iMac ~ % chmod -h 000 src wannes@Stefans-iMac ~ % gr