Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260249 - dev-java/java-service-wrapper-3.3.1 fails to compile
Summary: dev-java/java-service-wrapper-3.3.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 12:21 UTC by A.C.Heron
Modified: 2009-02-25 13:52 UTC (History)
0 users

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


Attachments
build.log (java-service-wrapper-3.3.1 build.log,5.66 KB, text/plain)
2009-02-25 12:24 UTC, A.C.Heron
Details
emerge --info (emerge --info.txt,6.93 KB, text/plain)
2009-02-25 12:25 UTC, A.C.Heron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description A.C.Heron 2009-02-25 12:21:31 UTC
The package seems to compile fine, but fails to install.

Reproducible: Always

Steps to Reproduce:
Command
sudo emerge -av dev-java/java-service-wrapper 
Or any package depending on it.
Actual Results:  
The error message is:

>>> Install java-service-wrapper-3.3.1 into /var/tmp/portage/dev-java/java-service-wrapper-3.3.1/image/ category dev-java
 * 
 * ERROR: dev-java/java-service-wrapper-3.3.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 4281:  Called java-pkg_dojavadoc 'api'
 *             environment, line 2612:  Called die
 * The specific snippet of code:
 *       [[ ! -d "${dir}" ]] && die "${dir} does not exist, or isn't a directory!";
 *  The die message:
 *   api does not exist, or isn't a directory!
...
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.11"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"
Comment 1 A.C.Heron 2009-02-25 12:24:17 UTC
Created attachment 183134 [details]
build.log
Comment 2 A.C.Heron 2009-02-25 12:25:25 UTC
Created attachment 183136 [details]
emerge --info
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2009-02-25 13:52:56 UTC
Bumped to 3.3.3 and fixed there.