This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SCM] master: Replace TestTypeEntry.java with TestTypeEntry.java-sh.


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 <scox@redhat.com>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]