Bug#809336: java-package: link points to nonexisting file
mhoram at gmx.de
mhoram at gmx.de
Thu Dec 31 09:41:25 UTC 2015
Hi Emmanuel,
thanks for your reply.
Am 31.12.2015 um 01:11 schrieb Emmanuel Bourg:
> Thank you for the report. Did you generate the package with the
> --with-system-certs option? How did you install it? Could you check if
> the package depends on ca-certificates-java? This is the package
> generating /etc/ssl/certs/java/cacerts.
I generated the package by calling
make-jpkg jdk-8u66-linux-x64.tar.gz
The generated package oracle-java8-jdk_8u66_amd64.deb
has a dependency on ca-certificates-java
Since I don't have any openjdk installed, I downloaded
ca-certificates-java_20140324_all.deb
and installed both packages by calling:
dpkg -i oracle-java8-jdk_8u66_amd64.deb
ca-certificates-java_20140324_all.deb
after which /etc/ssl/certs/java/cacerts does not exist.
Just tried a few variants and I found a workaround by calling instead of
the above:
dpkg -i ca-certificates-java_20140324_all.deb
oracle-java8-jdk_8u66_amd64.deb
(just switching the order of the debs) which does generate
/etc/ssl/certs/java/cacerts
After figuring this out, I am not sure anymore if this is an issue of
java-package or if this should be reported to dpkg or ca-certificates-java.
Best wishes
Markus
More information about the pkg-java-maintainers
mailing list