Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475090 - sys-devel/gettext-0.18.1.1-r3 USE=java - no jar to install
Summary: sys-devel/gettext-0.18.1.1-r3 USE=java - no jar to install
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 10:57 UTC by Martin von Gagern
Modified: 2013-07-01 11:30 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 Martin von Gagern 2013-06-28 10:57:25 UTC
Encountered this while doing emerge --emptytree world on OS X 10.8.4 after copying the Gentoo tree from OS X 10.7.5.

 * ERROR: sys-devel/gettext-0.18.1.1-r3 failed (install phase):
 *   /Users/gagern/Gentoo/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image/Users/gagern/Gentoo//usr/share/gettext/*.jar does not exist
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called call-ebuildshell 'src_install'
 *   environment, line  809:  Called src_install
 *   environment, line 5049:  Called java-pkg_dojar '/Users/gagern/Gentoo/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image/Users/gagern/Gentoo//usr/share/gettext/*.jar'
 *   environment, line 2990:  Called die
 * The specific snippet of code:
 *               die "${jar} does not exist";

There is no .jar file in either the work or the install directory. --enable-java got passed to configure, but I see no effect from it.
Comment 1 Fabian Groffen gentoo-dev 2013-07-01 08:38:45 UTC
Have you got Java installed?  If so, did you do the necessary java-config bits?  Since you copied your tree, java-config might believe you have Java installed, but as matter of fact you don't, since we rely on the host system.
Comment 2 Martin von Gagern 2013-07-01 11:30:54 UTC
(In reply to Fabian Groffen from comment #1)
> Have you got Java installed?  If so, did you do the necessary java-config
> bits?  Since you copied your tree, java-config might believe you have Java
> installed, but as matter of fact you don't, since we rely on the host system.

Indeed, this was the problem. Sorry for the noise.