libffi test failure due to DejaGNU?

Tom Tromey tromey@redhat.com
Thu Nov 8 18:22:00 GMT 2007


>>>>> "Andy" == Andy Tai <atai@atai.org> writes:

I'm sorry about the long delay in my reply.

Andy> ERROR: (DejaGnu) proc "set_ld_library_path_env_vars" does not exist.

This happens because libffi's test suite tries to load some .exp files
from gcc -- but those aren't in the standalone libffi repository:

proc load_gcc_lib { filename } {
    global srcdir
    load_file $srcdir/../../gcc/testsuite/lib/$filename
}

The fix is to copy those over and fix the proc.

This probably causes the later error.  This is where I'd start anyway...

Tom



More information about the Libffi-discuss mailing list