[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tests fail on windows when building using --with-libintl

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 23 Mar 2011 19:13:58 -0400

Both features only enable the error messages and help to appear in non-English languages.

Sent from my iPhone

On Mar 23, 2011, at 6:44 PM, Glen Cooper <glen_at_glenc.net> wrote:

> Actually it turns out that if I omit --enable-nls but keep --with-libintl=..\svn-win32-libintl all the tests pass.
>
> Is --enable-nls required for something? Based on the documentation I thought --enable-nls was somehow linked to --with-libintl. What do I lose if I don't pass the --enable-nls argument?
>
> Thanks,
> Glen
>
> On Wed, Mar 23, 2011 at 8:44 AM, Glen Cooper <glen_at_glenc.net> wrote:
> Hello,
>
> When building subversion with the --with-libintl option, I have a number of tests that don't pass in the test suite. If I remove the --with-libintl option and rebuild, all tests pass. I am using the svn-win32libintl package downloaded from tigris.
>
> Here's my call to gen-make.py. This won't pass all tests. If I omit "--with-libint" and "--enable-nls" then all tests pass.
>
> gen-make.py -t vcproj
> --with-httpd=..\httpd-2.2.16
> --with-berkeley-db=db4-win32
> --with-openssl=..\openssl-0.9.8r
> --with-neon=..\neon-0.29.5
> --with-serf=..\serf-0.7.0
> --with-zlib=..\zlib-1.2.4
> --with-sqlite=..\sqlite-3.7.5
> --with-sasl=..\sasl
> --with-libintl=..\svn-win32-libintl
> --vsnet-version=2008
> --enable-nls
>
> I am building on a Windows 2008 x64 Server with Visual Studio 2008.
>
> Here's an example of the type of test failure I see - it's mostly missing properties.
>
> =============================================================
> Expected 'B_COPY' and actual 'B_COPY' in disk tree are different!
> =============================================================
> EXPECTED NODE TO BE:
> =============================================================
> * Node name: B_COPY
> Path: __SVN_ROOT_NODE\A\B_COPY
> Contents: N/A (node is a directory)
> Properties: {'svn:mergeinfo': '/A/B:3-5'}
> Attributes: {}
> Children: 3
> =============================================================
> ACTUAL NODE FOUND:
> =============================================================
> * Node name: B_COPY
> Path: __SVN_ROOT_NODE\A\B_COPY
> Contents: N/A (node is a directory)
> Properties: {}
> Attributes: {}
> Children: 3
>
> --
> Glen Cooper
> (425) 522-3013
>
>
>
> --
> Glen Cooper
> (425) 522-3013
Received on 2011-03-24 00:14:38 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.