tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Build system fails #83

Open nodebotanist opened 5 years ago

nodebotanist commented 5 years ago

The build system is attempting to reach files that no longer exist and as mentioned in #78 uses the -rc2 packages, which we shouldn't.

I am working on changing what needs to be changed to build on Linux (Ubuntu 18.04) successfully.

HipsterBrown commented 5 years ago

@rwaldron @johnnyman727 Any tips on what's needed to build openwrt-tessel?

nodebotanist commented 5 years ago

Issues found so far when removing -rc2 from the version of openwrt:

I'd like to figure out what the issue is and fix it rather than leave these commented out. Looking into it.

nodebotanist commented 5 years ago

Found the regex error message:

touch /home/nodebotanist/openwrt-tessel/openwrt/build_dir/host/automake-1.15/.prepareda3ee926ed7d50d1bbea4d5ea6960f09e
(cd /home/nodebotanist/openwrt-tessel/openwrt/build_dir/host/automake-1.15; AUTOM4TE=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/libtool M4=/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true STAGING_DIR="" ./bootstrap.sh)
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at ./bin/automake.tmp line 3938.
Makefile:50: recipe for target '/home/nodebotanist/openwrt-tessel/openwrt/build_dir/host/automake-1.15/.configured' failed
make[4]: *** [/home/nodebotanist/openwrt-tessel/openwrt/build_dir/host/automake-1.15/.configured] Error 255
make[4]: Leaving directory '/home/nodebotanist/openwrt-tessel/openwrt/tools/automake'
tools/Makefile:122: recipe for target 'tools/automake/compile' failed
make[3]: *** [tools/automake/compile] Error 2
make[3]: Leaving directory '/home/nodebotanist/openwrt-tessel/openwrt'
tools/Makefile:121: recipe for target '/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
make[2]: *** [/home/nodebotanist/openwrt-tessel/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
make[2]: Leaving directory '/home/nodebotanist/openwrt-tessel/openwrt'
/home/nodebotanist/openwrt-tessel/openwrt/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/nodebotanist/openwrt-tessel/openwrt'
Makefile:44: recipe for target 'world' failed
make: *** [world] Error 2