[OpenWrt-Devel] luci issue with bleeding edge

Arend Van Spriel arend.vanspriel at broadcom.com
Mon Feb 13 04:00:36 EST 2017


Hi,

I am trying to setup a openwrt environment for bleeding edge following
instruction here [1]. However, the build process gets stuck on luci-base:

make[3]: Entering directory
`/opt/arend/openwrt/feeds/luci/modules/luci-base'
install -d -m0755 /bin
install -m0755 src/po2lmo /bin/po2lmo
install: cannot create regular file '/bin/po2lmo': Permission denied
make[3]: ***
[/opt/arend/openwrt/staging_dir/target-arm_cortex-a9_musl-1.1.14_eabi/host/stamp/.luci-base_installed]
Error 1
make[3]: Leaving directory `/opt/arend/openwrt/feeds/luci/modules/luci-base'

Looking in the Makefile there I see:

define Host/Install
        $(INSTALL_DIR) $(1)/bin
        $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua
$(1)/bin/LuaSrcDiet
endef

So apparently $(1) is empty, but no clue why. Anyone observed this
before and more importantly do you have a fix for it?

Regards,
Arend

[1] wiki.openwrt.org/doc/howto/buildroot.exigence
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list