This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Security test failures due to installation issues
- From: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>
- To: java at gcc dot gnu dot org
- Date: Thu, 14 Oct 2004 01:40:36 +0200 (CEST)
- Subject: Security test failures due to installation issues
Hello,
the newly added md5test and shatest test cases fail because
they produce the following unexpected output:
WARNING: could not properly read security provider files:
file:///home/weigand/fsf/gcc-head-install/lib/security/libgcj.security
file:///home/weigand/fsf/gcc-head-install/lib/security/classpath.security
Falling back to standard GNU security provider
This happens if you configure using a --prefix that points to
an empty directory and run the test suite before 'make install'.
Any ideas how to fix that? Generally speaking, 'make check'
should never access the install/prefix directory, but always
set up things so that files from the build directory are used
for the test. I have no idea how to achieve that for those
.security files, however ...
Thanks,
Ulrich
--
Dr. Ulrich Weigand
weigand@informatik.uni-erlangen.de