From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows build broken in Fmake_network_process Date: Fri, 26 Mar 2010 21:09:23 +0300 Message-ID: <83y6hfeyzw.fsf@gnu.org> References: <83634jglab.fsf@gnu.org> <831vf7ge57.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1269631972 13475 80.91.229.12 (26 Mar 2010 19:32:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Mar 2010 19:32:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 26 20:32:42 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NvFGp-0002bk-Tm for ged-emacs-devel@m.gmane.org; Fri, 26 Mar 2010 20:32:40 +0100 Original-Received: from localhost ([127.0.0.1]:47576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvFGp-0001ic-AZ for ged-emacs-devel@m.gmane.org; Fri, 26 Mar 2010 15:32:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvDyP-00015z-2x for emacs-devel@gnu.org; Fri, 26 Mar 2010 14:09:33 -0400 Original-Received: from [140.186.70.92] (port=52846 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvDyM-00013u-5m for emacs-devel@gnu.org; Fri, 26 Mar 2010 14:09:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvDyF-00075R-0F for emacs-devel@gnu.org; Fri, 26 Mar 2010 14:09:23 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:35787) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvDyE-00074r-Ms for emacs-devel@gnu.org; Fri, 26 Mar 2010 14:09:22 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KZW00000I8C8X00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 26 Mar 2010 21:09:21 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.176.135]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZW00MNOIFKCQ50@a-mtaout23.012.net.il>; Fri, 26 Mar 2010 21:09:21 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122714 Archived-At: > From: Helmut Eller > Cc: emacs-devel@gnu.org > Date: Fri, 26 Mar 2010 19:05:47 +0100 > > * Eli Zaretskii [2010-03-26 18:56+0100] writes: > > >> From: Helmut Eller > >> Cc: emacs-devel@gnu.org > >> Date: Fri, 26 Mar 2010 16:48:18 +0100 > >> > >> getsockopt is not Linux specific; it's pretty much part of the BSD > >> socket API and is available on Windows too. Why don't you just link it > >> in which would simplify wait_reading_process_output too? Why do the > >> Unix ports have to pay the price for the Window port? > > > > Perhaps you've missed this part of the fragment I posted: > > > > /* getsockopt(,,SO_ERROR,,) is said to hang on some systems. > > So only use it on systems where it is known to work. */ > > Have you test case to reproduce it? No. And I don't know enough about this issue to work on the problem, even if I did.