Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2811 - ant/java/postgresql
Summary: ant/java/postgresql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 17:31 UTC by Alcino Dall Igna Junior
Modified: 2007-09-22 22:35 UTC (History)
1 user (show)

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 Alcino Dall Igna Junior 2002-05-17 17:31:29 UTC
emerging postgresql, it requires ant.

ant was emerged successfully

java comes from blackdown

the problem:
   ant requires 
                  /etc/env.d/20java
   blackdown provides
                  /etc/env.d/java/20blackdown-jdk-1.3.1

solution
   ln -s /etc/env.d/java/20blackdown-jdk-1.3.1 /etc/env.d/20java

Seems that someone (ant, blackdown) should set this (or ant look down in the
tree in /etc/env.d/...)

I'm not sure what is the real solution. Perhaps I miss a java-config use?

Alcino
Comment 1 Alcino Dall Igna Junior 2002-05-18 14:38:49 UTC
Sorry, just my stupidity. I haven't read the right document.