Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465360 - dev-java/java-config-2.2.0 fails to install for dev-python/pypy-1.9-r2
Summary: dev-java/java-config-2.2.0 fails to install for dev-python/pypy-1.9-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 07:34 UTC by Martin von Gagern
Modified: 2014-03-14 08:35 UTC (History)
2 users (show)

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


Attachments
build-pypy1_9.log (build-pypy1_9.log,12.78 KB, text/plain)
2013-04-10 07:34 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2013-04-10 07:34:29 UTC
Created attachment 345080 [details]
build-pypy1_9.log

running install_egg_info
Writing /var/tmp/portage/dev-java/java-config-2.2.0/image//_pypy-c1.9/usr/lib64/pypy1.9/site-packages/java_config-2.2.0-py2.7.egg-info
error: /var/tmp/portage/dev-java/java-config-2.2.0/image//_pypy-c1.9/usr/share/java-config-2/config/: No such file or directory
 * ERROR: dev-java/java-config-2.2.0 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 3459:  Called distutils-r1_src_install
 *   environment, line 1071:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install'
 *   environment, line  263:  Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 3324:  Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2596:  Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2547:  Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2545:  Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2587:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line  620:  Called distutils-r1_run_phase 'distutils-r1_python_install'
 *   environment, line 1039:  Called distutils-r1_python_install
 *   environment, line  969:  Called esetup.py 'install' '--compile' '-O2' '--root=/var/tmp/portage/dev-java/java-config-2.2.0/image//_pypy-c1.9'
 *   environment, line 1802:  Called die
Comment 1 Mike MacDonald 2013-04-11 12:17:35 UTC
This fails identically for dev-python/pypy-2.0_beta1.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-11 15:54:15 UTC
Well, the build failure has been 'fixed' through disabling pypy support completely. It has other issues which make it unusable for now.

The direct reason of failure here is $root/usr/share/java-config-2 non-existing at the time os.mkdir(root + '/usr/share/java-config-2/foo') being called. This boils down to pypy installing data files in the wrong dir, bug 465546.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-10 08:28:03 UTC
Let's assume the underlying issue has been fixed and there's nothing specific java-config-2 can do for now.