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

Download link for DPDK source is '301 permanently moved' #102

Merged
merged 1 commit into from
Jan 18, 2019
Merged

Download link for DPDK source is '301 permanently moved' #102

merged 1 commit into from
Jan 18, 2019

Conversation

tkms1122
Copy link
Contributor

@tkms1122 tkms1122 commented Sep 29, 2018

In WSL, when I tried to build NetBricks, I encoutered a following error.

take@DESKTOP-QC0FRNK:~/NetBricks$ ./build.sh
Using /home/take/NetBricks/3rdparty/downloads for downloads
Using configuration /home/take/NetBricks/3rdparty/dpdk-confs/common_linuxapp-17.08
Fetching http://dpdk.org/browse/dpdk/snapshot/dpdk-17.08.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   184  100   184    0     0     46      0  0:00:04  0:00:03  0:00:01    46

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I think it is because the status code of response from http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz is "301 permanently moved".

I changed source url from http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz to http://git.dpdk.org/dpdk/snapshot/dpdk-{DPDK_VER}.tar.gz. Then, I have not encountered the error above.

@tkms1122 tkms1122 changed the title Download link for DPDK source moved permanently Download link for DPDK source is 302 permanently moved Sep 29, 2018
@tkms1122 tkms1122 changed the title Download link for DPDK source is 302 permanently moved Download link for DPDK source is '302 permanently moved' Sep 29, 2018
@tkms1122 tkms1122 changed the title Download link for DPDK source is '302 permanently moved' Download link for DPDK source is '301 permanently moved' Sep 29, 2018
@shuwens
Copy link

shuwens commented Dec 31, 2018

Yeah, the get-dpdk.sh script needs to update that.

@apanda apanda merged commit 998d456 into NetSys:master Jan 18, 2019
shuwens pushed a commit to shuwens/NetBricks that referenced this pull request May 27, 2019
shuwens pushed a commit to shuwens/NetBricks that referenced this pull request May 27, 2019
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

Successfully merging this pull request may close these issues.

3 participants