-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have attempted with clean installs of Ubuntu Kubuntu, and now openSuSe where it errors out on get_vendor_deps while running the make file. Running make get_vendor_deps by itself gives the same error. make get_tools functioned correctly.
kayveman@linux-adsb:/src/github.com/lino-network/lino> sudo make get_vendor_deps
make: dep: Command not found
make: *** [Makefile:37: get_vendor_deps] Error 127
Here is the result of sudo make get_tools && make install:
util/histogram.o out-static/util/logging.o out-static/util/options.o out-static/util/status.o out-static/port/port_posix.o out-static/port/port_posix_sse.o -o out-static/leveldbutil -lsnappy
make[1]: Leaving directory '/home/kayveman/go/src/github.com/lino-network/lino/scripts/leveldb-1.20'
make: dep: Command not found
make: *** [Makefile:37: get_vendor_deps] Error 127
This happens both in /src/github... and in /home/kayveman/go/src/....