[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 25 Mar 2011 20:29:52 +0200

Run the tests with -v and check that 'svn' prints output in English?

Glen Cooper wrote on Wed, Mar 23, 2011 at 20:45:13 -0700:
> Thanks Mark,
>
> Any idea why including them would cause certain tests to fail?
>
> I'm not sure how significant this is, but I get these messages during my
> build:
>
> msgfmt.exe: de.spo: warning: Charset missing in header.
> Message conversion to user's charset will not
> work.
> msgfmt.exe: de.spo: headerfield `Content-Type' missing in header
>
> Glen
>
> On Wed, Mar 23, 2011 at 4:13 PM, Mark Phippard <markphip_at_gmail.com> wrote:
>
> > 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>
> > 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
> >
> >
>
>
> --
> Glen Cooper
> (425) 522-3013
Received on 2011-03-25 18:30:43 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.