Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2811

Summary: ant/java/postgresql
Product: Gentoo Linux Reporter: Alcino Dall Igna Junior <alcino>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.