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

Re: [PATCH] Correct error in printing FS module list

From: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2005-03-31 11:56:46 CEST

Hi,

Thank you for replying me.

From: Marcus Rueckert <darix@web.de>
Subject: Re: [PATCH] Correct error in printing FS module list
Date: Thu, 31 Mar 2005 06:47:15 +0200

> > The following repository back-end (FS) modules are available:
> >
> > * fs_base : ^Cq^B
> > * fs_fs : Module for working with a plain file (FSFS) repository.
>
> [[[
> The following repository back-end (FS) modules are available:
>
> * fs_fs : Module for working with a plain file (FSFS) repository.
> ]]]
>
> my configure line was
>
> [[[
> $ cat config.nice
> #! /bin/sh
> #
> # Created by configure
>
> "./configure" \
> "--enable-maintainer-mode" \
> "--with-apxs=/opt/apache2.1/bin/apxs" \
> "--with-apr=/opt/apache2.1" \
> "--with-apr-util=/opt/apache2.1/" \
> "--disable-javahl" \
> "--with-neon=/usr" \
> "--without-berkeley-db" \
> "--disable-dso" \
> "--prefix=/opt/apache2.1" \
> "$@"
> ]]]

Mine was:

  #! /bin/sh
  #
  # Created by configure

  "./configure" \
  "--prefix=/home/nori1/tmp" \
  "$@"

When building, I don't specify "--without-berkeley-db" explicitly,
but I do not compile with bdb source, so it is implicitly specified.
It is no problem, I think.
I always do so.

> maybe some build error on your side? i had similar funny issues when
> en-/disabling bdb in between. i needed a "make clean" to get rid of it.
> i have to second i have a fully working bdb to build against.

Oh, really?
I ran 'make clean' and rebuilt from './autogen.sh' and './configure
--prefix=$HOME/tmp', but failed.
Also I updated source and recompiled against r13800, but it occurs too...
What should I check...?

Thanks,

- nori

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 11:58:00 2005

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

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