pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Java class file corrupted during extract
Can anybody explain this?
When installing wip/fastqc via pkgsrc, one of the Java programs fails
with an internal error. I found that the checksum on the class file is
wrong when it's unpackedby pkgsrc, but correct if I unpack it manually
using the same unzip command.
Thanks,
JB
[root@sciprog2 fastqc]# bmake extract
=> Bootstrap dependency digest>=20010302: found digest-20160304
=> Checksum SHA1 OK for fastqc_v0.11.5.zip
=> Checksum RMD160 OK for fastqc_v0.11.5.zip
=> Checksum SHA512 OK for fastqc_v0.11.5.zip
===> Installing dependencies for fastqc-0.11.5
=> Tool dependency pax>=20040802: found pax-20080110nb2
=> Tool dependency unzip-[0-9]*: found unzip-6.0nb8
=> Tool dependency checkperms>=1.1: found checkperms-1.11nb1
=> Build dependency cwrappers>=20150314: found cwrappers-20170611
=> Full dependency perl>=5.0: found perl-5.26.0nb3
===> Overriding tools for fastqc-0.11.5
===> Extracting for fastqc-0.11.5
which unzip
/home/sharedapps/pkgsrc-2017Q3/wip/fastqc/work/.tools/bin/unzip
[root@sciprog2 fastqc]# md5sum
work/FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class
31a923c5ebb7160f326798871f556f96
work/FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class
[root@sciprog2 fastqc]#
/home/sharedapps/pkgsrc-2017Q3/wip/fastqc/work/.tools/bin/unzip -q
/sharedapps/pkgsrc-2017Q3/distfiles/fastqc_v0.11.5.zip
[root@sciprog2 fastqc]# md5sum
FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class
326bd29eaa7e102a547a751de7b28b57
FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class
--
Earth is a beta site.
Home |
Main Index |
Thread Index |
Old Index