Re: rebuilding rpm for RH9 error - Mailing list pgsql-hackers

From Gaetano Mendola
Subject Re: rebuilding rpm for RH9 error
Date
Msg-id 3FCF8B26.3080107@bigfoot.com
Whole thread Raw
In response to Re: rebuilding rpm for RH9 error  (Lamar Owen <lowen@pari.edu>)
Responses Re: rebuilding rpm for RH9 error
List pgsql-hackers
Lamar Owen wrote:

> On Tuesday 02 December 2003 06:29 pm, Gaetano Mendola wrote:
> 
>>Lamar Owen wrote:
>>
>>>You need to specify that you are building for Red Hat 9 on the command
> 
> 
>>I'll try.
> 
> 
> Ok.


I did it on a RHAS 2.1
and I get:

make[3]: Leaving directory `/usr/src/redhat/BUILD/postgresql-7.4/src/pl/tcl'
make[3]: Entering directory
`/usr/src/redhat/BUILD/postgresql-7.4/src/pl/plperl'
i386-redhat-linux-gcc -O2 -march=i386 -mcpu=i686 -I/usr/include/et
-Wmissing-declarations, -Wl,-rpath,/usr/lib/perl5/5.6.1/i386-linux/CORE
-fpic -I. -I/usr/lib/perl5/5.6.1/i386-linux/CORE -I../../../src/include
-D_GNU_SOURCE  -I/usr/kerberos/include -I/usr/include/et  -c -o plperl.o
plperl.c
plperl.c: In function `plperl_create_sub':
plperl.c:306: warning: passing arg 1 of `perl_call_pv' from incompatible
pointer type
plperl.c:306: warning: passing arg 2 of `perl_call_pv' makes pointer from
integer without a cast
plperl.c:306: too few arguments to function `perl_call_pv'
plperl.c:317: `thr' undeclared (first use in this function)
plperl.c:317: (Each undeclared identifier is reported only once
plperl.c:317: for each function it appears in.)
plperl.c: In function `plperl_call_perl_func':
plperl.c:425: warning: passing arg 1 of `perl_call_sv' from incompatible
pointer type
plperl.c:306: warning: passing arg 2 of `perl_call_pv' makes pointer from
integer without a cast
plperl.c:306: too few arguments to function `perl_call_pv'
plperl.c:317: `thr' undeclared (first use in this function)
plperl.c:317: (Each undeclared identifier is reported only once
plperl.c:317: for each function it appears in.)
plperl.c: In function `plperl_call_perl_func':
plperl.c:425: warning: passing arg 1 of `perl_call_sv' from incompatible
pointer type
plperl.c:425: warning: passing arg 2 of `perl_call_sv' makes pointer from
integer without a cast
plperl.c:425: too few arguments to function `perl_call_sv'
plperl.c:437: `thr' undeclared (first use in this function)
plperl.c: In function `plperl_build_tuple_argument':
plperl.c:810: warning: passing arg 1 of `perl_eval_pv' from incompatible
pointer type
plperl.c:810: warning: passing arg 2 of `perl_eval_pv' makes pointer from
integer without a cast
plperl.c:810: too few arguments to function `perl_eval_pv'
make[3]: *** [plperl.o] Error 1
make[3]: Leaving directory
`/usr/src/redhat/BUILD/postgresql-7.4/src/pl/plperl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/postgresql-7.4/src/pl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/postgresql-7.4/src'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.82708 (%build)
RPM build errors:    Bad exit status from /var/tmp/rpm-tmp.82708 (%build)





Regards
Gaetano Mendola




pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: How to get started hacking on pgsql
Next
From: Lamar Owen
Date:
Subject: Re: rebuilding rpm for RH9 error