Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574668 - dev-java/oracle-jdk-bin: jce not unpacked
Summary: dev-java/oracle-jdk-bin: jce not unpacked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-14 05:35 UTC by *
Modified: 2016-02-14 09:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (oracle-jdk-bin.patch,341 bytes, patch)
2016-02-14 05:36 UTC, *
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description * 2016-02-14 05:35:59 UTC
It seems the jce is not unpacked:
>>> Source unpacked in /opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/work
>>> Preparing source in /opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/work/jdk ...
mv: cannot stat ‘/opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/work/UnlimitedJCEPolicyJDK8’: No such file or directory
 * ERROR: dev-java/oracle-jdk-bin-1.8.0.74::gentoo_prefix failed (prepare phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called __call-ebuildshell 'src_prepare'
 *   environment, line 219:  Called src_prepare
 *   environment, line 2615:  Called die
 * The specific snippet of code:
 *           mv "${WORKDIR}"/${JCE_DIR} jre/lib/security/ || die;
 *
 * If you need support, post the output of `emerge --info '=dev-java/oracle-jdk-bin-1.8.0.74::gentoo_prefix'`,
 * the complete build log and the output of `emerge -pqv '=dev-java/oracle-jdk-bin-1.8.0.74::gentoo_prefix'`.
 * The complete build log is located at '/opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/temp/build.log'.
 * The ebuild environment file is located at '/opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/temp/environment'.
 * Working directory: '/opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/work/jdk'
 * S: '/opt/gentoo/var/tmp/portage/dev-java/oracle-jdk-bin-1.8.0.74/work/jdk'

Reproducible: Always

Steps to Reproduce:
USE=jce emerge dev-java/oracle-jdk-bin
Comment 1 * 2016-02-14 05:36:40 UTC
Created attachment 425432 [details, diff]
patch
Comment 2 Fabian Groffen gentoo-dev 2016-02-14 09:07:28 UTC
Thanks, patch applied.