CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/bin/i486-openwrt-linux-musl-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/bin/i486-openwrt-linux-musl-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at src/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_ASM_COMPILER
    CMAKE_ASM_COMPILER_LAUNCHER
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_EXPORT_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY
    CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
    CMAKE_FIND_USE_PACKAGE_REGISTRY
    CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
    CMAKE_MODULE_LINKER_FLAGS
    CMAKE_SHARED_LINKER_FLAGS
    DL_LIBRARY


-- Build files have been written to: /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea
ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea'
[1/25] Building C object src/CMakeFiles/dawn.dir/main.c.o
[2/25] Building C object src/CMakeFiles/dawn.dir/storage/datastorage.c.o
[3/25] Building C object src/CMakeFiles/dawn.dir/network/networksocket.c.o
[4/25] Building C object src/CMakeFiles/dawn.dir/network/broadcastsocket.c.o
[5/25] Building C object src/CMakeFiles/dawn.dir/network/multicastsocket.c.o
[6/25] Building C object src/CMakeFiles/dawn.dir/utils/ubus.c.o
[7/25] Building C object src/CMakeFiles/dawn.dir/utils/msghandler.c.o
[8/25] Building C object src/CMakeFiles/dawn.dir/utils/dawn_uci.c.o
[9/25] Building C object src/CMakeFiles/dawn.dir/crypto/crypto.c.o
FAILED: src/CMakeFiles/dawn.dir/crypto/crypto.c.o 
/builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/bin/i486-openwrt-linux-musl-gcc  -I/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea/src/include -Os -pipe -march=pentium-mmx -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea=dawn-2022-07-24-9e8060ea -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG   -Os -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-unknown-warning-option -Wno-format-truncation -MD -MT src/CMakeFiles/dawn.dir/crypto/crypto.c.o -MF src/CMakeFiles/dawn.dir/crypto/crypto.c.o.d -o src/CMakeFiles/dawn.dir/crypto/crypto.c.o -c /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea/src/crypto/crypto.c
/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea/src/crypto/crypto.c:4:10: fatal error: gcrypt.h: No such file or directory
    4 | #include <gcrypt.h>
      |          ^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
make[3]: *** [Makefile:51: /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/dawn-2022-07-24-9e8060ea/.built] Error 1
time: package/feeds/packages/dawn/compile#4.48#0.53#9.78