Lots of packages missing from apk latest builds

root@OpenWrt:~# apk update
 [https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq60xx/packages]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base]
OK: 988 distinct packages available
root@OpenWrt:~# apk search luci

is this a known issue with devs currently? I tried looking around and didnt find any reports

It looks like your feeds file is missing almost all of the sources:

$ cat /etc/apk/repositories.d/distfeeds.list
https://downloads.openwrt.org/snapshots/targets/x86/64/packages/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/base/packages.adb
https://downloads.openwrt.org/snapshots/targets/x86/64/kmods/6.6.80-1-f0e1cb82ca160601387c0d165266ef7c/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/luci/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/packages/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/routing/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/telephony/packages.adb
https://downloads.openwrt.org/snapshots/packages/x86_64/video/packages.adb

thanks for this will add them.. generally on fresh builds i didnt mess with the repos hmm

Did you upgrade recently? I'm wondering if distfeeds was mangled by the build or something...

I was creating a new build from scratch (for new device add)

1 Like

If you need to chase it down, the package feeds are added to distfeeds.list by FeedSourcesAppendAPK in include/feeds.mk via a call in package/base-files/Makefile ... Check scripts/feeds list -s to see what it thinks should be appended for the packages.

1 Like