[Bug 3387] New: [IcedTea8] Installation fails on arm with AArch32 port as INSTALL_ARCH_DIR is arm, not aarch32
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon May 15 06:24:42 UTC 2017
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3387
Bug ID: 3387
Summary: [IcedTea8] Installation fails on arm with AArch32 port
as INSTALL_ARCH_DIR is arm, not aarch32
Product: IcedTea
Version: 8-hg
Hardware: arm
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 files in
/builddir/build/BUILD/icedtea-3.4.0/openjdk.build/images/j2sdk-image/lib/arm/*.so;
do \
if test "xno" = "xyes" -a ! -h ${files}; then \
name=$(basename ${files}) ; \
dir=$(echo $(dirname ${files}) | /usr/bin/sed
"s#/builddir/build/BUILD/icedtea-3.4.0/openjdk.build/images/j2sdk-image#/builddir/build/BUILD/icedtea-3.4.0/openjdk.build/images/j2sdk-image.stripped#")
; \
/usr/bin/install -c ${dir}/${name}.stripped
/builddir/build/BUILDROOT/java-1.8.0-icedtea-3.4.0-2.fc26.arm/usr/lib/jvm/java-1.8.0-icedtea-3.4.0/lib/arm/${name};
\
/usr/bin/install -c ${dir}/${name}.debug
/builddir/build/BUILDROOT/java-1.8.0-icedtea-3.4.0-2.fc26.arm/usr/lib/debug//usr/lib/jvm/java-1.8.0-icedtea-3.4.0/lib/arm;
\
else \
/usr/bin/install -c ${files}
/builddir/build/BUILDROOT/java-1.8.0-icedtea-3.4.0-2.fc26.arm/usr/lib/jvm/java-1.8.0-icedtea-3.4.0/lib/arm;
\
fi ; \
done
/usr/bin/install: cannot stat
'/builddir/build/BUILD/icedtea-3.4.0/openjdk.build/images/j2sdk-image/lib/arm/*.so':
No such file or directory
--
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/20170515/1feddf97/attachment-0001.html>
More information about the distro-pkg-dev
mailing list