Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97753 - broken dependencies for dev-java/gnu-jaxp-1.3
Summary: broken dependencies for dev-java/gnu-jaxp-1.3
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: 2005-07-02 11:53 UTC by Josh Nichols (RETIRED)
Modified: 2005-07-02 12:04 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 Josh Nichols (RETIRED) gentoo-dev 2005-07-02 11:53:43 UTC
I was doing a fresh install, and noticed that gnu-jaxp-1.3's dependencies are a bit broken. In particular, it needs =dev-libs/libxml2-2* and dev-libs/libxslt. Also, DEPEND should have >=jdk-1.3, and RDEPEND should have >=jre-1.3.

So, it should be something like:

DEPEND=">=virtual/jdk-1.3
	app-arch/unzip"
RDEPEND=">=virtual/jre-1.3
	=dev-libs/libxml2-2*
	dev-libs/libxslt"
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2005-07-02 12:04:30 UTC
they are build time deps too:

RDEPEND=">=virtual/jre-1.3
=dev-libs/libxml2-2*
dev-libs/libxslt"
DEPEND=">=virtual/jdk-1.3
app-arch/unzip
${RDEPEND}"

fixed thanks