Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release break #318

Closed
raianul opened this issue Apr 18, 2024 · 1 comment
Closed

Latest release break #318

raianul opened this issue Apr 18, 2024 · 1 comment

Comments

@raianul
Copy link

raianul commented Apr 18, 2024


RUN apt update -y && \
    apt install -y gcc libxml2-dev libxmlsec1-dev libxmlsec1-openssl pkg-config libpq-dev && \
    rm -rf /var/lib/apt/lists/* && \
    python3 -m pip install --upgrade pip setuptools wheel lxml xmlsec```


The latest release breaking the install. 

```laration-after-statement -Werror=implicit-function-declaration -Os
5.006       /tmp/pip-install-w8qtbzg3/xmlsec_9b3ec92e2bd84a5d86e839c6e575639e/src/keys.c: In function ‘PyXmlSec_KeyFromEngine’:
5.006       /tmp/pip-install-w8qtbzg3/xmlsec_9b3ec92e2bd84a5d86e839c6e575639e/src/keys.c:218:65: error: ‘xmlSecKeyDataFormatEngine’ undeclared (first use in this function); did you mean ‘xmlSecKeyDataFormat’?
5.006         218 |         key->handle = xmlSecCryptoAppKeyLoad(engine_and_key_id, xmlSecKeyDataFormatEngine, NULL, xmlSecCryptoAppGetDefaultPwdCallback(), (void*)engine_and_key_id);
5.006             |                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
5.006             |                                                                 xmlSecKeyDataFormat
5.006       /tmp/pip-install-w8qtbzg3/xmlsec_9b3ec92e2bd84a5d86e839c6e575639e/src/keys.c:218:65: note: each undeclared identifier is reported only once for each function it appears in
5.006       error: command '/usr/bin/gcc' failed with exit code 1
5.006       [end of output]```


@mxamin
Copy link
Collaborator

mxamin commented Apr 18, 2024

Duplicate of #314.

@mxamin mxamin closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants