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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=a/V5Hjh+Bgm/oT+O hbYHEL9JebEAfaoD8XFOetmluLSDVHt2wcQF1Z9QZ16u8t3B2dGy7Sr43vV+rX5b lLZicLiF1VSOKi4O2GzQEEDw0Fsc2q0YwvVOdy3lRrViP0uNfBSvqaTtycPpgZ56 Dxt23WtwQsttkS55+YH+pwHcgJc= 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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=9HwSDI7Kuzlg9xzau9pqQI liyOU=; b=NtFNGNv3iMMF3CWH0HmQb22ulabG0P7LmPGxaCDKojOwWeLQYD4AMj NuQrLbIPMXX/2huQ7y+NFymrrpx3UVUIS4Nttz9/Z0EHXa96RS1qDhKD1xOT4rGZ gc4cIx7gfyHzXyppSi9qR2BipIi8adftxGA27y7giCgOb2GuNlJGc= 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=-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=H*r:NNFMP, dear, Dear, H*M:JavaMail X-HELO: nh602-vm3.bullet.mail.ssk.yahoo.co.jp DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1551738591; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=6mglBd2vNfWJ7mPPLfE1m2PM3rZyTTHs+jfVvdmYhy0=; b=uphnEEl1Nfl+eVSoz9dhN+2zsfbUkohA5uj1qky31VkaA6lHkKMAKKYC+mmMvB5T F0igIZQPrOmhPhJLZEQUZFsZllaXcHvY5OE1uTZsmbnr3KeyNLXylJw1pv2RMg7Cr5C 6MK6sG9rOX4/LgDJ3uT/cFQDSRicOXKU2MB76xTQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LB5vriao25ILqMHNwTI2mMdULqrLJHsG524Sb+KhWmv9kfzKANkF2aZfuDdwwVIB YS4DJxkqurUTotv+ajegMoQjpIFgt5cKUigKuk65n3CzVWRHm1aPmMjZcmTts/BztGN 7GGDzRwolrzC6kDa3VdTIv50Pr98ogzMP8pnOU5Q=; Date: Tue, 5 Mar 2019 07:29:50 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA To: Yaakov Selkowitz , Message-ID: <64574929.912408.1551738590659.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: <0faa5fb55a0af4803fcdff786dba8be440355609.camel@cygwin.com> 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> Subject: 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 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x24MU6fF020958 > From: Yaakov Selkowitz > To: cygwin > Cc: > Date: 2019/3/5, Tue 01:32 > Subject: Re: Patch request to qt 5.9.4 (Re: [ANNOUNCEMENT] Qt 5.9.4) > > 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. >  The patch was proposed by Enrico Forestieri. I will contact him and report reply here. Tatsuro 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