From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90349 invoked by alias); 20 Jul 2015 10:13:45 -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 90340 invoked by uid 89); 20 Jul 2015 10:13:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f181.google.com Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com) (209.85.212.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 20 Jul 2015 10:13:43 +0000 Received: by wicgb10 with SMTP id gb10so22288090wic.1 for ; Mon, 20 Jul 2015 03:13:40 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.97.7 with SMTP id dw7mr20518438wib.74.1437387220220; Mon, 20 Jul 2015 03:13:40 -0700 (PDT) Received: by 10.27.11.33 with HTTP; Mon, 20 Jul 2015 03:13:40 -0700 (PDT) In-Reply-To: <55A94B87.5060901@codesourcery.com> References: <20150717175328.GA15874@adacore.com> <55A94617.1040701@codesourcery.com> <20150717183246.GC7406@adacore.com> <55A94B87.5060901@codesourcery.com> Date: Mon, 20 Jul 2015 10:13:00 -0000 Message-ID: Subject: Re: GDB 7.10 release 2015-07-17 status update? From: Iain Buclaw To: Luis Machado Cc: Joel Brobecker , gdb-patches@sourceware.org, keiths@redhat.com, Jan Kratochvil , yunlian@google.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00550.txt.bz2 On 17 July 2015 at 20:37, Luis Machado wrote: > On 07/17/2015 03:32 PM, Joel Brobecker wrote: >>> >>> Do we consider the fact that mingw32 (and maybe other non-GNU) builds >>> have >>> been broken since this libiberty sync a blocker/critical issue? >>> >>> https://sourceware.org/ml/gdb-patches/2015-06/msg00405.html >>> >>> Last we heard of it was here... >>> >>> https://sourceware.org/ml/gdb-patches/2015-06/msg00654.html >>> >>> But we received no word from Yunlian Jiang yet. >>> >>> Maybe it should be added to the wiki too? >> >> >> It's strange, it builds fine for me on Windows/MinGW - but perhaps >> the problem doesn't happen if you use MinGW64, which is what I think >> my compiler provides. >> >> But, back to your question, very definitely. If we can't even build >> on Windows, we should at least decide what to do next. I haven't seen >> the error; do you happen to have a link handy? Do you happen to have >> a link? >> > > Jan-Benedict posted one example here: > > https://sourceware.org/ml/gdb-patches/2015-06/msg00650.html > > I see something similar related to the implicit declaration of asprintf. I know that Pedro suggested fixing up bfd's configure.ac, has this been tried out? https://sourceware.org/ml/gdb-patches/2015-06/msg00654.html I can send in a patch, but admittedly I'll be making the change blind.