From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31827 invoked by alias); 11 Mar 2019 00:53:57 -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 31711 invoked by uid 89); 11 Mar 2019 00:53:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*M:cygwin, HX-Languages-Length:1196, H*F:D*cygwin.com X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Mar 2019 00:53:56 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 01896308FC20 for ; Mon, 11 Mar 2019 00:53:55 +0000 (UTC) Received: from ovpn-120-17.rdu2.redhat.com (ovpn-120-17.rdu2.redhat.com [10.10.120.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6FE3C5D70E for ; Mon, 11 Mar 2019 00:53:54 +0000 (UTC) Message-ID: <72f4ecd86329b97d1c3cc1b796bf9393d02228f0.camel@cygwin.com> Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) From: Yaakov Selkowitz To: cygwin@cygwin.com Date: Mon, 11 Mar 2019 00:53:00 -0000 In-Reply-To: <2014394607.770377.1552264089735.JavaMail.yahoo@mail.yahoo.co.jp> References: <1439412702.1866573.1551653028041.JavaMail.yahoo.ref@mail.yahoo.co.jp> <1439412702.1866573.1551653028041.JavaMail.yahoo@mail.yahoo.co.jp> <0faa5fb55a0af4803fcdff786dba8be440355609.camel@cygwin.com> <2014394607.770377.1552264089735.JavaMail.yahoo@mail.yahoo.co.jp> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00232.txt.bz2 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/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. > > Very basic question. What is STC? > I googled but I cannot find what is it. https://cygwin.com/acronyms/#STC -- Yaakov -- 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