Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61178 - postgresql-8.0b1 does not build with USE="java"
Summary: postgresql-8.0b1 does not build with USE="java"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 10:50 UTC by Holger Hoffstätte
Modified: 2007-09-22 23:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed ebuild without java (postgresql-8.0.0_beta1.ebuild,6.60 KB, text/plain)
2004-08-21 10:51 UTC, Holger Hoffstätte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2004-08-21 10:50:21 UTC
PostgreSQL 8.0 removed the JDBC driver which was previously built by USE="java". The current ebuild for 8.0beta1 is simply a copy of the previous version and does not take this into account.


Reproducible: Always
Steps to Reproduce:
1. emerge postgresql-8.0.0_beta1.ebuild with USE="java"
2. everything compiles but installing into the image fails because no JDBC driver jar was built




Expected Results:  
Everything should build regardless of the java USE flag
Comment 1 Holger Hoffstätte 2004-08-21 10:51:02 UTC
Created attachment 37878 [details]
fixed ebuild without java

This ebuild simply removes everything that has to do with Java and works
(compiles, links, installs, runs) fine for me.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-08-21 18:18:54 UTC
I've just fixed this problem.
Thank you for reporting and fixing.