----- Original Message ----- 
From: "Daniel Black" <[EMAIL PROTECTED]>
To: <openssl-dev@openssl.org>
Sent: Saturday, May 31, 2008 4:08 PM
Subject: Re: [PATCH] Fix parallel build


On Sat, 31 May 2008 07:13:32 pm Hanno Böck wrote:
> This patch adds some dependencies to the Makefile targets to allow
parallel
> make to succeed. Please apply.
>
> (Patch is taken from Gentoo Linux)

as attached?

-- 

It has been reported to us that with the patch, it may still fail on a 4
cores machine with -j 3

Error was
making all in tools...
make[2]: Entering directory `/usr/src/openssl-0.9.8h/tools'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/openssl-0.9.8h/tools'
/bin/sh: line 8: doc/apps/*.pod: No such file or directory
make[1]: *** [install_docs] Error 1
make[1]: Leaving directory `/usr/src/openssl-0.9.8h'
make: *** [/usr/src/log_i486/03_ipcop/openssl-0.9.8h] Error 2
"~/Code/exp-code/ipcop/log_i486/_build_03_ipcop.log" 5785L, 884355C

It seems that the error occurs when make install_docs, which tries to do:
        set -e; for i in doc/apps/*.pod; do \
                fn=`basename $$i .pod`; \

I don't have a 4 cores to test

Gilles

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to