From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69288 invoked by alias); 4 Mar 2019 16:32:36 -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 69281 invoked by uid 89); 4 Mar 2019 16:32:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*M:cygwin, H*F:D*cygwin.com, dear, Dear 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, 04 Mar 2019 16:32:35 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 34260307EAAA for ; Mon, 4 Mar 2019 16:32:34 +0000 (UTC) Received: from ovpn-126-113.rdu2.redhat.com (ovpn-126-113.rdu2.redhat.com [10.10.126.113]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 506121001DCE for ; Mon, 4 Mar 2019 16:32:31 +0000 (UTC) Message-ID: <0faa5fb55a0af4803fcdff786dba8be440355609.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, 04 Mar 2019 16:32:00 -0000 In-Reply-To: <1439412702.1866573.1551653028041.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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00038.txt.bz2 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 -- 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