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

Execute ”make configure PLATFORM=centec” get some error. #1622

Closed
wjf1993 opened this issue Apr 19, 2018 · 3 comments
Closed

Execute ”make configure PLATFORM=centec” get some error. #1622

wjf1993 opened this issue Apr 19, 2018 · 3 comments

Comments

@wjf1993
Copy link

wjf1993 commented Apr 19, 2018

sonic@ubuntu:/home/sdn/sonic/sonic-buildimage$ make configure PLATFORM=centec
Image sonic-slave-base:39eae091d5a not found. Building...
Sending build context to Docker daemon 11.78 kB
Step 1/27 : FROM debian:jessie
jessie: Pulling from library/debian
f2b6b4884fc8: Pulling fs layer
error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/5d/5dd74d62fab80c6c7c01ea38288fde8b011bc79a82198ebb145d6bcb09ceddd2/data?Expires=1524151537&Signature=PoCh2Ro7oqgfr2-cBPQcXXiKomwDGmzP~T4e~FqWAnid7EVN-zZazWOgVZ7U39JxQcKIZPDFz6B6rZYhNZTeWdKIC-erIke-KNMzWfytVGJm5gpfUp-qz85odddvWca0ueLH4O3k29boIENyJ8GzecQ9B-Yo70-g4OSZiiAo2lg_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: net/http: TLS handshake timeout
Makefile:81: recipe for target 'configure' failed
make: *** [configure] Error 1

It seems some network issue of getting things from the internet.
How to solve this issue?set proxy ?
thank

@wjf1993 wjf1993 closed this as completed Apr 20, 2018
@wjf1993 wjf1993 reopened this Apr 20, 2018
@yangbashuang
Copy link
Contributor

this is should be a network issus, can use proxy to make again, eg:
http_proxy=http://192.169.25.29:3128 https_proxy://192.168.25.29:3128 make configure PLATFORM=centec
http_proxy=http://192.169.25.29:3128 https_proxy://192.168.25.29:3128 make

currentlly centec platform still got build errors from sairedis, because libsai have not been updated to 1.2.4, but we are working on it

@yangbashuang
Copy link
Contributor

see https://github.com/Azure/sonic-buildimage/blob/master/README.md:

Use http_proxy=[your_proxy] https_proxy=[your_proxy] make to enable http(s) proxy in the build process.

@wjf1993
Copy link
Author

wjf1993 commented Apr 27, 2018

@yangbashuang Thankyou,xiexie.

@wjf1993 wjf1993 closed this as completed Apr 27, 2018
qiluo-msft added a commit that referenced this issue May 19, 2021
Includes below commits
```
00bd0ce 2021-05-18 | Limit pyroute2 version range due to upstream broken (#1622) [Qi Luo]
```
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this issue Aug 7, 2021
Includes below commits
```
00bd0ce 2021-05-18 | Limit pyroute2 version range due to upstream broken (sonic-net#1622) [Qi Luo]
```
taras-keryk pushed a commit to taras-keryk/sonic-buildimage that referenced this issue Apr 28, 2022
The latest version of pyroute2 introduce breaking change
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

2 participants