Dan Vratil wrote:
Hello, while updating ca-certificates from [testing] (20080809-5 -> 20090709-1) I got following output. It looks like output from a Java application so it could be related to ca- certificates-java - maybe it needs update/rebuild?
(1/6) upgrading ca-certificates [##################################################################################################] 100% WARNING: class3.pem does not contain a certificate or CRL: skipping WARNING: root.pem does not contain a certificate or CRL: skipping WARNING: UTN_USERFirst_Object_Root_CA.pem does not contain a certificate or CRL: skipping WARNING: QuoVadis_Root_Certification_Authority.pem does not contain a certificate or CRL: skipping Updating certificates in /etc/ssl/certs... 4 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... updating keystore /etc/ssl/certs/java/cacerts... keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available error adding /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem Certificate was added to keystore added: /etc/ssl/certs/DigiNotar_Root_CA.pem Certificate was added to keystore added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem Certificate was added to keystore added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem failed. E: /etc/ca-certificates/update.d/jks-keystore exited with code 1. done.
And something from /var/log/pacman.log:
[2009-07-12 13:19] Updating certificates in /etc/ssl/certs... 4 added, 0 removed; done. [2009-07-12 13:19] Running hooks in /etc/ca-certificates/update.d.... [2009-07-12 13:19] updating keystore /etc/ssl/certs/java/cacerts... [2009-07-12 13:19] keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available [2009-07-12 13:19] added: /etc/ssl/certs/DigiNotar_Root_CA.pem [2009-07-12 13:19] added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem [2009-07-12 13:19] added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem [2009-07-12 13:19] E: /etc/ca-certificates/update.d/jks-keystore exited with code 1. [2009-07-12 13:19] done.
I got the same thing too. Note that reinstalling the latest version does not give the errors so I'm not sure how important this is... Allan