Anyone seen the following , I could use some help.
> Mike,
>
> Our disk crashed (/svn) so we lost all are source, confs and repos on a
> development box.
>
> I am trying to re install svn 1.5.5 and get the following make error not
> sure what it is telling me, perhaps you can shed some light ?
>
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /svn/src/subversion-1.5.5/apr
> *** Error code 1
> The following command caused the error:
> target=`echo external-all | sed s/external-//`; \
> list='apr apr-util neon serf'; \
> for i in $list; do \
> echo "------ making $target in $i"; \
> (cd $i && make $target) || exit 1; \
> echo "------ completed $target in $i"; \
> done;
> make: Fatal error: Command failed for target `external-all'
Did you grab both the subversion-1.5.5 and the subversion-deps-1.5.5
archives, and expand the second atop the first? You should wind up a single
subversion-1.5.5 directory that contains both Subversion's sources and those
of its dependencies (APR, APR-Util, Neon, Serf).
Yes That is exactly what I did.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=990941
Received on 2008-12-23 21:55:02 CET