From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26590 invoked by alias); 24 Aug 2015 18:09:44 -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 26580 invoked by uid 89); 24 Aug 2015 18:09:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 24 Aug 2015 18:09:42 +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 (Postfix) with ESMTPS id 7AD43DB9; Mon, 24 Aug 2015 18:09:41 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7OI9d3A019181; Mon, 24 Aug 2015 14:09:39 -0400 Message-ID: <55DB5DE2.7080502@redhat.com> Date: Mon, 24 Aug 2015 18:09:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Eli Zaretskii CC: jan.kratochvil@redhat.com, ktietz@redhat.com, gdb-patches@sourceware.org, vinschen@redhat.com, nickc@redhat.com Subject: Re: [patch 1/2] mingw: update gnulib: prepare the sources References: <20141222221229.GA30575@host2.jankratochvil.net> <108241234.1319759.1419335690162.JavaMail.zimbra@redhat.com> <20141224222045.GA30482@host2.jankratochvil.net> <551044A0.9070607@redhat.com> <20150323170830.GA8493@host1.jankratochvil.net> <55104C7B.9060405@redhat.com> <83mw33r4y3.fsf@gnu.org> <55105420.40105@redhat.com> In-Reply-To: <55105420.40105@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00701.txt.bz2 On 03/23/2015 05:57 PM, Pedro Alves wrote: > I think it's good to first go with this simple approach to unblock a > gnulib import, and then we can always do some more invasive fix on > top, with no rush. > > However, it'd be good if someone could make sure that gdb > still actually works on Windows before pushing to master. > > I've pushed a gnulib import to current gnulib git to the > users/palves/gnulib-update branch (on sourceware.org). > > Can anyone give it a try on Windows? All I can easily > test is building.. 3/4 of a year passed since this process started, and this is meanwhile blocking even more things. I've now pushed it to master, after another round of build-testing against mingw-w64. Thanks, Pedro Alves