From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76826 invoked by alias); 29 May 2019 02:16:51 -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 75459 invoked by uid 89); 29 May 2019 02:16:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=UD:p.m, p.m, pm, HX-Languages-Length:1012 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 02:16:49 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 65DF41E077; Tue, 28 May 2019 22:16:46 -0400 (EDT) Subject: Re: Oh dear. I regret to inform you that commit 0e65dfbaf3a0299e4837216a103c28625d4b4f1d might be unfortunate To: gdb-buildbot@sergiodj.net, Nick Alcock , gdb-patches@sourceware.org References: <0e65dfbaf3a0299e4837216a103c28625d4b4f1d-master-breakage@gdb-build> From: Simon Marchi Message-ID: Date: Wed, 29 May 2019 02:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <0e65dfbaf3a0299e4837216a103c28625d4b4f1d-master-breakage@gdb-build> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00607.txt.bz2 On 2019-05-28 8:02 p.m., gdb-buildbot@sergiodj.net wrote: > My lords, ladies, gentlemen, members of the public. > > It is a matter of great regret and sadness to inform you that commit: > > libctf: build system > 0e65dfbaf3a0299e4837216a103c28625d4b4f1d > > might have made GDB unwell. Since I am just your Butler BuildBot, > I kindly ask that a human superior officer double-check this. > > Please note that if you are reading this message on gdb-patches, there might > be other builders broken. > > You can find more details about the unfortunate breakage in the next messages. > > Cheers, > > Your GDB BuildBot. > In case you have trouble spotting the error, I believe it is ../../binutils-gdb/libctf/ctf-archive.c:24:10: fatal error: endian.h: No such file or directory #include ^~~~~~~~~~ which you can find if you follow one of the "Full build" URLs in the other messages. Simon