05:19:56 hello all, I’m develop a database appliance base on smartos, so I needs to compile it from source code according to the guide, but I hit error that run : git submodule update —init deps/illumos-libavl under illumos-extra/mdb_v8 05:20:17 https://pastebin.com/fcKDbqVX here is the error, why it failed? 05:20:51 I can download the source manually, but it will broken when run: gmake world 06:22:06 It failed because you cannot connect to github.com. I would start by verifying you can ping and reach that host from your build zone. 14:07:27 rmustacc: Thank you very much, I can run the “git submodule update -init deps/illumos-libavl” under illumos-extra/mdb_v8 14:07:35 and get sucess 14:07:56 on the build zone 17:06:03 BTW, how to set a ENV in Makefile before the git submodule command be executed, eg: ALL_PROXY=socks5://IP:PORT 17:06:16 best wishes 18:40:29 You can set it on the `git submodule` execution. e.g. 18:40:49 ALL_PROXY=socks5://IP:PORT git submodule.... 18:41:04 Since Make just invokes sh or its many variants.