X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=x+D+JnHtvWekXq/OpNMZZxO0iv2i2uIAWPXlHtv35sj Es8Jcnt6EHkgNLEmKLWNozbGVsxmdA4LDOqrGDOBW3t7Ji+yOZba7OhqqNb8ddja RTq7t9+y9YCTH1g2wdmwOVaCmJTZ3NItxxaZh+B6CTEbEF9ic8FODaw7pb73XrbM = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=QHMypHeQQDdFYit/UokYkBrwTms=; b=g3y3c1hKNNjdvD+p6 Oo1bknjCXS4lyKqVahCXD4SGzK0+366+7kMGVoai9FAsCm48auojhPV6E76N6HbD 41bJDvHdZy+a9NbDQ3Lb/NIQy2YWXHRKqsOXC8s1Jlbk4zEPvTpGfJqe7gNLFMyq N1cNHLAyF4bBp3fpD/iDLUVI5A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 AT cygwin DOT com Date: Sun, 10 Mar 2019 20:53:52 -0400 In-Reply-To: <2014394607.770377.1552264089735.JavaMail.yahoo@mail.yahoo.co.jp> References: <1439412702 DOT 1866573 DOT 1551653028041 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT co DOT jp> <1439412702 DOT 1866573 DOT 1551653028041 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <0faa5fb55a0af4803fcdff786dba8be440355609 DOT camel AT cygwin DOT com> <2014394607 DOT 770377 DOT 1552264089735 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT 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 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