Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395391 - dev-java/icedtea-7.2.0-r3 builds, but fails to install at cp -vRP (no error message)
Summary: dev-java/icedtea-7.2.0-r3 builds, but fails to install at cp -vRP (no error m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-20 18:50 UTC by Mark David Dumlao
Modified: 2011-12-21 10:19 UTC (History)
0 users

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


Attachments
build log (build.log.gz,770.54 KB, application/x-gzip-compressed)
2011-12-20 19:04 UTC, Mark David Dumlao
Details
emerge info (emerge-info.txt,6.12 KB, text/plain)
2011-12-20 19:09 UTC, Mark David Dumlao
Details

Note You need to log in before you can comment on or make changes to this bug.
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.