python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

harfbuzz recipe build fail

Open RobertFlatt opened this issue 2 years ago • 1 comments

Logs


make[4]: Entering directory '/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/harfbuzz/arm64-v8a__ndk_target_21/harfbuzz/src'
make[4]: warning: -j12 forced in submake: resetting jobserver mode.
  GEN      libharfbuzz.la
  GEN      harfbuzz.pc
  GEN      harfbuzz-subset.pc
  CXX      libharfbuzz_subset_la-hb-subset-cff1.lo
  CXXLD    main
  CXXLD    test
  CXXLD    test-buffer-serialize
  CXXLD    test-ot-meta
  CXXLD    test-ot-name
  CXXLD    test-gpos-size-params
  CXXLD    test-gsub-would-substitute
hb-subset-cff1.cc:472:33: error: variable 'supp_size' set but not used [-Werror,-Wunused-but-set-variable]
    unsigned int  size0, size1, supp_size;
                                ^
1 error generated.

RobertFlatt avatar May 30 '23 00:05 RobertFlatt

Confirmed using the CI https://github.com/kivy/python-for-android/actions/runs/14010031621/job/39228648056 But the recipe is very old, I'm not sure anyone is really planning on using it

AndreMiras avatar Mar 22 '25 21:03 AndreMiras