Dear developers,

when installing openssl-0.9.7e on IRIX 5.3 (using GNU make 3.80) there
are some shell issues with the installation. At certain points it fails:

making install in fips/sha1...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/sh
a1'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/sh
a1'
making install in fips/rand...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ra
nd'
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ra
nd'
making install in fips/des...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/de
s'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/de
s'
making install in fips/aes...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ae
s'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ae
s'
making install in fips/dsa...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ds
a'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/ds
a'
making install in fips/rsa...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/rs
a'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/rs
a'
making install in fips/dh...
gmake[2]: Entering directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/dh
'
/bin/sh: Syntax error at line 1: `;' unexpected
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips/dh
'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory
`/usr/people/schwarz/pkgsrc/security/openssl/work/openssl-0.9.7e/fips'

This seems to result in openssl_fips_fingerprint not being installed.
Unfortunately I am not familiar enough with Makefiles, so I was unable
to figure out the precise reason. It seems to be that the shell does not
like some of the syntax used in some of the Makefiles.
When I use SHELL= to have GNU bash as the shell the problem does not
appear. With SHELL=/bin/ksh it still does, by the way.   

Georg  

-- 
Georg Schwarz    http://home.pages.de/~schwarz/
 [EMAIL PROTECTED]   +49 177 8811442

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to