On 17/06/2021 15:43, Steffen Nurpmeso wrote:
Fyi, i have $PERL5OPT=-C permanently in my environment, in conjunction with LC_ALL=en_US.utf8 this results in the build error as below. Prefixing LC_ALL=C fixes this.
Thanks. I submitted this as an issue on github here: https://github.com/openssl/openssl/issues/15805 Matt
#?0|kent:src$ MYPREFIX=$HOME/$USR/opt/.ossl3 make -j4 openssl cd tls-openssl.git &&\ if [ -f NULL ]; then git checkout `cat NULL`; fi &&\ ./config --prefix=/home/steffen/usr-kent-linux-x86_64/opt/.ossl3 zlib-dynamic shared \ no-deprecated no-async threads no-tests \ -Wl,-rpath,'' &&\ make &&\ make install_sw && make install_ssldirs; \ { git clean -fxd; git reset --hard HEAD;\ git checkout arena-manager-null; } >/dev/null Switched to branch 'master' Your branch is up to date with 'origin/master'. Configuring OpenSSL version 3.0.0-beta2-dev for target linux-x86_64 Using os-specific seed configuration Creating configdata.pm Running configdata.pm Creating Makefile.in syswrite() isn't allowed on :utf8 handles at /usr/lib/perl5/5.32/File/Copy.pm line 181. Switched to branch 'arena-manager-null'