[Pljava-dev] problem installing on ppc32 linux

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] problem installing on ppc32 linux
Date: 2005-06-09 07:10:46
Message-ID: thhal-0+IODA+WLzjYrgkFZRZ2yDT/W1bAGja@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Christopher Snow wrote:

> I couldn't see any pre-requisites telling me I need to install on an
> x86 linux, so I assumed PPC32 linux should work...

If you are talking about the pre-compiled x86 binaries, the answer is
no. "x86" denotes a specific family of CPU's. The PowerPC is not in this
family.

>
> I have installed postgresql 8.0.3
>
> When I run make, I get the following:
>
> [root at server1 pljava-1.1.0]# pg_ctl -V
> pg_ctl (PostgreSQL) 8.0.3
>
> [root at server1 pljava-1.1.0]# make
> pwd: ignoring non-option arguments
> make[1]: Entering directory `/root/pljava-1.1.0/build/classes/pljava'
> javac -source 1.4 -target 1.4 -d . <java sources>
> JVMDG217: Dump Handler is Processing a Signal - Please Wait.
> JVMDG303: JVM Requesting Java core file
> JVMDG304: Java core file written to
> /root/pljava-1.1.0/build/classes/pljava/
> javacore.20050602.222316.21337.txt
> JVMDG215: Dump Handler has Processed Exception Signal 4.
> make[1]: *** [.timestamp] Illegal instruction
> make[1]: Leaving directory `/root/pljava-1.1.0/build/classes/pljava'
> make: *** [pljava_all] Error 2

Seems your Java installation is corrupt. This is your java compiler (the
javac) dumping. I'm pretty sure there's nothing in PL/Java that causes
this. Perhaps you should file a bug-report to IBM.

Regards,
Thomas Hallgren

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Jamel GASMI 2005-06-10 11:02:02 [Pljava-dev] pljava deploy
Previous Message Thomas Hallgren 2005-06-08 15:12:00 [Pljava-dev] Obtaining Query from Trigger