-
Notifications
You must be signed in to change notification settings - Fork 77
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
pip install awslambdaric breaks on alpine linux with autoconf=2.72-r0 #144
Comments
Hi, we are aware of the issue. This is caused by the dependency on libcurl and the update on autoconf. We use libcurl to ensure consistent performance and minimize overhead. The update on autoconf included a change that broke some macros defined in the libcurl version used by the runtime interface client. Our current recommendation is to pin the autoconf version with the provided work-around. Thanks, |
I just tested the branch associated with the PR via
I still ended up with the configure syntax error:
|
Hi, it is expected that that PR right now, will not fix generic builds and builds from pip. The PR, at the moment, only intends to show the fix could work on the docker images that build the package. The PR will be updated to apply the patch to the build process which will fix installations through pip directly. Thanks! |
@unacceptable Could you try once more with the latest commit? |
I'm installing awslambdaric in the python:3.9-alpine container:
This fails since they updated autoconf to 2.72-r0:
As a workaround, I can go back to autoconf=2.71-r2 but ideally this would be fixed:
The text was updated successfully, but these errors were encountered: