This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Description
SO: Archlinux (updated today)
I clone git, follow the installation instructions, including GIT-Access, configure, and compile. On compilation I get the following error:
CompileModule: posix.so
posix.c: In function ‘openssl_md5crypt’:
posix.c:80:13: error: storage size of ‘md’ isn’t known
80 | EVP_MD_CTX md,md2;
| ^~
posix.c:80:16: error: storage size of ‘md2’ isn’t known
80 | EVP_MD_CTX md,md2;
| ^~~
posix.c:136:2: error: implicit declaration of function ‘EVP_MD_CTX_cleanup’; did you mean ‘EVP_MD_CTX_create’? [-Werror=implicit-function-declaration]
136 | EVP_MD_CTX_cleanup(&md2);
| ^~~~~~~~~~~~~~~~~~
| EVP_MD_CTX_create
posix.c:88:2: warning: ‘strncat’ specified bound 1 equals source length [-Wstringop-overflow=]
88 | strncat(out_buf, "$", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
I can't continue after this error.