Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753575 - dev-java/openjdk-bin-8.272_p10: installation fails because of wrong source directory
Summary: dev-java/openjdk-bin-8.272_p10: installation fails because of wrong source di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-08 15:36 UTC by Stefan Langenmaier
Modified: 2020-11-08 20:39 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_753575.txt,4.90 KB, text/plain)
2020-11-08 15:37 UTC, Stefan Langenmaier
Details
build.log (file_753575.txt,1.48 KB, text/plain)
2020-11-08 15:38 UTC, Stefan Langenmaier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Langenmaier 2020-11-08 15:36:35 UTC
The installation of dev-java/openjdk-bin-8.272_p10 fails because it seems to have change in the package from

/var/tmp/portage/dev-java/openjdk-bin-8.272_p10

to

/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/work/jdk8u272-b10-aarch32-20201026/

Reproducible: Always

Steps to Reproduce:
1. emerge dev-java/openjdk-bin

Actual Results:  
>>>  '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/temp/build.log'
 * Messages for package dev-java/openjdk-bin-8.272_p10 merged to /build/rootfs/:
 * ERROR: dev-java/openjdk-bin-8.272_p10::gentoo failed (prepare phase):
 *   The source directory '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/work/jdk8u272-b10' doesn't exist
 * 
 * Call stack:
 *            ebuild.sh, line  762:  Called __ebuild_main 'prepare'
 *   phase-functions.sh, line 1050:  Called __dyn_prepare
 *   phase-functions.sh, line  384:  Called die
 * The specific snippet of code:
 *   		die "The source directory '${S}' doesn't exist"
 * 
 * If you need support, post the output of `emerge --info '=dev-java/openjdk-bin-8.272_p10::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-java/openjdk-bin-8.272_p10::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/homedir'
 * S: '/var/tmp/portage/dev-java/openjdk-bin-8.272_p10/work/jdk8u272-b10'

Expected Results:  
package installs
Comment 1 Stefan Langenmaier 2020-11-08 15:37:29 UTC
Created attachment 670460 [details]
emerge --info
Comment 2 Stefan Langenmaier 2020-11-08 15:38:43 UTC
Created attachment 670463 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2020-11-08 20:39:05 UTC
The bug has been closed via the following commit(s):

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

commit c75e8e3f4b3759cf37a4aca98e5330fc8b4dd4fe
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-11-08 20:20:38 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-11-08 20:20:59 +0000

    dev-java/openjdk-bin: fix installation on arm
    
    Closes: https://bugs.gentoo.org/753575
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)