Imagebuilder problem on ar71xx-tiny

I am trying to use https://downloads.openwrt.org/snapshots/targets/ar71xx/tiny/openwrt-imagebuilder-ar71xx-tiny.Linux-x86_64.tar.xz to build a new image for a tl-wr841-v11 with this command:
make manifest image PROFILE=tl-wr841-v11 PACKAGES="-ip6tables -kmod-ip6tables -kmod-ipv6 -odhcp6c -ppp -ppp-mod-pppoe -kmod-nf-conntrack6 -kmod-nf-ipt6 -kmod-usb2 -kmod-usb-core -kmod-usb-ohci -kmod-mac80211 -kmod-cfg80211 -iwinfo -iw -libip6tc -kmod-ath9k-common -kmod-ath9k -kmod-ath -wpad-mini ip tcpdump-mini bird4 openvpn-openssl kmod-gre kmod-nf-nathelper-extra"
which worked for years... but now I get this error:

`Collected errors:

  • opkg_install_cmd: Cannot install package bird4.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for firewall:
  • libip4tc2
  • libip6tc2
  • opkg_install_cmd: Cannot install package firewall.`

Any ideas for how i can solve these?

1 Like

https://openwrt.org/packages/pkgdata/firewall shows a dependency on IPv6, including libip6tc and kmod-nf-conntrack6.

The following two pages might have some clues

3 Likes

Thank you for your response. The links were helpful. After make clean and this command, I get the same errors:
root@smallaptop:/home/k/Downloads/openwrt-imagebuilder-ar71xx-tiny.Linux-x86_64# make image PROFILE=tl-wr841-v11 PACKAGES="-ip6tables -kmod-ip6tables -kmod-ipv6 -odhcp6c -ppp -ppp-mod-pppoe ip tcpdump-mini bird4 openvpn-openssl kmod-gre kmod-nf-nathelper-extra"
`Configuring uci.
Configuring wpad-mini.
Configuring libip4tc0.
Configuring dropbear.
Configuring mtd.
Configuring odhcpd-ipv6only.
Configuring urandom-seed.
Configuring kmod-gpio-button-hotplug.
Configuring logd.
Configuring libopenssl1.1.
Configuring libip6tc0.
Configuring iptables.
Configuring openvpn-openssl.
Configuring kmod-nf-nathelper-extra.
Configuring kmod-ipt-offload.
Configuring urngd.
Collected errors:

  • opkg_install_cmd: Cannot install package bird4.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for firewall:
  • libip4tc2
  • libip6tc2
  • opkg_install_cmd: Cannot install package firewall.`

same error with:

root@smallaptop:/home/k/Downloads/openwrt-imagebuilder-ar71xx-tiny.Linux-x86_64# make image PROFILE=tl-wr841-v11 PACKAGES="ip tcpdump-mini openvpn-openssl kmod-gre kmod-nf-nathelper-extra"
and even:
# make image PROFILE=tl-wr841-v11