community/java-snappy fails to build on aarch64
https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/java-snappy/java-snappy-1.1.8.4-r0.log
OS_NAME:Linux, OS_ARCH:aarch64
/bin/sh: lscpu: not found
curl -L -otarget/bitshuffle-0.3.2.tar.gz https://github.com/kiyo-masui/bitshuffle/archive/0.3.2.tar.gz
"$JAVA_HOME/bin/javac" -source 1.7 -target 1.7 -h src/main/java/org/xerial/snappy/ -d target/jni-classes -sourcepath src/main/java src/main/java/org/xerial/snappy/SnappyNative.java
"$JAVA_HOME/bin/javac" -source 1.7 -target 1.7 -h src/main/java/org/xerial/snappy/ -d target/jni-classes -sourcepath src/main/java src/main/java/org/xerial/snappy/BitShuffleNative.java
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0warning: [options] bootstrap class path not set in conjunction with -source 1.7
warning: [options] bootstrap class path not set in conjunction with -source 1.7
100 128 100 128 0 0 249 0 --:--:-- --:--:-- --:--:-- 250
1 warning
g++ -Ilib/inc_linux -I/usr/lib/jvm/default-jvm/include -O2 -fPIC -fvisibility=hidden -std=c++11 -DHAVE_CONFIG_H -I"/usr/lib/jvm/default-jvm/include/linux" -Itarget/snappy-1.1.8 -Itarget/snappy-1.1.8-Linux-aarch64 -Itarget/bitshuffle-0.3.2/src -c src/main/java/org/xerial/snappy/BitShuffleNative.cpp -o target/snappy-1.1.8-Linux-aarch64/BitShuffleNative.o
src/main/java/org/xerial/snappy/BitShuffleNative.cpp:16:10: fatal error: bitshuffle.h: No such file or directory
16 | #include <bitshuffle.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:124: target/snappy-1.1.8-Linux-aarch64/BitShuffleNative.o] Error 1
make: *** Waiting for unfinished jobs....
1 warning
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 106k 0 106k 0 0 76432 0 --:--:-- 0:00:01 --:--:-- 199k
>>> ERROR: java-snappy: build failed