From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125194 invoked by alias); 5 Mar 2019 12:57:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 125180 invoked by uid 89); 5 Mar 2019 12:57:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=contacted, H*r:NNFMP, Hx-languages-length:1544, sk:wwwmai X-HELO: nh605-vm8.bullet.mail.ssk.yahoo.co.jp Received: from nh605-vm8.bullet.mail.ssk.yahoo.co.jp (HELO nh605-vm8.bullet.mail.ssk.yahoo.co.jp) (182.22.90.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Tue, 05 Mar 2019 12:57:25 +0000 Received: from [182.22.66.104] by nh605.bullet.mail.ssk.yahoo.co.jp with NNFMP; 05 Mar 2019 12:57:21 -0000 Received: from [182.22.91.128] by t602.bullet.mail.ssk.yahoo.co.jp with NNFMP; 05 Mar 2019 12:57:21 -0000 Received: from [127.0.0.1] by omp601.mail.ssk.yahoo.co.jp with NNFMP; 05 Mar 2019 12:57:21 -0000 Received: from jws700004.mail.kks.yahoo.co.jp by sendmailws517.mail.kks.yahoo.co.jp; Tue, 05 Mar 2019 21:57:20 +0000; 1551790640.693 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1551790641; s=yj20110701; d=yahoo.co.jp; h=Date:From:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=EEQctzASs6IxQS6yf4sBHQGTgutAl/y76HGFzlTPWRg=; b=S4Oywa6hmbCJFFTcQOYo5sTP++Folrh0/MfR/o9+9j6SxErzmm7yONB5fBrKvLJo azWKyGR3ebLR9L50AcXzcS1PcvuLtEfezy4mnJpP5PnXhIL0AP3LBgu52PQx/bULsbK Nwm1/ZQvnMJWKeTreqV7f934/li3YGVllQEXx2D4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hQo66BgxSfC+ZqJw7bnOFq/3aSc8wAxicWVsWjfEY1DOVNCrX/VABS05UqxDNHou tYnZr7BPUcclA1HdWKfQCiblb7pDK0CrmjoLRavz+6HJZjuFxPgAiEf5qRMGCwTSeYx iigwfYXlh7jLtWaYXWIkvziK68CCUVg56Hi8tr/w=; Date: Tue, 05 Mar 2019 12:57:00 -0000 From: Tatsuro MATSUOKA To: Yaakov Selkowitz , "cygwin@cygwin.com" Message-ID: <1885179468.2217358.1551790639928.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: <0faa5fb55a0af4803fcdff786dba8be440355609.camel@cygwin.com> References: <1439412702.1866573.1551653028041.JavaMail.yahoo.ref@mail.yahoo.co.jp> <1439412702.1866573.1551653028041.JavaMail.yahoo@mail.yahoo.co.jp> <0faa5fb55a0af4803fcdff786dba8be440355609.camel@cygwin.com> Subject: Re: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00062.txt.bz2 --- 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/network/socket/qlocalsocket_unix.cpp > > +++ b/qtbase-opensource-src-5.9.4/src/network/socket/qlocalsocket_unix.cpp > > @@ -239,7 +239,7 @@ void QLocalSocket::connectToServer(OpenM > > } > > // create the socket > > - if (-1 == (d->connectingSocket = qt_safe_socket(PF_UNIX, SOCK_STREAM, 0, O_NONBLOCK))) { > > + if (-1 == (d->connectingSocket = qt_safe_socket(PF_UNIX, SOCK_STREAM, 0))) { > > d->errorOccurred(UnsupportedSocketOperationError, > > QLatin1String("QLocalSocket::connectToServer")); > > return; > > > > It seems we keep going in circles on this point. If there is a bug in > O_NONBLOCK, then please either narrow it down to an STC, or provide a > patch to Cygwin. > > -- > Yaakov > > > I contacted with Enrico who tells me the patch that I have shown. His reply is the below. ********************************** Dear Tatsuro, unfortunately I do not have an STC other than the evidence that the above patch works for gnuplot. I have always had problems with O_NONBLOCK on cygwin. For example, see https://www.mail-archive.com/cygwin@cygwin.com/msg104221.html -- Enrico ********************************** At this moment, the above is that I can do for this matter. Tatsuro -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple