This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi 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: libffi test failure due to DejaGNU?


>>>>> "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


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