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.
SO Now What ?? If I understood the error better perhaps It would help
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=994960
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-29 12:09:49 CET