From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 322 invoked by alias); 24 Aug 2007 05:51:31 -0000 Received: (qmail 32668 invoked by uid 22791); 24 Aug 2007 05:51:29 -0000 X-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from rgminet01.oracle.com (HELO rgminet01.oracle.com) (148.87.113.118) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 05:51:21 +0000 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id l7O5pIau000628 for ; Thu, 23 Aug 2007 23:51:18 -0600 Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l7O5d8bh013007 for ; Thu, 23 Aug 2007 23:51:17 -0600 Received: from alchar.org by acsmt352.oracle.com with ESMTP id 3155650821187934613; Thu, 23 Aug 2007 22:50:13 -0700 Date: Fri, 24 Aug 2007 05:51:00 -0000 From: Kris Van Hees To: frysk@sourceware.org Subject: Again the build is broken :( Message-ID: <20070824055011.GA19064@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00335.txt.bz2 Again, we have a broken build with the following error: <> Running autoconf ... for libunwind Running aclocal ... for frysk-imports Running autoconf ... for frysk-imports Running automake ... for frysk-imports configure.ac: installing `./install-sh' configure.ac: installing `./missing' tests/Makefile.am: installing `./compile' tests/Makefile.am: installing `./depcomp' common/frysk-common.ac:222: installing `./config.guess' common/frysk-common.ac:222: installing `./config.sub' common/Makefile.rules:101: variable `GEN_GCJ_LDADD' is defined but no program or common/Makefile.rules:101: library has `GEN_GCJ' as canonic name (possible typo) Makefile.am:40: `common/Makefile.rules' included from here Problem in directory frysk-imports ../frysk_config/autogen.sh: line 57: ../frysk_config/configure: No such file or directory The cause seems to be the following commit: 2007-08-23 Andrew Cagney * Makefile.rules (fryski, gij.sh): Delete targets. I hope Mark or anyone else in a more convenient timezone may be able to commit a fix for this. Still recovering a bit from my travel yesterday, I'm more likely to cause additional problems than to solve this one right now. Finally, it seems like we're getting a lot more broken build cases lately than we've had in the past months. I am not sure what is causing this, because it seems like there have not really been any procedural changes that would cause this regression in quality. That leaves the question: what can we do about this? Assuming pre-commit testing is being done appropriately (i.e. using a clean slate - no left over configure scipts etc generated in a previous build), a problem like this can only be the result of a problem in how we perform the pre-commit testing. What can we do to improive upon it? Cheers, Kris