Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 395391

Summary: dev-java/icedtea-7.2.0-r3 builds, but fails to install at cp -vRP (no error message)
Product: Gentoo Linux Reporter: Mark David Dumlao <madumlao>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge info

Description Mark David Dumlao 2011-12-20 18:50:30 UTC
I'm trying to compile dev-java/icedtea-7.2.0-r3. The build phase appears to complete successfully, but the install phase fails with an unspecified error.

The error message is as follows:
"""
 * ERROR: dev-java/icedtea-7.2.0-r3 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  75:  Called src_install
 *   environment, line 4392:  Called die
 * The specific snippet of code:
 *       cp -vRP bin include jre lib man "${ddest}" || die;
"""

Apparently it's failing to copy over the compiled stuff to ddest. This doesn't happen with my other packages. It doesn't emit an error indicating why.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-java/icedtea
Actual Results:  
Compile phase finishes successfully, but install phase fails.

Expected Results:  
Package installs successfully or emits an error indicating why it can't.
Comment 1 Mark David Dumlao 2011-12-20 19:04:08 UTC
Created attachment 296465 [details]
build log

compressed because the log was too big
Comment 2 Mark David Dumlao 2011-12-20 19:09:05 UTC
Created attachment 296467 [details]
emerge info
Comment 3 Mark David Dumlao 2011-12-20 19:11:26 UTC
I'm wondering if it's related to FEATURES="userpriv usersandbox", which is on on my machine.

There's no reason why that should be a problem, is there?
Comment 4 Ralph Sennhauser (RETIRED) gentoo-dev 2011-12-21 10:19:18 UTC
The error is further up.

cp: cannot overwrite non-directory `/var/tmp/portage/dev-java/icedtea-7.2.0-r3/image///usr/lib64/icedtea7/jre/lib/amd64'  with directory `jre/lib/amd64'

Fixed, please sync again in a few hours. Thanks for the report.