[openssl-dev] 1.1.0 pre release 6: Installing manpages error: tr

Claus Assmann ca+ssl-dev at esmtp.org
Thu Aug 4 15:41:44 UTC 2016


Happens on OpenBSD and Linux (similar error message):

*** Installing manpages
usage: tr [-cs] string1 string2
       tr [-c] -d string1
       tr [-c] -s string1
       tr [-c] -ds string1 string2


Seems [A-Z] etc needs to be quoted, e.g.,
tr '[a-z]' '[A-Z]'

There are several places like this in the Makefile.


More information about the openssl-dev mailing list