$ clib install uv
fetch : clibs/uv:package.json
autogen.sh: 1: autogen.sh: automake: not found
autogen.sh: 33: test: Illegal number:
autogen.sh: 34: test: Illegal number:
+ libtoolize
autogen.sh: 43: autogen.sh: libtoolize: not found
./clib-install.sh: line 10: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'check'. Stop.
make: *** No rule to make target 'install'. Stop.
It seems that clib(1) is trying to run ./clib-install.sh without downloading & change current directory to deps/uv first.
For another package like flag is fine.
$ clib install flag
fetch : clibs/flag:package.json
fetch : clibs/flag:flag.h
save : ./deps/flag/flag.h
fetch : clibs/flag:flag.c
save : ./deps/flag/flag.c
It seems that
clib(1)
is trying to run./clib-install.sh
without downloading & change current directory todeps/uv
first.For another package like
flag
is fine.