From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61939 invoked by alias); 18 Dec 2019 20:19:58 -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 61894 invoked by uid 89); 18 Dec 2019 20:19:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.3 required=5.0 tests=AWL,BAYES_20,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=ticket, posixstath, colors.c, s_ixgrp X-HELO: mail-oi1-f181.google.com Received: from mail-oi1-f181.google.com (HELO mail-oi1-f181.google.com) (209.85.167.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2019 20:19:56 +0000 Received: by mail-oi1-f181.google.com with SMTP id b8so1834188oiy.5 for ; Wed, 18 Dec 2019 12:19: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=RHkNxOEUcWStKp2fNHRoIloGjU6DvlCpiy65W+/yaTY=; b=op1nfTEEmOuTjwQrh80ckSwGI4QWpiuVPkD7QA7J6O+IKZ9hJPIlPwIZ7P1ZGDdmvq IrZDNG2OYWOI/u5dBqZi9pku1XgnR5MH6tICAfgahyRkh4D9uJ7iBmLHouK9ns8YUjcz UtY8XRj5nQjIwxbGe9OGMgzAyTqk0+3PSE4UCXMwA2n+A6jx/GHaYyuLsF+bnk3gOjbe LSmeK3Wk1TylZ/P/jbx/izF9pWGW1Vp7bwLekLCh1/wA18xUxzIcJg/SSVCDOvx0lDte oCrj/z6r9uqGflyViTsBN4INORDtEj/IVdfKID4gPHE7XYN3YlR9W0dLIIMm4gz2+PSj koIw== MIME-Version: 1.0 References: <20191211214745.E1CF0838D4@joel.gnat.com> <83tv604239.fsf@gnu.org> In-Reply-To: <83tv604239.fsf@gnu.org> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Wed, 18 Dec 2019 20:19: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/msg00794.txt.bz2 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 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 Christian