Page 1 of 1

Compilation is failing

Posted: Tue Nov 03, 2015 9:27 pm
by uysiquebien

Code: Select all

/home/vagrant/gargoyle/custom-src/scripts/download.pl "/home/vagrant/gargoyle/custom-src/dl" "dosfstools-3.0.27.tar.gz" "2e31e7bdf92998e41ed17de505a4a552" "http://daniel-baumann.ch/files/software/dosfstools" "http://fossies.org/linux/misc"
--2015-11-04 01:25:34--  http://daniel-baumann.ch/files/software/dosfstools/dosfstools-3.0.27.tar.gz
Resolving daniel-baumann.ch (daniel-baumann.ch)... 62.113.201.41
Connecting to daniel-baumann.ch (daniel-baumann.ch)|62.113.201.41|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-11-04 01:25:34 ERROR 404: Not Found.

Download failed.
--2015-11-04 01:25:34--  http://fossies.org/linux/misc/dosfstools-3.0.27.tar.gz
Resolving fossies.org (fossies.org)... 78.46.58.28
Connecting to fossies.org (fossies.org)|78.46.58.28|:80... connected.
HTTP request sent, awaiting response... 410 Gone
2015-11-04 01:25:35 ERROR 410: Gone.

Download failed.
--2015-11-04 01:25:35--  http://mirror2.openwrt.org/sources/dosfstools-3.0.27.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
2015-11-04 01:25:35 ERROR 404: Not Found.

Download failed.
--2015-11-04 01:25:35--  http://downloads.openwrt.org/sources/dosfstools-3.0.27.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
2015-11-04 01:25:35 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[4]: *** [/home/vagrant/gargoyle/custom-src/dl/dosfstools-3.0.27.tar.gz] Error 2
make[4]: Leaving directory `/home/vagrant/gargoyle/custom-src/package/dosfstools'
make[3]: *** [package/dosfstools/compile] Error 2
make[3]: Leaving directory `/home/vagrant/gargoyle/custom-src'
make[2]: *** [/home/vagrant/gargoyle/custom-src/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory `/home/vagrant/gargoyle/custom-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/vagrant/gargoyle/custom-src'
cp: cannot stat ‘bin/ar71xx/uboot-ar71xx-nbg460n_550n_550nh:’: No such file or directory
It turns out dosfstools-3.0.28 is already available and dosfstools-3.0.27 has vanished from the mirrors... What to do?

Re: Compilation is failing

Posted: Tue Nov 03, 2015 10:58 pm
by ispyisail
try download the file and put it in downloads?

http://pkgs.fedoraproject.org/repo/pkgs ... 27.tar.xz/

It happens every so often

Re: Compilation is failing

Posted: Wed Nov 04, 2015 9:23 am
by uysiquebien
I could make it work and built an image, which is good.

Unfortunately, this image lacks the wireless-tools package for some reason, so there is no iwconfig command. How do I choose to build the image with that package included?

make menuconfig does not work ("ERROR: Specified Target Does Not Exist") and make custom does not show the menu anymore (it did the first time I used it, now it does not anymore, it jumps straight to recompiling Gargoyle).

Re: Compilation is failing

Posted: Wed Nov 04, 2015 5:56 pm
by Lantis
It's probably reading your config and going straight in.
Could do a make clean or make distclean first.



If iwconfig is part of wireless tools then either find it in the make menu or add
CONFIG_PACKAGE_wireless-tools=y

What are you trying to achieve by the way?

Re: Compilation is failing

Posted: Wed Nov 04, 2015 5:59 pm
by uysiquebien
I am compiling with the flag that allows me to use channels 12 and 13.

Re: Compilation is failing

Posted: Wed Nov 04, 2015 6:40 pm
by Lantis
For which router?

Re: Compilation is failing

Posted: Wed Nov 04, 2015 6:44 pm
by uysiquebien
TL-WR741ND v2.

I managed to do it, but as I said, there is no wireless-tools. Which is weird since it should come by default, right? In fact, the connected wireless hosts list in the web manager breaks without iwconfig, so I imagined it would be mandatory to have.

Re: Compilation is failing

Posted: Wed Nov 04, 2015 8:10 pm
by Lantis
To make the firmware fit on the router it was removed. An attempt was made to make sure the rest of the firmware worked fine.

Re: Compilation is failing

Posted: Wed Nov 04, 2015 8:20 pm
by uysiquebien
I guess you'll have to update that part of the web manager to make it use iw instead of iwconfig. It uses iw already to get the list of connected users, but you rely on iwconfig to enumerate the interfaces.

Re: Compilation is failing

Posted: Fri Nov 06, 2015 8:18 pm
by Lantis
this server is still down today! how frustrating