From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8606 invoked by alias); 12 Feb 2014 12:10:05 -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 8593 invoked by uid 89); 12 Feb 2014 12:10:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Feb 2014 12:09:59 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1CC9ohR020004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 12 Feb 2014 07:09:51 -0500 Received: from host2.jankratochvil.net (ovpn-116-93.ams2.redhat.com [10.36.116.93]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1CC9jO0019532 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 12 Feb 2014 07:09:48 -0500 Date: Wed, 12 Feb 2014 12:10:00 -0000 From: Jan Kratochvil To: Joel Brobecker 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: <20140212120945.GA2109@host2.jankratochvil.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140212030012.GO5485@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00402.txt.bz2 On Wed, 12 Feb 2014 04:00:12 +0100, Joel Brobecker wrote: > - 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. 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. Regards, Jan