serf is an external library; it is not part of Subversion itself. Please report this issue to the serf maintainers at their mailing list --- the address should be in README or INSTALL in the serf source tree (ie, ./serf/).
Thanks. On Thu, 01 Sep 2011 11:10 -0700, "David Elliott" <dfelli...@me.com> wrote: > Configured with subversion-1.7.0-rc2-BUILD build root as a sibling of > subversion-1.7.0-rc2 source root. > > Looks like serf/auth needs to be made inside the build directory if the build > is to work. A minor annoyance, easily fixed by running mkdir serf/auth > before make. Might be that I'm making with very high parallelism (j16). > > The below log is of simply running make after it has failed once in > high-parallelism mode to see what the actual problem is. > > -Dave > > > $ make > ------ making all in apr > make[2]: Nothing to be done for `local-all'. > ------ completed all in apr > ------ making all in apr-util > make[2]: Nothing to be done for `local-all'. > ------ completed all in apr-util > ------ making all in serf > /Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2-BUILD/apr/libtool > --silent --tag=CC --mode=compile gcc -g -O2 -DDARWIN > -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp > -I/Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2/serf > -I/Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2-BUILD/apr/include > -I/Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2/apr/include > -I/Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2-BUILD/apr-util/include > -I/Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2/apr-util/include > -c -o auth/auth.lo > /Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2/serf/auth/auth.c && > touch auth/auth.lo > /Users/dfe/SourceBuilds/subversion/subversion-1.7.0-rc2-BUILD/apr/libtool: > line 1280: auth/auth.loT: No such file or directory > mkdir: auth: No such file or directory > make[1]: *** [auth/auth.lo] Error 1 > make: *** [external-all] Error 1 > >