[Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5

2006-08-22 Thread fitzsim at redhat dot com


--- Comment #3 from fitzsim at redhat dot com  2006-08-22 20:41 ---
Fixed on trunk by commit for PR 27890.


-- 

fitzsim at redhat dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28775



[Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5

2006-08-21 Thread tromey at gcc dot gnu dot org


--- Comment #2 from tromey at gcc dot gnu dot org  2006-08-21 22:19 ---
This looks related to PR 27890.
FWIW I thought we no longer needed a .security file to be installed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28775



[Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5

2006-08-18 Thread bero at arklinux dot org


--- Comment #1 from bero at arklinux dot org  2006-08-18 19:10 ---
The problem is that classpath.security gets installed to /usr/lib/security
only, but not /usr/lib64/security.


Running
cp /usr/lib/security/classpath.secruity /usr/lib64/security
after installing gcc fixes it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28775