Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18035 - postgresql won't emerge with USE="java"
Summary: postgresql won't emerge with USE="java"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Masatomo Nakano (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 05:52 UTC by Marek Zebrowski
Modified: 2007-09-22 23:12 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 Marek Zebrowski 2003-03-23 05:52:32 UTC
emerging postgresql with java enabled fails in ant check:
checking whether ant /usr/bin/ant works ... no
and compilation fails checked aganist postgresql-7.2.1 to 7.3.2 


Reproducible: Always
Steps to Reproduce:
1. export USE="java"
2. emerge postgresql
3. That's it

Actual Results:  
emerge failed

Expected Results:  
emerge comletes

may be dependendat on java version used. I tried with blackdown 1.4.1.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-23 06:23:20 UTC
The solution is to include /opt/blackdown-jdk-1.3.1/lib/tools.jar in CLASSPATH
via /etc/profile.env
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-03-27 13:07:46 UTC
I succeeded to emerge postgresql(7.3.2) after I set USE='java'....
Please show me your error log.
Comment 3 Marek Zebrowski 2003-03-28 02:27:21 UTC
I found problem in my setup. I tried to emerge postgres with USE="java" and I had java set to blackdown-jre-1.4.1. This setup lacks a java compiler and developer tools. After changing java-config to blackdown-jdk-1.4.1 problem was gone
Comment 4 Masatomo Nakano (RETIRED) gentoo-dev 2003-06-06 14:59:55 UTC
I fixed. It'll display error message in this case.