You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Phil Pinkerton <pc...@gmail.com> on 2009/11/06 16:09:34 UTC

[users@httpd] A common problem with no help or solution ?

I see the all over GOOGLE but not much help or advice given, anyone solve
this ? how ?

When trying to build Apache 2.2.14 on Solaris 10 sun4u sparc
SUNW,Sun-Fire-V210

I get this error and cannot find a solution

make: Fatal error: Command failed for target `all-recursive'
Current working directory /svn/src/httpd-2.2.14/server
*** Error code 1
The following command caused the error:
otarget=`echo all-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 `all-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.

Re: [users@httpd] A common problem with no help or solution ?

Posted by Krist van Besien <kr...@gmail.com>.
On Fri, Nov 6, 2009 at 5:26 PM, Phil Pinkerton <pc...@gmail.com> wrote:
> this was the prior output
>
> make: Fatal error: Command failed for target `install-recursive'
> Current working directory /svn/src/httpd-2.2.14/modules/aaa

Are you running make as root?

Krist

-- 
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] A common problem with no help or solution ?

Posted by Phil Pinkerton <pc...@gmail.com>.
this was the prior output

make: Fatal error: Command failed for target `install-recursive'
Current working directory /svn/src/httpd-2.2.14/modules/aaa
*** Error code 1
The following command caused the error:
otarget=`echo install-recursive|sed s/-recursive//`; \
list='  aaa filters loggers metadata http generators mappers'; \
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 ''; then \
    made_local=yes; \
fi; \
if test "$made_local" != "yes"; then \
    make "local-$otarget" || exit 1; \
fi


On Fri, Nov 6, 2009 at 10:38 AM, Eric Covener <co...@gmail.com> wrote:

> On Fri, Nov 6, 2009 at 10:09 AM, Phil Pinkerton <pc...@gmail.com>
> wrote:
> > I see the all over GOOGLE but not much help or advice given, anyone solve
> > this ? how ?
> >
> > When trying to build Apache 2.2.14 on Solaris 10 sun4u sparc
> > SUNW,Sun-Fire-V210
> >
> > I get this error and cannot find a solution
> >
> > make: Fatal error: Command failed for target `all-recursive'
> > Current working directory /svn/src/httpd-2.2.14/server
> > *** Error code 1
> > The following command caused the error:
>
> Your error occurred earlier.
>
> --
> Eric Covener
> covener@gmail.com
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
" 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.

Re: [users@httpd] A common problem with no help or solution ?

Posted by Eric Covener <co...@gmail.com>.
On Fri, Nov 6, 2009 at 10:09 AM, Phil Pinkerton <pc...@gmail.com> wrote:
> I see the all over GOOGLE but not much help or advice given, anyone solve
> this ? how ?
>
> When trying to build Apache 2.2.14 on Solaris 10 sun4u sparc
> SUNW,Sun-Fire-V210
>
> I get this error and cannot find a solution
>
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /svn/src/httpd-2.2.14/server
> *** Error code 1
> The following command caused the error:

Your error occurred earlier.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org