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

Re: make install fails SVN 1.5.5

From: Toby Thain <toby_at_telegraphics.com.au>
Date: Tue, 10 Feb 2009 16:13:51 -0500

On 10-Feb-09, at 10:55 AM, Phil Pinkerton wrote:

> When attempting to do a make install on our Solaris 10 sun box I get
> the following error. Any help on how to fix this would be nice.
>

CollabNet has good binary packages for Solaris.

--Toby

> Could explain what this is trying to accomplish and why it is failing
> and how I can correct it ?
>
> make: Fatal error: Command failed for target `install-recursive'
> Current working directory /svn/src/httpd-2.2.8/srclib
> *** Error code 1
> The following command caused the error:
> otarget=`echo install-recursive|sed s/-recursive//`; \
> list=' srclib os server modules support'; \
> for i in $list; do \
> if test -d "$i"; then \
> target="$otarget"; \
> echo "Making $target in $i"; \
> if test "$i" = "."; then \
> made_local=yes; \
> target="local-$target"; \
> fi; \
> (cd $i && make $target) || exit 1; \
> fi; \
> done; \
> if test "$otarget" = "all" && test -z 'httpd '; then \
> made_local=yes; \
> fi; \
> if test "$made_local" != "yes"; then \
> make "local-$otarget" || exit 1; \
> fi
> make: Fatal error: Command failed for target `install-recursive'
>
> --
> " The fundamental principle here is that the justification for a
> physical concept lies exclusively in its clear and unambiguous
> relation to the facts that it can be experienced" AE
>
> Please Feed and Educate the Children... it's the least any of us
> can do.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?
> dsForumId=1065&dsMessageId=1134724
>
> To unsubscribe from this discussion, e-mail: [users-
> unsubscribe_at_subversion.tigris.org].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1136205

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-10 22:14:54 CET

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.