Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88404 - jdbc3-postgresql for Postgresql 8.0.x needed
Summary: jdbc3-postgresql for Postgresql 8.0.x needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://jdbc.postgresql.org/download.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-08 13:38 UTC by Marko Steinberger
Modified: 2007-09-22 23:27 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 Marko Steinberger 2005-04-08 13:38:48 UTC
To make sure I'm right in this, I emerged postgresql 8.0.1-r2 with java in my use-flags. Nevertheless I can't find postgresql.jar (as I expected). 
So I guess I have to install the corresponding ebuild dev-java/jdbc3-postgresql package, but there seem to be no recent versions for postgresql 8.0.x .

I've manually tried the prebuild driver from http://jdbc.postgresql.org/download.html . Seems to work properly.

Reproducible: Always
Steps to Reproduce:
1. Try to access a postgresql database from a java program.


Actual Results:  
Connection fails.

Expected Results:  
Connection should get established.

This issue also addresses to jdbc2-postgresql (ebuild for Postgres > 7.4 is
missing).
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-12 13:04:09 UTC
fixed in cvs, version bumped. i've also introduced support for the following useflags:

doc, examples, jikes, source.

thanks for reporting and for supporting our development.