Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 37317 invoked from network); 6 Nov 2009 15:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 15:10:07 -0000 Received: (qmail 20952 invoked by uid 500); 6 Nov 2009 15:10:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 20926 invoked by uid 500); 6 Nov 2009 15:10:03 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 20914 invoked by uid 99); 6 Nov 2009 15:10:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 15:10:02 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pcpinkerton@gmail.com designates 209.85.219.216 as permitted sender) Received: from [209.85.219.216] (HELO mail-ew0-f216.google.com) (209.85.219.216) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 15:09:54 +0000 Received: by ewy12 with SMTP id 12so1143933ewy.24 for ; Fri, 06 Nov 2009 07:09:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=PXVAAH8p6gy2nV0dl96Qn+lQNpJmJMlOFzOnatJ5hDk=; b=CBBOs/p0Brx3UxEgtlUzJ0JvUMsMdjCZQ68SanX7iiqfDVyUsiDsGJGYiqs+UGYPVz 3J32mrnCRGBh4GfwLGL8LqRCSzjkW1OJvml9dSvoeoqcsRCAoADKG+QIK55OdUvrqmjs 58ZeU4SxiobWbPljqAaY3HCKbPrMKmZ4E53kI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oC2IvYA01FYU1xM1T78Gt1AC16N/bM2zp7kPzBvGRthh17PAod3KXUf3rHA7FWfl4g 29gwd6/uHA4eQhoFX+6riVoE6XBnJvkKAem+1eOGx7fpv7Cf56JsXPT7o3MWh/KHH9TY tzjl+XnMMfyGphUuENTERGx2HadjiW+wi799o= MIME-Version: 1.0 Received: by 10.216.91.5 with SMTP id g5mr1520540wef.168.1257520174341; Fri, 06 Nov 2009 07:09:34 -0800 (PST) Date: Fri, 6 Nov 2009 10:09:34 -0500 Message-ID: From: Phil Pinkerton To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=0016e6d99d734a1ebd0477b53b36 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] A common problem with no help or solution ? --0016e6d99d734a1ebd0477b53b36 Content-Type: text/plain; charset=ISO-8859-1 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. --0016e6d99d734a1ebd0477b53b36 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I see the all over GOOGLE but not much help or advice given, anyone solve t= his ? how ?

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

I get this error and cannot find a solution<= br>
make: Fatal error: Command failed for target `all-recursive'
Cur= rent working directory /svn/src/httpd-2.2.14/server
*** Error code 1
= The following command caused the error:
otarget=3D`echo all-recursive|se= d s/-recursive//`; \
list=3D'=A0 srclib os server modules support'; \
for i in $list;= do \
=A0=A0=A0 if test -d "$i"; then \
=A0=A0=A0=A0=A0=A0= =A0 target=3D"$otarget"; \
=A0=A0=A0=A0=A0=A0=A0 echo "Ma= king $target in $i"; \
=A0=A0=A0=A0=A0=A0=A0 if test "$i"= =3D "."; then \
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 made_local=3Dyes; \
=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 target=3D"local-$target";= \
=A0=A0=A0=A0=A0=A0=A0 fi; \
=A0=A0=A0=A0=A0=A0=A0 (cd $i &&= ; make $target) || exit 1; \
=A0=A0=A0 fi; \
done; \
if test "= ;$otarget" =3D "all" && test -z 'httpd=A0 ';= then \
=A0=A0=A0 made_local=3Dyes; \
fi; \
if test "$made_local" != =3D "yes"; then \
=A0=A0=A0 make "local-$otarget" ||= exit 1; \
fi
make: Fatal error: Command failed for target `all-recur= sive'


--
" 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" =A0 AE
Please Feed and Educate the Children... it's the least any of us ca= n do.

--0016e6d99d734a1ebd0477b53b36--