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

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

From: David Elliott <dfelliott_at_me.com>
Date: Thu, 01 Sep 2011 11:10:59 -0700

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-01 22:40:53 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.