[Bug 2454] New: [IcedTea8] install-data-local needs to check that classes.jsa actually exists
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Jun 18 19:26:32 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2454
Bug ID: 2454
Summary: [IcedTea8] install-data-local needs to check that
classes.jsa actually exists
Product: IcedTea
Version: 8-hg
Hardware: ppc64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
for vms in client server ; do \
if [ -d
/builddir/build/BUILD/icedtea-3.0.0pre04/openjdk.build/images/j2sdk-image/jre/lib/ppc64/${vms}
] ; then \
/usr/bin/install -c -m 644
/builddir/build/BUILD/icedtea-3.0.0pre04/openjdk.build/images/j2sdk-image/jre/lib/ppc64/${vms}/classes.jsa
\
/builddir/build/BUILDROOT/java-1.8.0-icedtea-3.0.0-0.el7_1.ppc64/usr/lib/jvm/java-1.8.0-icedtea-3.0.0.ppc64/jre/lib/ppc64/${vms}
; \
fi ; \
done
/usr/bin/install: cannot stat
'/builddir/build/BUILD/icedtea-3.0.0pre04/openjdk.build/images/j2sdk-image/jre/lib/ppc64/server/classes.jsa':
No such file or directory
We should just check that classes.jsa exists, rather than relying on
conditionals.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150618/c7513f2a/attachment.html>
More information about the distro-pkg-dev
mailing list