From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13318 invoked by alias); 19 Dec 2019 19:17:59 -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 13270 invoked by uid 89); 19 Dec 2019 19:17:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.2 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPAM_URI,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=no version=3.3.1 spammy=likes, sk:sourcew, our X-HELO: mail-oi1-f169.google.com Received: from mail-oi1-f169.google.com (HELO mail-oi1-f169.google.com) (209.85.167.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Dec 2019 19:17:56 +0000 Received: by mail-oi1-f169.google.com with SMTP id 18so2810097oin.9 for ; Thu, 19 Dec 2019 11:17:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p4q9RHwHMTbuMb1k67CXHpQJ29APxDWd7D1NFmRgVyo=; b=kk9ugGpfmaUn8WQTMUk9XIxz9sApdkSLA3pDeXGr2HPv7fL4w7AG7yq0eDECqr0RlY ZfrsdiaKzgeiRji9ro3rqbiQZPdmbslhGYLMtcCVvuDdRjZf8a8W6bZhUeEAphgzkMUw mKz0nr+Anc7K+ytMqneozC3RzWZRSbggxG1sPrtEz4cxLF+W+QiD6WmlbmHlwtkP4GG3 4JqoKOfImjd3dR83VkEApgyLEbK9dn5CcmCHgm2zQYV6Ltd/j08fdUa1cZ0C6GlQcPOR B8zbKDhT65qadnmmo4pEhJG5HPHRfoBPHUJCKbaPXvMG0kbPQNSG4JSPrIRj2nzTtjPc k8ZQ== MIME-Version: 1.0 References: <20191211214745.E1CF0838D4@joel.gnat.com> <83tv604239.fsf@gnu.org> <835zic2wer.fsf@gnu.org> In-Reply-To: <835zic2wer.fsf@gnu.org> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Thu, 19 Dec 2019 19:17:00 -0000 Message-ID: Subject: Re: GDB 9.0.90 available for testing To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00834.txt.bz2 On Thu, Dec 19, 2019 at 9:00 AM Eli Zaretskii wrote: > > > From: Christian Biesinger > > Date: Wed, 18 Dec 2019 14:19:18 -0600 > > Cc: Joel Brobecker , gdb-patches > > > > On Mon, Dec 16, 2019 at 11:23 AM Eli Zaretskii wrote: > > > 2. readline/colors.c fails to compile because it uses the likes of > > > S_IXGRP and S_IXOTH, which aren't defined in MinGW. The solution > > > is to patch readline/posixstat.h to add the missing defines (it > > > tries to do so, but makes assumptions that don't do a perfect job). > > > > FWIW, I've reported this at https://osdn.net/projects/mingw/ticket/39856 > > Thanks. > > > I would suggest patching readline locally and also sending a patch > > upstream; that's what I did in > > http://sourceware-org.1504.n7.nabble.com/PATCH-readline-Fix-compilation-on-MinGW-td585030.html > > I've now reported the problem to Readline developers. Should I go > ahead and patch our local copy, or should I wait for the Readline > developers to respond? Looks like Chet acknowledged the patch: https://lists.gnu.org/archive/html/bug-readline/2019-12/msg00003.html Given the unusual way the readline git repository is managed, probably best to patch it locally for now? (not like I have any authority here...) Christian