ssh to cygwin-box and access remote exe fails saying exe is a directory

2020-10-13 Thread Raj Kumar Sanpui via Cygwin
Hi All, I am trying to access an exe hosted in a shared drive in a remote machine. (Please note: T*he exe is NOT hosted on the box where cygwin is installed but a different one*.) *Case 1: Which fails* If i ssh to the Windows box where cygwin is installed, and then try to access the remote exe

[ANNOUNCEMENT] Updated: qrencode 4.1.1-1 (test)

2020-10-13 Thread Lemures Lemniscati via Cygwin-announce
Hi! qrencode and its library packages have been updated to the latest upstream. The following packages have been uploaded as test: * qrencode-4.1.1-1-src.tar.xz * qrencode-4.1.1-1.tar.xz * libqrencode-devel-4.1.1-1.tar.xz * libqrencode4-4.1.1-1.tar.xz * qrencode-debuginfo-4.1.1-1.tar.xz QR

Updated: qrencode 4.1.1-1 (test)

2020-10-13 Thread Lemures Lemniscati via Cygwin-announce
Hi! qrencode and its library packages have been updated to the latest upstream. The following packages have been uploaded as test: * qrencode-4.1.1-1-src.tar.xz * qrencode-4.1.1-1.tar.xz * libqrencode-devel-4.1.1-1.tar.xz * libqrencode4-4.1.1-1.tar.xz * qrencode-debuginfo-4.1.1-1.tar.xz QR

RE: Date of first Cygwin release / 25th Anniversary

2020-10-13 Thread Allen Hewes via Cygwin
> -Original Message- > From: Cygwin On Behalf Of Corinna > Vinschen > Sent: Tuesday, October 13, 2020 2:51 PM > To: cygwin@cygwin.com > Subject: Re: Date of first Cygwin release / 25th Anniversary > > On Sep 23 19:53, Kevin Schnitzius via Cygwin wrote: > > On Wednesday, September 23,

Re: [ITA] po4a

2020-10-13 Thread Achim Gratz
Erwin Waterlander writes: > I would like to adopt orphaned package po4a. When you update the cygport file, please include a REQUIRES for perl5_030 to ease the transition when Perl next upgrades in a binary incompatible way. Thank you for adopting the package! Regards, Achim. -- +<[Q+

Re: test -r or -x always return false on an NFS mount?

2020-10-13 Thread Mario Emmenlauer
Hi Corinna, great to have you back :-) On 13.10.20 20:36, Corinna Vinschen wrote: On Oct 6 18:10, Mario Emmenlauer wrote: Dear Andrey, On 06.10.20 17:46, Andrey Repin wrote: Greetings, Mario Emmenlauer! thanks for the awesome Cygwin, its really great! Everything seems to work quite

Re: Date of first Cygwin release / 25th Anniversary

2020-10-13 Thread Corinna Vinschen
On Sep 23 19:53, Kevin Schnitzius via Cygwin wrote: > On Wednesday, September 23, 2020, 02:33:13 PM EDT, David Eisner via Cygwin > wrote: > > > In any case, happy 25th anniversary, Cygwin! Thanks to everybody who made > > it and continues to make it possible. > I purchased the 1.0 release CD

Re: test -r or -x always return false on an NFS mount?

2020-10-13 Thread Corinna Vinschen
On Oct 6 18:10, Mario Emmenlauer wrote: > > Dear Andrey, > > On 06.10.20 17:46, Andrey Repin wrote: > > Greetings, Mario Emmenlauer! > > > >> thanks for the awesome Cygwin, its really great! > > > >> Everything seems to work quite well, and in `ls -la` I can see the > >> file permissions and

Re: [PATCH 2/8] Drop STDINCFLAGS overrides

2020-10-13 Thread Corinna Vinschen
On Oct 13 18:36, Jon Turney wrote: > On 13/10/2020 13:10, Corinna Vinschen wrote: > > On Oct 12 20:29, Jon Turney wrote: > > > This used to turn off -nostdinc on a per-file basis, but has no effect > > > since 4c36016b. > > > > I'd prefer a longer SHA-1, at least 12 chars. Maybe we should > >

Re: [PATCH] format_proc_cpuinfo: add enqcmd cpuinfo flag

2020-10-13 Thread Corinna Vinschen
On Oct 13 09:11, Brian Inglis wrote: > Add linux-next 5.9 cpuinfo flag for Intel enqcmd/s instructions: > x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions: > Work submission instruction comes in two flavors. ENQCMD can be called > both in ring 3 and ring 0 and always uses the contents of

Re: [PATCH 2/8] Drop STDINCFLAGS overrides

2020-10-13 Thread Jon Turney
On 13/10/2020 13:10, Corinna Vinschen wrote: On Oct 12 20:29, Jon Turney wrote: This used to turn off -nostdinc on a per-file basis, but has no effect since 4c36016b. I'd prefer a longer SHA-1, at least 12 chars. Maybe we should With ~20K commits in the repository, the chance of a hash

Re: Unconsistent command-line parsing in case of UTF-8 quoted arguments

2020-10-13 Thread Brian Inglis
On 2020-10-06 15:36, Jérôme Froissart wrote: > Here are the more detailed steps to reproduce the issue (along with > answers to your requests about `uname`, `locale`, etc.). > (I mostly reproduced what billziss-gh had done before, I do not take > all the credits :D) > > Here is an example C file

Re: [ITA] po4a

2020-10-13 Thread Ken Brown via Cygwin-apps
On 10/13/2020 2:48 AM, Erwin Waterlander wrote: Hi, I would like to adopt orphaned package po4a. Please show us your proposed cygport file and any patches. Ideally, your cygport file would have an accurate BUILD_REQUIRES so that anyone can do a test build. Ken

Re: Unconsistent command-line parsing in case of UTF-8 quoted arguments

2020-10-13 Thread Kaz Kylheku (Cygwin) via Cygwin
On 2020-10-06 14:36, Jérôme Froissart wrote: Here is an example C file $ cat example.c #include const char *GetCommandLineA(void); int main(int argc, char *argv[]) { const char *s = GetCommandLineA(); printf("C=%s\n", s); for (int i = 0; argc > i;

Re: [PATCH v2 5/6] Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS

2020-10-13 Thread Corinna Vinschen
On Oct 13 13:18, Ken Brown via Cygwin-patches wrote: > On 10/13/2020 7:28 AM, Corinna Vinschen wrote: > > On Oct 4 12:49, Ken Brown via Cygwin-patches wrote: > >> A successful connection can be indicated by STATUS_SUCCESS or > >> STATUS_PIPE_CONNECTED. > > > > THanks for catching but... huh?

[PATCH] format_proc_cpuinfo: add enqcmd cpuinfo flag

2020-10-13 Thread Brian Inglis
Add linux-next 5.9 cpuinfo flag for Intel enqcmd/s instructions: x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions: Work submission instruction comes in two flavors. ENQCMD can be called both in ring 3 and ring 0 and always uses the contents of a PASID MSR when shipping the command to the

Re: [PATCH v2 5/6] Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS

2020-10-13 Thread Ken Brown via Cygwin-patches
On 10/13/2020 7:28 AM, Corinna Vinschen wrote: > On Oct 4 12:49, Ken Brown via Cygwin-patches wrote: >> A successful connection can be indicated by STATUS_SUCCESS or >> STATUS_PIPE_CONNECTED. > > THanks for catching but... huh? How does Windows generate two different > status codes for the same

Problem with cp.exe (in Cygwin 3.6 64 bit): permission preserve

2020-10-13 Thread vinay Hegde via Cygwin
Hello Cygwin Team, We are upgrading Cygwin from 1.7.31 32 bit to 3.6 64 bit. With the earlier version, 'cp -fp' command used to work without any error. Now, we get an error like, 'cp: preserving permissions for not supported. Here is my understanding about ACLs & File permission in Cygwin:

Re: [PATCH 2/8] Drop STDINCFLAGS overrides

2020-10-13 Thread Corinna Vinschen
On Oct 12 20:29, Jon Turney wrote: > This used to turn off -nostdinc on a per-file basis, but has no effect > since 4c36016b. I'd prefer a longer SHA-1, at least 12 chars. Maybe we should add a "Fixes: ..." along the lines of the Linux kernel from now on? Ideally we'd get rid of ccwrap/c++wrap,

Re: [PATCH] Cygwin: pty: Add workaround for ISO-2022 and ISCII in convert_mb_str().

2020-10-13 Thread Corinna Vinschen
On Sep 12 04:11, Takashi Yano via Cygwin-patches wrote: > On Fri, 11 Sep 2020 20:57:06 +0200 > Corinna Vinschen wrote: > > On Sep 12 03:37, Takashi Yano via Cygwin-patches wrote: > > > On Sat, 12 Sep 2020 02:38:43 +0900 > > > Takashi Yano via Cygwin-patches wrote: > > > > How about the patch

Re: [PATCH v2 5/6] Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS

2020-10-13 Thread Corinna Vinschen
On Oct 4 12:49, Ken Brown via Cygwin-patches wrote: > A successful connection can be indicated by STATUS_SUCCESS or > STATUS_PIPE_CONNECTED. THanks for catching but... huh? How does Windows generate two different status codes for the same result from the same function? Corinna

Re: [PATCH v2 0/6] Some AF_UNIX fixes

2020-10-13 Thread Corinna Vinschen
On Oct 4 12:49, Ken Brown via Cygwin-patches wrote: > I'm about to push these. Corinna, please check them when you return. > The only difference between v2 and v1 is that there are a few more > fixes. > > I'm trying to help get the AF_UNIX development going again. I'm > mostly working on the

Re: [PATCH] Cygwin: winlean.h: remove most of extended memory API

2020-10-13 Thread Corinna Vinschen
On Sep 24 15:04, Jon Turney wrote: > On 24/09/2020 00:52, Ken Brown via Cygwin-patches wrote: > > This was added as a temporary measure in commit e18f7f99 because it > > wasn't yet in the mingw-w64 headers. With one exception, it is now in > > the current release of the headers (version 8.0.0),

[ITA] po4a

2020-10-13 Thread Erwin Waterlander
Hi, I would like to adopt orphaned package po4a. https://po4a.org/ best regards, -- Erwin Waterlander http://waterlan.home.xs4all.nl/