You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Axel Thimm <Ax...@ATrpms.net> on 2004/12/21 15:25:44 UTC

POOLINFO undeclared (was: Subversion 1.1.2 released.)

On FC3, FC2 and FC1 I get the following error.

/bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)


On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
>  User-visible-changes:
>   - Client:
>     * fixed: 'svn switch' interruption can break working copy (issue #1826)
>     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
>     * fixed: 'svn blame' algorithm bug (r11527)
>     * fixed: invoke external diff/diff3 with local-style paths (r11689)
>     * fixed: 'svn status' handling of missing subdirs (r11936)
>     * fixed: 'svn ls -v' encoding bug (r11740)
>     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
>     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
>     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
>     * fixed: 'svnversion --version .' crash (r11438)
>     * fixed: UNC paths on Cygwin (issue #2108)
>     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
>     * improved 'svn status' performance:
>         - do fewer check_path calls (r11592)
>         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
>     * translation updates for localized client messages.
>     
>   - Server:
>     * fixed: 'svnadmin load' race condition (r12327)
>     * fixed: fsfs memleak in commit finalization (r11706)
>     * fixed: fsfs memleak in inefficient directory removal (r11701)
>     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
>     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
>     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
>     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
>     * fixed: prevent cross-repository copies (r12003)
>     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> 
>   - Both:
>     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
>     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
>     * fixed: memleak into UTF8 translation routines (r11689)
> 
>  Developer-visible-changes:
>  * add support for BerkeleyDB 4.3
>  * add support for any apr/apr-util 1.X
>  * disallow incompatible SWIG versions (r12450)
>  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
>  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
>  * fixed: perl bindings pool usage and potential memleak (r12397)
>  * fixed: javahl crash trying to fetch nonexistent property (r12184)
>  * fixed: javahl build can fail due to missing dirs (issue #2032)
>  * fixed: RPM build breakage (issue #2111)
>  * fixed: i18n issues for windows installer (r11685)
>  * allow build system to update single .po file (r11763)
> 
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

-- 
Axel.Thimm at ATrpms.net

Re: POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
Any chance to get this fixed?

Thanks!

On Tue, Dec 21, 2004 at 04:25:44PM +0100, Axel Thimm wrote:
> On FC3, FC2 and FC1 I get the following error.
> 
> /bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
> 
> 
> On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
> >  User-visible-changes:
> >   - Client:
> >     * fixed: 'svn switch' interruption can break working copy (issue #1826)
> >     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
> >     * fixed: 'svn blame' algorithm bug (r11527)
> >     * fixed: invoke external diff/diff3 with local-style paths (r11689)
> >     * fixed: 'svn status' handling of missing subdirs (r11936)
> >     * fixed: 'svn ls -v' encoding bug (r11740)
> >     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
> >     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
> >     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
> >     * fixed: 'svnversion --version .' crash (r11438)
> >     * fixed: UNC paths on Cygwin (issue #2108)
> >     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
> >     * improved 'svn status' performance:
> >         - do fewer check_path calls (r11592)
> >         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
> >     * translation updates for localized client messages.
> >     
> >   - Server:
> >     * fixed: 'svnadmin load' race condition (r12327)
> >     * fixed: fsfs memleak in commit finalization (r11706)
> >     * fixed: fsfs memleak in inefficient directory removal (r11701)
> >     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
> >     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
> >     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
> >     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
> >     * fixed: prevent cross-repository copies (r12003)
> >     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> > 
> >   - Both:
> >     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
> >     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
> >     * fixed: memleak into UTF8 translation routines (r11689)
> > 
> >  Developer-visible-changes:
> >  * add support for BerkeleyDB 4.3
> >  * add support for any apr/apr-util 1.X
> >  * disallow incompatible SWIG versions (r12450)
> >  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
> >  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
> >  * fixed: perl bindings pool usage and potential memleak (r12397)
> >  * fixed: javahl crash trying to fetch nonexistent property (r12184)
> >  * fixed: javahl build can fail due to missing dirs (issue #2032)
> >  * fixed: RPM build breakage (issue #2111)
> >  * fixed: i18n issues for windows installer (r11685)
> >  * allow build system to update single .po file (r11763)
> > 
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> 



-- 
Axel.Thimm at ATrpms.net

Re: POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
Any chance to get this fixed?

Thanks!

On Tue, Dec 21, 2004 at 04:25:44PM +0100, Axel Thimm wrote:
> On FC3, FC2 and FC1 I get the following error.
> 
> /bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
> 
> 
> On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
> >  User-visible-changes:
> >   - Client:
> >     * fixed: 'svn switch' interruption can break working copy (issue #1826)
> >     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
> >     * fixed: 'svn blame' algorithm bug (r11527)
> >     * fixed: invoke external diff/diff3 with local-style paths (r11689)
> >     * fixed: 'svn status' handling of missing subdirs (r11936)
> >     * fixed: 'svn ls -v' encoding bug (r11740)
> >     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
> >     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
> >     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
> >     * fixed: 'svnversion --version .' crash (r11438)
> >     * fixed: UNC paths on Cygwin (issue #2108)
> >     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
> >     * improved 'svn status' performance:
> >         - do fewer check_path calls (r11592)
> >         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
> >     * translation updates for localized client messages.
> >     
> >   - Server:
> >     * fixed: 'svnadmin load' race condition (r12327)
> >     * fixed: fsfs memleak in commit finalization (r11706)
> >     * fixed: fsfs memleak in inefficient directory removal (r11701)
> >     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
> >     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
> >     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
> >     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
> >     * fixed: prevent cross-repository copies (r12003)
> >     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> > 
> >   - Both:
> >     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
> >     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
> >     * fixed: memleak into UTF8 translation routines (r11689)
> > 
> >  Developer-visible-changes:
> >  * add support for BerkeleyDB 4.3
> >  * add support for any apr/apr-util 1.X
> >  * disallow incompatible SWIG versions (r12450)
> >  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
> >  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
> >  * fixed: perl bindings pool usage and potential memleak (r12397)
> >  * fixed: javahl crash trying to fetch nonexistent property (r12184)
> >  * fixed: javahl build can fail due to missing dirs (issue #2032)
> >  * fixed: RPM build breakage (issue #2111)
> >  * fixed: i18n issues for windows installer (r11685)
> >  * allow build system to update single .po file (r11763)
> > 
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> 



-- 
Axel.Thimm at ATrpms.net