[OpenWrt-Devel] Dependency problem after changing package name

Rafał Miłecki zajec5 at gmail.com
Sat Jun 22 07:49:45 EDT 2019


On 22.06.2019 13:37, Rafał Miłecki wrote:
> I renamed locally package "lua" to "luax" and updated dependency of
> "lua-examples". A pretty simple change.
> 
> 
> After that change I can't build OpenWrt anymore.
> 
> # make V=s
> (...)
> Collected errors:
>   * satisfy_dependencies_for: Cannot satisfy the following dependencies for lua-examples:
>   *      luax
>   * opkg_install_cmd: Cannot install package lua-examples.
> make[2]: *** [package/Makefile:68: package/install] Error 255
> (...)

Jonas has just helped me. I forgot to change
Package/lua/install
to
Package/luax/install

Is that possible to make error message somehow more meaningful?

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list