Bug 53640 - make: Fatal error: Command failed for target `htpasswd'
Summary: make: Fatal error: Command failed for target `htpasswd'
Status: NEEDINFO
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.4.2
Hardware: Sun SunOS
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 12:47 UTC by nandankumar
Modified: 2012-08-02 13:57 UTC (History)
0 users



Attachments
i have attached config log (5.42 KB, text/plain)
2012-08-02 13:41 UTC, nandankumar
Details
Build log has been attached (2.32 KB, text/plain)
2012-08-02 13:57 UTC, nandankumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nandankumar 2012-08-02 12:47:23 UTC
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.
Comment 1 Eric Covener 2012-08-02 12:59:21 UTC
You'll need to include details of your environment and the logs including the actual compilation failure.
Comment 2 nandankumar 2012-08-02 13:41:39 UTC
Created attachment 29153 [details]
i have attached config log

Hi Eric,
I am using sunsolris OS.
64 bit machine.
Dependencies libra
ries are insatlled in below mentioned location

apr     /home/mway/apr
apr-util /home/mway/apr-util
prce      /home/mway/prce

when i am configuring httpd mentioned above path.

Please let me know you need more infromation

Thanks,
Nandan
Comment 3 nandankumar 2012-08-02 13:57:34 UTC
Created attachment 29154 [details]
Build log has been attached

Build log has been attached.