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

Re: Failed to load module for FS type 'fsfs'

From: Andrew Vaughan <ajv-lists_at_netspace.net.au>
Date: 2005-08-05 22:40:17 CEST

On Thu, 4 Aug 2005 04:46, G Bit wrote:
> On 29.07.2005, at 23:42, G Bit wrote:
> >> I am a newbie to SVN. I downloaded the latest version (1.2.1) and
> >> installed it. I compiled it
> >> with Berkeley DB.
> >>
> >> When I tried to create a repository I get this:
> >>
> >> $ /usr/local/svn/bin/svnadmin create --fs-type fsfs /svn/repos/myrepo
> >> svnadmin: Failed to load module for FS type 'fsfs'
> >
> >Sure you're on 1.2.1? What does this say:
> >
> >$ /usr/local/svn/bin/svnadmin --version
>
> I recompiled Subversion using gcc and then ran make check and I saw this
> tests.log.
>
> START: locks-test
> svn_tests: Failed to load module for FS type 'fsfs'
> FAIL: locks-test 1: lock only
>
> Here is the version info.
>
> $ ./subversion/svnadmin/svnadmin --version
> svnadmin, version 1.2.1 (r15230)
> compiled Aug 3 2005, 11:06:00
>
> Copyright (C) 2000-2005 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
> The following repository back-end (FS) modules are available:
>
>
> $

I get
[...]
The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

> Here is how I configured.
>
> $ ./configure --prefix=/usr/local/svn --enable-dso \
> --enable-javahl \
> --with-apr=/usr/local/apr/bin/apr-config \
> --with-apr-util=/usr/local/apr/bin/apu-config \
> --with-neon=/usr/sfw \
> --with-apxs=/usr/local/apache2/bin/apxs \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.3 \
> --with-editor=/bin/vi \
> --with-jdk=/usr/java \
> --with-junit=/usr/local/jars/junit-3.8.1.jar

--enable-dso might be the problem. I know that some people have reported it
causing problems, at least with on some architectures/systems.

PS. I had a quick look, but I could not see which architecture/OS you're
running? Might be relevant.

Hope this helps
Andrew V.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 5 22:41:42 2005

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.