Re: Is this correct behaviour for 'rev'?

2024-11-04 Thread Backwoods BC via Cygwin
On Mon, Nov 4, 2024 at 9:49 AM ASSI via Cygwin wrote: > > Backwoods BC via Cygwin writes: > > cat fileOfFullPathNames | rev | sed -r -e "s/\./$mySep/" | rev | sort > > -t "$mySep" --key=2.1 | tr "$mySep" '.' > > $ '\0' . Thanks, Achim! That's simpler and avoids 'rev' and its quirks. \x00 will be

Re: cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Brian Inglis via Cygwin
On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport upload but today I got the following error cd: Fatal error: max-retries exceeded I've fixed it by copying my key in the

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-11-04 Thread Martin Wege via Cygwin
On Wed, Oct 30, 2024 at 8:46 AM Cedric Blancher via Cygwin wrote: > > On Tue, 29 Oct 2024 at 15:38, Corinna Vinschen via Cygwin > wrote: > > > > On Oct 29 13:56, Martin Wege via Cygwin wrote: > > > On Sun, Oct 6, 2024 at 8:53 AM Cedric Blancher > > > wrote: > > > > Please run winfsinfo on the NF

Re: Test: gcc-14.2.1+20241102-0.1

2024-11-04 Thread Brian Inglis via Cygwin
On 2024-11-04 12:00, ASSI wrote: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-13 branch: gcc-14.2.1+20241102 This build incorporates the experimental v4 patch from T. Yano to use the newlib locale function in libstdc++ so that other locales (as

cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Federico Kircheis via Cygwin
Hello, up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport upload but today I got the following error cd: Fatal error: max-retries exceeded I've fixed it by copying my key in the .ssh folder cp $SSH_KEY ~/.ssh/id_rsa cygp

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-11-04 ...

2024-11-04 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is: - WSL (Windows Services for Linux) support - Windows Server (2019) support - Global mounts visible to all users - idmapper support for localised account/group names (French!) - Many WinSG (newgrp-like utility for Windows) fi

Re: Is this correct behaviour for 'rev'?

2024-11-04 Thread ASSI via Cygwin
Backwoods BC via Cygwin writes: > cat fileOfFullPathNames | rev | sed -r -e "s/\./$mySep/" | rev | sort > -t "$mySep" --key=2.1 | tr "$mySep" '.' $ + Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra -- Problem reports: https://cygwin.com/problem

Re: Is this correct behaviour for 'rev'?

2024-11-04 Thread Thomas Wolff via Cygwin
Am 04.11.2024 um 12:10 schrieb Backwoods BC via Cygwin: On Sun, Nov 3, 2024 at 11:42 PM Thomas Wolff via Cygwin wrote: Am 04.11.2024 um 05:56 schrieb Backwoods BC via Cygwin: On Sun, Nov 3, 2024 at 1:49 AM Mark Geisert via Cygwin wrote: Continuing my monologue, with due consideration of com

Re: Is this correct behaviour for 'rev'?

2024-11-04 Thread Backwoods BC via Cygwin
On Sun, Nov 3, 2024 at 11:42 PM Thomas Wolff via Cygwin wrote: > Am 04.11.2024 um 05:56 schrieb Backwoods BC via Cygwin: > > On Sun, Nov 3, 2024 at 1:49 AM Mark Geisert via Cygwin > > wrote: > >> Continuing my monologue, with due consideration of comments posted, ... > >> > >> On 10/23/2024 10:01

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-04 Thread Corinna Vinschen via Cygwin
On Nov 4 11:24, Corinna Vinschen via Cygwin wrote: > On Oct 29 22:35, Named T. Relay via Cygwin wrote: > > Hello, > > > > Today i installed cygwin to compile a windows .exe out of a Linux source > > program. > > While G++ on Linux compiles it correctly into a binary, on cygwin i got an > > issu

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-04 Thread Corinna Vinschen via Cygwin
On Oct 29 22:35, Named T. Relay via Cygwin wrote: > Hello, > > Today i installed cygwin to compile a windows .exe out of a Linux source > program. > While G++ on Linux compiles it correctly into a binary, on cygwin i got an > issue during linking: > > $ g++ -O2 -Wall -Isrc -o bin/sealtool src/