From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7643: Build failure for SGI IRIX MIPS Date: Fri, 07 Oct 2011 14:48:19 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318013337 3941 80.91.229.12 (7 Oct 2011 18:48:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 18:48:57 +0000 (UTC) Cc: 7643@debbugs.gnu.org To: Rainer Orth Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 07 20:48:53 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RCFTY-0007tm-ED for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 20:48:52 +0200 Original-Received: from localhost ([::1]:37071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCFTY-00081s-0J for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 14:48:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCFTU-00081m-3t for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 14:48:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCFTT-0003aV-2m for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 14:48:48 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCFTT-0003aR-1C for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 14:48:47 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RCFTi-0008HD-8T for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 14:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Oct 2011 18:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7643 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 7643-submit@debbugs.gnu.org id=B7643.131801332131788 (code B ref 7643); Fri, 07 Oct 2011 18:49:02 +0000 Original-Received: (at 7643) by debbugs.gnu.org; 7 Oct 2011 18:48:41 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCFTM-0008Gf-SQ for submit@debbugs.gnu.org; Fri, 07 Oct 2011 14:48:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCFTI-0008GW-BM for 7643@debbugs.gnu.org; Fri, 07 Oct 2011 14:48:37 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RCFT1-0005cw-Ir; Fri, 07 Oct 2011 14:48:19 -0400 X-Spook: SAFE AVN Tony Blair Lexis-Nexis Ortega Rule Psix spies X-Ran: 8-2:E'q0]jAU^[V3e[|y[|/K=S\2H_`m3>?S9I\5+Wr%U:W\Qz3k~s*Vq{v~dcA);bRyc. X-Hue: green X-Attribution: GM In-Reply-To: (Rainer Orth's message of "Fri, 07 Oct 2011 11:20:56 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 07 Oct 2011 14:49:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52394 Archived-At: Rainer Orth wrote: > I fear that's exactly the problem: IPv6 support was only added in a > later update of IRIX 6.5 (don't recall exactly which one), so without > knowing what Nelson is (was) running, it's hard to tell. Maybe emacs > assumes IPv6 support unconditionally (or the test was insufficient)? Thanks for looking at this. However, all the relevant places in process.c seems to be inside #ifdef AF_INET6, where AF_INET6 is defined by the system headers, not by Emacs. So if IPv6 support is not present these sections should never be seen.