OpenWrt Forum Archive

Topic: miniupnpd - download is not working....

The content of this topic has been archived on 6 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

Not able to connect the URL mentioned in the Makefile...

make[3]: Leaving directory `/home/user/v18/v1.8-release/trunk/feeds/luci/applications/luci-app-uhttpd'
make[3]: Entering directory `/home/user/v18/v1.8-release/trunk/feeds/routing/miniupnpd'
mkdir -p /home/user/v18/v1.8-release/trunk/dl
/home/user/v18/v1.8-release/trunk/scripts/download.pl "/home/user/v18/v1.8-release/trunk/dl" "miniupnpd-1.9.20151212.tar.gz" "86465b35f711ca9982d48b34c094033a" "https://miniupnp.free.fr/files"
--2016-06-07 18:06:27--  https://miniupnp.free.fr/files/miniupnp … 212.tar.gz
Resolving miniupnp.free.fr (miniupnp.free.fr)... failed: Name or service not known.
wget: unable to resolve host address 'miniupnp.free.fr'
Download failed.
--2016-06-07 18:06:27--  http://mirror2.openwrt.org/sources/mini … 212.tar.gz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-06-07 18:06:27 ERROR 404: Not Found.

Download failed.
--2016-06-07 18:06:27--  http://downloads.openwrt.org/sources/mi … 212.tar.gz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-06-07 18:06:28 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[3]: *** [/home/user/v18/v1.8-release/trunk/dl/miniupnpd-1.9.20151212.tar.gz] Error 2
make[3]: Leaving directory `/home/user/v18/v1.8-release/trunk/feeds/routing/miniupnpd'
make[2]: *** [package/feeds/routing/miniupnpd/compile] Error 2
make[2]: Leaving directory `/home/user/v18/v1.8-release/trunk'
make[1]: *** [/home/user/v18/v1.8-release/trunk/staging_dir/target-mips64-octeon-linux-gnu/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/user/v18/v1.8-release/trunk'
make: *** [world] Error 2

Download the file manually in the require folder & unzip the same to resolve this.


Example, for the failure miniupnpd-1.9.20151212.tar.gz, do following:

1. cd /home/user/v18/v1.8-release/trunk/dl
2. wget dev.gateworks.com/sources/miniupnpd-1.9.20151212.tar.gz
3. tar -zxvf miniupnpd-1.9.20151212.tar.gz
4. cd -
5. do build again.

(Last edited by shreyas.behera on 5 Sep 2016, 11:18)

The discussion might have continued from here.