I noticed 18.06.0 has been tagged so I checked it out to a new directory and used the same .config that I used with RC2 (make oldconfig). I'm getting this error:
time: package/base-files/compile#0.03#0.01#0.13
make[3]: Entering directory '/home/user/git/openwrt-18.06/feeds/luci/modules/luci-base'
install -d -m0755 /home/user/git/openwrt-18.06/staging_dir/hostpkg/bin
install -m0755 src/po2lmo /home/user/git/openwrt-18.06/staging_dir/hostpkg/bin/po2lmo
install -m0755 /home/user/git/openwrt-18.06/build_dir/hostpkg/luasrcdiet-1.0.0/bin/luasrcdiet /home/user/git/openwrt-18.06/staging_dir/hostpkg/bin/luasrcdiet
cp -fpR /home/user/git/openwrt-18.06/build_dir/hostpkg/luasrcdiet-1.0.0/luasrcdiet /home/user/git/openwrt-18.06/staging_dir/hostpkg/lib/lua/5.1/
cp: cannot create directory '/home/user/git/openwrt-18.06/staging_dir/hostpkg/lib/lua/5.1/': No such file or directory
Makefile:49: recipe for target '/home/user/git/openwrt-18.06/staging_dir/hostpkg/stamp/.luci-base_installed' failed
make[3]: *** [/home/user/git/openwrt-18.06/staging_dir/hostpkg/stamp/.luci-base_installed] Error 1
make[3]: Leaving directory '/home/user/git/openwrt-18.06/feeds/luci/modules/luci-base'
Command exited with non-zero status 2
time: package/feeds/luci/luci-base/host-compile#0.53#0.08#1.45
package/Makefile:107: recipe for target 'package/feeds/luci/luci-base/host/compile' failed
make[2]: *** [package/feeds/luci/luci-base/host/compile] Error 2
make[2]: Leaving directory '/home/user/git/openwrt-18.06'
package/Makefile:103: recipe for target '/home/user/git/openwrt-18.06/staging_dir/target-mipsel_74kc_musl/stamp/.package_compile' failed
I'm trying to compile for ramips/rt3883/rt-n56u. Anyone have any suggestions on how to fix it?