Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314647 - rekeyword dev-java/jdbc-postgresql-8.4_p701-1
Summary: rekeyword dev-java/jdbc-postgresql-8.4_p701-1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 12:44 UTC by Alistair Bush (RETIRED)
Modified: 2010-04-11 17:12 UTC (History)
2 users (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 Alistair Bush (RETIRED) gentoo-dev 2010-04-11 12:44:39 UTC
Currently I have had to drop ppc[64] keywords from jdbc-postgresql as these arches do not provide an implementation of java that provides com.sun.* classes.  

It seems to be that icedtea provides these classes so it we can get it to build on ppc and ppc64 we will be able to rekeyword these arches.

CCing arches so you know whats going on.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-11 17:12:44 UTC
You should look on the simpler solution first before resorting to this :)
The keywords are back.

$ cat files/jdbc-postgresql-8.4_p701-stray-com.sun-import.patch 
--- org/postgresql/gss/MakeGSS.java.orig        2010-04-11 19:04:07.000000000 +0200
+++ org/postgresql/gss/MakeGSS.java     2010-04-11 19:04:14.000000000 +0200
@@ -18,7 +18,6 @@
 import java.io.IOException;
 import java.sql.SQLException;
 
-import com.sun.security.auth.callback.TextCallbackHandler;
 import org.postgresql.core.PGStream;
 import org.postgresql.core.Logger;
 import org.postgresql.util.*;