On Fri, Nov 17, 2017 at 12:32:20PM -0600, Jason Bacon wrote:
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.
I don't see this. (NetBSD 8.99.5/amd64)
# make patch
...
# md5 work/FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class
MD5 (work/FastQC/org/apache/commons/math3/distribution/IntegerDistribution.class) = 326bd29eaa7e102a547a751de7b28b57
# unzip -p /distfiles/fastqc_v0.11.5.zip */IntegerDistribution.class | md5
326bd29eaa7e102a547a751de7b28b57
# /usr/pkg/bin/unzip -p /distfiles/fastqc_v0.11.5.zip */IntegerDistribution.class | md5
326bd29eaa7e102a547a751de7b28b57
# ./work/.tools/bin/unzip -p /distfiles/fastqc_v0.11.5.zip */IntegerDistribution.class | md5
326bd29eaa7e102a547a751de7b28b57
Thomas