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

Exclude "s390x" for bullseye+ (due to libffi6 vs libffi7) #58

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 20, 2021

pypy3: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory

Diff:
$ diff -u <(bashbrew cat pypy) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2021-08-20 11:29:32.119968516 -0700
+++ /dev/fd/62	2021-08-20 11:29:32.119968516 -0700
@@ -3,12 +3,12 @@
 
 Tags: 3.7-7.3.5-bullseye, 3.7-7.3-bullseye, 3.7-7-bullseye, 3.7-bullseye, 3-7.3.5-bullseye, 3-7.3-bullseye, 3-7-bullseye, 3-bullseye, bullseye
 SharedTags: 3.7-7.3.5, 3.7-7.3, 3.7-7, 3.7, 3-7.3.5, 3-7.3, 3-7, 3, latest
-Architectures: amd64, arm64v8, i386, s390x
+Architectures: amd64, arm64v8, i386
 GitCommit: 2c7223f5fc2fba18bc8e5cb14896668a5c330ae1
 Directory: 3.7/bullseye
 
 Tags: 3.7-7.3.5-slim, 3.7-7.3-slim, 3.7-7-slim, 3.7-slim, 3-7.3.5-slim, 3-7.3-slim, 3-7-slim, 3-slim, slim, 3.7-7.3.5-slim-bullseye, 3.7-7.3-slim-bullseye, 3.7-7-slim-bullseye, 3.7-slim-bullseye, 3-7.3.5-slim-bullseye, 3-7.3-slim-bullseye, 3-7-slim-bullseye, 3-slim-bullseye, slim-bullseye
-Architectures: amd64, arm64v8, i386, s390x
+Architectures: amd64, arm64v8, i386
 GitCommit: 2c7223f5fc2fba18bc8e5cb14896668a5c330ae1
 Directory: 3.7/slim-bullseye

> `pypy3: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory`
@yosifkit yosifkit merged commit c82a643 into docker-library:master Aug 20, 2021
@yosifkit yosifkit deleted the libffi6-s390x branch August 20, 2021 18:51
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Aug 20, 2021
Changes:

- docker-library/pypy@c82a643: Merge pull request docker-library/pypy#58 from infosiftr/libffi6-s390x
- docker-library/pypy@b9406c4: Exclude "s390x" for bullseye+ (due to libffi6 vs libffi7)
@tianon tianon mentioned this pull request Mar 1, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants