-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
ERROR: gcompat-1.1.0-r4: trying to overwrite lib/ld-linux-x86-64.so.2 owned by glibc-2.35-r1. #208
Comments
I have the same issue |
While I do not use this project - I've rolled my own, very similar image - it might be interesting to know that I think this causes the following error:
I just went back to Alpine 3.18 and GLIBC 2.31-r0. I tried with Alpine 3.19 and GLIB 2.31-r0 too - and ended up with a segfault when I used the AWS CLI (v2) Once again - please not that I'm not sure this is the cause. I'm just trying to be helpful. |
I found a workaround to avoid the problem and installed To see how it works, I have prepared a code snippet to explain the integration into the Alpine 3.19 container.
|
Thanks this was helpful! |
I'm trying to use this with aws-sam-cli. Anyone had progress with this? I'm facing the same issue with |
Do you have a corresponding docker example? I would check out if I can find a workaround. |
@ZPascal Not really. Right now I'm just trying out with
I'm getting this error:
I'm a bit unsure how I can use that:
|
@EloB Are you sure that the CLI works out of the box with MUSL and without Python? I think, your issue is not related to this case, but I'll try to help you. |
@ZPascal This isn't my type of expertise. I was able to run the Thanks for the help :) |
Hi @EloB, I think the source/ binary version also uses Python dependencies. I've prepared a repository and containers that include docker containers for the SAM CLI based on Alpine and Distroless Debian 12 base images. Unfortunately, it was not possible to use Alpine for the source/ binary version, because of missing hard-linked C dependencies. I think, your problem is in general not related to the issue discussed in this thread. If you have further questions, please open a follow-up issue on the new repository. |
This happened when I am trying to install glibc-bin-2.35-r1.apk and glibc-i18n-2.35-r1.apk
The text was updated successfully, but these errors were encountered: