
bugzilla at apache
Aug 2, 2012, 5:47 AM
Post #1 of 1
(47 views)
Permalink
|
|
[Bug 53640] New: make: Fatal error: Command failed for target `htpasswd'
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53640 Priority: P2 Bug ID: 53640 Assignee: bugs [at] httpd Summary: make: Fatal error: Command failed for target `htpasswd' Severity: major Classification: Unclassified OS: SunOS Reporter: nandanmallur [at] gmail Hardware: Sun Status: NEW Version: 2.4.2 Component: Build Product: Apache httpd-2 Current working directory /home/mway/Apache_softwares/httpd-2.4.2/support *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' '; \ 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 'htpasswd htdigest htdbm ab logresolve httxt2dbm htcacheclean rotatelogs checkgid fcgistarter'; 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' Current working directory /home/mway/Apache_softwares/httpd-2.4.2/support *** 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 shared-build '; 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' ERROR: Failed to build Apache. See "build.log" for details. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|