bugGNU Crypto - Bugs: bug #17699, CVS 2.10 GCJ Makefile.am bug

 
 

bug #17699: CVS 2.10 GCJ Makefile.am bug

Submitter:  None
Submitted:  Mon 11 Sep 2006 09:38:25 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 11 Sep 2006 09:49:47 AM UTC, comment #1: 

Just forget SquareKey. Here it is an update:

--------------CUT -------------------------------
--- gcj/source/Makefile.am      2006-09-11 14:50:47.000000000 +0500
+++ build/source/Makefile.am    2006-09-11 14:53:10.000000000 +0500
@@ -207,16 +207,27 @@
        gnu/crypto/jce/cipher/TwofishSpi.java \
        \
        gnu/crypto/jce/key/AnubisKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/AnubisSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/BlowfishKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/Cast5KeyGeneratorImpl.java \
+       gnu/crypto/jce/key/Cast5SecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/DESKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/DESSecretKeyFactoryImpl.java \
+       gnu/crypto/jce/key/DESedeSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/KhazadKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/KhazadSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/RijndaelKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SecretKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/SecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SerpentKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/SerpentSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SquareKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/SquareSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/TripleDESKeyGeneratorImpl.java \
        gnu/crypto/jce/key/TwofishKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/TwofishSecretKeyFactoryImpl.java \
        \
        gnu/crypto/jce/mac/HMacHavalSpi.java \
        gnu/crypto/jce/mac/HMacMD2Spi.java \
-------------------CUT---------------------------------------

Anonymous
Mon 11 Sep 2006 09:38:25 AM UTC, original submission:  

If you will try to build GNU Crypto like that:

./autogen.sh \
                --prefix=%{_prefix} \
                --with-jce \
                --with-jce-jar=%{_datadir}/java \
                --with-sasl \
                --with-security \
                --enable-shared \
                --enable-static \
                --with-gnu-ld \
                --with-pic

, then you will see that org::crypto::jce::key::*SecretKeyFactoryImpl.class$ cannot be found. This could be fixed with the next patch:

--------------------------- CUT HERE --------------------------
--- gcj/source/Makefile.am      2005-10-06 09:24:11.000000000 +0500
+++ build/source/Makefile.am    2006-09-11 14:23:25.000000000 +0500
@@ -207,16 +207,26 @@
        gnu/crypto/jce/cipher/TwofishSpi.java \
        \
        gnu/crypto/jce/key/AnubisKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/AnubisSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/BlowfishKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/Cast5KeyGeneratorImpl.java \
+       gnu/crypto/jce/key/Cast5SecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/DESKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/DESSecretKeyFactoryImpl.java \
+       gnu/crypto/jce/key/DESedeSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/KhazadKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/KhazadSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/RijndaelKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SecretKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/SecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SerpentKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/SerpentSecretKeyFactoryImpl.java \
        gnu/crypto/jce/key/SquareKeyGeneratorImpl.java \
        gnu/crypto/jce/key/TripleDESKeyGeneratorImpl.java \
        gnu/crypto/jce/key/TwofishKeyGeneratorImpl.java \
+       gnu/crypto/jce/key/TwofishSecretKeyFactoryImpl.java \
        \
        gnu/crypto/jce/mac/HMacHavalSpi.java \
        gnu/crypto/jce/mac/HMacMD2Spi.java \
--------------------------- CUT HERE --------------------------

WIth best regards,

Vladislav "Tanuki" Mukhailikov

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code