Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-09 11:51, Marco Atzeri via Cygwin wrote: On 09/02/2025 06:40, Marco Atzeri wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l tota

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Marco Atzeri via Cygwin
On 09/02/2025 19:51, Marco Atzeri wrote: On 09/02/2025 06:40, Marco Atzeri wrote: typo :-( It only happens with "ln -fs" not with "ln -s" the test package  coreutils    9.5-1 has NOT this issue Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Marco Atzeri via Cygwin
On 09/02/2025 06:40, Marco Atzeri wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l total 0 lrwxrwxrwx 1 marco marco 9 Feb  9 06:33 dirB -> /

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-08 22:40, Marco Atzeri via Cygwin wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l total 0 lrwxrwxrwx 1 marco marco 9 Feb  9 06:3

[maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-08 Thread Marco Atzeri via Cygwin
Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l total 0 lrwxrwxrwx 1 marco marco 9 Feb 9 06:33 dirB -> /tmp/dirB $ cd dirB $ ls -l total 0 lrwxrwx