From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12159 invoked by alias); 17 Jan 2007 13:56:17 -0000 Received: (qmail 11892 invoked by uid 48); 17 Jan 2007 13:56:06 -0000 Date: Wed, 17 Jan 2007 13:56:00 -0000 Message-ID: <20070117135606.11891.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30454] [4.3 Regression] classpath/gnu/javax/crypto/jce/GnuCrypto.java:431: error: cannot find file for class gnu.javax.crypto.jce.mac.HMacSHA512Spi In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg01352.txt.bz2 ------- Comment #5 from tromey at gcc dot gnu dot org 2007-01-17 13:56 ------- Unfortunately I still haven't been able to reproduce this. I do have a few questions: I'd like to see more of the build log, in particular what happened before the failing command. Does the failing gcj invocation work if you try it from the command line? Try it with -v, too, since that may be interesting. > cannot find file for class gnu.javax.crypto.jce.mac.HMacSHA512Spi Look in trunk/libjava/classpath/lib/gnu/javax/crypto/jce/mac. Does HMacSHA512Spi.class exist? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30454