From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39851 invoked by alias); 2 Aug 2018 21:08:08 -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 39814 invoked by uid 89); 2 Aug 2018 21:08:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Aug 2018 21:08:05 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w72L7wn2008317 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 2 Aug 2018 17:08:03 -0400 Received: by simark.ca (Postfix, from userid 112) id A40C41EF36; Thu, 2 Aug 2018 17:07:58 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 570E71E183; Thu, 2 Aug 2018 17:07:57 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 02 Aug 2018 21:08:00 -0000 From: Simon Marchi To: Sergio Durigan Junior Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: Breakage on builder Fedora-x86_64-w64-mingw32, revision f99d9b9f436dce02aa06839395c67d400b2a0de0 [gdb-8.1-branch] In-Reply-To: <87a7q4bi2p.fsf@redhat.com> References: <87lg9pbby7.fsf@redhat.com> <206639a56eca9fe5aa2a64629f200724@polymtl.ca> <87effgbj3b.fsf@redhat.com> <2f40eb298ead8b97bcd273167da5da15@polymtl.ca> <87a7q4bi2p.fsf@redhat.com> Message-ID: <58670db25a7013cf79b93229a0c80666@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00055.txt.bz2 On 2018-08-02 16:59, Sergio Durigan Junior wrote: > On Thursday, August 02 2018, Simon Marchi wrote: > >> On 2018-08-02 16:37, Sergio Durigan Junior wrote: >>> You mean on BuildBot? Unfortunately it's not that easy to execute >>> generic commands on the slave with the way things are configure right >>> now :-/. What I will do (and was indeed planning to do) is >>> temporarily >>> disable e-mail notifications for this builder until we figure out a >>> fix >>> for the issue. >> >> Ah ok, I had hoped you could fit it in one of these steps >> (ConfigureGDB or CompileGDB): >> >> https://git.sergiodj.net/gdb-buildbot.git/tree/master.cfg#n755 >> >> But too bad if it's not possible. > > It's possible, but not very easy to do that per-builder, which is what > you're proposing, right? Unless you think we should do that for every > builder, in which case it'd be simpler, indeed. I think it doesn't hurt to do it on every builder, at worst it's useless. The other builders could suffer from the same problem, in theory, but I suppose they don't because they use the system gettext instead of the included one in intl/. You can "reproduce" the problem in any build by doing "touch $srcdir/intl/plural.y" and "cd $builddir/intl; make plural.o". Simon