agora inbox for pljava-dev@postgresql.org  
help / color / mirror / Atom feed
[Pljava-dev] pljava-1.3dev compile problem
5+ messages / 0 participants
[nested] [flat]

* [Pljava-dev] pljava-1.3dev compile problem
@ 2006-04-23 02:09 
  2006-04-23 08:11 ` [Pljava-dev] pljava-1.3dev compile problem 
  0 siblings, 1 reply; 5+ messages in thread

From:  @ 2006-04-23 02:09 UTC (permalink / raw)

Hello All
I am trying to compile the source -the development
version AKA 1.3

after warnings about SQL.date class being deprecated
I got these errors
jar cf
/var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar .
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
make[1]: Entering directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
gcj -C -d . <java sources>
jar cmf
/var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
/var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar .
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
make[1]: Entering directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
/var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
*** Recursive variable `OBJS' references itself
(eventually).  Stop.
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
make: *** [c_all] Error 2

Are they critical errors?

We are using
java version "1.4.2"
jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)
gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)

and the system is
Linux  2.6.11-perfctr #1  i686 i686 i386 GNU/Linux

I managed to install pljava 1.2.0 on my mac 
however i've made numerous (alas unsuccessful)
attempts installing it on this machine
I would be very glad if you can help me with this
Thanks

m.pamuk

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* [Pljava-dev] pljava-1.3dev compile problem
  2006-04-23 02:09 [Pljava-dev] pljava-1.3dev compile problem 
@ 2006-04-23 08:11 ` 
  2006-04-26 01:43   ` [Pljava-dev] pljava-1.3dev compile problem 
  0 siblings, 1 reply; 5+ messages in thread

From:  @ 2006-04-23 08:11 UTC (permalink / raw)

Hi Mujde,
PL/Java requires at least gcj 4.0. Seems your GNU make is fairly old 
too. What version is it?

Kind Regards,
Thomas Hallgren

Mujde Pamuk wrote:
> Hello All
> I am trying to compile the source -the development
> version AKA 1.3
>
> after warnings about SQL.date class being deprecated
> I got these errors
> jar cf
> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar .
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
> make[1]: Entering directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> gcj -C -d . <java sources>
> jar cmf
> /var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar .
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> make[1]: Entering directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> /var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
> *** Recursive variable `OBJS' references itself
> (eventually).  Stop.
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> make: *** [c_all] Error 2
>
> Are they critical errors?
>
> We are using
> java version "1.4.2"
> jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)
> gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
>
> and the system is
> Linux  2.6.11-perfctr #1  i686 i686 i386 GNU/Linux
>
> I managed to install pljava 1.2.0 on my mac 
> however i've made numerous (alas unsuccessful)
> attempts installing it on this machine
> I would be very glad if you can help me with this
> Thanks
>
> m.pamuk
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>   





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* [Pljava-dev] pljava-1.3dev compile problem
  2006-04-23 02:09 [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-23 08:11 ` [Pljava-dev] pljava-1.3dev compile problem 
@ 2006-04-26 01:43   ` 
  2006-04-26 06:01     ` [Pljava-dev] pljava-1.3dev compile problem 
  0 siblings, 1 reply; 5+ messages in thread

From:  @ 2006-04-26 01:43 UTC (permalink / raw)

Hi Thomas
gnu make is version 3.8
should we also get a newer version for this one


m.pamuk
--- Thomas Hallgren <thomas at tada.se> wrote:

> Hi Mujde,
> PL/Java requires at least gcj 4.0. Seems your GNU
> make is fairly old 
> too. What version is it?
> 
> Kind Regards,
> Thomas Hallgren
> 
> Mujde Pamuk wrote:
> > Hello All
> > I am trying to compile the source -the development
> > version AKA 1.3
> >
> > after warnings about SQL.date class being
> deprecated
> > I got these errors
> > jar cf
> >
> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar
> .
> > make[1]: Leaving directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
> > make[1]: Entering directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> > gcj -C -d . <java sources>
> > jar cmf
> >
>
/var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
> >
> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar
> .
> > make[1]: Leaving directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> > make[1]: Entering directory
> > `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> >
>
/var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
> > *** Recursive variable `OBJS' references itself
> > (eventually).  Stop.
> > make[1]: Leaving directory
> > `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> > make: *** [c_all] Error 2
> >
> > Are they critical errors?
> >
> > We are using
> > java version "1.4.2"
> > jdkgcj 0.3.1
> (http://www.arklinux.org/projects/jdkgcj)
> > gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
> >
> > and the system is
> > Linux  2.6.11-perfctr #1  i686 i686 i386 GNU/Linux
> >
> > I managed to install pljava 1.2.0 on my mac 
> > however i've made numerous (alas unsuccessful)
> > attempts installing it on this machine
> > I would be very glad if you can help me with this
> > Thanks
> >
> > m.pamuk
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> > http://mail.yahoo.com 
> > _______________________________________________
> > Pljava-dev mailing list
> > Pljava-dev at gborg.postgresql.org
> >
>
http://gborg.postgresql.org/mailman/listinfo/pljava-dev
> >   
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* [Pljava-dev] pljava-1.3dev compile problem
  2006-04-23 02:09 [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-23 08:11 ` [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-26 01:43   ` [Pljava-dev] pljava-1.3dev compile problem 
@ 2006-04-26 06:01     ` 
  2006-04-27 19:51       ` [Pljava-dev] pljava-1.3dev compile problem 
  0 siblings, 1 reply; 5+ messages in thread

From:  @ 2006-04-26 06:01 UTC (permalink / raw)

Mujde Pamuk wrote:
> Hi Thomas
> gnu make is version 3.8
> should we also get a newer version for this one
>
>   
No, 3.8 is fine. That's not the problem then. I thought it might be 
since I've had similar problems with older makes. The error you get just 
don't make any sense. I can't really figure out what's causing it. 
PL/Java compiles just fine on most platforms. What shell are you using? 
I.e. what's the $SHELL variable set to?

Regards,
Thomas Hallgren

> m.pamuk
> --- Thomas Hallgren <thomas at tada.se> wrote:
>
>   
>> Hi Mujde,
>> PL/Java requires at least gcj 4.0. Seems your GNU
>> make is fairly old 
>> too. What version is it?
>>
>> Kind Regards,
>> Thomas Hallgren
>>
>> Mujde Pamuk wrote:
>>     
>>> Hello All
>>> I am trying to compile the source -the development
>>> version AKA 1.3
>>>
>>> after warnings about SQL.date class being
>>>       
>> deprecated
>>     
>>> I got these errors
>>> jar cf
>>>
>>>       
>> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar
>> .
>>     
>>> make[1]: Leaving directory
>>>
>>>       
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
>   
>>> make[1]: Entering directory
>>>
>>>       
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
>   
>>> gcj -C -d . <java sources>
>>> jar cmf
>>>
>>>       
> /var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
>   
>> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar
>> .
>>     
>>> make[1]: Leaving directory
>>>
>>>       
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
>   
>>> make[1]: Entering directory
>>> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
>>>
>>>       
> /var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
>   
>>> *** Recursive variable `OBJS' references itself
>>> (eventually).  Stop.
>>> make[1]: Leaving directory
>>> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
>>> make: *** [c_all] Error 2
>>>
>>> Are they critical errors?
>>>
>>> We are using
>>> java version "1.4.2"
>>> jdkgcj 0.3.1
>>>       
>> (http://www.arklinux.org/projects/jdkgcj)
>>     
>>> gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
>>>
>>> and the system is
>>> Linux  2.6.11-perfctr #1  i686 i686 i386 GNU/Linux
>>>
>>> I managed to install pljava 1.2.0 on my mac 
>>> however i've made numerous (alas unsuccessful)
>>> attempts installing it on this machine
>>> I would be very glad if you can help me with this
>>> Thanks
>>>
>>> m.pamuk
>>>
>>> __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam?  Yahoo! Mail has the best spam
>>>       
>> protection around 
>>     
>>> http://mail.yahoo.com 
>>> _______________________________________________
>>> Pljava-dev mailing list
>>> Pljava-dev at gborg.postgresql.org
>>>
>>>       
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>   
>>>   
>>>       
>>     
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>   





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* [Pljava-dev] pljava-1.3dev compile problem
  2006-04-23 02:09 [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-23 08:11 ` [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-26 01:43   ` [Pljava-dev] pljava-1.3dev compile problem 
  2006-04-26 06:01     ` [Pljava-dev] pljava-1.3dev compile problem 
@ 2006-04-27 19:51       ` 
  0 siblings, 0 replies; 5+ messages in thread

From:  @ 2006-04-27 19:51 UTC (permalink / raw)

using bash


--- Thomas Hallgren <thomas at tada.se> wrote:

> Mujde Pamuk wrote:
> > Hi Thomas
> > gnu make is version 3.8
> > should we also get a newer version for this one
> >
> >   
> No, 3.8 is fine. That's not the problem then. I
> thought it might be 
> since I've had similar problems with older makes.
> The error you get just 
> don't make any sense. I can't really figure out
> what's causing it. 
> PL/Java compiles just fine on most platforms. What
> shell are you using? 
> I.e. what's the $SHELL variable set to?
> 
> Regards,
> Thomas Hallgren
> 
> > m.pamuk
> > --- Thomas Hallgren <thomas at tada.se> wrote:
> >
> >   
> >> Hi Mujde,
> >> PL/Java requires at least gcj 4.0. Seems your GNU
> >> make is fairly old 
> >> too. What version is it?
> >>
> >> Kind Regards,
> >> Thomas Hallgren
> >>
> >> Mujde Pamuk wrote:
> >>     
> >>> Hello All
> >>> I am trying to compile the source -the
> development
> >>> version AKA 1.3


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2006-04-27 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2006-04-23 02:09 [Pljava-dev] pljava-1.3dev compile problem 
2006-04-23 08:11 ` 
2006-04-26 01:43   ` 
2006-04-26 06:01     ` 
2006-04-27 19:51       ` 

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox