Total newbie here. I'm having trouble building batman into 15.05. The build stops after trying to build batmand (output from "-j1 V=99" below). I installed the build environment on an Ubuntu 15.04 virtual using:
git clone git://git.openwrt.org/15.05/openwrt.git cd openwrt ./scripts/feeds update -a ./scripts/feeds install -a In the outputs below, the topmost build directory is "openwrt_15.05" because before the build I renamed it. The batman-related elements in .config are: kauer@owrtv:~/openwrt_15.05$ egrep "batman|batctl" .config CONFIG_PACKAGE_kmod-batman-adv=y CONFIG_PACKAGE_batmand=y CONFIG_PACKAGE_batctl=y To get to the point where it fails, 99% of everything has built successfully (in fact if I leave out batman, it ALL builds successfully) so I don't think my build environment has any major problems. It's this bit that fails, and it fails in isolation too: kauer@owrtv:~/openwrt_15.05$ svn export --non-interactive --trust-server-cert -r1439 http://downloads.open-mesh.org/svn/batman/trunk/ batmand-r1439 Redirecting to URL 'https://downloads.open-mesh.org/svn/batman/trunk': Redirecting to URL 'https://git.open-mesh.org': svn: E175009: Unable to connect to a repository at URL 'https://git.open-mesh.org' svn: E175009: XML Parsing failed: Unexpected root element 'html' I'm puzzled as to why it is trying to get from trunk, as I would have expected (but what do I know) that there would be a version 15.05 for this package. Here is is the output from make from the point that batmand begins to be processed: make[3]: Entering directory '/home/kauer/openwrt_15.05/feeds/routing/batmand' mkdir -p /home/kauer/openwrt_15.05/dl echo "Checking out files from the svn repository..."; mkdir -p /home/kauer/openwrt_15.05/tmp/dl && cd /home/kauer/openwrt_15.05/tmp/dl && rm -rf batmand-r1439 && [ \! -d batmand-r1439 ] && ( svn help export | grep -q trust-server-cert && svn export --non-interactive --trust-server-cert -r1439 http://downloads.open-mesh.org/svn/batman/trunk/ batmand-r1439 || svn export --non-interactive -r1439 http://downloads.open-mesh.org/svn/batman/trunk/ batmand-r1439 ) && echo "Packing checkout..." && tar czf /home/kauer/openwrt_15.05/tmp/dl/batmand-r1439.tar.gz batmand-r1439 && mv /home/kauer/openwrt_15.05/tmp/dl/batmand-r1439.tar.gz /home/kauer/openwrt_15.05/dl/ && rm -rf batmand-r1439; Checking out files from the svn repository... Redirecting to URL 'https://downloads.open-mesh.org/svn/batman/trunk': Redirecting to URL 'https://git.open-mesh.org': svn: E175009: Unable to connect to a repository at URL 'https://git.open-mesh.org' svn: E175009: XML Parsing failed: Unexpected root element 'html' Redirecting to URL 'https://downloads.open-mesh.org/svn/batman/trunk': Redirecting to URL 'https://git.open-mesh.org': svn: E175009: Unable to connect to a repository at URL 'https://git.open-mesh.org' svn: E175009: XML Parsing failed: Unexpected root element 'html' Makefile:151: recipe for target '/home/kauer/openwrt_15.05/dl/batmand-r1439.tar.gz' failed make[3]: *** [/home/kauer/openwrt_15.05/dl/batmand-r1439.tar.gz] Error 1 make[3]: Leaving directory '/home/kauer/openwrt_15.05/feeds/routing/batmand' package/Makefile:191: recipe for target 'package/feeds/routing/batmand/compile' failed make[2]: *** [package/feeds/routing/batmand/compile] Error 2 make[2]: Leaving directory '/home/kauer/openwrt_15.05' package/Makefile:188: recipe for target '/home/kauer/openwrt_15.05/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile' failed make[1]: *** [/home/kauer/openwrt_15.05/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/kauer/openwrt_15.05' /home/kauer/openwrt_15.05/include/toplevel.mk:181: recipe for target 'world' failed make: *** [world] Error 2 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Karl Auer ([email protected]) http://www.biplane.com.au/kauer http://twitter.com/kauer389 GPG fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B Old fingerprint: 3C41 82BE A9E7 99A1 B931 5AE7 7638 0147 2C3C 2AC4 _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
