You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]```
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: