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

Re: Build needs to mkdir serf/auth in the build root.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 02 Sep 2011 02:17:43 +0300

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" <dfelliott_at_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
>
>
Received on 2011-09-02 01:18:13 CEST

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.