ps-lite icon indicating copy to clipboard operation
ps-lite copied to clipboard

can not download the dependencies from last week

Open ecko4869 opened this issue 3 years ago • 3 comments

rm -rf gflags-2.0-no-svn-files.tar.gz gflags-2.0 wget https://raw.githubusercontent.com/mli/deps/master/build/gflags-2.0-no-svn-files.tar.gz && tar -zxf gflags-2.0-no-svn-files.tar.gz rm -rf protobuf-2.5.0.tar.gz protobuf-2.5.0 wget https://raw.githubusercontent.com/mli/deps/master/build/protobuf-2.5.0.tar.gz && tar -zxf protobuf-2.5.0.tar.gz rm -rf zeromq-4.1.2.tar.gz zeromq-4.1.2 wget https://raw.githubusercontent.com/mli/deps/master/build/zeromq-4.1.2.tar.gz && tar -zxf zeromq-4.1.2.tar.gz rm -rf lz4-r129.tar.gz lz4-r129 wget https://raw.githubusercontent.com/mli/deps/master/build/lz4-r129.tar.gz && tar -zxf lz4-r129.tar.gz --2020-08-10 20:02:48-- https://raw.githubusercontent.com/mli/deps/master/build/gflags-2.0-no-svn-files.tar.gz --2020-08-10 20:02:48-- https://raw.githubusercontent.com/mli/deps/master/build/protobuf-2.5.0.tar.gz --2020-08-10 20:02:48-- https://raw.githubusercontent.com/mli/deps/master/build/zeromq-4.1.2.tar.gz --2020-08-10 20:02:48-- https://raw.githubusercontent.com/mli/deps/master/build/lz4-r129.tar.gz Resolving raw.githubusercontent.com (raw.githubusercontent.com)... Resolving raw.githubusercontent.com (raw.githubusercontent.com)... Resolving raw.githubusercontent.com (raw.githubusercontent.com)... Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, :: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused. 0.0.0.0, :: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused. 0.0.0.0, :: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused. make: *** [make/deps.mk:11: /home/ecko/lab/ps-lite-1/deps/include/google/gflags.h] Error 4 make: *** Waiting for unfinished jobs.... make: *** [make/deps.mk:35: /home/ecko/lab/ps-lite-1/deps/include/google/protobuf/message.h] Error 4 make: *** [make/deps.mk:59: /home/ecko/lab/ps-lite-1/deps/include/lz4.h] Error 4 0.0.0.0, :: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused. make: *** [make/deps.mk:47: /home/ecko/lab/ps-lite-1/deps/include/zmq.h] Error 4

ecko4869 avatar Aug 10 '20 12:08 ecko4869

maybe this is your internet problem.

finlay-liu avatar Nov 11 '20 06:11 finlay-liu

You can modify deps.mk , use any version of those deps on the git to replace the url. for example : https://github.com/zeromq/libzmq/releases/download/v4.3.3/zeromq-4.3.3.tar.gz

LewisDong6522 avatar Jan 08 '21 14:01 LewisDong6522

An alternative is to use the cmake build which is setup to use the system provided dependencies

leezu avatar Jan 08 '21 14:01 leezu