[Solved] Issues compiling

Hey guys,

Running into some strange issues when trying to compile:

 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
 * 	libuci-lua (>= 2018-01-01) * 

I have the following in my feeds.conf.default:

src-git packages https://git.openwrt.org/feed/packages.git
src-git luci https://git.openwrt.org/project/luci.git
src-git routing https://git.openwrt.org/feed/routing.git
src-git telephony https://git.openwrt.org/feed/telephony.git

Would be very nice to be pointed in the right direction on what (likely obvious) am I missing :slight_smile:
Thank you all!

Check if .config has CONFIG_PACKAGE_libuci-lua=y should be automatically selected, but seems something went wrong.

1 Like

I do have it selected, yes, so issue is likely somewhere else..

CONFIG_PACKAGE_libuci=y
CONFIG_PACKAGE_libuci-lua=y

Maybe try update the feeds again?

git pull
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a
1 Like

Just tried that - still same error :frowning:

Alright, resolved.

I was using a different repo, which was not up to date. I basically cloned the lede repo, and moved all files from package/system/uci from LEDE to other repo and did a make, all working now.

Thanks!

I have same problem here.

I'm using

src-git packages https://git.lede-project.org/feed/packages.git
src-git packages https://git.lede-project.org/feed/packages.git
src-git luci https://git.lede-project.org/project/luci.git
src-git routing https://git.lede-project.org/feed/routing.git
src-git telephony https://git.lede-project.org/feed/telephony.git

and same error:

satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
libuci-lua (>= 2018-01-01)
opkg_install_cmd: Cannot install package luci.

How I can solve this problem?

Copy the dependencies from the original LEDE repo and you're all set!