scripts/getver.sh
r11813-7cb018c591
----CUT----
make[3]: Entering directory '/home/u/git/openwrt/feeds/luci/modules/luci-base'
touch /home/u/git/openwrt/build_dir/hostpkg/luci-base/.configured
touch: cannot touch '/home/u/git/openwrt/build_dir/hostpkg/luci-base/.configured': No such file or directory
make[3]: *** [Makefile:45: /home/u/git/openwrt/build_dir/hostpkg/luci-base/.configured] Error 1
make[3]: Leaving directory '/home/u/git/openwrt/feeds/luci/modules/luci-base'
time: package/feeds/luci/luci-base/host-compile#0.90#1.18#1.89
make[2]: *** [package/Makefile:111: package/feeds/luci/luci-base/host/compile] Error 2
make[2]: Leaving directory '/home/u/git/openwrt'
make[1]: *** [package/Makefile:107: /home/u/git/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/u/git/openwrt'
make: *** [/home/u/git/openwrt/include/toplevel.mk:227: world] Error 2
----CUT----
Buildbot also are failing to build luci https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a9_vfpv3/luci/
Possibly caused by this commit https://github.com/openwrt/luci/commit/04bb5449373b591f45c1467a4930f96911c97c6b
I'm getting the same error:
make[3]: Entering directory '/home/bark/src/router_stuff/openwrt/feeds/luci/modules/luci-base'
touch /home/bark/src/router_stuff/openwrt/build_dir/hostpkg/luci-base/.configured
touch: cannot touch '/home/bark/src/router_stuff/openwrt/build_dir/hostpkg/luci-base/.configured': No such file or directory
make[3]: *** [Makefile:45: /home/bark/src/router_stuff/openwrt/build_dir/hostpkg/luci-base/.configured] Error 1
make[3]: Leaving directory '/home/bark/src/router_stuff/openwrt/feeds/luci/modules/luci-base'
time: package/feeds/luci/luci-base/host-compile#1.40#1.80#2.96
make[2]: *** [package/Makefile:111: package/feeds/luci/luci-base/host/compile] Error 2
make[2]: Leaving directory '/home/bark/src/router_stuff/openwrt'
make[1]: *** [package/Makefile:107: /home/bark/src/router_stuff/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/bark/src/router_stuff/openwrt'
make: *** [/home/bark/src/router_stuff/openwrt/include/toplevel.mk:227: world] Error 2
There is a work-around to fix this error https://github.com/openwrt/luci/issues/3433
1 Like
Hopefully fixed by
1 Like
Edit: After delete bin directory and make again, build accomplish.
scripts/getver.sh
r11816-d5ede68f8b
make -j1 V=s
----CUT----
Configuring ppp-mod-pppoe.
Configuring dnsmasq-full.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for base-files:
* libubox20170601
* opkg_install_cmd: Cannot install package base-files.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for mtd:
* libubox20170601
* opkg_install_cmd: Cannot install package mtd.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for odhcp6c:
* libubox20170601
* opkg_install_cmd: Cannot install package odhcp6c.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for urngd:
* libubox20170601
* opkg_install_cmd: Cannot install package urngd.
make[2]: *** [package/Makefile:68: package/install] Error 255
make[2]: Leaving directory '/home/u/git/openwrt'
make[1]: *** [package/Makefile:108: /home/u/git/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/u/git/openwrt'
make: *** [/home/u/git/openwrt/include/toplevel.mk:227: world] Error 2
----CUT----
Yes, deleting the bin directory fixed it. I doubt many will run into this error tho'.