You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Neels Janosch Hofmeyr <ne...@elego.de> on 2009/05/24 01:54:58 UTC

built without kwallet fails stat_tests.py 13

When I build without kwallet, svn often prints the line

[[[
libsvn_auth_kwallet-1.so.0: cannot open shared object file: No such file or
directory
]]]

at the beginning of its operation.

My stat_tests.py 13 fails upon a routine checkout, I guess simply because of
that line being printed.

As soon as I successfully ./configure --with-kwallet, the test passes.

Why is that line printed even if I don't enable kwallet in the build?
My build explicitly says

[[[
checking whether to look for KWallet... no
]]]

Thanks,
~Neels

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2353239

Re: built without kwallet fails stat_tests.py 13

Posted by Neels Janosch Hofmeyr <ne...@elego.de>.
Arfrever Frehtes Taifersar Arahesis wrote:
> 2009-05-24 03:54:58 Neels Janosch Hofmeyr napisał(a):
>> When I build without kwallet, svn often prints the line
>>
>> [[[
>> libsvn_auth_kwallet-1.so.0: cannot open shared object file: No such file or
>> directory
>> ]]]
>>
>> at the beginning of its operation.
>>
>> My stat_tests.py 13 fails upon a routine checkout, I guess simply because of
>> that line being printed.
>>
>> As soon as I successfully ./configure --with-kwallet, the test passes.
>>
>> Why is that line printed even if I don't enable kwallet in the build?
> 
> Your `svn` program uses such a libsvn_subr-1.so.0 which was built with enabled
> support for KWallet.
> Do you use locally built `svn` or `svn` installed by `make install`?
> 

I build various subversions locally, into ~/svn/prefix/<name>/, which is not
in any $PATH or anything. In addition to that, the ubuntu subversion package
is installed system wide.

I investigated a bit -- I couldn't reproduce it on debian. And after all, I
discovered that a clean checkout removed the problem.

Hm, even though I `make extraclean' basically all the time, I still have
build artefacts interference. :(

Thanks for the hint,
~Neels

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2353381

Re: built without kwallet fails stat_tests.py 13

Posted by Arfrever Frehtes Taifersar Arahesis <Ar...@GMail.Com>.
2009-05-24 03:54:58 Neels Janosch Hofmeyr napisał(a):
> When I build without kwallet, svn often prints the line
> 
> [[[
> libsvn_auth_kwallet-1.so.0: cannot open shared object file: No such file or
> directory
> ]]]
> 
> at the beginning of its operation.
> 
> My stat_tests.py 13 fails upon a routine checkout, I guess simply because of
> that line being printed.
> 
> As soon as I successfully ./configure --with-kwallet, the test passes.
> 
> Why is that line printed even if I don't enable kwallet in the build?

Your `svn` program uses such a libsvn_subr-1.so.0 which was built with enabled
support for KWallet.
Do you use locally built `svn` or `svn` installed by `make install`?

-- 
Arfrever Frehtes Taifersar Arahesis