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

CI macOS build failure in libffi #20

Open
triplef opened this issue Aug 1, 2024 · 1 comment
Open

CI macOS build failure in libffi #20

triplef opened this issue Aug 1, 2024 · 1 comment
Assignees

Comments

@triplef
Copy link
Member

triplef commented Aug 1, 2024

The latest CI run failed on macOS while building libffi for armeabi-v7a.

libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
MAKE aarch64-apple-darwin23.5.0 :        0 * all-configured
make[1]: *** No rule to make target `all-configured'.  Stop.
make: *** [all-configured] Error 2

I was unable to reproduce this locally so far.

@hmelder
Copy link
Contributor

hmelder commented Aug 23, 2024

Homebrew recently bumped automake to a new major release. This results in a malformed Makefile.

Here is a small hack until this is fixed 1b69555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants