Re: [openssl.org #1103] bug: openssl-0.9.8-beta4 "make depend" fails in separate tree configuration

2005-06-21 Thread [EMAIL PROTECTED] via RT
This problem was reported as fixed in beta5, but it is neither fixed in beta5 nor in beta6. Please reopen this problem report. snip --- Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for solaris-sparcv8-

[openssl.org #1103] bug: openssl-0.9.8-beta4 "make depend" fails in separate tree configuration

2005-06-12 Thread Richard Levitte via RT
[EMAIL PROTECTED] - Tue Jun 7 10:22:05 2005]: The problem is not about separate trees, but a bug in the way domd is called: > making dependencies crypto... > [ -z "depend" -o -f buildinf.h ] || touch buildinf.h # fake buildinf.h >if it does not exist > [ -z "depend" ] || ../util/domd .. -M

[openssl.org #1103] bug: openssl-0.9.8-beta4 "make depend" fails in separate tree configuration

2005-06-07 Thread via RT
There's a workaround -- make -e TOP=/absolute/path/to/src depend the default value for TOP is ".", but it gets incorporated in the BUILDENV and passed down to lower levels -- BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \ CC='${CC}' CFLAG='${CFLAG}' \

[openssl.org #1103] bug: openssl-0.9.8-beta4 "make depend" fails in separate tree configuration

2005-06-07 Thread [EMAIL PROTECTED] via RT
The separate tree was constructed per the instructions in INSTALL mkdir -p objtree/"`uname -s`-`uname -r`-`uname -m`" cd objtree/"`uname -s`-`uname -r`-`uname -m`" (cd $OPENSSL_SOURCE; find . -type f) | while read F; do mkdir -p `dirname $F`