tools-android icon indicating copy to clipboard operation
tools-android copied to clipboard

CI macOS build failure in libffi

Open triplef opened this issue 1 year ago • 1 comments

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.

triplef avatar Aug 01 '24 11:08 triplef

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

Here is a small hack until this is fixed https://github.com/gnustep/tools-android/commit/1b69555f05bf466870efb39dc445e4f83cbbe659

hmelder avatar Aug 23 '24 11:08 hmelder

New build error:

make[3]: *** No rule to make target `src/wasm32/ffitarget.h', needed by `all-am'.  Stop.

triplef avatar Aug 04 '25 09:08 triplef