Compilation is failing

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
uysiquebien
Posts: 58
Joined: Fri Jan 03, 2014 2:01 pm

Compilation is failing

Post 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?

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Compilation is failing

Post 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

uysiquebien
Posts: 58
Joined: Fri Jan 03, 2014 2:01 pm

Re: Compilation is failing

Post 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).

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Compilation is failing

Post 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?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

uysiquebien
Posts: 58
Joined: Fri Jan 03, 2014 2:01 pm

Re: Compilation is failing

Post by uysiquebien »

I am compiling with the flag that allows me to use channels 12 and 13.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Compilation is failing

Post by Lantis »

For which router?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

uysiquebien
Posts: 58
Joined: Fri Jan 03, 2014 2:01 pm

Re: Compilation is failing

Post 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.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Compilation is failing

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

uysiquebien
Posts: 58
Joined: Fri Jan 03, 2014 2:01 pm

Re: Compilation is failing

Post 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.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Compilation is failing

Post by Lantis »

this server is still down today! how frustrating
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply