[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

Re: List of packages installed by Cygwin setup.exe by default?

2025-02-08 Thread Brian Inglis via Cygwin
On 2025-02-08 09:57, Christian Franke via Cygwin wrote: Marco Atzeri via Cygwin wrote: On 08/02/2025 16:37, Martin Wege via Cygwin wrote: Hello! Is there a list of packages (including all their dependencies!) which are installed by Cygwin setup.exe by default, e.g. start installer, click every

Re: Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-08 Thread Brian Inglis via Cygwin
On 2025-02-07 15:09, KARR, DAVID via Cygwin wrote: For quite a while, we've been using bitbucket for our intranet code repositories. I typically use ssh auth for this. I have my key registered in our servers. I have been able to use the Cygwin git for this, and it all works fine. I'm now tr

Re: Request to package perl module installer, App::cpanminus

2025-02-08 Thread ASSI via Cygwin
Dr Bean via Cygwin writes: > ASSI, what about adding to the long list of packages you maintain > another one, App::cpanminus, providing the commandline tool, 'cpanm', a > popular alternative to the venerable CPAN, and the installer of choice > of perl app developers? Last I looked (which has be

Re: exposing Windows mountpoints in Cygwin

2025-02-08 Thread Jeremy Drake via Cygwin
On Sat, 8 Feb 2025, Corinna Vinschen via Cygwin wrote: > Go for it. There's already matching logic in fhandler/proc.cc, > function format_proc_partitions() for the "win-mounts" column > of /proc/partitions. Probably this can be reused. Actually closer to the dos_drive_mappings at the end of mou

Re: List of packages installed by Cygwin setup.exe by default?

2025-02-08 Thread Christian Franke via Cygwin
Marco Atzeri via Cygwin wrote: On 08/02/2025 16:37, Martin Wege via Cygwin wrote: Hello! Is there a list of packages (including all their dependencies!) which are installed by Cygwin setup.exe by default, e.g. start installer, click everything "yes", but do not select any extra packages? Thank

Re: List of packages installed by Cygwin setup.exe by default?

2025-02-08 Thread Marco Atzeri via Cygwin
On 08/02/2025 16:37, Martin Wege via Cygwin wrote: Hello! Is there a list of packages (including all their dependencies!) which are installed by Cygwin setup.exe by default, e.g. start installer, click everything "yes", but do not select any extra packages? Thanks, Martin Look at the setup.i

List of packages installed by Cygwin setup.exe by default?

2025-02-08 Thread Martin Wege via Cygwin
Hello! Is there a list of packages (including all their dependencies!) which are installed by Cygwin setup.exe by default, e.g. start installer, click everything "yes", but do not select any extra packages? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: exposing Windows mountpoints in Cygwin

2025-02-08 Thread Corinna Vinschen via Cygwin
On Feb 7 11:19, Jeremy Drake via Cygwin wrote: > On Fri, 7 Feb 2025, Corinna Vinschen via Cygwin wrote: > > > On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > > > Now that my patch to escape characters in /proc/mounts has been applied, > > > I'll get back to what I was thinking about back in Jun