Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150185 - jboss-cache-1.3.0.3 ebuild fails due to missing output directory
Summary: jboss-cache-1.3.0.3 ebuild fails due to missing output directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 10:38 UTC by Bernhard Frauendienst
Modified: 2006-10-11 18:15 UTC (History)
1 user (show)

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


Attachments
emerge output (jboss-cache-1.3.0.3__emerge-output,14.48 KB, text/plain)
2006-10-05 10:39 UTC, Bernhard Frauendienst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Frauendienst 2006-10-05 10:38:12 UTC
The jboss-cache-1.3.0.3 from the migrated-java-experimental-overlay fails because it uses or overrides deprecated API

see attatchment for emerge output
Comment 1 Bernhard Frauendienst 2006-10-05 10:39:45 UTC
Created attachment 98863 [details]
emerge output
Comment 2 Bernhard Frauendienst 2006-10-05 11:07:37 UTC
After nichoj pointed out that there was a "no such file" error in the output, I did some testing, and came to the result that the ebuild fails due to the output folder "classes" isn't being created (and the deprecation was a warning after all).

When I created the folder manually after emerge unpacked the source, the output was the following (note that the "cp resources/*" fails too since there is no "resources" folder, only "src"):

>>> Unpacking source...
>>> Unpacking jboss-cache-srcOnly-1.3.0.SP3.zip to /var/tmp/portage/jboss-cache-1.3.0.3/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/jboss-cache-1.3.0.3/work/JBossCache-1.3.0.SP3 ...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
cp: cannot stat `resources/*': No such file or directory
>>> Source compiled.
>>> Test phase [not enabled]: dev-java/jboss-cache-1.3.0.3

>>> Install jboss-cache-1.3.0.3 into /var/tmp/portage/jboss-cache-1.3.0.3/image/ category dev-java
>>> Completed installing jboss-cache-1.3.0.3 into /var/tmp/portage/jboss-cache-1.3.0.3/image/
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2006-10-11 18:15:11 UTC
Fixed in 1.3.0.3-r1. Thanks for reporting.