Trying to install older version (9.50) of ghostscript - still got 9.52

2020-05-19 Thread Jim Garrison via Cygwin
The current version of ghostscript is 9.52, but I need to install the previous version, 9.50. I asked setup_x64.exe to replace 9.52 with 9.50, but after doing this gs --version still said 9.52. The problem seems to be that downgrading ghostscript from 9.52 to 9.50 does not also downgrade its

Re: cygport ... install starts in cwd but ... all does not

2020-05-19 Thread Brian Inglis
On 2020-05-19 14:16, Marco Atzeri via Cygwin-apps wrote: > On 19.05.2020 20:56, Brian Inglis wrote: >> On 2020-05-19 11:43, Marco Atzeri via Cygwin-apps wrote: >>> On 18.05.2020 17:47, Brian Inglis wrote: On 2020-05-17 02:13, Marco Atzeri via Cygwin-apps wrote: > On 17.05.2020 08:45,

Help needed with gobject-introspection

2020-05-19 Thread Ken Brown via Cygwin-apps
I would like to adopt gimp and related packages. At the moment I'm having trouble with babl, which is needed for gegl0.4, which is needed for gimp. The problem involves gobject-introspection. If I disable introspection, the build works fine. This would be OK, since babl has been built

Re: cygport ... install starts in cwd but ... all does not

2020-05-19 Thread Marco Atzeri via Cygwin-apps
On 19.05.2020 20:56, Brian Inglis wrote: On 2020-05-19 11:43, Marco Atzeri via Cygwin-apps wrote: On 18.05.2020 17:47, Brian Inglis wrote: On 2020-05-17 02:13, Marco Atzeri via Cygwin-apps wrote: On 17.05.2020 08:45, Brian Inglis wrote: may be also the patches ? You mean switching to

Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-19 Thread Brian Inglis
On 2020-05-17 18:50, Takashi Yano wrote: > On Mon, 18 May 2020 01:21:07 +0200, Kacper Michajlow wrote: >> On Sun, 17 May 2020 at 04:53, Takashi Yano wrote: >>> - Backspace key does not work correctly in linux session opend by >>> ssh from cygwin console if the shell is bash. This is due to lack

Re: wildcards don't work in directory with files with odd characters

2020-05-19 Thread Chris Wagner
On 2020-05-19 6:49 am, Andrey Repin wrote: Then take a look at this thread: https://cygwin.com/pipermail/cygwin/2020-March/thread.html#174 You'll need correctly configured LANG and CYGWIN's glob option. That info should definately be in the FAQ. Although I would still consider this behavior

Re: [PATCH] Cygwin: pty: Make system_printf() work after closing pty slave.

2020-05-19 Thread Ken Brown via Cygwin-patches
Hi Takashi, On 5/19/2020 7:35 AM, Takashi Yano via Cygwin-patches wrote: - Current pty cannot show system_printf() output after closing pty slave. This patch fixes the issue. Sorry to be returning the favor so soon, but this patch causes 'make check' in the texinfo source tree to hang. I

Re: cygport ... install starts in cwd but ... all does not

2020-05-19 Thread Brian Inglis
On 2020-05-19 11:43, Marco Atzeri via Cygwin-apps wrote: > On 18.05.2020 17:47, Brian Inglis wrote: >> On 2020-05-17 02:13, Marco Atzeri via Cygwin-apps wrote: >>> On 17.05.2020 08:45, Brian Inglis wrote: When rerunning a cygport build with "cygport *.cygport all" after fixing up

Re: cygport ... install starts in cwd but ... all does not

2020-05-19 Thread Marco Atzeri via Cygwin-apps
On 18.05.2020 17:47, Brian Inglis wrote: On 2020-05-17 02:13, Marco Atzeri via Cygwin-apps wrote: On 17.05.2020 08:45, Brian Inglis wrote: When rerunning a cygport build with "cygport *.cygport all" after fixing up problems stage by stage, "doicon $NAME.png" at the start of src_install, before

Re: Suspend doesn't work in cmd

2020-05-19 Thread Andrey Repin
Greetings, Kacper Michajlow! > On Mon, 18 May 2020 at 05:06, Takashi Yano wrote: >> On Sun, 17 May 2020 19:57:15 +0200 >> Kacper Michajlow wrote: >> > Hi, >> > >> > Control keys doesn't seem to be working correctly under cmd. >> > >> > STR: >> > 1. Run bash in cmd.exe >> > 2. Run anything, in my

Re: [PATCH 00/21] FIFO: Support multiple readers

2020-05-19 Thread Takashi Yano via Cygwin-patches
On Tue, 19 May 2020 09:37:17 -0400 Ken Brown via Cygwin-patches wrote: > On 5/19/2020 8:51 AM, Ken Brown via Cygwin-patches wrote: > > On 5/19/2020 2:15 AM, Takashi Yano via Cygwin-patches wrote: > >> On Tue, 19 May 2020 10:26:09 +0900 > >> Takashi Yano via Cygwin-patches wrote: > >>> Hi Ken, >

Re: [PATCH 00/21] FIFO: Support multiple readers

2020-05-19 Thread Ken Brown via Cygwin-patches
On 5/19/2020 8:51 AM, Ken Brown via Cygwin-patches wrote: On 5/19/2020 2:15 AM, Takashi Yano via Cygwin-patches wrote: On Tue, 19 May 2020 10:26:09 +0900 Takashi Yano via Cygwin-patches wrote: Hi Ken, On Mon, 18 May 2020 13:42:19 -0400 Ken Brown via Cygwin-patches wrote: Hi Takashi, On

Re: [PATCH] Cygwin: pty: Make system_printf() work after closing pty slave.

2020-05-19 Thread Corinna Vinschen
On May 19 20:35, Takashi Yano via Cygwin-patches wrote: > - Current pty cannot show system_printf() output after closing pty > slave. This patch fixes the issue. > --- > winsup/cygwin/fhandler_tty.cc | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/winsup/cygwin/fhandler_tty.cc

Re: [PATCH v2] Cygwin: pty: Call FreeConsole() only if attached to current pty.

2020-05-19 Thread Corinna Vinschen
On May 19 19:55, Takashi Yano via Cygwin-patches wrote: > - After commit 071b8e0cbd4be33449c12bb0d58f514ed8ef893c, the problem > reported in https://cygwin.com/pipermail/cygwin/2020-May/244873.html > occurs. This is due to freeing console device accidentally rather > than pseudo console.

Re: name pipe problem: 1 writer, multiple concurrent readers

2020-05-19 Thread Ken Brown via Cygwin
On 5/19/2020 7:26 AM, Morten Kjærulff via Cygwin wrote: Hi, The following script: #!/bin/sh rm -f t.pip t.txt mkfifo t.pip printf "line1\nline2\n" >t.txt ps { while true ; do cp t.txt t.pip done } & rm -f t.rc.* for rc in 0 1 2 3 4 5 6 7 8 9 ; do { diff t.pip t.txt

Re: issue with reply to mailing list

2020-05-19 Thread Ken Brown via Cygwin
On 5/19/2020 5:31 AM, Corinna Vinschen wrote: On May 18 12:02, Ken Brown via Cygwin wrote: On 5/18/2020 11:07 AM, Jon Turney wrote: On 16/05/2020 20:42, Marco Atzeri via Cygwin wrote: On 16.05.2020 20:47, Andrey Repin wrote: Greetings, Marco Atzeri! it is just me or the cygwin mailing

Re: [PATCH 00/21] FIFO: Support multiple readers

2020-05-19 Thread Ken Brown via Cygwin-patches
On 5/19/2020 2:15 AM, Takashi Yano via Cygwin-patches wrote: On Tue, 19 May 2020 10:26:09 +0900 Takashi Yano via Cygwin-patches wrote: Hi Ken, On Mon, 18 May 2020 13:42:19 -0400 Ken Brown via Cygwin-patches wrote: Hi Takashi, On 5/18/2020 12:03 PM, Ken Brown via Cygwin-patches wrote: On

Re: [PATCH 3/3] Cygwin: tzcode resync v2: details

2020-05-19 Thread Corinna Vinschen
Hi Mark, On May 18 22:02, Mark Geisert wrote: > Add tz_posixrules.h with data generated from most recent Cygwin tzdata > package. Establish localtime.cc as primarily a wrapper around a patched > copy of localtime.c. See README for more information. The idea is nice, but there are a few

[PATCH] Cygwin: pty: Make system_printf() work after closing pty slave.

2020-05-19 Thread Takashi Yano via Cygwin-patches
- Current pty cannot show system_printf() output after closing pty slave. This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 5a1bcd3ce..02b78cd2c 100644 ---

name pipe problem: 1 writer, multiple concurrent readers

2020-05-19 Thread Morten Kjærulff via Cygwin
Hi, The following script: #!/bin/sh rm -f t.pip t.txt mkfifo t.pip printf "line1\nline2\n" >t.txt ps { while true ; do cp t.txt t.pip done } & rm -f t.rc.* for rc in 0 1 2 3 4 5 6 7 8 9 ; do { diff t.pip t.txt echo $? >t.rc.$rc } done echo result1 start ls t.rc.* | wc

[PATCH v2] Cygwin: pty: Call FreeConsole() only if attached to current pty.

2020-05-19 Thread Takashi Yano via Cygwin-patches
- After commit 071b8e0cbd4be33449c12bb0d58f514ed8ef893c, the problem reported in https://cygwin.com/pipermail/cygwin/2020-May/244873.html occurs. This is due to freeing console device accidentally rather than pseudo console. This patch makes sure to call FreeConsole() only if the process

Re: Suspend doesn't work in cmd

2020-05-19 Thread Kacper Michajlow via Cygwin
On Mon, 18 May 2020 at 05:06, Takashi Yano wrote: > On Sun, 17 May 2020 19:57:15 +0200 > Kacper Michajlow via Cygwin wrote: > > Hi, > > > > Control keys doesn't seem to be working correctly under cmd. > > > > STR: > > 1. Run bash in cmd.exe > > 2. Run anything, in my case "seq 1 10" > > 3.

Re: wildcards don't work in directory with files with odd characters

2020-05-19 Thread Andrey Repin
Greetings, jeff! >>> I have a directory that has some files with odd files. >>> I can do a 'ls', successfully. However if I do a 'ls *'' I get: >>> ls: cannot access '*': No such file or directory >>> Here is ls output: >>> 'Highlander-S03E21-Final'$'\303\251''_Part_I-22.mkv' >>>

Re: Re [Cygwin PATCH */9] tzcode resync -- for discussion only

2020-05-19 Thread Corinna Vinschen
On May 19 11:48, Corinna Vinschen wrote: > On May 13 15:40, Mark Geisert wrote: > > I'm not absolutely sure yet but I think this patch set isn't complete. > > What's been posted is OK for discussion (on cygwin-developers?) but would > > need to be augmented if you're going to apply as-is. > > > >

Re: [PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.

2020-05-19 Thread Corinna Vinschen
On May 17 11:34, Takashi Yano via Cygwin-patches wrote: > - Backspace key does not work correctly in linux session opend by > ssh from cygwin console if the shell is bash. This is due to lack > of these flags. > > Addresses: https://cygwin.com/pipermail/cygwin/2020-May/244837.html. > --- >

Re: [PATCH] Cygwin: pty: Call FreeConsole() only if attached to current pty.

2020-05-19 Thread Corinna Vinschen
On May 17 11:34, Takashi Yano via Cygwin-patches wrote: > - After commit 071b8e0cbd4be33449c12bb0d58f514ed8ef893c, the problem > reported in https://cygwin.com/pipermail/cygwin/2020-May/244873.html > occurs. This is due to freeing console device accidentally rather > than pseudo console.

Re: [PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim

2020-05-19 Thread Corinna Vinschen
On May 16 14:43, David Macek via Cygwin-patches wrote: > Same reasoning as fbaa0967. This patch should go to the newlib mailing list, not here. Please add a bit more context than just the SHA-1 in the commit message and ideally plewase CC Joel Sherrill, the author of the original patch.

Re: Re [Cygwin PATCH */9] tzcode resync -- for discussion only

2020-05-19 Thread Corinna Vinschen
On May 13 15:40, Mark Geisert wrote: > I'm not absolutely sure yet but I think this patch set isn't complete. > What's been posted is OK for discussion (on cygwin-developers?) but would > need to be augmented if you're going to apply as-is. > > I had a git commit/revert mishap and these are

Re: [PATCH v2] cygwin: doc: Add keywords for ACE order issues

2020-05-19 Thread Corinna Vinschen
On May 13 17:34, David Macek via Cygwin-patches wrote: > Windows Explorer shows a warning with Cygwin-created DACLs, but putting > the text of the warning into Google doesn't lead to the relevant Cygwin > docs. Let's copy the warning text into the docs in the hopes of helping > confused users.

Re: issue with reply to mailing list

2020-05-19 Thread Corinna Vinschen
On May 18 12:02, Ken Brown via Cygwin wrote: > On 5/18/2020 11:07 AM, Jon Turney wrote: > > On 16/05/2020 20:42, Marco Atzeri via Cygwin wrote: > > > On 16.05.2020 20:47, Andrey Repin wrote: > > > > Greetings, Marco Atzeri! > > > > > > > > > it is just me or the cygwin mailing lists post are not

Re: [PATCH 00/21] FIFO: Support multiple readers

2020-05-19 Thread Takashi Yano via Cygwin-patches
On Tue, 19 May 2020 10:26:09 +0900 Takashi Yano via Cygwin-patches wrote: > Hi Ken, > > On Mon, 18 May 2020 13:42:19 -0400 > Ken Brown via Cygwin-patches wrote: > > Hi Takashi, > > > > On 5/18/2020 12:03 PM, Ken Brown via Cygwin-patches wrote: > > > On 5/18/2020 1:36 AM, Takashi Yano via