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

Re: Trouble in apache CVS land.

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2000-11-21 07:28:55 CET

On Tue, 21 Nov 2000, B. W. Fitzpatrick wrote:

> You've actually just come in at a bit of a bad time. The folks over at
> apache have been working really hard to break apr out of the apache
> tree and into its own tree. They've reworked /tmp to speed up cvs
> access as well (but it still takes a while to get the whole apr tree).
>
> Here's the latest and greatest (I'll update autogen.sh in a moment).
>
> (password is anoncvs)
>
> $ cvs -d :pserver:anoncvs@apache.org:/home/cvspublic login
> $ cvs -d :pserver:anoncvs@apache.org:/home/cvspublic co apr
>
> -Fitz

Thanks, that fixed it. Well, sort of. I followed the instructions
and now I have an apr and a neon directory in ~/project/subversion.

Problem is, when I run it I see some configure errors:
Note that I am running from a build diretory (~/project/build/subversion).

~/project/subversion/configure \
--prefix=/home/mo/project/install/subversion \
--with-debug

updating cache ./config.cache
configuring package in apr now
/home/mo/project/subversion/configure:
/home/mo/project/subversion/helpers/mkdir
.sh: No such file or directory
/home/mo/project/subversion/configure: apr: No such file or directory
loading cache .././config.cache
checking host system type... i686-pc-linux-gnu

...

loading cache ./config.cache
configuring package in neon now
/home/mo/project/subversion/configure:
/home/mo/project/subversion/helpers/mkdir
.sh: No such file or directory
/home/mo/project/subversion/configure: neon: No such file or directory
loading cache .././config.cache

...

creating neon-config
creating config.h

Using configuration for building neon 0.7.7:

  Install prefix: /home/mo/project/install/subversion
  Compiler: gcc
  XML Parser: expat in /home/mo/project/subversion/expat-lite
  Build libraries: Shared=yes, Static=yes

Now run: 'make' to compile the neon library
         'make examples' to compile the example programs

  (Note: You might need to use GNU make if this is not the default 'make'.
   GNU make could be installed as 'gmake' on your system.)

neon configured properly
loading cache ./config.cache
configure: error: Must configure APR before Subversion.

But these directories do exist.

% ls ~/project/subversion/* | grep neon
/home/mo/project/subversion/neon-0.7.7.tar.gz
/home/mo/project/subversion/neon:
neon-config.in

% ls ~/project/subversion/* | grep apr
/home/mo/project/subversion/apr:
apr_common.m4
aprlib.def
aprlib.dsp
aprlibdll.dsp

So I am bit stumped again. Do the
neon and apr packages work if
compiled in a build dir?

thanks
Mo DeJong
Red Hat Inc
Received on Sat Oct 21 14:36:15 2006

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.