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 up-to-date libraries for FreeBSD on amd64 and i386 archs #570

Merged
merged 1 commit into from Apr 25, 2024

Conversation

michael-o
Copy link
Contributor

@michael-o michael-o commented Mar 28, 2024

This fixes #556

Created interactively in clean 12.4-RELEASE poudriere jails for amd64 and i386 from the libsnappy-java Git repo with system LLVM:

$ poudriere testport -j 124-release-amd64 -p default-12.4 -i archivers/snappy-java devel/git devel/cmake-core devel/gmake shells/bash
$ poudriere testport -j 124-release-i386 -p default-12.4 -i archivers/snappy-java devel/git devel/cmake-core devel/gmake shells/bash
$ ll */*
-rwxr-xr-x  1 osipovmi  cad  47576 2024-03-28 09:54 x86_64/libsnappyjava.so*
-rwxr-xr-x  1 osipovmi  cad  43896 2024-03-28 09:55 x86/libsnappyjava.so*
$ file */*
x86_64/libsnappyjava.so: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, stripped
x86/libsnappyjava.so:    ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), dynamically linked, stripped

@xerial xerial merged commit 2276a67 into xerial:master Apr 25, 2024
7 checks passed
@xerial xerial added the feature label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libsnappyjava.so unusable on FreeBSD 12/13
2 participants