Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Fail compiling from git #17

Open
rmbeer opened this issue Apr 18, 2021 · 0 comments
Open

Fail compiling from git #17

rmbeer opened this issue Apr 18, 2021 · 0 comments

Comments

@rmbeer
Copy link

rmbeer commented Apr 18, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant