You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ron Bieber <ro...@bieberlabs.com> on 2004/12/23 13:47:27 UTC

1.1.2 and Perl Bindings ...

I'm trying to build the PERL bindings with 1.1.2 and am getting errors
that the POOLINFO identifier is not declared.    Is there currently a
known problem with the bindings in 1.1.2?   

I was able to build 1.1.1 with no problems.

System:   SuSE 9.1
Subversion:   1.1.2
SWIG:         1.3.19

Compile messages follow:

 /bin/sh /home/rbieber/subversion/subversion-1.1.2/libtool --silent
--mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2  -g -O2 -pthread 
-DNEON_ZLIB -DNEON_SSL 
-I/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig
-I/home/rbieber/subversion/subversion-1.1.2/subversion/include
-I/usr/local/lib/swig1.3 -DSVN_SWIG_VERSION=103019
-I/home/rbieber/subversion/subversion-1.1.2/apr/include 
-I/home/rbieber/subversion/subversion-1.1.2/apr-util/include
-I/usr/local/BerkeleyDB.4.2/include  -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 
-I/usr/lib/perl5/5.8.1/i586-linux-thread-multi/CORE 
-I./subversion/include -I./subversion
-I/home/rbieber/subversion/subversion-1.1.2/neon/src
-I/usr/local/include/neon
-I/home/rbieber/subversion/subversion-1.1.2/apr/include  
-I/home/rbieber/subversion/subversion-1.1.2/apr-util/include
-I/usr/local/BerkeleyDB.4.2/include -o
subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
make: ***
[subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo] Error 1


Thanks,

-- Ron



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.2 and Perl Bindings ...

Posted by Ron Bieber <ro...@bieberlabs.com>.
Nevermind.   Searching through the messages I found a patch that got it
building.

On Thu, 2004-12-23 at 07:47, Ron Bieber wrote:
> I'm trying to build the PERL bindings with 1.1.2 and am getting errors
> that the POOLINFO identifier is not declared.    Is there currently a
> known problem with the bindings in 1.1.2?   
> 
> I was able to build 1.1.1 with no problems.
> 
> System:   SuSE 9.1
> Subversion:   1.1.2
> SWIG:         1.3.19
> 
> Compile messages follow:
> 
>  /bin/sh /home/rbieber/subversion/subversion-1.1.2/libtool --silent
> --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2  -g -O2 -pthread 
> -DNEON_ZLIB -DNEON_SSL 
> -I/home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig
> -I/home/rbieber/subversion/subversion-1.1.2/subversion/include
> -I/usr/local/lib/swig1.3 -DSVN_SWIG_VERSION=103019
> -I/home/rbieber/subversion/subversion-1.1.2/apr/include 
> -I/home/rbieber/subversion/subversion-1.1.2/apr-util/include
> -I/usr/local/BerkeleyDB.4.2/include  -D_REENTRANT -D_GNU_SOURCE
> -DTHREADS_HAVE_PIDS -fno-strict-aliasing -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 
> -I/usr/lib/perl5/5.8.1/i586-linux-thread-multi/CORE 
> -I./subversion/include -I./subversion
> -I/home/rbieber/subversion/subversion-1.1.2/neon/src
> -I/usr/local/include/neon
> -I/home/rbieber/subversion/subversion-1.1.2/apr/include  
> -I/home/rbieber/subversion/subversion-1.1.2/apr-util/include
> -I/usr/local/BerkeleyDB.4.2/include -o
> subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
> /home/rbieber/subversion/subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
> make: ***
> [subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo] Error 1
> 
> 
> Thanks,
> 
> -- Ron
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.2 and Perl Bindings ...

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Thu, 23 Dec 2004, John Peacock wrote:

> Ron Bieber wrote:
> > I'm trying to build the PERL bindings with 1.1.2 and am getting errors
> > that the POOLINFO identifier is not declared.    Is there currently a
> > known problem with the bindings in 1.1.2?   
> 
> A late merge missed one patch:
> 
> 	http://svn.haxx.se/dev/archive-2004-12/0907.shtml
> 
> It doesn't seem like it is a big enough boo-boo to justify a fresh 1.1.2 
> release.
> 

I just tried to build 1.1.2 RPMs and it wouldn't work without this patch.

Thanks for posting this information, it helped me to build the RPM.

I'm getting ready to check to see if this patch is nominated for the next 
release as the lack of it prevents easy building of the RPMs for RedHat 
7.X, 8.0, 9.0, and RHEL3/WBEL3 distributions.

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.2 and Perl Bindings ...

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Thu, 23 Dec 2004, John Peacock wrote:

> Ron Bieber wrote:
> > I'm trying to build the PERL bindings with 1.1.2 and am getting errors
> > that the POOLINFO identifier is not declared.    Is there currently a
> > known problem with the bindings in 1.1.2?   
> 
> A late merge missed one patch:
> 
> 	http://svn.haxx.se/dev/archive-2004-12/0907.shtml
> 
> It doesn't seem like it is a big enough boo-boo to justify a fresh 1.1.2 
> release.
> 

Has this patch made it into the trunk or branch yet?

Thanks for providing the patch.  But I sure would like to be able to build 
an RPM from the trunk and branches and tags.

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.2 and Perl Bindings ...

Posted by John Peacock <jp...@rowman.com>.
Ron Bieber wrote:
> I'm trying to build the PERL bindings with 1.1.2 and am getting errors
> that the POOLINFO identifier is not declared.    Is there currently a
> known problem with the bindings in 1.1.2?   

A late merge missed one patch:

	http://svn.haxx.se/dev/archive-2004-12/0907.shtml

It doesn't seem like it is a big enough boo-boo to justify a fresh 1.1.2 
release.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org