From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52198 invoked by alias); 9 Aug 2018 19:55:18 -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 52174 invoked by uid 89); 9 Aug 2018 19:55:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=breakage, Unless, Unfortunately, sergio X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Aug 2018 19:55:15 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5914140216E8; Thu, 9 Aug 2018 19:55:14 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 763FB2026DE8; Thu, 9 Aug 2018 19:55:13 +0000 (UTC) Subject: Re: Breakage on builder Fedora-x86_64-w64-mingw32, revision f99d9b9f436dce02aa06839395c67d400b2a0de0 [gdb-8.1-branch] To: Simon Marchi , Sergio Durigan Junior References: <87lg9pbby7.fsf@redhat.com> <206639a56eca9fe5aa2a64629f200724@polymtl.ca> <87effgbj3b.fsf@redhat.com> <2f40eb298ead8b97bcd273167da5da15@polymtl.ca> <87a7q4bi2p.fsf@redhat.com> <58670db25a7013cf79b93229a0c80666@polymtl.ca> Cc: Joel Brobecker , gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Thu, 09 Aug 2018 19:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <58670db25a7013cf79b93229a0c80666@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-08/txt/msg00233.txt.bz2 On 08/02/2018 10:07 PM, Simon Marchi wrote: > 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". I think the easiest is to make this builder configure with --disable-intl. Thanks, Pedro Alves