Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199673 - Stabilize dev-java/xom-1.0-r4
Summary: Stabilize dev-java/xom-1.0-r4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: sysclasspath
  Show dependency tree
 
Reported: 2007-11-19 16:41 UTC by Andrew Gray
Modified: 2007-11-24 19:09 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 Andrew Gray 2007-11-19 16:41:23 UTC
Emerging dev-java/xom-1.0-r3 fails if required version of servletapi (2.4) is not already installed.  Manually installing servletapi 2.4 first appears to fix the problem.

Reproducible: Always

Steps to Reproduce:
1. emerge xom
2.
3.

Actual Results:  
Emerge failed.

Expected Results:  
Emerge should work.

My system already had servletapi 2.3 installed as a dependency of another package.  xom was a new package pulled in by 'emerge -uDNav world' after a sync on Nov 16.
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2007-11-19 17:25:12 UTC
Fixed in cvs.

ebuild declares DEPEND="... examples? ( =servletapi-2.4* )..." but attempts to use servletapi regardless. 

x86, ppc this ebuild is stable for your arch's.  I therefore request we ignore the 30 days rule.  This is a simple ebuild bug, and will not effect the actual package.

To test please

ensure that you have removed servletapi

emerge -C =dev-java/servletapi-2.4*

and then follow normal testing.
http://www.gentoo.org/proj/en/java/getting-involved.xml#doc_chap1

please ensure that you enable and disable explicitly the examples use flag and 
emerge -C =dev-java/servletapi-2.4* each time.

!rdep xom
[06:21] <jeeves> dev-java/xom <- dev-java/jaxen dev-java/saxon dev-java/xstream

Thank you for the bug report Andrew.
Comment 2 Dawid Węgliński (RETIRED) gentoo-dev 2007-11-20 07:25:02 UTC
x86 stable
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-11-24 13:39:39 UTC
amd64 stable
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-11-24 19:09:56 UTC
ppc done.