On Friday 03 May 2013 12:56:41 Mitch Halmu via RT wrote:
> When running the config script on Solaris 9 (sparc), the symbolic link
> /dev/null -> /devices/pseudo/mm@0:null is destroyed. You will notice it
> happened by the error messages that start spewing. To repair:
> 
> # ln -s /devices/pseudo/mm@0:null /dev/null
> 
> Workaround: comment out the following lines before running config:
> 
> #($CC -Wa,--help -c -o /dev/null -x assembler /dev/null 2>&1 | \
> # grep \\--noexecstack) 2>&1 > /dev/null && \
> #  options="$options -Wa,--noexecstack"

that is a bug in the compiler/assembler.  it should only unlink ordinary files.
-mike


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to