Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663566 - dev-java/oracle-jdk-bin-1.8.0.181 misses the derby db
Summary: dev-java/oracle-jdk-bin-1.8.0.181 misses the derby db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2018-2938, CVE-2018-2940, CVE-2018-2941, CVE-2018-2952, CVE-2018-2964, CVE-2018-2972, CVE-2018-2973
  Show dependency tree
 
Reported: 2018-08-14 09:18 UTC by Ulenrich
Modified: 2018-08-14 18:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulenrich 2018-08-14 09:18:28 UTC
USE=derby fails with dev-java/oracle-jdk-bin-1.8.0.181
---
removed 'jre/lib/fontconfig.Turbo.properties.src'
removed 'jre/lib/fontconfig.bfc'
removed 'jre/lib/fontconfig.properties.src'
cp: cannot stat 'db': No such file or directory
 * ERROR: dev-java/oracle-jdk-bin-1.8.0.181::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 124:  Called src_install
 *   environment, line 2814:  Called die
 * The specific snippet of code:
 *           cp -pPR db "${ddest}" || die;
 * 
---

And I cannot find any derby "db" sub directory in the downloaded 
jdk-8u181-linux-x64.tar.gz
I have sha256sum tested this Oracle download for sure! 

Workaround: This is successfully merging:
USE="-derby" emerge dev-java/oracle-jdk-bin
Comment 1 Ulenrich 2018-08-14 09:58:01 UTC
I guess this should block stable keyword as all USE should be working
Comment 2 Larry the Git Cow gentoo-dev 2018-08-14 18:52:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a338d8cd4a4bec0bd291129f0ce23509af187a

commit 42a338d8cd4a4bec0bd291129f0ce23509af187a
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2018-08-14 18:51:28 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2018-08-14 18:51:28 +0000

    dev-java/oracle-jdk-bin: Drop derby USE flag from 1.8.0.181
    
    Derby is not included in this release.
    
    Closes: https://bugs.gentoo.org/663566
    Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.181.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)