44 | int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, | ~~~~~~~^~~~~~ /var/tmp/portage/dev-lua/luaossl-20200709-r102/work/luaossl-rel-20200709-lua5-1/src/openssl.c:12204:13: error: too few arguments to function ‘EVP_KDF_derive’ 12204 | if (EVP_KDF_derive(kctx, out, &outlen) <= 0) | ^~~~~~~~~~~~~~ In file included from /var/tmp/portage/dev-lua/luaossl-20200709-r102/work/luaossl-rel-20200709-lua5-1/src/openssl.c:617: /usr/include/openssl/kdf.h:44:5: note: declared here ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j3-20210727-230038 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.0 * clang version 12.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/12/bin /usr/lib/llvm/12 12.0.1 Python 3.9.6 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.53.0 * The following VMs are available for generation-2: *) AdoptOpenJDK 8.292_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 HEAD of ::gentoo commit 83de73890ec6fb14a39bf02bbea82bec3eb529f4 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Jul 29 16:21:53 2021 +0000 2021-07-29 16:21:52 UTC emerge -qpvO dev-lua/luaossl [ebuild R ] dev-lua/luaossl-20200709-r102 USE="-examples" LUA_TARGETS="lua5-1 (-lua5-2) -lua5-3 -lua5-4 -luajit"
Created attachment 727962 [details] emerge-info.txt
Created attachment 727965 [details] dev-lua:luaossl-20200709-r102:20210729-165453.log
Created attachment 727968 [details] emerge-history.txt
Created attachment 727971 [details] environment
Created attachment 727974 [details] etc.portage.tar.bz2
Created attachment 727977 [details] temp.tar.bz2
There is now a branch for openssl-3: https://github.com/loqs/luaossl/tree/openssl3
First error is actually: src/openssl.c:3268:27: error: ‘SHLIB_VERSION_HISTORY’ undeclared (first use in this function); did you mean ‘SSL3_VERSION_MINOR’?
OpenSSL-3 support got merged today :-) I asked, if they will make a new release.
New release is available with openssl-3 support. https://github.com/wahern/luaossl/releases
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a953464725d83207324fc51b947f3bf770a99c commit 19a953464725d83207324fc51b947f3bf770a99c Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2022-07-11 23:08:30 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2022-07-11 23:10:03 +0000 dev-lua/luaossl: drop 20220711 Closes: https://bugs.gentoo.org/805041 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-lua/luaossl/Manifest | 1 - dev-lua/luaossl/luaossl-20220711.ebuild | 97 --------------------------------- 2 files changed, 98 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7aa185a115dacec414ab6b8491850df359dd33 commit ac7aa185a115dacec414ab6b8491850df359dd33 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2022-07-11 23:07:26 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2022-07-11 23:10:02 +0000 dev-lua/luaossl: add 20220711 Bug: https://bugs.gentoo.org/805041 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-lua/luaossl/Manifest | 1 + dev-lua/luaossl/luaossl-20220711.ebuild | 97 +++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+)