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

Add a workaround for shared library bumps for OpenSSL 3. #374

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Conversation

bsdjhb
Copy link
Contributor

@bsdjhb bsdjhb commented Aug 29, 2023

No description provided.

@bsdjhb
Copy link
Contributor Author

bsdjhb commented Aug 29, 2023

I haven't really tested this yet, but this is based on the breakages I got in CI for CTSRD-CHERI/cheribsd#1823

@bsdjhb
Copy link
Contributor Author

bsdjhb commented Aug 29, 2023

This did let me build disk-image-minimal-aarch64 ok though:

Could not find optional library '{lib,usr/lib}/libedit.so.7' in rootfs /home/john/work/cheri/output/rootfs-aarch64
/tmp/cheribuild-disk-image-minimal-aarch64-epvbfv64/lib/libedit.so.8 -> /lib/libedit.so.8
Could not find optional library '{lib,usr/lib}/libcrypto.so.111' in rootfs /home/john/work/cheri/output/rootfs-aarch64
/tmp/cheribuild-disk-image-minimal-aarch64-epvbfv64/lib/libcrypto.so.30 -> /lib/libcrypto.so.30
Could not find optional library '{lib,usr/lib}/libssl.so.111' in rootfs /home/john/work/cheri/output/rootfs-aarch64
/tmp/cheribuild-disk-image-minimal-aarch64-epvbfv64/usr/lib/libssl.so.30 -> /usr/lib/libssl.so.30

@bsdjhb bsdjhb merged commit 6383ec0 into main Aug 30, 2023
4 checks passed
@bsdjhb bsdjhb deleted the openssl3 branch August 30, 2023 15:04
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.

1 participant