In trying to figure out what this report is all about it looks like keytool chokes on already existing symlinks. Consider lines 6118ff of VarLogDistupgradeTermlog:
6118 Configurando ca-certificates-java (20080712ubuntu3) ... 6119 creating /etc/ssl/certs/java/cacerts... 6120 error de keytool: java.lang.Exception: Certificado no importado, el alias <brasil_gov_br> ya existe 6121 error adding brasil.gov.br/brasil.gov.br.crt 6122 error de keytool: java.lang.Exception: Certificado no importado, el alias <class3> ya existe 6123 error adding cacert.org/class3.crt 6124 error de keytool: java.lang.Exception: Certificado no importado, el alias <root> ya existe 6125 error adding cacert.org/root.crt 6126 error de keytool: java.lang.Exception: Certificado no importado, el alias <ca> ya existe 6127 error adding debconf.org/ca.crt 6128 error de keytool: java.lang.Exception: Certificado no importado, el alias <abaecom_sub_am_bankers_assn_root_ca> ya existe 6129 * Changes will take effect when all current X sessions have ended. 6130 error adding mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt 6131 error de keytool: java.lang.Exception: Certificado no importado, el alias <addtrust_external_root> ya existe 6132 error adding mozilla/AddTrust_External_Root.crt 6133 error de keytool: java.lang.Exception: Certificado no importado, el alias <addtrust_low_value_services_root> ya existe 6134 error adding mozilla/AddTrust_Low-Value_Services_Root.crt 6135 error de keytool: java.lang.Exception: Certificado no importado, el alias <addtrust_public_services_root> ya existe 6136 l_gov_br> ya existe 6137 error adding mozilla/AddTrust_Public_Services_Root.crt 6138 error de keytool: java.lang.Exception: Certificado no importado, el alias <addtrust_qualified_certificates_root> ya existe 6139 3> ya existe 6140 error adding mozilla/AddTrust_Qualified_Certificates_Root.crt 6141 error de keytool: java.lang.Exception: Certificado no importado, el alias <america_online_root_certification_authority_1> ya existe 6142 ya existe [...] Note that I have not tried to reproduce this on my system and instead merely looked at the reporter's logs. -- package ca-certificates-java 20080712ubuntu3 failed to install/upgrade: https://bugs.launchpad.net/bugs/319088 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
