This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

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


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