From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66834 invoked by alias); 3 May 2019 07:20:37 -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 66794 invoked by uid 89); 3 May 2019 07:20:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.2 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:8a522c6, H*f:sk:E1hM4JI, H*i:sk:E1hM4JI X-HELO: mailsec107.isp.belgacom.be Received: from mailsec107.isp.belgacom.be (HELO mailsec107.isp.belgacom.be) (195.238.20.103) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 May 2019 07:20:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1556868034; x=1588404034; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=S1k2woilh1eRnc6dfTpvZCf8NVBZiykB1RkoQNOghS8=; b=pG8nUCKGHp0ZQTVeivqSygFOP4FrgVyZqPXhjy+3GYUKDK7FFwB2telv mInyqrDywr7SlzNSQhvjuIeRGM7YEw==; Received: from 59.151-129-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.129.151.59]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 03 May 2019 09:20:31 +0200 Message-ID: <1556868031.1511.8.camel@skynet.be> Subject: Re: Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 8a522c6cab56bd55f1454638786f999f6f636354 From: Philippe Waroquiers To: gdb-buildbot@sergiodj.net, gdb-patches@sourceware.org Date: Fri, 03 May 2019 07:20:00 -0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00063.txt.bz2 On Thu, 2019-05-02 at 01:31 -0400, gdb-buildbot@sergiodj.net wrote: > Unfortunately it seems that there is a breakage on GDB. > > Commit title: 'Have 'thread|frame apply' style their output.' > Revision: 8a522c6cab56bd55f1454638786f999f6f636354 Note that this is the build failure when guile is enabled. It was fixed the 28 of April in fa731fa0d400568 Philippe