Re: problem w/ the Java interface lib for PostgreSQL

1998-10-07 Thread Ean R . Schuessler
On Mon, Oct 05, 1998 at 08:03:04PM +0100, Oliver Elphick wrote: I'm trying to rebuild libpgjava to depend on jdk1.1. Unfortunately, I'm getting segfaults when I run javac (from jdk1.1-dev), so I am currently unable to make a new version. Another strange thing. When I try to use libpgjava for

problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Shaleh
The libpgjava depends on jdk1.1-runtime, which tries to remove the -dev files needed to actually write Java apps. The jdk1.1-dev provides the runtime, but is not able to provide the numeric version needed. Once again lack of versioned provides rears its head.

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Stephen Zander
Shaleh == Shaleh [EMAIL PROTECTED] writes: Shaleh The libpgjava depends on jdk1.1-runtime, which tries to Shaleh remove the -dev files needed to actually write Java apps. Shaleh The jdk1.1-dev provides the runtime, but is not able to Shaleh provide the numeric version needed.

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Shaleh
libpgjava depends on jdk1.1-runtime (= ??.??). jdk1.1-dev provides jdk-runtime. However the dependency resolution tries to install jdk1.1-runtime because of the versioned depends and jdk-runtime removes jdk-dev. So if I install libpgjava, I lose the java compiler and what not, which means I

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Stephen Zander
Shaleh == Shaleh [EMAIL PROTECTED] writes: Shaleh libpgjava depends on jdk1.1-runtime (= ??.??). Shaleh jdk1.1-dev provides jdk-runtime. However the dependency Shaleh resolution tries to install jdk1.1-runtime because of the Shaleh versioned depends and jdk-runtime removes

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Shaleh
libpgjava depends on jdk1.1-runtime (= 1.1.3.v2-1) jdk1.1 conflicts with jdk1.1-runtime jdk1.1 provides jdk1.1-runtime jdk1.1-dev depends on jdk1.1 (= 1.1.6v4a-3) So I cant install libpgjava w/ losing the -dev. On 05-Oct-98 Stephen Zander wrote:

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Oliver Elphick
Shaleh wrote: The libpgjava depends on jdk1.1-runtime, which tries to remove the -dev file s needed to actually write Java apps. The jdk1.1-dev provides the runtime, bu t is not able to provide the numeric version needed. Once again lack of versioned provides rears its head.

Re: problem w/ the Java interface lib for PostgreSQL

1998-10-05 Thread Stephen Zander
Shaleh == Shaleh [EMAIL PROTECTED] writes: Shaleh libpgjava depends on jdk1.1-runtime (= 1.1.3.v2-1) jdk1.1 Shaleh conflicts with jdk1.1-runtime jdk1.1 provides Shaleh jdk1.1-runtime Shaleh jdk1.1-dev depends on jdk1.1 (= 1.1.6v4a-3) Shaleh So I cant install libpgjava w/