From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8367 invoked by alias); 13 Feb 2014 07:37:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 8347 invoked by uid 89); 13 Feb 2014 07:37:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 13 Feb 2014 07:37:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 169281164B9; Thu, 13 Feb 2014 02:37:25 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FFgEwckGF0nC; Thu, 13 Feb 2014 02:37:25 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A3FDF1164A4; Thu, 13 Feb 2014 02:37:24 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6BACFE041D; Thu, 13 Feb 2014 11:37:26 +0400 (RET) Date: Thu, 13 Feb 2014 07:37:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Eli Zaretskii , Paul Fertser , gdb-patches@sourceware.org, ktietz@redhat.com Subject: Re: getaddrinfo available on all GDB hosts? [Re: [PATCH v2] Add IPv6 support for remote TCP connections] Message-ID: <20140213073726.GU5485@adacore.com> References: <20140209172855.GA27131@host2.jankratochvil.net> <1392033768-16793-1-git-send-email-fercerpav@gmail.com> <831tzavrhw.fsf@gnu.org> <20140210170244.GO2320@home.lan> <83vbwmuaj8.fsf@gnu.org> <20140210195758.GA16956@host2.jankratochvil.net> <20140211034157.GG5485@adacore.com> <20140211200456.GA22728@host2.jankratochvil.net> <20140212030012.GO5485@adacore.com> <20140212120945.GA2109@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140212120945.GA2109@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00447.txt.bz2 > > - Email to gdb or gdb-announce to announce that ports XXX, YYY, and > > ZZZ are deprecated, and that GDB version 7.8 will be the last > > release supporting them. The decision can be reverted if someone > > commits to maintaining that port; > > Did you mean to write there 7.7? Otherwise for example the import of IPv6 > getaddrinfo is still blocked. Yes, sorry. > I failed to build (make failed to find how to build file "-lz") GDB even on > AIX - on gcc111.fsffrance.org - which should be a supported OS (by you > coincidentally) so I have doubts GDB is buildable on OSes no one even tests. I did so on gcc111 not so long ago, and now that we have our ppc-aix machine back, we build it routinely. For the other platforms, I cannot say. -- Joel