openwrt-node-red
openwrt-node-red copied to clipboard
Error when install with image buider
Hi,
We can't install the package properly using image builder:
Finalizing root filesystem...
~/openwrt-imagebuilder-bcm27xx-bcm2711.Linux-x86_64/staging_dir/host/bin/sed: can't read /usr/lib/lua/luci/dispatcher.lua: No such file or directory
./usr/lib/opkg/info/node-red.postinst: line 1: /etc/init.d/node-red: No such file or directory
./usr/lib/opkg/info/node-red.postinst: line 2: /etc/init.d/node-red: No such file or directory
It may due to absolute path: with the image builder it should be relative as now /etc/init.d/node-red is ${IMAGE_BUILDER_PATH}/build_dir/target-${ARCH}/root-${TARGET}/etc/init.d/node-red
It doesn't stop the build tho... I'll try the build and come back to tell if the error if critical or not.
The error is not critical as the built image contains a working node-red package.
I think the error should at least silenced.
Hi - i don't use openwrt enough to really understand the issue -If you can offer a fix that would be much appreciated. Thanks
did you resolve it?