From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15399 invoked by alias); 21 Mar 2013 08:31:29 -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 15371 invoked by uid 89); 21 Mar 2013 08:31:22 -0000 X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT autolearn=no version=3.3.1 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.201.48) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 08:30:52 +0000 Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2L8TUZv042429 ; Thu, 21 Mar 2013 09:29:30 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms12.u-strasbg.fr [130.79.204.112]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2L8TUSV007154 ; Thu, 21 Mar 2013 09:29:30 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r2L8TTs2018681 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 21 Mar 2013 09:29:29 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Frank Ch. Eigler'" , "'Joel Brobecker'" Cc: References: <20130310020607.GA11887@sourceware.org> <1363003431.5561.0@abidh-ubunto1104> <007701ce1e66$0383f480$0a8bdd80$@muller@ics-cnrs.unistra.fr> <20130311175838.GI3264@adacore.com> <000c01ce1ff8$d93d3260$8bb79720$@muller@ics-cnrs.unistra.fr> <20130320155138.GA5447@adacore.com> <001501ce2585$f5939110$e0bab330$@muller@ics-cnrs.unistra.fr> <005d01ce260c$b08fcc00$11af6400$@muller@ics-cnrs.unistra.fr> In-Reply-To: <005d01ce260c$b08fcc00$11af6400$@muller@ics-cnrs.unistra.fr> Subject: GDB nightly build failure (was ARI: Extend binary operator at EOL checks ) Date: Thu, 21 Mar 2013 12:01:00 -0000 Message-ID: <007901ce260e$34a74c60$9df5e520$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-03/txt/msg00777.txt.bz2 Sorry Frank, the crontab are already working, but they fail because bison and GNU flex packages are not installed on the new system. Could you please take care of this? Pierre Muller as ARI maintainer Extract of $HOMER/log/gdb.current dated March 21. 01.49 checking whether the target supports __sync_*_compare_and_swap... yes checking whether ADDR_NO_RANDOMIZE is declared... (cached) yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depdir commands mkdir -p -- .deps config.status: executing default commands Making info in doc Making info in po Making info in . Making info in po WARNING: `bison' missing on your system. You should only need it if you modified a `.y' file. You may need the `Bison' package in order for those modifications to take effect. You can get `Bison' from any GNU archive site. WARNING: `bison' missing on your system. You should only need it if you modified a `.y' file. You may need the `Bison' package in order for those modifications to take effect. You can get `Bison' from any GNU archive site. ada-lex.c missing and flex not available. make[3]: *** [ada-lex.c] Error 1 make[2]: *** [do-proto-toplev] Error 1 make[1]: *** [gdb-tar] Error 2 make: *** [gdb.tar] Error 2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pierre Muller > Envoy=E9=A0: jeudi 21 mars 2013 09:19 > =C0=A0: 'Frank Ch. Eigler'; 'Joel Brobecker' > Cc=A0: gdb-patches@sourceware.org > Objet=A0: RE: [RFA] ARI: Extend binary operator at EOL checks (was: About New > ARI warning Sun Mar 10 02:06:07 UTC 2013 in -D 2013-03-10-gmt) >=20 > > > =C0=A0: Pierre Muller > > > Cc=A0: gdb-patches@sourceware.org > > > Objet=A0: Re: [RFA] ARI: Extend binary operator at EOL checks (was: About > > New > > > ARI warning Sun Mar 10 02:06:07 UTC 2013 in -D 2013-03-10-gmt) > > > > > > > Here is a propsoal for this, > > > > it extends the tested binray operator list from > > > > &&, ||, !=3D and =3D=3D > > > > to > > > > &&, ||, !=3D, =3D=3D,+, -, / and *. > > > [...] > > > > I did not (yet) change the document of the ARI > > > > because this generates a long list of false ARI changes, > > > > thus I plan to do it later so that the true new ARI > > > > warnings generated by this change are not shadowed by > > > > this. > > > > > > Not sure if you were waiting for feedback from us or not, before > > > checking it in? Looks like a nice addition to the current list. > > Yes indeed, I take this as an approval and just committed > > the change. > > > > Tomorrow we will get a big list of new ARI warnings :)... >=20 > My prediction power was once again defeated :( >=20 > The reason is the change of machine hosting sourceware.org server. > It seems that both snapshots and ARI nightly page generation didn't restart > yet, > latest are from Monday 2AM, so before the switch. >=20 > Frank, is it normal that the gdbadmin cron jobs are still not working? > If yes, could you give us an estimation of when it will be restarted? >=20 > Thanks in advance, >=20 > Pierre Muller > as GDB ARI maintainer