battlemesh / battlemesh-packages

A set of OpenWRT packages (feed) to be used in the WBM events
GNU General Public License v2.0
8 stars 4 forks source link

firmware build impossible - bmx6 will stop that process #22

Closed FreifunkUFO closed 10 years ago

FreifunkUFO commented 10 years ago

the building of our firmware doesnt goes atm. the make process will stop somewhere at this point: (make V=99)

rm -rf /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-kmod-batman-adv touch /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.kmod-batman-adv_installed if [ -f /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/batman-adv.default.install.clean ]; then rm -f /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/batman-adv.default.install /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/batman-adv.default.install.clean; fi; echo "kmod-batman-adv" >> /home/ufo/UFO/battlemesh/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/batman-adv.default.install make[3]: Leaving directory /home/ufo/UFO/battlemesh/openwrt/feeds/routing/batman-adv' make[3]: Entering directory/home/ufo/UFO/battlemesh/openwrt/feeds/routing/bmx6' mkdir -p /home/ufo/UFO/battlemesh/openwrt/dl echo "Checking out files from the git repository..."; mkdir -p /home/ufo/UFO/battlemesh/openwrt/tmp/dl && cd /home/ufo/UFO/battlemesh/openwrt/tmp/dl && rm -rf bmx6-r2013080406 && [ ! -d bmx6-r2013080406 ] && git clone git://bmx6.net/bmx6.git bmx6-r2013080406 --recursive && (cd bmx6-r2013080406 && git checkout 1d022e3f0ae0a2954c90b18fdfbcc178d7437605) && echo "Packing checkout..." && rm -rf bmx6-r2013080406/.git && /bin/tar czf /home/ufo/UFO/battlemesh/openwrt/tmp/dl/bmx6-r2013080406.tar.gz bmx6-r2013080406 && mv /home/ufo/UFO/battlemesh/openwrt/tmp/dl/bmx6-r2013080406.tar.gz /home/ufo/UFO/battlemesh/openwrt/dl/ && rm -rf bmx6-r2013080406; Checking out files from the git repository... Cloning into 'bmx6-r2013080406'...

FreifunkUFO commented 10 years ago

hm, takes only a long time.... remote: Counting objects: 101

FreifunkUFO commented 10 years ago

maybe the server doesnt work correctly? 2 1/2 hours later: Remote: Counting objects: 2328

p4u commented 10 years ago

The problem is that bmx6.net is down. I have changed the repository URL to the GitHub one, so it should work again but you need to run:

scripts/feeds update -a; scripts/feeds install -a

FreifunkUFO commented 10 years ago

bmx6.net is down, jow fixed something, maybe moving the repo