clibs / uv

A clib pointer to libuv: Cross-platform asychronous I/O http://libuv.org/
46 stars 8 forks source link

clib(1) install doesn't work on this package #3

Closed pyk closed 1 year ago

pyk commented 8 years ago
$ 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
jwerle commented 1 year ago

It looks like you didn't have the correct system tools available to build libuv. Please be sure you have the system requirements met before installing