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]

Re: GCC CVS broken: Class or interface 'gnu.java.security.pkcs.SignerInfo' not found in import


On Sat, Feb 26, 2005 at 05:51:10PM -0500, Stephen Torri wrote:
> The past week this error has been residing in CVS. I did an update via
> cvs today. Since I am curious about gcc's development I thought I would
> try and build the cvs version. Hope this information is helpful.
> 
> Stephen
> 
> make[1]: Entering directory
> `/home/storri/src/gcc_build/i686-pc-linux-gnu/libjava'
> /home/storri/src/gcc_build/gcc/gcj -B/home/storri/src/gcc_build/gcc/
> -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
> -isystem /usr/local/i686-pc-linux-gnu/include
> -isystem /usr/local/i686-pc-linux-gnu/sys-include --encoding=UTF-8
> -Wno-deprecated -C -g -classpath ''
> -bootclasspath /home/storri/src/gcc_build/i686-pc-linux-gnu/libjava':'../../../gcc/libjava':'../../../gcc/libjava/external/w3c_dom':'../../../gcc/libjava/external/sax -d /home/storri/src/gcc_build/i686-pc-linux-gnu/libjava ../../../gcc/libjava/java/lang/Class.java
> ../../../gcc/libjava/java/util/jar/JarFile.java:44: error: Class or
> interface 'gnu.java.security.pkcs.SignerInfo' not found in import.
>    import gnu.java.security.pkcs.SignerInfo;
>           ^
> ../../../gcc/libjava/java/util/jar/JarFile.java:520: error: Type
> 'PKCS7SignedData' not found in the declaration of the local variable
> 'sig'.
>                    PKCS7SignedData sig = null;
>                    ^
> ../../../gcc/libjava/java/util/jar/JarFile.java:563: error: Type
> 'PKCS7SignedData' not found in the declaration of the local variable
> 'sig'.
>            PKCS7SignedData sig = (PKCS7SignedData) pkcs7Dsa.get(alias);
>            ^
> ../../../gcc/libjava/java/util/jar/JarFile.java:627: error: Type
> 'SignerInfo' not found in the declaration of the argument 'signerInfo'
> of method 'verify'.
>      private void verify(Certificate[] certs, SignerInfo signerInfo,
>                                               ^
> 4 errors
> make[1]: *** [java/lang/Class.class] Error 1
> make[1]: Leaving directory
> `/home/storri/src/gcc_build/i686-pc-linux-gnu/libjava'
> make: *** [all-target-libjava] Error 2

I can build it fine here every day.

Does the file libjava/gnu/java/security/pkcs/SignerInfo.java exist for you ?
If not, your checkout is broken. Make sure you use "cvs update -dP".


Michael
-- 
Java Trap: http://www.gnu.org/philosophy/java-trap.html


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