-
Notifications
You must be signed in to change notification settings - Fork 127
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
Update buildroot to 2024.02.1 #193
Conversation
$ docker run -it --rm --pull=always alpine:edge
edge: Pulling from library/alpine
Digest: sha256:67b8a3c4c19bbdd43de723881bc536758f5e780f8d32ef8f5ef2b72f769a3e78
Status: Image is up to date for alpine:edge
/ # apk add --no-cache --quiet curl
/ # curl --version
Error relocating /usr/lib/libcurl.so.4: SSL_get0_group_name: symbol not found 😭 |
There's another report of the same issue in libsdl-org/SDL#9357 (comment), which I think is probably because a bump of |
I don't think the Alpine issue is necessarily a blocker here -- it will only impede the rebuild on Perhaps we add a (temporary) patch to explicitly upgrade |
That seems fine, but is probably a full $ docker run -it --rm alpine:edge
/ # apk upgrade libssl3
fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1/1) Upgrading libssl3 (3.1.5-r5 -> 3.2.1-r1)
OK: 8 MiB in 14 packages
/ # apk info
Error relocating /lib/libssl.so.3: BIO_err_is_non_fatal: symbol not found
Error relocating /lib/libssl.so.3: BIO_s_dgram_mem: symbol not found
Error relocating /lib/libssl.so.3: OSSL_STACK_OF_X509_free: symbol not found
Error relocating /lib/libssl.so.3: OSSL_ERR_STATE_restore: symbol not found
Error relocating /lib/libssl.so.3: ERR_count_to_mark: symbol not found
Error relocating /lib/libssl.so.3: BIO_get_rpoll_descriptor: symbol not found
Error relocating /lib/libssl.so.3: BIO_get_wpoll_descriptor: symbol not found
Error relocating /lib/libssl.so.3: BIO_recvmmsg: symbol not found
Error relocating /lib/libssl.so.3: OSSL_ERR_STATE_save: symbol not found
Error relocating /lib/libssl.so.3: X509_STORE_CTX_init_rpk: symbol not found
Error relocating /lib/libssl.so.3: OSSL_ERR_STATE_new: symbol not found
Error relocating /lib/libssl.so.3: OSSL_ERR_STATE_free: symbol not found
Error relocating /lib/libssl.so.3: BIO_sendmmsg: symbol not found
Error relocating /lib/libssl.so.3: OSSL_ERR_STATE_save_to_mark: symbol not found |
I think that's really just an artifact of those packages both coming from the same |
Do you think this is worth rebasing or should we just merge it and go ahead? I have a very high degree of confidence it will build just fine. |
Changes: - docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1 - docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge - docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm - docker-library/busybox@b807fe5: Update buildroot to 2024.02.1 - docker-library/busybox@911b553: Update metadata for mips64le - docker-library/busybox@a3246b7: Update metadata for i386 - docker-library/busybox@e8530b1: Update metadata for arm64v8 - docker-library/busybox@ef28338: Update metadata for arm32v7 - docker-library/busybox@72b8495: Update metadata for arm32v5
Changes: - docker-library/busybox@3afd681: Update metadata for mips64le - docker-library/busybox@3ced3b8: Update metadata for i386 - docker-library/busybox@69a65f3: Update metadata for arm64v8 - docker-library/busybox@688027b: Update metadata for arm32v7 - docker-library/busybox@5928a1b: Update metadata for arm32v5 - docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1 - docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge - docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm - docker-library/busybox@b807fe5: Update buildroot to 2024.02.1 - docker-library/busybox@911b553: Update metadata for mips64le - docker-library/busybox@a3246b7: Update metadata for i386 - docker-library/busybox@e8530b1: Update metadata for arm64v8 - docker-library/busybox@ef28338: Update metadata for arm32v7 - docker-library/busybox@72b8495: Update metadata for arm32v5
Changes: - docker-library/busybox@3afd681: Update metadata for mips64le - docker-library/busybox@3ced3b8: Update metadata for i386 - docker-library/busybox@69a65f3: Update metadata for arm64v8 - docker-library/busybox@688027b: Update metadata for arm32v7 - docker-library/busybox@5928a1b: Update metadata for arm32v5 - docker-library/busybox@e8f737b: Merge pull request docker-library/busybox#193 from infosiftr/buildroot-2024.02.1 - docker-library/busybox@21db221: Merge pull request docker-library/busybox#194 from infosiftr/alpine-edge - docker-library/busybox@f4bd993: Add `apk upgrade libssl3 libcrypto3` as temporary Alpine Edge woes balm - docker-library/busybox@b807fe5: Update buildroot to 2024.02.1 - docker-library/busybox@911b553: Update metadata for mips64le - docker-library/busybox@a3246b7: Update metadata for i386 - docker-library/busybox@e8530b1: Update metadata for arm64v8 - docker-library/busybox@ef28338: Update metadata for arm32v7 - docker-library/busybox@72b8495: Update metadata for arm32v5
No description provided.