openwrt-node-red icon indicating copy to clipboard operation
openwrt-node-red copied to clipboard

Error when install with image buider

Open storm1er opened this issue 4 years ago • 3 comments

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.

storm1er avatar Nov 14 '20 11:11 storm1er

The error is not critical as the built image contains a working node-red package.

I think the error should at least silenced.

storm1er avatar Nov 14 '20 12:11 storm1er

Hi - i don't use openwrt enough to really understand the issue -If you can offer a fix that would be much appreciated. Thanks

dceejay avatar Nov 14 '20 16:11 dceejay

did you resolve it?

zhangguanzhang avatar Jan 08 '22 05:01 zhangguanzhang