openwrt_lede-18.06 icon indicating copy to clipboard operation
openwrt_lede-18.06 copied to clipboard

File not found libmpsse-1.3.tar.gz during build

Open nsmith1024 opened this issue 5 years ago • 1 comments

While building OpenWRT from this repository i encountered this error

Seems it cant find libmpsse-1.3.tar.gz after trying several different locations....

Anybody knows how to fix???

SHELL= flock /home/user/dev2/yun/dragino/dragino-lede-18.06/openwrt/tmp/.libmpsse-1.3.tar.gz.flock -c ' /home/user/dev2/yun/dragino/dragino-lede-18.06/openwrt/scripts/download.pl "/home/user/dev2/yun/dragino/dragino-lede-18.06/openwrt/dl" "libmpsse-1.3.tar.gz" "628eb9a7d7250070f5841ed44a248f84" "" "https://libmpsse.googlecode.com/files/" '

  • curl -f --connect-timeout 20 --retry 5 --location --insecure https://libmpsse.googlecode.com/files/libmpsse-1.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Download failed.
  • curl -f --connect-timeout 20 --retry 5 --location --insecure https://sources.lede-project.org/libmpsse-1.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 185 100 185 0 0 213 0 --:--:-- --:--:-- --:--:-- 213 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found Download failed.
  • curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror2.openwrt.org/sources/libmpsse-1.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found Download failed.
  • curl -f --connect-timeout 20 --retry 5 --location --insecure https://downloads.openwrt.org/sources/libmpsse-1.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 185 100 185 0 0 316 0 --:--:-- --:--:-- --:--:-- 315 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found Download failed. No more mirrors to try - giving up.

nsmith1024 avatar Dec 25 '20 18:12 nsmith1024

Hello, same problem here! You should download libmpsse-1.3.tar.gz (https://code.google.com/archive/p/libmpsse/downloads) and put it under openwrt/dl.

lidiahhh avatar Jan 14 '21 15:01 lidiahhh