The quicer library in homex fails to build under a freshly generated project and the rpi3:
install ./include/openssl/opensslconf.h -> /home/lawik/projects/radio/najs/deps/quicer/c_build/_deps/opensslquic-build/openssl/include/openssl/opensslconf.h
install libcrypto.a -> /home/lawik/projects/radio/najs/deps/quicer/c_build/_deps/opensslquic-build/openssl/lib/libcrypto.a
/bin/sh: 5: -ranlib: not found
make[1]: *** [Makefile:308: install_dev] Error 127
make[1]: Leaving directory '/home/lawik/projects/radio/najs/deps/quicer/c_build/_deps/opensslquic-build/submodules/openssl'
ninja: build stopped: subcommand failed.
make: *** [Makefile:15: build-nif] Error 1
===> Hook for compile failed!
It seems to want ranlib? I’m guessing it would need ranlib in the artifact or toolchain?
I don’t need quicer. The Homex docs offer a hack that does not work for me..
{:quicer, "~> 0.2.15", compile: false, app: false, runtime: false, override: true},
That instead offer this error:
===> Compiling src/emqtt_quic_connection.erl failed
src/emqtt_quic_connection.erl:{23,14}: can't find include lib "quicer/include/quicer.hrl"; Make sure quicer is in your app file's 'applications' list
** (Mix) Could not compile dependency :emqtt, "/home/lawik/.asdf/installs/elixir/1.18.4-otp-28/.mix/elixir/1-18-otp-28/rebar3 bare compile --paths /home/lawik/projects/radio/najs/_build/rpi3_dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile emqtt --force", update it with "mix deps.update emqtt" or clean it with "mix deps.clean emqtt"






















