Re: Patch request to qt 5.9.4

2019-03-15 Thread Tatsuro MATSUOKA
>> Hi Tatsuro, >> This Qt issue should be reported to their developers.  Do you have > experience >> opening a ticket with them?  If so, please do so and let me know the > ticket/bug >> number.  I will participate in discussion there.  I could also open a > ticket >> myself if you prefe

Re: Patch request to qt 5.9.4

2019-03-15 Thread Tatsuro MATSUOKA
- Original Message - > From: Mark Geisert  > To: cygwinm > Cc: > Date: 2019/3/15, Fri 17:06 > Subject: Re: Patch request to qt 5.9.4 > > Mark Geisert wrote: >> I believe I've found the root cause of this issue of outbound connect > on a >> non

Re: Patch request to qt 5.9.4

2019-03-15 Thread Mark Geisert
Mark Geisert wrote: I believe I've found the root cause of this issue of outbound connect on a non-blocking socket not working under Cygwin. [...] Hi Tatsuro, This Qt issue should be reported to their developers. Do you have experience opening a ticket with them? If so, please do so and let

Re: Patch request to qt 5.9.4

2019-03-13 Thread Mark Geisert
On Wed, 13 Mar 2019, Tatsuro MATSUOKA wrote: [...] I have prepared binaries: http://tmacchant3.starfree.jp/gnuplot/Eng/cyg_qt_test/ test From gnplot prompt gnuplot> set terminal qt gnuplot> plot x Without Qt patch Could not connect to existing gnuplot_qt. Starting a new one. Warning

Re: Patch request to qt 5.9.4

2019-03-12 Thread Tatsuro MATSUOKA
- Original Message - > From: Mark Geisert  > To: cygwin > Cc: > Date: 2019/3/13, Wed 10:12 > Subject: Re: Patch request to qt 5.9.4 > >T atsuro MATSUOKA wrote: >> - Original Message - >> >>> From: Tatsuro MATSUOKA >>> To:

Re: Patch request to qt 5.9.4

2019-03-12 Thread Mark Geisert
Tatsuro MATSUOKA wrote: - Original Message - From: Tatsuro MATSUOKA To: Mark Geisert cygwin Cc: Date: 2019/3/12, Tue 17:25 Subject: Re: Patch request to qt 5.9.4 - Original Message - From: Mark Geisert To: cygwin Cc: Date: 2019/3/12, Tue 17:04 Subject: Re: Patch

Re: Patch request to qt 5.9.4

2019-03-12 Thread Tatsuro MATSUOKA
- Original Message - > From: Tatsuro MATSUOKA  > To: Mark Geisert  cygwin > Cc: > Date: 2019/3/12, Tue 17:25 > Subject: Re: Patch request to qt 5.9.4 > > - Original Message - > >> From: Mark Geisert  >> To: cygwin >> Cc: >> D

Re: Patch request to qt 5.9.4

2019-03-12 Thread Achim Gratz
Tatsuro MATSUOKA writes: > Gnuplot distrubuted on Cyygwin does not link with Qt. No of course not. But you can take the source package and add the configure option (it's just commented and put aside) back in. > I am distrbuting develoment version of gnuplot with Qt (patched). > I have to prepare

Re: Patch request to qt 5.9.4

2019-03-12 Thread Achim Gratz
Mark Geisert writes: > Yes, I understand that is happening at a low level. What exactly are > you typing at your keyboard to make gnuplot produce the Qt graphics? set term qt plot NaN > I would like to reproduce your issue on my system; what do I need to > do? The above will hang indefinitely.

Re: Patch request to qt 5.9.4

2019-03-12 Thread Tatsuro MATSUOKA
- Original Message - > From: Mark Geisert  > To: cygwin > Cc: > Date: 2019/3/12, Tue 17:04 > Subject: Re: Patch request to qt 5.9.4 > > On Tue, 12 Mar 2019, Tatsuro MATSUOKA wrote: > [...] >>> From: Mark Geisert >>> If it's not too muc

Re: Patch request to qt 5.9.4

2019-03-12 Thread Mark Geisert
On Tue, 12 Mar 2019, Tatsuro MATSUOKA wrote: [...] From: Mark Geisert If it's not too much trouble, could you show what you tell gnuplot and how you set up the Qt environment?  Are you running gnuplot from inside qterminal? ..mark For qt graphics gnuplot.exe uses driver process named gnuplot_qt

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-11 Thread Tatsuro MATSUOKA
- Original Message - > From: Mark Geisert > To: cygwin > Date: 2019/3/12, Tue 13:20 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > >T atsuro MATSUOKA wrote: >> - Original Message - >> >>> From: Mark Geisert &

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-11 Thread Mark Geisert
Tatsuro MATSUOKA wrote: - Original Message - From: Mark Geisert To: cygwin Cc: Date: 2019/3/11, Mon 16:21 Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) T atsuro MATSUOKA wrote: - Original Message - From: Yaakov Selkowitz > On Mon, 2019-03-04

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-11 Thread Mark Geisert
Corinna Vinschen wrote: On Mar 11 00:21, Mark Geisert wrote: Tatsuro MATSUOKA wrote: [...] without the above patch () qt_safe_socket(PF_UNIX, SOCK_STREAM, 0, O_NONBLOCK))) gnuplot cannot connect with gnuplot_qt. with the above patch () qt_safe_socket(PF_UNIX, SOCK_STREAM, 0)) gnuplot can conne

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-11 Thread Corinna Vinschen
On Mar 11 00:21, Mark Geisert wrote: > Tatsuro MATSUOKA wrote: > > [...] > > without the above patch () > > qt_safe_socket(PF_UNIX, SOCK_STREAM, 0, O_NONBLOCK))) > > gnuplot cannot connect with gnuplot_qt. > > > > with the above patch () > > qt_safe_socket(PF_UNIX, SOCK_STREAM, 0)) > > gnuplot can

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-11 Thread Mark Geisert
Tatsuro MATSUOKA wrote: - Original Message - From: Yaakov Selkowitz > On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: > > I ask alpply a patch the below which enables to use qt terminal on gnuplot > for Cygwin. > > (cygQt5Network-5.dll is affected.) > > > > --- a

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-10 Thread Tatsuro MATSUOKA
- Original Message - > From: Yaakov Selkowitz To: cygwin > Cc: > Date: 2019/3/11, Mon 09:53 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > > On Mon, 2019-03-11 at 09:28 +0900, Tatsuro MATSUOKA wrote: >> > On Mon, 2019-03-04 at 07

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-10 Thread Yaakov Selkowitz
On Mon, 2019-03-11 at 09:28 +0900, Tatsuro MATSUOKA wrote: > > On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: > > > I ask alpply a patch the below which enables to use qt terminal on > > > gnuplot > > for Cygwin. > > > (cygQt5Network-5.dll is affected.) > > > > > > --- > > > a/qt

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-10 Thread Andrey Repin
Greetings, Tatsuro MATSUOKA! > Very basic question. What is STC? > I googled but I cannot find what is it. https://cygwin.com/acronyms/#STC -- With best regards, Andrey Repin Monday, March 11, 2019 3:38:42 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-10 Thread Tatsuro MATSUOKA
- Original Message - > From: Yaakov Selkowitz  > To: cygwin@cygwin.com > Cc: > Date: 2019/3/5, Tue 01:32 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > > On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: >> Dear Yaakov Selko

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
> I have updated the cygiwn by setup because cygwin is updated to 3.0.1-1. NOT 3.0.1-1 but 3.0.2-1 . Tatsuro > > The above code works with or without O_NONBLOCK. > > On cygwin 3.0.0, with O_NONBLOCK, the code does not work. > > Thus situation is changing. > > But connection of gnuplot to

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
- Original Message - > From: Tatsuro MATSUOKA  > To: Achim Gratz; cygwin > Cc: > Date: 2019/3/6, Wed 10:10 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > >>>   From: Achim Gratz > >>>   To: cygwin >>>   Cc: &

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
>> From: Achim Gratz >> To: cygwin >> Cc: >> Date: 2019/3/6, Wed 04:24 >> Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) >> >> T atsuro MATSUOKA writes: >>>   I contacted with Enrico who tells me the patch that I h

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
- Original Message - > From: Achim Gratz > To: cygwin > Cc: > Date: 2019/3/6, Wed 04:24 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > >T atsuro MATSUOKA writes: >> I contacted with Enrico who tells me the patch that I have shown.

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
> From: Achim Gratz > To: cygwin > Cc: > Date: 2019/3/6, Wed 04:24 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > >T atsuro MATSUOKA writes: >> I contacted with Enrico who tells me the patch that I have shown. > > Yes, but that monke

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Achim Gratz
Tatsuro MATSUOKA writes: > I contacted with Enrico who tells me the patch that I have shown. Yes, but that monkeys around the real problem. What Yaakov is telling you is that there are two options and we don't know yet which one we have to deal with. If O_NONBLOCK is needed, but does not work co

Re: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-05 Thread Tatsuro MATSUOKA
--- yselkowitz wrote: > On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: > > Dear Yaakov Selkowitz > > > > I ask alpply a patch the below which enables to use qt terminal on gnuplot > > for Cygwin. > > (cygQt5Network-5.dll is affected.) > > > > --- a/qtbase-opensource-src-5.9.4/src/net

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-04 Thread Tatsuro MATSUOKA
> From: Yaakov Selkowitz > To: cygwin > Cc: > Date: 2019/3/5, Tue 01:32 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > > On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: >> Dear Yaakov Selkowitz >> >> I ask alpply a

Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-04 Thread Yaakov Selkowitz
On Mon, 2019-03-04 at 07:43 +0900, Tatsuro MATSUOKA wrote: > Dear Yaakov Selkowitz > > I ask alpply a patch the below which enables to use qt terminal on gnuplot > for Cygwin. > (cygQt5Network-5.dll is affected.) > > --- a/qtbase-opensource-src-5.9.4/src/network/socket/qlocalsocket_unix.cpp > ++

Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4)

2019-03-03 Thread Tatsuro MATSUOKA
- Original Message - > From: Yaakov Selkowitz  > To: cygwin > Cc: > Date: 2018/2/24, Sat 05:02 > Subject: [ANNOUNCEMENT] Qt 5.9.4 > >T he following packages have been uploaded to the Cygwin distribution: > Dear Yaakov Selkowitz I ask alpply a patch the below which enables to use qt term