Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not download the dependencies from last week #177

Open
ecko4869 opened this issue Aug 10, 2020 · 3 comments
Open

can not download the dependencies from last week #177

ecko4869 opened this issue Aug 10, 2020 · 3 comments

Comments

@ecko4869
Copy link

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

@finlay-liu
Copy link

maybe this is your internet problem.

@LewisDong6522
Copy link

LewisDong6522 commented Jan 8, 2021

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

@leezu
Copy link
Contributor

leezu commented Jan 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants