Ip-tiny/libcap broken on openwrt-19.07 branch

I am building for the Esspressobin v7
I get this error when ip-tiny is enabled:

Package ip-tiny is missing dependencies for the following libraries:
libcap.so.2
Makefile:201: recipe for target '/srv/owrt/openwrt/bin/packages/aarch64_cortex-a53/base/ip-tiny_5.0.0-2_aarch64_cortex-a53.ipk' failed

make -J1 V=sc package/ip-tiny/compile fails:
make[1]: *** No rule to make target 'package/ip-tiny/compile'.  Stop.

make -J1 V=sc package/iproute2/compile fails:
Package ip-tiny is missing dependencies for the following libraries:
libcap.so.2

make -j1 V=sc package/libcap/compile succeeds
make -j1 V=sc package/libcap/install fails:
make[1]: *** No rule to make target 'package/libcap/install'.  Stop.

It seems like none of my /install targets are found.
Did this change from the docs? Does this mean I have something set up wrong?
(Everything worked a few weeks ago.)

I'm having the same error. Builds broke on this error, new since 2 weeks ago.

Same issue. Cant compile x86 when I select openvpn-openssl or openvpn-mbedtls because of this issue. Cant seem to find anything on it anywhere. Also failing for ar71xx

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for openvpn-openssl:
 *      libcap
 * opkg_install_cmd: Cannot install package openvpn-openssl.```

Should be fixed with https://git.openwrt.org/22378beb581b113def1dc392ef75306a2168a163

1 Like