Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8680
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java, linux.debian.bugs.dist |
| Subject | How to inject Java dependency properly [Was: Bug#784057: fastqc: Package doesn't list java as a dependency] |
| Date | 2015-12-20 16:30 +0100 |
| Message-ID | <qHO5Q-2iv-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Hi,
I was assuming that adding a
Depends: ${misc:Depends}, ${java:Depends}
would be sufficient to add a fitting JRE as a dependency and I'm now
realising that this is not the case. Not even the implicite depends
from some lib*-java packages does help here. On the other hand if I
look at the package figtree
Depends: ${misc:Depends}, ${java:Depends}
is resolved to
Depends: default-jre | java6-runtime | java7-runtime, jarwrapper (>= 0.5), libbatik-java, ...
I wonder how this difference came and what I did wrong in the fastqc
package.
Kind regards
Andreas.
----- Forwarded message from Hans Joachim Desserud <debian@desserud.org> -----
Dear Maintainer,
If I install fasqc on a system without an JRE, I get the following error:
$ fastqc
Can't exec "java": No such file or directory at /usr/bin/fastqc line 256.
After installing `default-jre` it works as expected. Please add a
dependency on Java for this package.
Originally reported in Ubuntu as
https://bugs.launchpad.net/ubuntu/+source/fastqc/+bug/1443437
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
How to inject Java dependency properly [Was: Bug#784057: fastqc: Package doesn't list java as a dependency] Andreas Tille <andreas@an3as.eu> - 2015-12-20 16:30 +0100 Re: How to inject Java dependency properly [Was: Bug#784057: fastqc: Package doesn't list java as a dependency] Markus Koschany <apo@gambaru.de> - 2015-12-20 18:30 +0100
csiph-web