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=NAciIIi9S2KiLNh6MN2QJltlf8KsGmlPlplKPDuiuzL vOFhhHbActOs2b+HFk5xIu/63kcP+hQYAsy5ywn3iR5eAO+q/ZPIdpudM9u2m/fb a7oiz5B/eIgpkZKPQ7Gxu3OxEWl5m5eExq+35j1iV1L3kD4TqAyT4HKi7N/k02ck = 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=rFw5OHYCs6tR/3k44HbIIhanjvg=; b=Fj39/E/JSJUitR6vP 4o31V6fLGKUNaU5RpdSpMFu75KK4MC5/qlJkn939DOQ5IALRU4SinbSmJV5AbSLn TuzRoiAcVXbV00bq0Rmc9Wam9DuXZFt4f3tF4a/5ALEsRMp606UtQpgMP2+fPTWB 2hRUknyL4ofzBERrDFHxZ7oa2A= 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=-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 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 AT cygwin DOT com Date: Mon, 04 Mar 2019 11:32:27 -0500 In-Reply-To: <1439412702.1866573.1551653028041.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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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