8000 Fail compiling from git · Issue #17 · freenode/atheme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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, 202 6128 1

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
0