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

Fail compiling from git #17

@rmbeer

Description

@rmbeer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions