From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30189 invoked by alias); 3 Dec 2007 10:16:00 -0000 Received: (qmail 30182 invoked by uid 22791); 3 Dec 2007 10:15:59 -0000 X-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_20,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Dec 2007 10:15:50 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1Iz8L1-0002Be-Sy; Mon, 03 Dec 2007 11:15:47 +0100 Subject: Re: [SCM] master: Replace TestTypeEntry.java with TestTypeEntry.java-sh. From: Mark Wielaard To: frysk@sourceware.org Cc: scox@redhat.com In-Reply-To: <20071203031255.2823.qmail@sourceware.org> References: <20071203031255.2823.qmail@sourceware.org> Content-Type: text/plain Date: Mon, 03 Dec 2007 10:16:00 -0000 Message-Id: <1196676943.3072.17.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 (2.12.1-3.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) 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-q4/txt/msg00194.txt.bz2 Hi Stan, On Mon, 2007-12-03 at 03:12 +0000, scox@sourceware.org wrote: > Date: Sun Dec 2 21:54:54 2007 -0500 > > Replace TestTypeEntry.java with TestTypeEntry.java-sh. > > * TestTypeEntry.java-sh: New. > > commit e1a13c24e7064b8b391772b31df0663d40cc63c4 > Author: Stan Cox > Date: Sun Dec 2 21:45:26 2007 -0500 > > Replace TestTypeEntry.java-sh with TestTypeEntry.java > > * TestTypeEntryType.java-sh: Delete. > * TestTypeEntryValue.java-sh: Delete. > * TestTypeEntry.java: Delete > * TestTypeEntry.java-sh: New. > * gen-type-expect-tests.py (j.open): Remove reference to tool. > (j.prologue): Rename TypeTestbed. Add checkType and checkValue. > Remove compareEqual and class Expect. > (j.add_test) Remove reference to tool. > * funit-array.c: Delete. > * funit-enum.c: Delete. > * funit-scalar.c: Delete. > * funit-struct.c: Delete. Something in here seems to have broken parallel builds. If doing a make -j2 I get: /bin/sh ../../frysk/frysk-core/common/mkenum.sh < ../../frysk/frysk-core/frysk/value/Access.mkenum > frysk/value/Access.tmp frysk/value/Access.java CC='gcc'; export CC ; \ /bin/sh ../../frysk/frysk-core/frysk/debuginfo/TestTypeEntry.java-sh > frysk/debuginfo/TestTypeEntry.tmp frysk/debuginfo/TestTypeEntry.java Package frysk.value Class Access chmod a-w frysk/value/Access.tmp mv -f frysk/value/Access.tmp frysk/value/Access.java rm -f frysk/pkglibdir/funit-type-entry.tmp mkdir -p `dirname frysk/pkglibdir/funit-type-entry` CC='gcc'; export CC ; \ /bin/sh ../../frysk/frysk-core/frysk/pkglibdir/funit-type-entry.c-sh > frysk/pkglibdir/funit-type-entry.tmp frysk/pkglibdir/funit-type-entry.c make[1]: *** [frysk/debuginfo/TestTypeEntry.java] Error 1 make[1]: *** Waiting for unfinished jobs.... chmod a-w frysk/pkglibdir/funit-type-entry.tmp mv -f frysk/pkglibdir/funit-type-entry.tmp frysk/pkglibdir/funit-type-entry.c make[1]: Leaving directory `/home/mark/src/frysk-obj/frysk-core' make: *** [all-recursive] Error 1 Just doing the make again makes it build fine though. Could you take a look? Thanks, Mark