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

AWS CLI 2.15.14-r0 throwing XML_SetReparseDeferralEnabled: symbol not found error #8913

Closed
treyfarmigoni opened this issue Sep 11, 2024 · 3 comments
Assignees
Labels
bug This issue is a bug. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. third-party This issue is related to third-party libraries or applications.

Comments

@treyfarmigoni
Copy link

Describe the bug

AWS CLI throwing an error on aws-cli-2.15.14-r0 when executing
aws --help
Error relocating /usr/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-musl.so: XML_SetReparseDeferralEnabled: symbol not found

Expected Behavior

No errors to occur.

Current Behavior

error is thrown

Reproduction Steps

docker run -ti --entrypoint /bin/sh registry.gitlab.com/gitlab-org/terraform-images/stable:latest

apk update && apk add --no-cache aws-cli bash
aws --help

Possible Solution

No response

Additional Information/Context

No response

CLI version used

aws-cli-2.15.14-r0

Environment details (OS name and version, etc.)

Alpine - 3.18.4

@treyfarmigoni treyfarmigoni added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 11, 2024
@gohayon-cls
Copy link

We are getting the same issue

@tim-finnigan tim-finnigan self-assigned this Sep 11, 2024
@tim-finnigan
Copy link
Contributor

Looks like this is the same as hashicorp/terraform#35715, where a member of Terraform replied:

The Dockerfile for the build wasn't changed during that time, so any differences would be solely from the upstream image. Your above example works correctly if the package is updated, and I also confirmed that newer images have already updated the problematic packages.

Closing since there's nothing the Terraform CLI can do to fix the old docker image.

Can you confirm that this is fixed in newer images?

@tim-finnigan tim-finnigan added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. third-party This issue is related to third-party libraries or applications. p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Sep 11, 2024
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

No branches or pull requests

3 participants